Discussion on Oshine - Multipurpose Creative WordPress Theme

Discussion on Oshine - Multipurpose Creative WordPress Theme

Cart 37,758 sales
Recently Updated
Well Documented

brandexponents supports this item

Supported

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

7835 comments found.

Hello! I used the following to try and hide the Blog hero header from the main blog page and all single blog post pages ON MOBILE but no luck. preview.aroraevents.com – Can you please help? It looks terrible on mobile. Also, if this section is gone, then how can I add a mobile title to the blog ON MOBILE in the same formatting (h6 for small title, h1 for larger title under it). Thank you! The site is going live in two days eek! Loving your theme!!

” Hi,

I would have to take a look at your site to see why it isn’t displaying properly, however if you would like to remove the hero section from mobile devices, kindly use the css snippet below.

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

Thanks, Swami “

Hi,

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

@media only screen and (max-width:767px) {
div#realweddings {
    display:  none;
}
section#page-content {
    margin-top: 155px;
}
}

After this section has gone you can add a mobile title to the blog ON MOBILE you cannot automatically pull the title but you need to type out the blog title in a separate section and hide that particular section in desktop and laptop view using our hide in option in TATSU. But you need to manually type out the post titles for each post.

Thanks, Varsha

Thank you for the code but I don’t see in Tatsu where to create a title for the single blog post header for mobile that I can then hide on desktop/tablet. Its only allowing me to add a section under the blog post content. The hero header background is one I’ve formatted using the Oshine Options panel under Single Blog Hero Settings. Can you please check http://preview.aroraevents.com/2018/07/06/celebrating10years/ on mobile? You can see that the title of the page “Journal/Notes from an Event Planner” are right at the very top, pushed up against the bottom of the logo. I need the whole title to move down and the background image as well so there’s white space behind the title. For placement comparison, please see http://preview.aroraevents.com/blog/ on mobile. It is working fine on desktopt. Thanks!

Second, when there is a blog entry typed into the Wordpress editor, I can’t open the Tatsu editor. I have to delete the blog post content and then Tatsu opens up. Is this an error or meant to be?

Hi,

Apologies regarding the misunderstanding earlier. In a blog page, you cannot add a section above the featured image. But however, the reason for hiding the hero section image in mobile is because the hero section image is overlapping the header so you don’t have to hide the hero section in mobile so that the title will be retained on mobile as well with proper alignment, to make it look good on mobile devices and make your contents visible on all devices. You can reduce the size of the logo, by using the below custom CSS

@media only screen and (max-width:767px) {
.logo {
    width: 150px;
} 
}

Thanks, Varsha

Oshine 6.4.5

Responsive breakpoints cause content to double up and the screen to jump while scrolling.

At 960px – page size doubles and content starts to appear half-way down. Top half of page is blank white.

At 768px – page appears normal until user starts scrolling. Once scrolling starts, the page will scroll normally until about half way, and then the page jumps, showing double content. Scrolling up or down has the same effect of the page jumping and the content appearing to be doubled.

This behavior continues down to the smallest break point.

What can I do to correct this?

After digging in deeper, I found this: .style1 #navigation, .style3 #navigation, .style4 #navigation, .style5 #navigation, #header-controls-left, #header-controls-right, #header-wrap, .mobile-nav-controller-wrap, #left-header-mobile .header-cart-controls, .style6 #navigation-left-side, .style6 #navigation-right-side, .style7 #navigation { line-height: 4700px; }

Turns out, the user uploaded and used a HUGE logo file, about 4700px tall. I resized the logo and everything is fine now.

Hi,

Can you tell us if you faced this issue in our main demos, because when I tested the issue in my site i was not able to recreate this issue. So if you can send us the link to the page in which the issue occurs we will investigate further and help you accordingly.

Thanks, Varsha

Hi, is it possible to copy and paste sections from one page to another? Thanks

Hi,

Yes it is possible to copy and paste sections from one page to another, you just have to select the particular section and use the keyboard shortcut CMD + C (ctrl +c for windows) and then paste (ctrl+v, cmd+v) the section in your preferred page accordingly.

Thanks, Varsha

Hi Swami,

I contacted your team on support a few days ago about a problem with woocommerce shortcodes and have not heard anything. Can you please advise?

When I add a product shortcode the first row steps down (like a waterfall) but the second is fine. https://prnt.sc/k452kc

Also – there is a small grey border around the shortcode editor module, but not in the settings. Can I remove this without custom code?

(site is not live yet, I provided login details on my private message if you’d like to look at it).

Thanks!

Hi,

I see that my pavithra from my team has responded to your query with the necessary details.

Thanks, Vaarsha

Hey,

I’d like to know if there is an option for portfolio to be displayed in a random order or be shuffled?

Hi,

By default the Portfolio items are ordered based on Creation Date. To re-order them, you can manually modify this date in the backend. Alternatively, you can use the Post Types Order plugin, but this is not compatible if you are using Infinite Load or Load More Pagination in your Portfolio grid.

Thanks, Varsha

My website is running with Oshine version v6.4.5. How can I update it to latest version v6.4.9 . I am not getting automatic updates

Hi,

Oshine 6.4.9 is not available for update via the one click option yet. We test stability before we make it available via the one click updater. So far its been smooth sailing and we will make it available in a couple of days. If you would like to manually update the theme, kindly follow the instructions available here: http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/update-theme/

Thanks, Varsha

Hi! I’d like to know if there’s a URL for the portfolio filters? For eg, if I want users to click directly to Portfolio > Destination Weddings page, does Destination Weddings page displaying only Destination Weddings thumbnails have a specific URL I can point the link to? Right now, they can only go to the “All” section and then have to filter through from there. I wanted to create a nav submenu under “Real Weddings” for each category. Thanks!

Hi,

Unfortunately we do not have an option to directly link a particular URL filters.

Thanks, Varsha

Hey,

I have a question about the contact form 7 submit button. I know that it inherits the colors set int the color hub, but can you provide me with a css code that overwrites this and lets me decide the background and text color of the button myself? I don’t want it to inherit the colors set in color hub.

Hi,

Kindly use the following custom css snippet to change the colors of the contact form 7 submit button.

input[type="submit"] {
    background: (your color};
    color: (your color);
}

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, Varsha

Hey,

I’ve been using this theme for a long time, and it’s really great. However, one thing that has annoyed me a bit from the start is that button text links that you create in slider revolution inherits the same color as the main color set in color hub.

For instance, if I want to create a slide with a button on it, and I want the link text color of the button to be white, then the main color of the theme also has to be white. But what if I don’t want it to be white. Maybe I want the main color of the theme to be black, but the button link text to be white?

How can I force the button link text in slider revolution not to inherit the main color of the theme?

I noticed in the update log that you wrote something about something called section shape divider? What’s that? I was also wondering about the v.43 demo, how do you make the sections end in a curvy line? Normally a section ends with a straight horizontal line before next sections begins, but here it’s a like a wave? Where do you set that?

Hi,

Yes we have launched Shaped Dividers in the latest update. This is added as option to the Section Settings in TATSU. Kindly ensure you have the latest version of the plugin 2.6.7. You will find option to add Shaped divider at the top of the Section and/or Bottom of the Section. We have provided predefined set of Dividers that you can use and this is what we have used in the V43 demo as well. Let me know if you need further clarifications.

Thanks, Pavithra

Hello dear! I would like to confirm, if I can update WORDPRESS to the latest version 4.9.7

regards Toni

Hi Toni,

Wordpress 4.9.7 is a security and maintenance release. So kindly update to it at the earliest. We updated our test sites and haven’t had any issues.

Thanks, Pavithra

Hello, in the blog part, I would like to keep the original proportion of the images.

Apparently it works with animated gif but not jpg files

Is it possible?

Thank you

Hi,

If you don’t want your blog images to be cropped , please install the Oshine Child theme, and inside the functions.php and add the following line at the bottom.

<?php remove_image_size(’blog-image’); ?>

The blog would then pull up the full sized images.

Thanks, Varsha

Hello,

Thank you for your reply

I have installed Oshine Child theme and add:

<?php remove_image_size(’blog-image’); ?>

at the end of its functions.php file but the image is always cropped.

here is an example:

http://hdphotographie.fr/2018/06/09/sanatorium-nestor-pirotte/

Hi,

Kindly write to help@brandexponents.com with your wordpress admin access so that we can test the code snippet and get it working. I think we may have to regenerate the images and use the code that we gave you in the Init hook.

Thanks, Pavithra

Hi Swami,

When I change the Blog Style to ‘Masonry- Style 2’ there is a big gradient grey square in the top of the Single Post.

(screenshot) http://www.adeas.nl/screenshots/screenshot_single_post.jpg (actual page) http://www.adeas.nl/demo/adeas_at_design_automation_and_embedded_systems_event_2016/

What is this ?

And how do I get rid of it ?

Thanks, Antoine

Hi,

I am not sure if I have understood your query correctly in the first place. I see that you have added the css code below in the custom CSS section.

.single-post .thumb-wrap { display: none; }

This is what is making the Featured Image not appear in your single post page. The grey gradient that you see is the placeholder BG that we apply for every image for lazy loading.

So, if you WANT to have the image in the Single Post Page, you need to remove that CSS code you have added.

Thanks, Pavithra

Ik like to have the featured image in the masonry grid but not in the single post. So if there is a code to let dissapear the placeholder BG aswell, everything is fine for me :)

Thank you for clarifying that. You can use the CSS code below to hide the BG and the Image -

.single-post .post-thumb-wrap {
    display: none;
}

Thanks, Pavithra

Is it possible to apply `mouse scroll’ navigation to a Home Carousel using the Ribbon Gallery Style?

Hi,

With regard to the ribbon carousel gallery style, do not support mouse wheel gestures as it supports a pinch and drag gesture. Most pinch and drag slider scripts do not properly support mouse wheel gesture which is why we have the horizontal carousel option.

Thanks, Varsha

Beautiful theme , is this support mobile sidebar panel menu? and Ajax search? by Default Thanks

Hi,

I am glad you like our theme. Apologies but these features are not built in and you would have to use a 3rd party plugin for this. Oshine supports a Sidebar menu, which can be turned on in mobile devices alone using a couple of css snippets, however for ajax search you would have to use a 3rd party plugin such as

https://wordpress.org/plugins/searchwp-live-ajax-search/

Thanks, Pavithra

Hi – I’ve just updated my Oshine theme and any content that I had within my Tatsu visual composer is no longer being output to the page. Is there a known bug?

https://www.photographybygem.co.uk/portfolio/

There should be loads of images and additional content on this page.

Many thanks Gemma

Actually – it’s not Tatsu, it’s the standard WordPress visual composer that’s not outputting content anymore. I’ve not used Tatsu before.

It’s also worth noting that it’s not working on existing pages. However, it works on new pages and existing/new posts.

Hi,

Apologies about the delay in our response. Unfortunately, we are unable to recreate this error in our test or demo sites. It is likely that the problem is specific to your site / wordpress installation. Could you kindly provide your URL, wp-admin id and password using the contact form in the support tab so we can investigate this further?

Thanks, Pavithra

Hi there, Is there a way to make the content in footer in a single line instead of having them in columns? Thank you!

Hi,

You can have 4 columns in the ”Footer Widget area” and this can be set up under OSHINE OPTIONS > GLOBAL SITE LAYOUT AND SETTINGS. Kindly ensure you add the widgets in the respective widget area namely – Footer Column 1 , Footer Column 2, Footer Column 3 and Footer Column 4, Appearances > Widgets.

Thanks Varsha

Hi, I’m sorry if my query was’t clear enough, but I’m trying to make my footer appear as a single line instead of columns. Is that doable? Thanks.

Hi,

Can you tell us your expectancy in a detailed manner with a relevant screen shot and share your URL, wp-admin id and password via the private message form in the support tab, so I can investigate further and help you accordingly.

Thanks, Varsha

Hi – biggest fan of your theme! I’m hoping to get help. I’ve looked through oshine options, checked documentation, did a google search to copy paste code that accomplishes what I want to do. But I’m at a loss. I want to create animated lines under the main menu when an item is hovered. Direct me? Thanks!

Hi,

In order to create animated lines under the main menu kindly navigate to OSHINE OPTIONS > TOP HEADER SETTINGS in the kindly set the “Navigation link hover style” as your preferred one from the options and save your changes.

Thanks, Varsha

I’m sorry I don’t have that option – I will double check that I have the latest version of Oshine installed. Thank you anyway!

Hi !

At the portfolio view (http://brandexponents.com/oshin/portfolio-full-width/), we need to filter both by Categories and by Tags.

How can this be done ?

Thanks ! Antonio

Hi,

Currently we do not have an option to filter portfolio items by tags , you can only filter portfolio items by their categories.

Thanks, Varsha

Hi, me and my partner have built a website using Oshine, great template!

I have an issue with hidden elements in Tatsu, where I hidden empty columns in all media (desktop, laptop, tablet, mobile), now I have to update the contents in these empty columns but can’t seem to find a way to unhide them…

Thanks for looking into my problem.

Hong

Hi,

I would have to log into the admin panel to check this issue. Kindly email your URL, wp-admin id and password so that I can investigate further. 

Thanks, Varsha

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