7855 comments found.
Amazing theme! 5+
Queston: How to speed up fade-in animation and delay time fade-out on submenu and buttons? Too slow. I want instant appear when I mouse over on menu and buttons. Thanks
Hi,
Thank you for the compliment ! You can use the custom css below to remove the Transition animation on the Submenu Links and on Button Hover.
#navigation .sub-menu a,
.be-button{
transition: none !important;
}
You need to paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS.
Thanks, Swami
Hi be.
thanks for reply. It’s work for buttons and links INSIDE submenu. That’s OK. BUT I want to speed up showing and hiding all sub-menu black box!
When I mouse over on menu link than sub-menu apears very slowly (not links but all sub-menu box). And when I mouse out somewhere on screen than sub-menu has some delay in fading out. I want to sub-menu show and hide instant.
Thanks
Hi,
We have received your email regarding this, and will be responding with the edited code in the email. Request you to keep your support queries through either one of the channels. You can be assured that we will answer the queries at both places.
Thanks, Swami
Hi! I’m thinking of buying your theme and had a question. In the Oshine Photographer theme, it is possible to add subtitles beneath the pictures in the grid format?
Hi,
Thanks for your interest in purchasing our theme. Yes it is possible to show a title for each picture in the grid. But currently the option available lets you show it, when you hover ( mouse ) over the image. I can provide a simple custom css snippet to show it beneath the image, if that’s how you prefer it.
Thanks, Swami
That would be great, I’ll purchase the theme today if you can provide the css snippet. Thanks!
Great! Here is the css snippet
.thumb-overlay {
position: static;
display: block !important;
opacity: 1 !important;
padding: 10px 0;
}
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
Okay, purchased the theme, inserted the code, and even though the demo images have titles, they’re not showing properly. Here’s a link to the site: http://www.janusianfineart.com. Thanks for your help!
Hi,
Firstly, thank you for purchasing the theme.
In the link given, the Title of the Image does appear at the Bottom of the Image by default, and i see that the code is taking effect as well – https://cl.ly/2K0F1N2a203u . Highlighted the titles. Do let me know if I am overlooking something here.
Thanks, Swami
Portfolio doesn’t work on WPML, anyone faced this issue?
Hi,
We have not had other buyers report this issue as yet. Kindly provide the link to the page along with your user name and password so we can investigate further.
Also i do not see the “Supported” tag beside the account name here. Kindly renew your support pack, to avail further support.
Thanks, Swami
Hello!
Thank you for the excellent and easy to use theme. There is one issue that has been unresolved for more than a month—the Google Maps API error. Can you please let us know when you will have this resolved, or can you provide a workaround?
Thanks again, Christine
Hi Christine,
I am glad you like the theme and find it easy to use. Google Maps recently changed their API where by a API key is required for accessing maps in all domains registered after 22nd June 2016. We have already released an update to the theme ( version 4.4.2 ), where by there is an setting in the GLOBAL SITE LAYOUT SETTINGS section of the Options Panel to enter your Google Maps API key. Follow the instructions here to generate your API Key – https://developers.google.com/maps/documentation/javascript/get-api-key/
Thanks, Swami
Hi I need help setting up a portfolio page. I’m a photographer and produce slideshows for clients so would like a page that contains a link to each individual slideshow (like this … http://oshine.wpengine.com/v8/portfolio/). Each link should then go through to a page which displays an individual Vimeo video (a bit like this but referencing a video rather than a series of still still images … http://oshine.wpengine.com/v8/portfolio/left-fixed-sidebar/).
I’ve setup a portfolio item and used the page builder to add a single column full width Vimeo link but when I view the page the video is not displaying in the main body of the page but on the left hand side – what am I doing wrong?? Thanks
Hi,
Sure we can assist you with the necessary details. You can go over our article in the knowledge base here – http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/creating-a-left-fixed-sidebar/ which explains how you should create a Left Fixed sidebar portfolio.
To add videos in this page, you need to link the Video URL in the Image’s Media Library Property and add that image in the “Slider Images” option in the Portfolio Options Metabox.
Kindly provide the link to your current portfolio page, so I can check the layout of the video. Do let us know if you have further questions.
Thanks, Swami
Hi Swami thanks for getting back to me – all fixed now thank you!
I just updated and it looks like the be page builder is crashing the admin again.. Can you help with this ASAP?
Kindly share your FTP access to help@brandexponents.com and I will investigate the issue asap. By the way, are you using the latest version of the theme ?
Sent.. thanks so much.
Dear sir,
I am working with the V3 template (love the look) and going I am going CRAZY trying to get the V22 portfolio template to work and look like the demo page – http://oshine.wpengine.com/v22/portfolio/ (love the full screen!).
I am under deadline to launch the new page for my new business, and it beats me if I can figure out why it is not working.
Can you help me please?!
JG
Hi JG,
I can see that Ram & Sanjeev are already assisting with your queries in our support forum. I would appreciate if you keep your questions to one platform. With regard to this query, kindly use the instructions here to create a portfolio carousel like the v22 example – http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/horizontal-carousel-portfolio/ . This article assumes that you have created all your individual portfolio items. There are other articles in the portfolio section of the knowledgebase which explain how you can create individual portfolio items and their single pages.
Thanks, Swami
since the last update the page builder stop working, i can add new modules, but when trying to add content to the modules, the windows remain blank, and i am unable to upload or update new content to my page. The problem does not happen on safari browser, only in firefox and chrome, is there any fix with this problem?
Kindly share your wordpress admin url, ID and password to help@brandexponents.com and we will investigate the issue asap.
Thanks, Swami
Hi
before i purchase this oshinv20 theme, i was wondering if it is possible to increase the link space of space on the header menu, because when i click on the demos menu i have to specifically click in the letters? cant it be a button or something?
Hi,
Thanks for your interest in purchasing our theme. Yes of course, it is possible to increase the spacing and also make it look like a button. Once you purchase the theme, I will give you a simple custom css snippet to achieve this effect.
Thanks, Swami
hi Swami,
thanks for that code, seems simple enough however the twitter icon is unchanged by it > http://www.theshishito.com/ea/contact/.
Also you asked to provide this link so that I could have custom code that would allow me to alter the way single blog post featured images are handled. Can you look at the blog section and provide what I need to remove the feat image?
thanks!
Hi Paul,
The Code for Tweet Icon did not take effect as you have pasted the code within the “pre” tags in the custom CSS section. Kindly remove the Open and Close “pre” tags and that should fix the issue.
Please use the code below to hide the Featured image from showing in the single post pages -
.single-post .post-thumb { display: none; }
You need to paste the code in the custom css section under OSHINE OPTIONS > GENERAL SETTINGS.
Thanks, Swami
Dear sir, madam,
In addition to the message already sent per e-mail. I cannot import the demo content. The error message is a proxy error and is pasted below.
My PHP ini is pasted below as well. As you can see the execution and input time are too low. My provider does not allow me to modify the php.ini.
Do you have an alternative method for me to import the demo content, e.g. using FTP? Please advise.
Thank you,
Ingrid
Your requirements:
MAX_EXECUTION_TIME = 300 (900 IF YOU ARE USING GODADDY) MAX_INPUT_TIME = 120 MEMORY_LIMIT = 128M POST_MAX_SIZE = 15M UPLOAD_MAX_FILESIZE = 15M
My Server settings:
MAX_EXECUTION_TIME = 30 TOO LOW! MAX_INPUT_TIME = 60 TOO LOW! MEMORY_LIMIT = 128M OK! POST_MAX_SIZE = 32M OK! UPLOAD_MAX_FILESIZE = 32M OK!
Error message (when importing demo v25): 502 Proxy Error Proxy Error
The proxy server received an invalid response from an upstream server. The proxy server could not handle the request POST /wp-admin/themes.php.
Reason: Error reading from remote server
Hi Ingrid,
Kindly send your wordpress admin url, ID and password to help@brandexponents.com along with your choice of demo and I will import it for you at the earliest.
Thanks, Swami
hello, i have the latest version of the theme and all plugins but i cannot add images to a portfolio post (fixed right sidebar or any other post type. the add media button does not display). Any ideas?
Hi,
Could you kindly send your wordpress admin url, admin ID and password to help@brandexponents.com and I will investigate asap.
My guess is that, some javascript files may not be loading properly or could be a 3rd party plugin conflict. But don’t worry we will figure it out and resolve it.
Thanks, Swami
Hello,
I tried to fix the error of Google Maps: “Google Maps API error: MissingKeyMapError”, by updating the theme to version 4.5.1 but it still doesn’t work. Another problem I encountered was that I was unable to update the theme from Appearances > Themes (I did enter the purchase code). Do you know how I can fix this?
Thanks in advance, Enrico
Hi Enrico,
Google Maps recently changed their API where by a API key is required for accessing maps in all domains registered after 22nd June 2016. Kindly go to OSHINE OPTIONS -> GLOBAL SITE LAYOUT SETTINGS and enter your Google Maps API key. Follow the instructions here to generate your API Key – https://developers.google.com/maps/documentation/javascript/get-api-key/
Thanks, Swami
Does the update to 4.6 have anything to do with why my fonts and formatting on the website suddenly changed?
Does the update to 4.6 have anything to do with why my fonts and formatting on the website suddenly changed?
Hi,
No, updating wordpress wouldn’t cause any issues to the options panel data. Do you have any 3rd party plugins installed ? From what I can see via the front end of your site, the dynamic css is not rendering properly. If you have a backup of your options panel, ( or database, which we recommend before any performing any update ) you can go to OSHINE OPTIONS -> IMPORT / EXPORT and import your backup. This will restore it the way it was.
Thanks, Swami
Does the theme support the latest 4.6 wp?
Hi,
Yes it is compatible with wordpress version 4.6. We just updated my network of 25+ demo sites to wordpress 4.6.
Thanks, Swami
is there code I can use to size down the twitter bird and hide the account name in the Tweets shortcode module?
Kindly use the css snippet below to reduce the size ( reduce font size ) of twitter icon as well as remove the account name.
.tweet_list .icon-twitter {
font-size: 50px;
}
.tweet_list h6 {
display: none;
}
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
Hello. The new option for project info as first slide for carousel is very nice and was probably the missing piece to make this theme perfect for a photographer, however I really think you should add something like this:
.flickity-slider { max-width: 20%; } Otherwise if you have a big text as info it spreads indefinitely on the horizontal making the page a mess.
Also when you set the portfolio to LOOP the project info slide sits in the middle and it is not very aesthetically .
Cheers -Aurel
Hi Aurel,
Thanks for the suggestions and feedback. We constantly listen to feedback and try our best to execute them and yeah this was a long requested feature and though there were implementation constraints we have introduced the feature. It still hasn’t been battle tested and as we find any issues we will definitely fix them and refine it. If you have a lot of text, we have implemented a scrollbar for a neat overflow. If this isn’t working in your site, kindly share your website url for investigating the issue. And with regard to the slide being at the center, which slider are you using, Ribbon or Center Slide carousel ?
Thanks, Swami
Hi. No, the curret system works fine and scroll also. I was just saying that without a css constrain for the info slide it goes all over the page . That simple css solved the problem. Both ribbon and center have the same issue when setting to loop, the info slide starts in the center, witch is normal when you finish the sliders and start over, however when it is the first time you open the page it is a very strange view.
Hi,
Sure we will test this out and patch the appropriate fix in our upcoming updates.
Thanks, Swami
Hello, when I go to Import Individual Demo content, the primary option is nowhere to be found. it this normal?
it’s safe update wordpressto 4.6? thanks
Hi,
Yes it is safe to update. I just updated my network of 25+ demo sites. As always recommended, kindly backup your database and theme options panel.
Thanks, Swami