7855 comments found.
Hi, we just updated the theme to the last version and the logo appears duplicated, my website https://entredoscomunicacion.com and acaptured image http://prntscr.com/grnprx Thanks!!
Hi,
Kindly clear your plugin cache and browser cache. That should fix the issue with duplicate logo. Also ensure any server side caching is also flushed before you test this again. If the issue persists, kindly provide your URL, wp-admin id and password via the contact form in the support tab so we can investigate further.
Thanks, Swami
Thanks Swami, solved!!! 
Hi, I have four questions/problems.
1) In the Edge is problem with gallery module. The images are badly positioned and also some images have wrong size. Check the screenshot here: https://snag.gy/av4hnB.jpg
2) Is there a way how to link directly to portfolio filtered by specific filter? Lets say I have these filters: One, Two, Three. I need a link to open a portfolio page where filter is activated for Three. For example www.page.com/portfolio#three
3) I have to added my CSS so the active menu link has underline under full text. The CSS is looking like this
/* fix last element */
#menu-item-3558.current-menu-item a::after {
left: 20px;
right: 0px;
}
/* fix first element */
#menu-item-4161.current-menu-item a::after {
left: 0px;
right: 20px;
}
When I delete the CSS above, the last active link in the menu looks like this: https://snag.gy/6ZI0SR.jpg
Same problem is for first active link in the menu.
4) In the Edge is problem with letters with diacritics. I changed font to Montserrat and in Chrome is everything correct, but in the lovely Edge the letters with diacritics are substituted by different font.
I hope I can ask for your help with these problems. Otherwise the theme is really really nice and easy to use. Thank you for your good work.
Hi,
Thank you for your kind words and I am glad you like the theme.
1 and 4. Kindly email the link to your site along with your wp-admin id and password using the contact form in support tab so we can investigate the issue in Edge browser.
2. Unfortunately, there isn’t an option to activate portfolio filter upon clicking a link.
3. You can try this css code to check if it fixes the Link Hover Underline issue -
.be-nav-link-effect-1 li:first-child a::after {
left: 0px;
width: calc(100% - 20px);
}
You need to paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS.
Thanks, Swami
How can i make the text scaling down when the window size shrinks? The images are scaling down, but the text keeps it size and destroys the design. I only found the option to set the fontsize for mobile devices, but what is with all the sizes in between?
thx!
Hi,
Kindly provide the link to this page in your site and the element that you feel does not scale well, so I can provide custom css code to modify the font size in mobile device.
Thanks, Swami
on FHD resolution it looks fine, the pictures cover more space than the text. But if I make the Browser smaller, like the half of the screen, the text covers more space than pictures.
I want the text to scale like here: https://demo.flothemes.com/?theme=osakathank you! Jan
Hi Jan,
Apologies but we do not make the text fluidly responsive as you can see from your example site, the text becomes un-readable in a lot of intermediate screen sizes. I see that you are using h2 for your text. So please use the css snippet below to change the font size for laptop and tablet screen sizes.
/* Tablets */
@media only screen and ( min-width: 768px ) and ( max-width: 1024px ){
h2 {
font-size: 15px;
line-height: 30px;
}
}
/* Laptops */
@media only screen and ( min-width: 1025px ) and ( max-width: 1280px ){
h2 {
font-size: 16px;
line-height: 32px;
}
}
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.
Thanks, Swami
Such a shame that it scores so poorly in gtmetrix. I loved its design (especially v14) until I saw how low it scored. https://gtmetrix.com/reports/oshinewptheme.com/ODdmnsYN
Any plans to make it load faster?
Hi,
Kindly do not get swayed with the low scores in this demo. The main reason why you seeing a low score here is because of unoptimized images. We have chosen to use high resolution images as our theme targets a creative audience. Moreover we haven’t take advantage of performance enhancing features like lazy loading, adaptive image sizes, asset minification etc that are already available in the recent versions of the theme. We have set of recommendations ( like using Autoptimize plugin for css and js concatination and a plugin to remove query strings etc) to help you acheive a higher score and as you can see, the same theme and plugin files running in our landing page has very high scores ( 90+ ). https://gtmetrix.com/reports/oshinesplash.wpengine.com/Ocue2Flg . Also different demos will have different scores inspite of running the same theme files. Its primarily because of the images used. Check v21 demo here: https://gtmetrix.com/reports/oshinewptheme.com/T46Ni3UM ( score of 84, 3 images can be further optimized ) v22: https://gtmetrix.com/reports/oshinewptheme.com/o2wd6uJe ( score 92 ). The scoring system gives a lot of weightage to the images used and sometimes resizing and compressing images to such sizes, results in a poor image quality which would be detrimental to our purpose as we want our visitors to love our design quality just like you do. So you should at the end of the day use images based on your target market ( device, network speeds, category, screen size etc ). And by using our lazy loading feature you will be loading images only when they are required resulting in pretty good scores and better user experience.
Thanks, Swami
Thanks for the detailed reply. Much appreciated. I’ll look into it further.
Been doing some more research… A recurrent issue I read about is the “serve scaled images” as in the theme doesn’t serve scaled images. Any workaround/fix?
Hi there ! I have very simple question , I tried to find a solution for 1 week but still I couldn’t find . How can i change the text color in Header Menu ? Default Text Color is Grey, Background is White . So , readability of website is Horrible ! How can i fix it ? Thanks. www.emmiitaly.it
Hi,
The option to change the color of the Main Menu is under OSHINE OPTIONS > TYPOGRAPHY > MAIN NAVIGATION MENU.
Thanks, Swami
Before moving forward, we’d like to know if the eventual integration of the Gutenberg editor into WordPress will effect the continued development and support of this theme?
Hi,
There is still a lot of things that aren’t clear about Gutenberg ( they are still debating the js framework ) but from what you can see from the beta plugin it is years behind what current visual builders can accomplish. It definitely is better than the current Wordpress editor and can help build better blog posts but when it comes to building pages and layouts that are possible with the existing builders, it’s just way off and I believe we and the other builders will coexist with Gutenberg. We are actively working on a lot of features with our theme and our builder and will continue to do so in the future just as what we have been doing over the 3 years. Our fully visual builder is powered by React JS framework, the one that is currently used in Gutenberg and we are really well placed in adapting to changes and even contributing significantly to it in the future.
Thanks, Swami
Hello the team ! 
I would like a full screen with my “slider revolution” for my home page. Don’t work currently. With the menu in and not out. Mine: http://mieldelituanie.fr/ Exemple: http://oshinewptheme.com/v20/ Do you have a idea maybe ? ^^
Thank you very much,
Valentin
Hi Valentin,
You need to set the HEADER STYLE as Semi Transparent in the option under HEADER HERO SECTION metabox. This option is present in each page.
The option to set the BG color of the Semi Transparent header is present in the options panel under OSHINE OPTIONS > HEADER LAYOUT > Semi Transparent Background Color
Thanks, Swami
Thank you very much, that works 
Hi,
I bought the theme almost a year ago but for various reasons i didn’t work on it until now that i need to set up my portfolio. So when i try to install oshine core, oshine modules and tatsu i am getting this error messages you can see in the image attached.
Since it says that i don’t have support anymore i am wondering if i could get an answer here at least.
Thank you in advance.
https://imgur.com/0ahcJXBHi,
It is likely a server issue that you are unable to install and activate the plugins using One Click Installer. You can however, install them manually. By navigating to PLUGINS > ADD NEW. You can find the plugin files in the folder path – OSHIN > LIB > PLUGINS.
Thanks, Swami
hey Thank you for replaying,
I’ve done that with oshine core, oshine modules and tatsu, but when i try to install the slider revoultion plugin is asking me to update it because the minimun required version it’s the 5.3.1.5 but i have the 5.2.6 and when i try to update it, it fails and it’s not able to update so i went to the slider revolution support page and found that automatic update it’s not available when you purchase their plugin via a wp theme and it says that i need to ask the author for the latest version.
So, may i get it? Thank you again in advance.
Hi,
We have included Slider Revolution version 5.4.5.2 in the latest version of the theme -OSHINE 6.0.2 . Ensure you have latest version of the theme. You can follow the steps here to update the plugins – http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/update-plugins/ .
Thanks, Swami
Hi,
thank you so much, awesome support and theme! congratulations.
Hi There,
I’ve finally put together my site and now tried to launch it, but now I’ve run into a problem with the portfolios not displaying. I installed WP into a subdirectory, and that’s where I was building everything, but then to launch it, I want the site to be at the root my my domain, so I’ve followed the directions on the WP codex for that, as I have many times before. You can see it here: https://ryanmarchant.com there should be 3 portfolios showing on the home page, and if I go to the direct link of each portfolio, none of the images show up there. I’m guessing it has something to do with the way the images are linked in the portfolios, now that the URL is updated… but I can’t find where to fix that issue.
Thanks! Ryan
Further to this, I’ve looked at the rendered HTML on the page and I can see the links to the photos are right, but if for some reason Chrome is showing them as being 0 pixels when I hover over the link to the file in the inspector. If I go to the link that’s shown directly in my browser, the image is in fact there and displays properly. Not sure if that helps to point you in the right direction.
Hi Ryan,
The issue could be due to the migration. However, we can investigate this further to point you in the right direction. Kindly email your URL, wp-admin id and password via the contact form in the support tab.
I also notice that you support pack is expired. Kindly renew the same to avail theme related support in the future.
Thanks, Swami
Hi, the theme is awesome!
I’m having a little issue with the table border. I’m having the same problem that @keganoregan:
I’ve tried to make the table settings such that there should be no visible border, but a thin grey border still shows up. I’ve tried searching everywhere for different ways to achieve this but for some reason it won’t work. I’ve tried making the border width zero; border style invisible; and then even trying to just colour it white but to no avail. I also tryed changing the CSS, but nothing…
Site: https://daysylatin.com/
Screen: https://prnt.sc/gpxbtd
Also, I have another question: Is it possible to have a searcher in the FAQ’s? (to search more easly the question)
Thanks!!
Hi,
Thank you for your kind words. I am glad you like the theme.
1. I see that the border is not visible currently in your site – . Looks like you have matched the BG color of the column with the border color. However you can use the css code below to hide the border in Table Cell.
th, td{
border: 0px !important;
}
Kindly paste the code in the custom css setting under OSHINE OPTIONS > GENERAL SETTINGS. Kindly ensure that Options Panel cache is NOT turned on.
2. Unfortunately, you cannot add SEARCH in just the FAQ section. You can only add it for the entire site in the Header Widget Area.
Thanks, Swami
Hello i have a problem with disappearing titles in upper menu, when i choose some option it disapears, the same problem appears in main page in linked texts they disapear also, my page http://psession.pl/ thanks for Your help
Hi,
The Menu is not visible on Hover, as you have set the Color Scheme of the Site as White under OSHINE OPTIONS > COLORS. Since your Header BG is also White, the menu seems to disapper on Hover. You can change just the Menu Hover color (to one other than color scheme) under OSHINE OPTIONS > TOP HEADER SETTINGS > HEADER STYLE > Set Navigation Link Hover Color.
Thanks, Swami
I have another problem
what about blog posts – colour in the menu appears also on photos in my blog session
they look normal only when i set transparent font – please look in link – http://psession.pl/blog/
Hi,
You can use the CSS code below to remove the overlay on the masonry blog posts -
.thumb-overlay{
display: none
}
Thanks
Hello, I’ve just taken over managing a client’s site and they’re using Oshine. I am trying to fix the blog section and I cannot figure out why blog articles are appearing TWICE: 1. as a list with no thumbnails at the top of the page and also 2. as featured image/title/read more button. How can I get rid of the list at the top of the page?? http://www.uksitedev.com/stefanwitjes/blog/ . Many thanks for your help
Hi,
You seem to have added the Related Posts module in the page that you have set as POSTS PAGE under SETTINGS > READING. Editing the Page in TATSU and removing the module will fix the issue. If the problem persists, do email your URL, wp-admin id and password so we can investigate further.
Thanks, Swami
Hello, thank you so much! I have now removed it. Can you please give me a clue why the page title is missing? I cannot see any settings which would cause the page title to be disabled. At the moment we have a huge white space at the top of the page and no title http://www.uksitedev.com/stefanwitjes/blog/
Hi,
The space is due to an empty section in TATSU. You can edit the page in TATSU to delete any Section that is present.
To enable title bar in the Blog page, you need to turn on the option ” Show Page Title Bar in Blog Page” under OSHINE OPTIONS > BLOG SETTINGS .
Thanks, Swami
Thank you so much 
Hello,
I currently have OSHIN installed on a couple websites of mine. It was working flawlessly 2 days ago, but now yesterday morning I noticed that the website wont load and it is sowing some code error instead of the website. Here is an image of the problem: https://imgur.com/a/evZ3v My other websites running OSHIN are still completely fine, but I have no idea how to fix this one.
Thank you.
Hi,
Kindly ensure you have the latest version of Theme and the realted plugins. You can find the instructions to update the theme and plugins in this link in our knowledge base – http://www.brandexponents.com/oshine-knowledgebase/article-categories/others/
If the issue persists and if you need further assistance, kindly email your URL, wp-admin id and password along with your FTP details (host URL, username and password) via the contact form in the support tab.
Thanks, Swami
Hi Swami,
I thought I’d just let you know about an issue I have found and cannot seem to rectify:
With Photo Swipe galleries, I wanted to add a description in the photo that included a link to another page, so that when a visitor clicks on the image to enlarge it, they are able to see the description at the bottom and click on the link if they wish.
However, doing this only serves to mess up the gallery, making the images un-clickable, with a white space above the image with the description, and with part of the code visible.
For example, when adding a description with the following code:
Photo Title Here – Buy Prints
The following is visible to the viewers on the gallery page:
Buy Prints
”>
This problem does not exist when no link is added.
Kind regards,
Josef
Sorry that was meant to show the actual code, I hoped the html would be disabled. But I hope it makes sense!
For anyone who also wants a solution to this: I have found a workaround. The problem arises from the fact that we are putting a link within a link, which confuses things.
To solve it, we need to convert quotes and greater and less than symbols into their html entity equivalents. For example:
<a href=”link.html”>my link</a>
Solution found at this link:
http://www.graphicdesignforum.com/forum/forum/graphic-design/web-design/57694-place-a-link-in-lightbox-captionApologies again – my example converted it to the symbols. Please follow the link for a better description – it’s the post at the bottom of the page.
Hi Josef,
I am glad you have figured that out. Thank you for sharing this.
Thanks, Swami
Hi I have a pre purchase question.. Is their an option to be able to add a clickable phone number visible in the header in the top right corner above the navigation?
Thanks Mark
Hi Mark,
Thanks for your interest in purchasing our theme. Yes it is possible to have a clickable phone number above the navigation. We have a special area called the top header, where you can add text, html, social media icons, links etc as shown here. http://oshinewptheme.com/v23/
In the example link the phone number is placed on the left, but can be easily moved to the right above the navigation.
Thanks, Swami
Hello Swami,
first of all I want to hank you for your help with the semi transparent header! Worked like a charm. But there are still some things that I am, unfortunately not able to implement. One thing I’d like to add to my website (using demo v9) is Google maps. I’ve been browsing through your various demos and saw that it is possible to place it into the footer (as seen in demo v14). Since I couldn’t find any tips on how to do it in the comments/forums I was wondering if you could help me out once again. I already activated Google maps with the API.
My second question is related to the „Contact“ page. There already is a contact form, but I’d like to change the box titles to a different language. Ist that possible?
Also I noticed that the icons for „Mission, Vision, History and Achievements“ are not exactly centered above the text. Is there a possibility to change that?
Thanks again!
Hi,
Thank you for your kind words. I am glad that helped.
1. The Map in V14 demo is added in a section using the TATSU builder and not in the footer. To replicate this, you need to add a new Section in tatsu, and add a Google Map module within it. Then navigate to the Row’s Settings and enable the option “Full Width Row”. Also, navigate to the Section’s setting and set the Top and Bottom padding to 0.
2. The text strings in contact form module are hard coded in the OSHINE MODULES and they have also been localized with the text domain ‘oshine-modules’ and are ready for translation. Kindly follow the instructions in this knowledgebase article to the translate the text strings.
http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/translating-the-theme-and-plugins/3. Can you provide the link to this page in your site so I can provide the fix for alignment.
Thanks, Swami
Hello Swami,
here is the link to my website you asked for, regarding the “icon situation” on the first page (http://photographie-design.de/). The icons for “Über uns, Portfolio, Partner, Kontakt” don’t seem to be exactly centered above the text. Is there a way to change that?
Unfortunately there are some other things that I can’t figure out and was hoping, that you could help me once again 
1. I enabled the sticky header for all pages but it scrolls down way too late. Is it possible to let it scroll down earlier (right after the first image)?
2. Also, when clicking on one of the portfolio images on the first page, a new page opens (as intended). But no matter what I do, I can’t change the color of the top header navigation text (followed the instructions: OSHINE OPTIONS > TYPOGRAPHY > MAIN NAVIGATION MENU) for the new gallery pages. I want it to be just like the header on the starting page (semi transparent, grey top header > white widget text > red and underlined text on mouseover and stay the same when scrolling down).
3. The last question is a bit complicated. As soon as you hover over a portfolio image on the starting page, a litte “image title box” pops up beneath the mousecursor. Is it possible to disable this pop up and if so, will there still be a description underneath said gallery images (when you click on a picture here, for example http://photographie-design.de/?portfolio=wohnraum )?
Thanks again for your help and patience!
Hi,
Thank you for sharing the links. Kindly use the CSS code below to adjust the alignment of the icons -
.tatsu-icon-shortcode.align-center .tatsu-icon:last-child {
margin-right: 0px !important;
}
You need to paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS.
1. The sticky header will be enabled as you scroll through the height of the window and on pages where you have a specific height set for the HEADER image, the sticky header might seem to be starting a slightly after the image. We are working on a fix for this issue and will patch the fix in our upcoming updates.
2. The Semi Transparent header should take the color that you set for navigation menu in the options panel and I see it take effect on the first portfolio post page here – http://photographie-design.de/?portfolio=wohnraum as white. Have you been able to fix the issue already ? Do let me know if I am overlooking something here.
3. Unfortunately, removing the pop up hover will remove the title from the Light box as well.
Thanks, Swami
Thank you for your quick response!
The code worked perfectly. I also managed to set up the Semi Transparent header for the portfolio pages … except for this one -> ( http://photographie-design.de/?portfolio=schreinerei ). I used the same options/configuration but the navigation menu text stays grey instead of white. I might be missing something here, but I just can’t find it …
Thanks again for your help
Hi,
Kindly ensure you have set the COLOR SCHEME as LIGHT in the foremost Section’s Setting in TATSU. Since the first section on this page is created in the TATSU builder, you should be setting the COLOR SCHEME there.
Thanks, Swami
Hey,
It worked, thanks! One last question … how do I disable the pop up hover?
Hi,
You can use this line of code to remove the title on hover
jQuery('a.thumb-wrap').removeAttr('title');
You need to add this in the custom Javascript Section under OSHINE OPTIONS > GENERAL SETTINGS.
Note that , this code will remove the title in lightbox as well.
Thanks, Team Brand Exponents
Hello I recently installed WP Typed JS (typewriter) plugin on my under development new website. Even though the plugin is fully compatible with current Wordpress, it did not performe as expected. It changed the layout of my page by, 1.adding a bar to the top of the page, and 2. deactivated full screen. I also notice that Type JS plugin creates the same problem. Is there any way this bug can be fixed and work with OSHINE? Thank you
Hi,
Apologies I haven’t tested compatibility with the WP Typed plugin, so that I am not sure what might me causing this issue, we have the typed effect built into the theme as a shortcode as showcased here: http://brandexponents.com/oshine-lite/v8/home-2/Here is the format for the shortcode.
Please try this out and let me know if this fits your needs. In the meanwhile I will test the plugin and see if I can resolve the compatibility issues.
Thanks, Swami
Hello friend. I entered the code in both wordpress editor and tatsu, but it seems not doing anything. I see it working on on your demo, but for my case the font size is too large.If the Typed JS is tested by you and work would be perfect Please advice. Konstantinos
Hi Konstantinos,
If you could kindly email your URL, wp-admin id and password via the contact form in the Support Tab so we can investigate why the typed effect does not work in your site and probably fix it right away.
Thanks, Swami
Hello, I would like to change the space between my post titles and my post summaries. I would like it to be closer than it is now. You can see the problem on my blog page : http://www.leclaireusedesmots.fr/blog/
Thank you.
Hi,
Please go to Oshine options > General > Custom CSS and add the following code:
.blog .element .post-content .tatsu-section,
.blog .element .post-content .tatsu-row,
.blog .element .post-content .tatsu-column {
display: none;
}
Thanks
Thank you a lot, it’s now ok for the blog homepage, but it’s still the same on my post summary when I choose one specifically, as you can see here : http://www.leclaireusedesmots.fr/articles/collages/
Thanks.
Hi,
You can use the CSS below in addition to the one I provided earlier, to apply the fix in the archive pages as well.
.archive.category .element .post-content .tatsu-section,
.archive.category .element .post-content .tatsu-row,
.archive.category .element .post-content .tatsu-column,
.archive.category .element .post-content .tatsu-module {
display: none;
}
Thanks, Swami
Hello, thank for your support – I have the same problem here, how can I do ? : http://www.leclaireusedesmots.fr/tag/atelier-dart-toulouse/
Thank you, Claire
Hi Claire,
You can use the code below to have the fix applied on the Tags archive page as well -
.archive.tag .element .post-content .tatsu-section,
.archive.tag .element .post-content .tatsu-row,
.archive.tag .element .post-content .tatsu-column,
.archive.tag .element .post-content .tatsu-module {
display: none;
}
Thanks
Hello Swami 
Do you know how to delete the title on the page ? For my page names “home” for example, there is “home” above it. Don’t find in settings :s
Thanks a lot,
Valentin
Hi Valentin,
Kindly EDIT the page in TATSU and SAVE it once to get rid of the TITLE bar in the page.
Thanks, Swami
Hi Swami,
I have a problem with the template. http://fernandoalonsofilms.com.mialias.net/. The home is perfect, but the phone does not see the first image and the others are not responsive. What am I doing wrong?
Thank’s.
Hi,
I see that you have enabled each of you section as Full Screen Section. A section that is set as Full Screen, will occupy the height of the screen in Desktop devices, but on Mobile Screens, the height of the section is according to the content in that section along with the Padding Value set on it. So, adding Top and Bottom padding values to your section, will fix both the issues you have. The option to add padding to Section is present in the Section’s Settings panel in TATSU. Let me know if you need further assistance.
Thanks, Swami
Thanks Swami,
I solved it.