Discussion on Oshine - Multipurpose Creative WordPress Theme

Discussion on Oshine - Multipurpose Creative WordPress Theme

Cart 38,081 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, is there a way to showcase on the portfolio page only the main categories A, B, C, D? I’d like to click on the main category A and then being redirected to a page containing all the sub-categories A1, A2, A3

Hi there, I know how to build that portfolio page, but the problem is that by doing this I can’t separate the main categories from the subcategories. I would need to show only the main category “A”, but if I check “A” from the portfolio options I get “A1”, “A2”, “A3” as well.

Hi,

Have you added A1, A2 and A3 as Sub categories to A? If so, the default code present in the theme will pull Child Categories while the Parent is selected. I can provide a code level override, to exclude Child items and this code needs to added in the Child Theme. Kindly email your URL, wp-admin id and password using the contact form in the Support Tab so I can provide necessary instructions.

Thanks

Hi, i have imported the freelancer demo. how can i remove the standart oshine text which is displayed in the left navigation bar under the menu.. i cant find it… thanks

Hi,

The text/content under the menu in the V12 (Freelancer demo) is added as text widgets in the sidebar widget. This can be edited/removed under APPEARANCES > WIDGETS > SLIDEBAR WIDGET AREA.

Thanks

Hi Swami,

Since updating to WordPress 4.9 I’m getting Cache issues, If I change content and after renewing the cache no changes are showing. I use WP-Super cache, all basics done, clearing browsing cache etc. I would really appreciate some help on this please.

On a side note can I ask about yourself cleaning up the code on my website to be W3c compliant ?

My URL – https://weswebsterphotography.co.uk/

If you need back end access to my WordPress let me know :)

Thanks,

Wes.

Hi Wes,

Kindly provide details about the changes you are making and access to your backend so we can investigate this issue further.

It also looks like your free support period has expired. Kindly renew support by purchasing an extension from themeforest in order to help us serve you better.

Thanks

Hi!

I have a problem with two things:

1. The menu bar in the mobile version looks just like on the screenshot http://i64.tinypic.com/9gdf7m.jpg 2. text in the “card” module is over the price http://i63.tinypic.com/ddfa6x.jpg

Can i count on help? :)

Hi,

The code that I provided earlier included fix to adjust the menu bar in mobile as well. The Menu looks good when i test in my device. Kindly try the code below (replace the old one) to address both the issues -

@media only screen and (max-width: 480px){
    .style1 .logo{
        margin-left: 5px;
    }
    .style1 #header-controls-right, {
        margin-right: 5px;
    }
}

    .menu-card-title{
        padding-right: 0px;
    }
    .menu-card-item-price{
        right: 5px;
        text-align: right;
        display: inline-block;
        width: 35%;
    }
    .menu-card-ingredients{
        width: 70%;
        display: inline-block;
    }

Ensure that you clear your browser’s cache prior to testing this in your site.

Thanks

Thanks!

I have a question about how to change the color of this button on mobile? http://i68.tinypic.com/mrco5j.png

Hi,

You can use the css code below -

@media only screen and (max-width: 960px){
    .mobile-nav-controller-wrap span {
        background-color: red !important;
    }
}

Thanks

My site suddenly down with error, how can I solve the issue?

“Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI in themes/oshin/functions.php on line 48” https://test.ulement.com/mela/

Hi,

Kindly email your URL, wp-admin id and password along with your FTP details (host URL, username and password) using the contact form in the support tab so we can investigate this issue and provide the necessary fix.

Thanks

Hello, I would like to know if the Theme is compatible with the latest version of WordPress 4.9

Thank you very much! Toni

Hi Toni,

Yes, we have tested the theme and our plugins with the latest version of Wordpress and there are no known issues. Kindly let us know if you face any error and we will have it addressed at the earliest.

Thanks

Hi, I have a problem with the footer. In the widget area the columns do not come side by side. It seems that all the columns will be placed in one column.

Thanks.

Hi,

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. If the issue persists, do email the link to the page in which the issue occurs so we can investigate this further.

Thanks

Hi, I add the widgets in the widgets area for the footer. So thats not the problem. You can check it on my page: www.redepicstudios.com

Thanks.

Hi,

Thank you for for sharing the URL. The issue occurs due to a conflicting CSS in Coming Soon Maintenanace Mode Ready Plugin. Disabling the plugin should fix the issue. Let me know if you need further assistance.

Thanks

Hello – first of all – amazing theme. Bough tit yesterday and instantly love it.

My Question: Menus.

When I hover my mouse over the the top, main menu there seems to be only a few active pixels upon which I can click, otherwise the menu headings are not clickable. Is this a common fault? Or do I need to adjust something in the settings to have a larger clickable area?

For a long time I thought the links were not working until I found that row of only 2 or 3 pixels below each menu heading that allowed a click.

I am anxious that this would infuriate my customers and clients.

Thanks in advance for any guidance.

Dylan

(Link to Website I am building: http://www.sonofthesea.co.uk )

Aha! I found the solution in the very thorough documentation above :)

You wrote in a previous post, “Hi,

The issue with selecting the menu item is due to the Custom Font that is used for Navigation Menu. The issue does not occur in all browsers versions. while we are looking for a fix to this solution, you can use an alternative Font to have the issue fixed in your site. Montserrat font is a near equivalent to the custom font used. Kindly navigate to Oshine options > typography > Main navigation menu to change the Font.

Thanks”

Thank-you :)

Hi,

Thank you so much for your kind words. I am glad you have been able to find the solution for your issues.

Thanks

Hello, I’m using the Single Page – Floating Side Bar layout within my portfolio pages. I wanted to embed a youtube video by adding the youtube url in the edit area of a portfolio image. It works, but the video frame has a strange aspect ratio (wider than 16:9) even though the video is 16:9 and the image itself has an even more squarish format. What is more annoying though is that I can’t enter full screen mode by pressing the button in the player. The youtube player tells me, that the full screen mode is not available. After lots of research I can’t find a solution. This problem only occurs when using a youtube video. On a different page I used the same method but with a vimeo video and it works flawlessly.

Please tell me what I’m doing wrong.

I guess I could try and replicate the whole portfolio layout by using different rows within the Tatsu builder and add a video module but that’s quite a difficult workaround and makes it hard to maintain the same layout/look across all portfolio pages… also the floating side bar wouldn’t work anymore.

Hi,

The video will stretch to occupy the container, i.e the side bar in a floating sidebar page. Kindly ensure that the width of the source video is sufficient enough to fit the container. However, i do notice that the full screen mode does not work and we will investigate the issue and apply the required patch in our upcoming updates. Appreciate your patience.

Thanks

Hi Team my I having a problem with the top menu bar text in desk top and laptop mode. In chrome and firefox the top menu bar is not clickable. the clickable area seems to appear below the text. How do I fix this?

Hi,

The issue with selecting the menu item is due to the Custom Font that is used for Navigation Menu. The issue does not occur in all browsers versions. while we are looking for a fix to this solution, you can use an alternative Font to have the issue fixed in your site. Montserrat font is a near equivalent to the custom font used. Kindly navigate to Oshine options > typography > Main navigation menu to change the Font.

Thanks

Where can you change the header text colour, I’ve looked everywhere.

Hi,

By the header text color, I suppose you are talking about the Navigation menu color. If so kindly go to OSHINE OPTIONS -> TYPOGRAPHY SETTINGS -> NAVIGATION MENU panel and set the Main menu color there. If you are using a transparent / semi-transparent header, you will be able to choose the header color scheme in the hero sections settings panel of each page. The light color will automatically apply a white text color and dark scheme will apply black and default color scheme will apply the color from the options panel as mentioned above.

On a mobile phone, I want to be able to see the logo/hambueger icon when I scroll down… Currently the header etc just dissapears when I scroll (on a mobile). I do I fix this?

Hi,

1. I can provide CSS code to fix the position of the header at the top, however. It might seem a little glitchy though as we do not have provision to implement this perfectly just by using custom CSS code -

@media only screen and (max-width: 480px){
    .mobile-nav-controller-wrap{
        position: fixed;
        color: black !important;
        line-height: 0 !important;
        top: 100px;
        right: 30px;
    }
}

You may have to adjust the Top, Right and Line Height value according to your logo / header.

2. You can use the CSS code below to freeze the page so that it does not scroll -

@media only screen and (max-width: 960px) {
body{
overflow-x: hidden !important;
}
}

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

Thanks

Thank you, please see below:

Re point 1) 1a) Thank you, I have inputted the code, but it doesnt seems to have done anything, is this correct?

1b) Also, as most people go on mobile phones to view websites cat you implement there header to fix fixed properly? Its a bit of a shame that you have such a great theme but something so important as a fixed header for a mobile isn’t a part of your settings.

Re Point 2) Thank you, I have inputted the code, but it doesnt seems to have done anything, is this correct? Its still moving from left to right on my pbile iphone 6 plus?

Kindly email your URL, wp-admin id and password using the contact form in the Support Tab so we can check why the code does not take effect.

Thanks

I keep getting space under my rev slider….

I have managed to fix it by created a new ‘section’, and adding the shortcode again and making sure I have ‘0’ on all margins and padding….

It works perfectly for a while, then the space re-appears.

I think theres some kind of problem that needs fixing, can you look intt this please? http://46.32.240.39/jbcafe.co.uk/about/ https://prntscr.com/hae9a5

Hi Alison,

I tested the Slider on the page in different browsers, and I was unable to view the space under the slider. It is likely that the space occurred due to Padding or Margin value applied for the corresponding Section or Column. Since you have set all of them to 0 now, I am unable to view the gap. If the the issue reoccurs do email your URL, wp-admin id and password using the contact form in the support tab so we can investigate it further.

Thanks

Hello, my website on the computer version, logo did not show? Last week is normal, these days suddenly disappeared. Thank you

my website: www.uvsdesign.com

Hi,

The issue was due to the CSS code that you have added in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS

.light-scheme-logo, 
.dark-scheme-logo, 
.sticky-logo {
    display: none;
}

Removing this should fix the issue. Do you remember why you have added this code in the first place?

Thanks

Hello, I do not know the existence of this set of css code. It should be before the menu on the phone interface disappears, your colleagues add the code. Tonight I have to modify the css code, the site has returned to normal, thank you very much.

Hi! I love this theme but I am currently facing two problems in my site.

1. The portfolio itens are not been displayed in the correct order (based on the create date that is shown in dashboard). Some of the itens are out of order in the site. What can be causing this?

2. There is no space between the logo and the top of the page. (http://evaklabin.org.br/). It wasn’t like this a few days ago. I don’t know what has caused this.

Thank you very much!

Hi,

1. Kindly email your URL, wp-admin id and password using the contact form in the support tab so we can investigate this issue.

2. You can apply padding to the logo using the option under OSHINE OPTIONS > LOGO > LOGO PADDING. It is likely that you have accidentally set this value to 0.

Thanks

Ok, Thanks!

Hi there, I love your theme and have some questions to it:

1. Can I deep link the Portfolio filter? I want to link to my website only showing a predefined / filtered category.

2. Is it possible to customize either fullscreen slider or lightbox galleries in terms of placing previews / next buttons e.g. in the footer.

Hi,

1. Unfortunately, it is not possible to have one of the Filter “pre-selected” while the page is loaded. By default “all” items will be displayed in the grid. However, if you need to show just the items belonging to a specific category in a page, you can use the option present in the Portfolio Module to select a specific set of category.

2. The Full Screen Slider gallery in the theme, has option to enable “THUMBNAILS” and navigation arrows and likewise with the lightbox also you have the navigation arrow to swipe to the next and previous image. Let me know if you meant to ask about a different feature.

Thanks

How’s it going Swami? I’m trying to incorporate a fixed footer, but when I do it’s not scrolling all the way down to reveal the whole footer. If I resize the window or refresh the page it then allows me to scroll all the way down, but not on the initial visit. Any ideas as to why this is happening?

Hi,

Apologies about the difficulty you are facing. Kindly email your URL, wp-admin id and password using the contact form in the Support Tab so we can investigate this issue further.

Thanks

Hello,

First: I really love your Theme!

One problem: The Cursor does not change on hover… couldn’t find the issue…maybe you can help? (https://foto.sinahasenmaile.de/)

Thanks!

Okay I really have no idea why, but now it works :D

Hello Swami,

Quick Question: How do I remove the social media icons from the footer? Also, how can I edit the “About Us” text segment in the footer? Website > http://photographie-design.de/

Thanks! :)

Hello again :) I managed to change the footer content. I only have one more question. On the “Datenschutz” Page ( http://photographie-design.de/?page_id=3922 ) there’s a huge empty space below the footer … how can I remove that?

Hi,

Kindly email your URL, wp-admin id and password using the contact form in the Support Tab so we can investigate this issue further.

Thanks

Hi Swami,

Great theme! Is there any way of having the drop down menu stay open once it’s been clicked, while people navigate around in the sub-menu? So people don’t have to reopen the sub-menu every time they navigate to an new page from the sub-menu.

Cheers! Karo

Hi Karo,

Thank you for your kind words and I am glad you like the theme. Unfortunately, there ins’t an option to keep the menu opened while accessing the link from the Sub Menu.

Thanks

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