Discussion on Oshine - Multipurpose Creative WordPress Theme

Discussion on Oshine - Multipurpose Creative WordPress Theme

Cart 38,087 sales
Recently Updated
Well Documented

brandexponents supports this item

Supported

This author's response time can be up to 2 business days.

7855 comments found.

Hi, Im trying to make some tables with some different colors with html, I use this code:

<table> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td bgcolor="#FF0000">January</td> <td bgcolor="#00FF00">$100</td> </tr> </table>

But when i try to see it appears without color. Any help?

Thanks

Apologies it is not possible for us to debug your custom code and customizations are beyond the scope of support. If you share your website url, where you have used the table, then may be I can inspect and see if I can figure out the issue.

Thanks, Swami

Hi, how can i make the feature image for my blog full width? Also how to create the field for Name, Email and website when someone post a comment on my blog

Hi,

The width of the Featured image in the Blog page will occupy the full width of the wrapper by default. In case you have a sidebar, the image will occupy the full width of the content area. Can you give me a link to your post page, so I can see if it is displaying any different?

And about customising the fields, apologies, there ins’t an option to change this in the theme. We are using the default Wordpress Comments form for blog posts.

I am not able to see the “Purchased or Supported” tag beside your account name here. Kindly contact us via the account that you purchased the theme from, so we can validate your Purchase and Support entitlement.

Thanks, Swami

Hi Swami, I emailed you separately. Kindly check your email.

Thanks

Mandy

Responded to your email.

Thanks, Swami

Hi,

The template works fine, but I can’t figure out how to show my menu on mobile devices. It only shows my mainpage, but the menu is missing. I hope you can help me. I’m using the freelance template(V12). My website is: timbazuijnen.nl.

Thanks in advance!

Hi,

The issue looks weird. Could you please share your wordpress admin url, ID and password via the form in this link – https://themeforest.net/item/oshine-creative-multipurpose-wordpress-theme/9545812/support and I will investigate the issue at the earliest.

Thanks, Swami

Hi,

Is there a setting where I can change the amount of projects viewable at a time? My theme is only displaying 6 projects at one time and bumps out the oldest one when I upload a new one.

Thanks!

Fixed the issue. Thanks!

Hello,

When I try to view my portfolio items, I get a 404 PAGE NOT FOUND error. I have re-saved my permalinks, as I’ve read you recommend, but still I am unable to view them. Any other suggestions?

Thanks.

Hi,

Kindly share your wordpress admin url, ID and password to help@brandexponents.com and we will investigate the issue. By the way is your permalinks type set to POSTNAME ?

Thanks, Swami

When I import demo data for any of the demos, the images imported are always blurry, why is that?

Hi Michael,

Some of the images used in the demo are licensed and cannot be redistributed and therefore they are replaced with their blurred counterparts. Its the same with every theme. Some themes use plain placeholders, some use completely different free to distribute images and some of them use the blurred approach that we have taken.

Thanks, Swami

Ah, ok. Thank you. I thought something was wrong with the import plugin.

How can I remove the comments and category of the posts in the blog overview and the single posts?

for example http://wordpress.salesmarketeer.nl/blog/. How can I remove 0 comments and, under: geen categorie.

The same for this page: http://wordpress.salesmarketeer.nl/2016/07/30/de-echte-kracht-achter-marketing-automation/ How can I remove comments are closed and, under: geen categorie and tags

Hi,

Please use the custom css below.

.post-comments, 
.post-category, 
.single-post-tags {
display: none;
}

Kindly paste the code in the custom css setting under OSHINE OPTIONS > GENERAL SETTINGS. Kindly ensure that Options Panel cache is NOT turned on. 

Thanks, Swami

Hello , I am wondering why the zoom doesnt work on my product page. https://paschasse.fr/produit/georgia-marine-orange/

thanks guys !

Romain

Hi Romain,

The problem is because you are using an older version of the theme. Kindly ensure the theme and the woocommerce plugin are updated to their latest versions.

To update the theme to its latest version, kindly follow the instructions in this knowledgebase article:

http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/update-theme/

As recommended, kindly backup your database and theme options, prior to the update.

Thanks, Swami

Hi there,

I was wondering how to disable cropping on the portfolio thumbnails? Also is it possible to disable or hide the thumbnail title completely?

Thanks in advance.

Sorry, I have another question. I’ve been using BE Page Builder for my site and up until a couple of days ago had no problems with it. However now all the Page Builder content has disappeared from the published page. I can still use the editor, and when I click Preview I can still see it, but in the published site all the Page Builder content has been replaced with “Apologies, but no results were found. Perhaps searching will help find a related post.” along with a blog sidebar (my site has no blog).

I have tried deactivating all non-essential plugins and clearing the cache but even with all non-essential plugins deactivated, the problem persists.

Any help with this issue would be appreciated.

Please share your wordpress admin url, ID and password via the form in this link – https://themeforest.net/item/oshine-creative-multipurpose-wordpress-theme/9545812/support and I will investigate the problem. In the meanwhile please check if you have set this page as your blog page under SETTINGS -> READING panel and if so remove it.

Thanks, Swami

Thanks, I managed figured out that you have have at least one page public in order for the static page/blog page option to even show up. All good now, cheers

Hey Swami, I was wondering if you can point me in the right direction. I am editing the markup on the gallery-content.php page. I would like to display the description text in the Information Box from contained in the sidebar onto the page. The title, description text, and all of the contents are in <?php the_content(); ?>. Do you know where I can find the markup contained in <?php the_content(); ?> or what the function/variable is for the description text? That is the only thing I wish to display form the information side bar, excluding the title, and navigation.

I’m a front-end developer and realize this probably doesn’t fall under your support, but any help in finding where the markup is for this will be highly appreciated. I realize I can just use <?php the_content(); ?> and customize the css to hide the elements I don’t want to display but this seems a bit sloppy to have the additional markup. Again any help or if you can point me in the right direction would be super helpful. Thanks!

Hi,

First of all I wouldn’t recommend editing core theme files as you would lose your changes when you update the theme and you should be using the child theme for making customizations. The gallery-content.php file basically fetches the content of the page builder ( if its enabled ) or from the default content editor. To fetch a image’s description you would first have to do something like

$attachment = get_post( $attachment_id ); $description = $attachment->post_content;

I would recommend hiring a wordpress developer for further assistance as customizations are beyond the scope of our support.

Thanks, Swami

I’m keeping backups of the original markup, and my edited markup, so I think i’ll be okay unless you change them drastically. Thanks for getting back to me about this though. ??

We are less likely to change this file, but when you update the theme, all the old files will be removed and the new files will replace them. So each time we update the theme, you would have to come and replace this file, which is a major hassle. In anycase it is your choice and its my duty to warn you of the consequences of editing theme files.

Thanks, Swami

Hi, I`m trying to migrate my site from local to an online server and it seems I`ve lost all the oshin configuration and contents in the page builder. This is a huge problem because I have to show the site to the client and for three weeks I will not have access to my computer with the local environment. So I can`t try to export all the setting and Import them in the online environment…

There`s a workaround to make the settings reappear? Maybe checking if they are present in the db?

Please, please, please help me…

Checking better the content inserted in the page builder are still there. I`ve lost `just` all the option settings… please, please, please…

Hi,

I am not sure how you have gone about the migration process. However restoring the options setting is fairly simple. Navigate to OSHINE OPTIONS > IMPORT / EXPORT and click to download the json file. You can then reimport the settings back in your server copy by navigating to the same section.

Thanks, Swami

Hi Swami, i’m planning on creating a second website with the oshin-theme (because I like it a lot). It will be for my music project. (The first is for my photography.) 1.) Have I get it right, that I have to buy another license when I would like to use the oshin-theme also on this second one? 2.) As I have tweaked the theme a lot (for my first website) to customized it to my needs and wishes, I would like to have an exact copy of it as a starting point for my second website. To achieve this I would copy the content (modules) of every page from my first website and paste it into the new pages from my second website. Additionally, I would export the data file in the Oshin options from my first website and importing it in the oshin options of my second website. Is this how it’s done or is there a more easy / elegant way?

Thanks, Marc

Hi Marc,

Thanks for your interest in purchasing a second license and we are really glad you like our theme.

1. Yes you would have buy another license in order to use in a second website.

2. The more elegant way to move your pages and content would be to go to TOOLS -> EXPORT in your wordpress admin area of your existing website and download the XML file. Then Subsequently in your new website, go to TOOLS -> IMPORT and upload the previously downloaded XML file. This will import all your pages, posts, images etc. With regard to the Options Panel, you would have to migrate it like the way you mentioned. Go to OSHINE OPTIONS -> IMPORT / EXPORT -> EXPORT -> DOWNLOAD from your old website and then OSHINE OPTIONS -> IMPORT / EXPORT -> IMPORT , in your new website.

Thanks, Swami

On Oshine v2, the 404 page’s “Home” link does not use the same link used everywhere else. Thus, it is broken :-(

My mistake, I fixed it.

Hi, I have a question regarding the formatting of the search results and category archive pages. I’m struggling to reformat them to match my main portfolio look, in terms of layout.

1. How do I add a margin to the sides of the category archive? I have ‘wrapped’ set for portfolio grid, but it still more or less takes up the full page, rather than leaving space either side like my portfolio module in pagebuilder and search results.

2. The portfolio category title and breadcrumbs don’t align with the left and right of the portfolio grid in the category archive. Is this possible?

2. Is it possible to remove the box around the title overlay in category portfolio grid, as in the portfolio module options?

3. Can I customise the look of the search results, e.g. remove ’# comments’ and ‘under:’ text?

Apologies for all the questions – I’ve really tried to find the answers myself but not managed! Thanks for your help.

Hi,

1. The option to set the Wrapper ON in the Taxonomy pages can be found in the options panel under OSHINE OPTIONS > PORTFOLIO SETTINGS > Portfolio Taxonomy Page Settings. You can add margins by setting the “Portfolio Grid Style” option as Wrapped.

2. As explained in #1, if you set the Wrapper, this should be aligned with the grid. Let me know if the issue persists.

3. Although, there isn’t an option to hide the Overlay, you can use the CSS code below that will apply on all of your Portfolio Category Pages -

.tax-portfolio_categories .thumb-overlay{
    display: none !important;
    opacity:0 !important;
}

You need to paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS

4. You can use the custom CSS code to remove Number of Comments in the search page. Unfortuantely, there isn’t an option to remove the text “under”.

.search-results .post-comments{
    display: none;
}

Thanks, Swami

Hi Swami, thanks for your reply.

1. & 2. – Like I said, I already had Wrapper turned on in Portfolio Taxonomy Page Settings but it doesn’t match the wrapper used across the rest of the site unfortunately. Should I raise a support ticket or email directly so you can take a look at why it isn’t working as expected?

3. No, sorry – I don’t want to remove the Overlay completely! I saw you’d previously already answered that in these comments for someone else.

I only want to remove the Box around the title in the Portfolio Category pages, so it can match the settings I have in the Portfolio Module > Title Style > Title and Meta Middle (instead of Boxed Title).

4. Thanks – that CSS works perfectly for hiding the comments field.

What does the “under” text field mean? I assumed it was Portfolio Categories, but every portfolio I have is assigned to a category, but when you do a search the “under:” is always left blank with no category. Does it show Tags instead of Categories?

Hi,

You can email me the details via the contact form in the support tab. I will check the issue with the wrapper in the Taxonomy page, and also provide css code to remove the box around the title.

Yes, Under will have the categories that the items are linked to. We will look into why this is empty in Search Pages and patch the fix as an update to the theme. Appreciate your patience.

Thanks, Swami

I have sent you a detailed request for help over a week ago. When can you answer? The site is going live and I really need to make the changes described in my support request.

Hi,

We responded to your query one week ago itself, that too within 24 hrs of your question. Please check your mailbox. Here is the proof – https://cl.ly/2o0c2O3k3V0b

I don’t understand why you would rate the theme negatively when we have always responded to your questions ( 5 queries in total ) and all within a day’s time. Be fair with your feedback, do not try to arm twist us in providing you with premium support. Infact we have even provided you with custom php snippets , which is over & beyond the scope of our support – proof here – https://cl.ly/3A2G3K2r3p2v .

Thanks, Swami

in v17 I am getting extra social icons about the footer. How do I remove them. Look all the way on the bottom of this page http://hazelphoto.com/boston-commons-proposal-photos/ Thanks!

Hi,

The extra icons above the footer is from the Footer Widget Area. You have the option to disable the Footer Widget area in the Pages’s OTHER LAYOUT OPTIONS Metabox. You need to set the Show Widget Area option to NO.

Thanks, Swami

What about in blog posts? I found it in pages.

Hi Paul,

Kindly go to APPEARANCES -> WIDGETS -> FOOTER WIDGET AREA 1 and remove the text widget which has the icon shortcodes. This will ensure it is removed from the entire site.

By the way it looks like your free support period has expired. Kindly renew support by purchasing an extension from themeforest in order receive timely responses to your support requests.

Thanks, Swami

Hi Brandexponents Team.

Little Question on your Oshine theme. On www.diespezialisten.biz which ist Oshine theme V2 there is a grey line directly above the Sliderimages under the menu in the middle of the page.

How can i get rid of this?

Thanks and best regards…

And a second Question ;) ...

At the footer down right og (www.diespezialisten.biz) i wrote “IMPRESSUM”. How can i get this as a LINK ?

ThanX for your help… ;)

Hi,

1. The line below the header is the Header Border. You can turn this off, by navigating to OSHINE OPTIONS > TOP HEADER SETTINGS > and set the Header Border to NONE.

2. To link the text in footer, you need to wrap it around a html “anchor” tag in the Footer Settings panel. So your text should look like this -

 
<a href="www.yourlink.com">Impressum</a>| Copyright diespezialisten 2016

Thanks, Swami

Hi,

first of all thank you for a great theme! I am really happy with the design and functionality. After changing my website for 5 times, I think I finally found what I was looking for!

The only thing that puzzles me a little bit, it a SEO for the page builder section. And I really hope that you can help me with that. It looks like Google doesn’t see the images that are added to the gallery in the page builder. Google only ranks the photos that I add as a featured image to portfolios or blog posts. And for me as a photographer it’s very important to rank as many images as possible for increasing the visibility of my website.

Do you have any suggestions in this case?

My website is www.aleksandraphotographer.com

Thank you very much in advance and keep up the great work!

Best regards, Aleksandra

Hi Aleksandra,

Thank you for you kind words and I am really glad you like our theme for your website. Regarding the query about SEO, We recommend SEO by Yoast Plugin, and the content will be scanned by the search engine robots. The only know limitation thus far is that the plugin is not able to scan the keyword in the backend, which is generally used to know if the keywords are sufficiently placed. However this does not affect the google bots and other search engine robots can read the content in the front end, so it has no effect on your actual SEO.

Do let me know if you need further clarifications.

Thanks, Swami

Dear Swami, thank you for your reply. I use SEO by Yoast Plugin already. But search engines still don’t see the images added to the page builder. Do you have any other suggestions?

Hi Aleksandra,

Questions related to SEO are beyond the scope of our support. There could be reasons totally unrelated to the theme that may be preventing your images from being indexed. The page builder just outputs pure html to the front end and there is nothing stopping search engines from picking up your images. I would recommend getting in touch with an SEO expert regarding this.

Thanks, Swami

Can I use another payment service than PayPal ?

Hi,

Envato has 3 payment methods to fulfil your order. You can either use a Credit Card, or Paypal or your Envato Credit. These options will be displayed right when you have chosen to checkout the order.

Thanks, Swami

Hello, I’m having problems related to the theme. Themes founded is working very well, only the top banner area in the visual department BLOG not load, it fails. Can you help me with this? Thank you so much…

http://www.bilalyaldirak.com/blog/

Hi,

When i inspect the element in the browser, it looks like you have not uploaded any image in the Hero Section area in the Blog Page. You need choose the Hero Section type as “Image/Video” and upload the image in the BACKGROUND IMAGE/COLOR tab.

If you are unable to upload an image using the ADD MEDIA button in the hero section, it is likely due to the version of the theme that you are using, in which the media uploader is not compatible with latest Wordpress Version. We have already fixed this issue and the updated theme is available for download from themeforest. To update the theme to its latest version, kindly follow the instructions in this knowledgebase article:

http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/update-theme/

As recommended, kindly backup your database and theme options, prior to the update.

Thanks, Swami

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey