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,

I just imported the demo data for v22, but I am having an issue with the page Home – v22.

When I preview the page, I get a red box that says Revolution Slider Error: Slider with alias v22 not found.

When I view the Slider Revolution plug-in page, there are not any sliders available.

I tried to import the demo data a second time incase it failed to import, but I am having the same results.

Thanks for any help!

Hi,

The Sample Sliders that are used in the demo, will not be imported automatically along with the One Click Importer. You need to follow the instructions here to import the Slider’s content – http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/import-demo-content/#revslider . Once the Slider is imported, kindly ensure the correct Slider Shortcode is placed in “Slider Shortcode” option provided in the Home Page’s HEADER HERO SECTION metabox. Do let us know if you have any further issues in get the slider imported.

I am not able to see the “Supported” tag beside your account name here. If your support pack has expired, kindly renew the Support Pack in themeforest to avail further theme support.

Thanks, Swami

Hi BXPT,

You did a great work on this. I’m about to buy this item but I have a few questions left.

Is it possible to display submenu items horizontally within “top header style 2” Is it possible to add lightbox effect on a be image slider item ? Thanks

Hi,

Thank you for the compliment and your interest in purchasing the theme.

1. Yes you can have Sub Menu items in the Header Menu Style used in V2 demo. You can see this as you hover over the “PAGES” menu item that has 2 sub menu items.

2. Lightbox Effect is possible on Portfolios and Gallery Grid modules used in the theme. This is showcased is our V17 demo here – www.brandexponents.com/oshin/v17 where we have used a grid gallery.

Thanks, Swami

I am having trouble figuring out how to add descriptions for the items in my portfolio that will display with the portfolio item on the portfolio page. I would like to either be able to have the description display on hover (like the title) or have a description below each image.

Hi,

On the Portfolio Page, i.e where the Items are displayed in a Grid, there ins’t a provision to add a Description to the Portfolio Item. In the grid, you can only show the Portfolio Title and the Categories to which the items belong. You can however, add Portfolio Description in the Single Portfolio Page, i.e the Page that opens when you click open a particular Portfolio Item. This description can be added in the BE Page Builder section of the particular Portfolio Item. Let me know if you have further questions.

Please see this link which has the list of articles about Portfolio – www.brandexponents.com/oshine-knowledgebase/article-categories/portfolio/

I am unable 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

My apologizes, please ignore. Thank you!

Hello. With a recent Instagram update, our site (build with Oshin 1.4) generated the below message from the Brankic Photostream Widget used in the footer:

Warning: Invalid argument supplied for foreach() in /home/.../wp-content/plugins/be-page-builder/functions/helpers.php on line 482

We’ve updated the theme to the latest version of Oshine and all accompanying required BE plugins. However the message still remains. Thoughts on how to correct this error?

Hi,

Ensure that you have 4.4.2 version of theme and page builder which is the latest. The error could occur due to an older cached feed. Kindly try modifying the number items to be displayed in the widget. This will refresh the cache and the images should start appearing. Also, most importantly, ensure that you have generated your Instagram API key and added it under OSHINE OPTIONS > GLOBAL SITE LAYOUT AND SETTINGS. This is a new requirement from Instagram API that mandates the requirement of an API key.

Thanks, Swami

Has anybody found a Rich Snippet plugin that works with Oshine? Most of the plugins I checked don’t work, which isn’t surprising since page builder replaces a lot of WP functionality. I have actually started using the “All in One Schema.org Rich Snippets” plugin for Rich Snippets on blog posts. I had to setup my blog posts to not use Page Builder, which is a nice option to have in the theme. Interested to hear if other Oshine users have found a more integrated, code-free solution to Rich Snippets.

Very nice template, quick and helpfull support! Thnx Maaike

Hi Maaike,

Thank you so much for your kind words. We are always happy to serve our customers.

Thanks, Swami

Hi there, Is it possible to make the logo bigger(wider) in the left-menu?

Also how do I enav=bke the LEFT MENU text to align to the left, not cenetered? I cant see any option for this?

Please note, my paid support has run out and I dont really want to have to pay again ro a few questions, hope thats ok?

Also, how do I make the ‘master slider’ or ‘rev slider’ show full screen on a particaur page, I cant seem to find options for this on my partilcaer theme version?

Hi,

Firstly, you seem to have more than one a few questions here. Secondly, the support Pack is mandatory for you to avail any resolutions from the support team promptly and all our buyers have been adhering to this new rule by the marketplace. Request you to kindly renew your support pack to receive responses to your queries above. Thanks for understanding.

Thanks, Swami

I’m trying to change the paragraph spacing on my site. The space between paragraphs (and a heading style followed by paragraph style) is too large. How do I do this?

www.keenanellicott.com/team

Thanks!

Hi,

The Margin Bottom on Paragraphs in the theme is set to default 30px. To modify this, you can use the custom CSS code below -

p{
    margin-bottom: 20px;
}

You need to add this is in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS.

Thanks, Swami

Hi there, I have a pre-sale question. I really love the clean design of your theme. But I just had a look at the html code of your demo and saw, that most of css is written there instead of using stylesheet. So I wonder if its just in your demo or if it is removed when using the theme? (Because its better for SEO to have a nice and clean code and I dont want to have 90% rubbish in there on every single site)

Hi,

Thanks for interest in purchasing our theme and I am really glad you like our design.

The theme uses external stylesheets for almost all its styling, but also uses inline styles. Let me clarify your doubts about why it does so in selective cases and how it actually is better for performance and thus seo. Only the dynamically generated css from the Options panel settings are included in the <head> section and then module level styles are used as inline styles. The most performant way of including dynamic css is by actually including it in the head section. Dynamic css is just a very small portion of the overall styles ( like typography & colors ) and only adds a few kbs to the page’s size, whereas if you were to include it as a separate file, basically there is a file write operation in the server ( apart from problems in shared servers with write permission restrictions ) there will be an additional http request which is a more expensive operation compared to loading just an additional couple of kb’s with the initial page load. Google’s AMP ( Accelerated Mobile Pages) spec doesn’t allow you to include external stylesheets for the reasons I stated above. So I am not sure why there is a misconception that inline styles are bad for SEO. What counts for a search engine is textual content, it will filter out everything else. The only counter argument is that loading all your css files as inline styles will affect the initial load speed and thus SEO. But we load only the dynamic styles which at a modular level are only applicable to elements in that page ( for example a button color in that page or section background in that page ), while the bulk, almost all, of the css ( layout.css , shortcodes.css , style.css etc ) is loaded as external files that can be minified, concatenated & cached. So instead of using a blanket approach, we have arrived at this two fold way of handling css after a lot of consideration about performance. Infact other popular themes use this approach as well. You may not see a lot these external css files by inspecting our demos in the browser, because we have used a caching plugin to concatenate and minify our css files. Checkout our demo performance when tested via pingdom and you will see that it loads real quick and faster than 79% of all tested websites. Here is the proof. https://cl.ly/3U1d3a0f3i44

Thanks, Swami

Hello. Is it possible to hide the hero image on mobile on a specific page? If so, what would be the CSS to do so? Thanks!

Hi,

There ins’t an option to hide the Hero Section on Mobile. But you can achieve this, using custom CSS code below -

 
@media only screen and (max-width: 960px) {
    #hero-section{
        display: none !important;
    }
}

To apply the changes in specific pages alone, you need to prefix the CSS selector with the Page ID Class, that can be found in the “Body” tag of each page as highlighted here – https://cl.ly/0v1l2X1M1R1d .

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

Thanks, Swami

Hello! How would i remove the tooltip/popup message “Sidebar Menu Controller” when hovering over the sidebar hamburger menu icon ?

Hi,

You can use the custom javascript code below to remove the Title Attribute -

jQuery('.sliderbar-menu-controller').attr('title','');

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

Thanks, Swami

Hi there! Awfully sorry if I’m being a pain in the butt and maybe someone has already asked this, but I couldn’t find an answer.

When I activate this theme, I’m unable to edit any pages, posts or plugins. Whenever I hit “edit” on those I’m being redirected to a blank page. As soon as I switch to a different theme this problem disappears and everything works great then, so it definitely has something to do with Oshin. Would you be able to help me? Maybe you’ve came across this issue before?

Best Simon

Hi Simon,

The issue could likely be due to a conflict with one of the 3rd party plugins that might be active in your site , or even due to memory issue. We can verify this for you. Please email your URL, wp-admin id and password via the private message form in the Support Tab and we will log in to investigate further.

Thanks, Swami

Thank you for your reply. I did manage to figure it out, turns out my WP was out of date. Thanks again for the reply and will to help.

Best Simon

Hello, I sent you more than a month ago a question on your forum (http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/contact-settings/#comment-37) but no answer. Can you please tell me what is happening? Thanks,

Hi,

Apologies but leaving a comment in our knowledgebase article was not the right way of contacting us for support. I guess you contacted us a couple days ago through our support platform ( which is the right channel ) , and we have already responded to you with a solution. Kindly contact using the form in this link https://themeforest.net/item/oshine-creative-multipurpose-wordpress-theme/9545812/support for any future support requests and you will usually receive a response within 24-48 hrs.

Thanks, Swami

Hi, question about pictures (photos) size. I have galleries with pictures, let’s say, original picture is 580×850 px, 250 kb. In gallery thumbnail size of picture is smaller – 250×370 px, but when I look at google speed insights – my page is very slow because of picture sizes, because it reeds original picture size, not thumbnail picture size. If I have smaller thumbnail picture sizes, they suppose to be smaller sizes in kb, but it the same as in original pictures. How can I make thumbnale size in kb smaller then original? http://vederskyi.com/photo-sessions-1/

Thank you Swami for such a rich answer. Sorry for using inappropriate words. Sizes in kb for picture depends not only from size, but colour information too, some 600×900 pictures compressed to 50% by “save for web” in photoshop are really 200kb and more. Compression under 50% is pretty visible. I can’t compress some 1920×1200 pictures less then 500kb, honestly. I understand everything you brought here, but can you imagine, how faster our sites could be if replacement with smaller thumbnails files could be possible? It could be great to have it at least optional. Thank you. Stanislav

Sorry, I got confused here. When I open gallery page, I see small thumbnails. Are they dublicates of original files or what are they? If they are dublicates of original files, why sizes of original files in kb readed instead of thumbnail kb sizes. I understand that it is impossible to create all kinds of dublicates for any thumbnail sizes before. But it is possible to create them after gallery page created. If I have photograph, and I want it to be large when it opens, it is impossible to make this big photo as small in kb as web page needed. Thumbnail size is 20 kb, for example if original file is 200 kb. it is 10 times difference. My page is huge and slow just because I have several pictures on it readed as original files. If I want picture opens 1920×1200 when clicked and even if I’ll manage to 250 kb imagine how huge page is going to be with 10 photos on it: 2.5+ mb for web page.

Hi,

Only the thumbnails are loaded on to the page in the grid. Don’t worry, only after the thumbnail is clicked, the larger image is loaded in the lightbox. The lightbox only preloads 2 images. In your case your thumbnails do not meet the minimum image width of atleast 650px, which means it doesn’t get pre-cropped & compressed by wordpress and therefore your original image is used as a thumbnail. Also since your original images are just 600px wide, you can easily compress them yourself to smaller file sizes, by using Photoshop’s Save for web feature or any other image compression tool.

Thanks. Swami

Hi I just updated to version 4.4.2 and there are a few things that happened:

1) the master slider says it requires version 2.29.0 but when I click to update I get the error message “Update package not available.”

2) the new theme adds a menu into the slidebar widget that was not there before (I have removed it with css but change s like this aren’t good for us!)

3) the mobile menu now does not have the cursor with a pointer and it always used to I think. It now looks inactive on hover on a desktop machine though maybe ok on mobile.

Can you let me know your thoughts on the above. After 8 months of building I was about to go live!

Hi,

1. Masterslider seems to have an issue which is preventing its update via TGM. So kindly use one of the alternate methods listed here to update the plugin – http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/update-plugins/

2. We just came to know of the bug as we will definitely address this in our next update. As you know we are very prompt with updates.

3. Kindly use the css snippet below for a hot fix for this issue. We will include this fix in our update as well.

mobile-menu a { cursor: pointer; }

Kindly paste the code in the custom css setting under the “General” section of the options panel. Kindly ensure that Options Panel cache is NOT turned on.

Good luck with your site’s launch :) Please share with us, what you have built using our theme.

Thanks, Swami

Hello Swami, i use a master slider on my static front page, and it looks great on my large desktop and on my phone, but on my laptop it does not rescale correctly, I only see a portion of it, I can scroll up and down, but it does not look great . I tried to turn “Auto-height slider” on and off, and other sizing options, but no luck so far. Any advice?

http://photos.levtsimring.com/

Hi,

Kindly 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 play around with your Master Slider settings and see if something can be done. At the end of the day, its the plugin that’s handling the responsiveness and we are limited to its settings. In your case, I would suggest creating your carousel using our inbuilt carousel galleries. For example check our v2 demo home page. Please check our knowledgebase article here to create a carousel gallery. http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/carousel-gallery/

The Ribbon Carousel / Center Slide Carousel would suit your purpose well.

Thanks, Swami

I am using demo V2 and the mobile phone safari isn’t showing the site correctly. The google chrome app is however. What needs to be done to fix this?

Hi,

Could you please specify which element is not functioning and in which version of iPhone? It would be great if you can give me a link to your site, so I can test this at my end.

Thanks, Swami

hi, how do i update the theme without losing any of my styling options. Google maps still not working properly.

Thanks Andrew

Hi Andrew,

As long as you have not made any edits in the code, your site will remain intact while updating the theme. However, it is always recommended that you backup your data and Options panel settings prior to updating the theme. Please follow the instructions in this article about backing the data and updating the theme – www.brandexponents.com/oshine-knowledgebase/knowledge-base/update-theme .

Thanks, Swami

About the Google maps issues – after updating the BE Page Builder Plugin to the latest version, you need to generate an API key and enter it in the Options Panel under OSHINE OPTIONS > GLOBAL SITE LAYOUT AND SETTINGS > Google Maps API Key. This will get the Map working again.

Thanks, Swami

Hello,

i have installed the plugin for retina images and it works with all images especially the map marker. Can you help me to setup the map marker that it is also compatible with retina displays and not blurred?

Thank you!

Hi,

Looks like this requires a change to a core javascript file. So probably in our next update we will freeze on the map marker’s size, so that you can upload an image that is twice the resolution of this fixed size. This will ensure your map marker wouldn’t be blurred. But freezing the size will affect users who have already uploaded a marker image. So this a tricky proposition for us. We will have to check if there are any alternatives.

Thanks, Swami

By the way, to remove the thick border in your header, kindly go to OSHINE OPTIONS -> TOP HEADER SETTINGS and set the HEADER BORDER COLOR option to 0 NONE.

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