7855 comments found.
Hi there! Since the last update our blog is not reachable anymore. It goes to a 404 PAGE NOT FOUND page, although it is linked to the correct blog page. Thank you very much for your help. Best regards
Hi,
The 404 problem looks like a permalink issue. Kindly go to SETTINGS ->PERMALINKS in your backend and set the permalinks to default style. Save the settings and then subsequently set it to POST NAME and save the settings again. This will refresh your htaccess file and will resolve any permalinks issue.
Thanks, Swami
Flow Carousel on Oshine v12 is currently broken. Check the example on the Brand Exponents website:
http://brandexponents.com/oshin/v12/portfolio/flow-carousel/Thanks for pointing this out, we have fixed the portfolio item.
Thanks, Swami
Hi! I know that my support has expired but I have just found some kind of problem with the theme—something that didn’t happened before I updated it today. If you visit my website (lauraracero.com), scroll down and click on the “load more” button, you’ll see that the 2 new thumbnails that appear are from 2 projects that are already above—instead of the last 2 totally different projects. Hope you can help me. I think something’s wrong :-/ Thanks.
PD: I have changed the “Number of Items per Page” from 30 to 35 on the Portfolio settings and now it loads all the projects in the correct order, but the problem is still there. This is just a temporary solution.
Hi,
Kindly share your wordpress admin url, ID and password to help@brandexponents.com and we will investigate the issue at the earliest.
And please do renew your support pack. It is only fair that you do, given other customers are paying for support and we spend our valuable time and effort to assist with issues & queries. Please note that issues are not always related to the theme.
Thanks, Swami
are there any blog layouts that highlight the author of the post with a photo? also how do I disable the featured image from showing in a single post if I’m using a full screen header, so that they don’t double up.
TIA
Hi,
We don’t have a layout yet that shows the blog author image, but will be available in one of the upcoming updates. Please share the link to your blog page and I will give you custom code to remove the duplicate featured imaged.
Thanks, Swami
Hi there!
Is it possible to hide only the top main menu (whilst keeping the sticky menu) using css?
I’ve tried using variations of:
- #header-inner-wrap { display: none !important; }
... changing the ”#header-inner-wrap” part with all the other header related terms I can find using Chrome’s developer browser.
I’m pasting it within a page specific custom css module. So far I can get both menus hidden, but not just the top one without affecting the sticky one!
Much appreciated.
Hi,
Please use the css snippet below.
#navigation { display: none; }
#header-inner-wrap.top-animate #navigation {
display:block;
}
Kindly paste the code in the custom css setting under OSHINE OPTIONS > GENERAL SETTINGS. Kindly ensure that Options Panel cache is NOT turned on.
By the way, it looks like your free support period has expired. Kindly renew support by purchasing an extension from themeforest in order receive timely responses to your support requests.
Thanks, Swami
Please, can someone tell me if is it possible to add a new favicon? I would like to add a link to my 500px profile. Thanks.
Hi,
Please use the icon module in the page builder where the 500px icon available in the collection. Kindly refer screenshot here : https://cl.ly/3l0m4605440X
If you want to use the icon in the footer, kindly add the icon in the page builder, copy the shortcode of the module ( use the copy icon ), and then go to OSHINE OPTIONS -> FOOTER SETTINGS and paste the icon shortcode there. If you would like to use the icon in the header, paste the shortcode inside the CODE CONTENTS setting under OSHINE OPTIONS -> TOP HEADER SETTINGS -> HEADER WIDGETS Panel.
Thanks, Swami
Problem solved. Many thanks. Regards.
Hi, the sub-menu items on my main menu have stopped appearing and the mobile menu has stopped working. My website is www.tevb.org – any idea what’s gone wrong? Thanks!
Hi Marc,
I checked your site and it looks like you are minifying the javascript files either using a plugin or is being done by your server. The concatination is causing javascript errors in the page, preventing your submenu from working. Kindly remove the minification / concatination of scripts and it should start working fine again. Some minification solutions can break scripts, and I would recommend using the W3 Total Cache plugin for your caching and minification needs.
Thanks, Swami
Hi Swami,
Thank you! Bluehost (our hosting provider) recommends using a service called Cloudflare to reduce page load and throttling. Once I disabled it everything began working again, both on mobile and on PC. I can’t thank you enough for getting to the bottom of this for us.
Hugely appreciated,
Marc
hello, i have purchased your theme so is it possible that I pay for the installation fee and you will be able to do installation for me? I want the demo version of V11 Corporate?
Hi,
Thanks for purchasing our theme and sure we can install the theme for you. Kindly email us at help@brandexponents.com with your FTP & cpanel details and I will put you in touch with our installation expert.
Thanks, Swami
Hi!
Great theme. I have only one question. I’m using the call to action button in the menu as used in one of the demo versions. On my mac it works fine but on mobile is not looking nice. Is there a way to disable the button on mobile devices? I used the following code:
[button button_text= “Vrijblijvend Advies” icon= ”” icon_alignment= “left” url= ”#” type= “small” alignment= “none” bg_color= ”#3bb39c” hover_bg_color= ”#3bb39c” color= ”#ffffff” hover_color= ”#ffffff” border_width= “0” border_color= ”#000000” hover_border_color= ”#af9f66” rounded= “1” background_animation= “bg-animation-none” animate= “1” animation_type= “fadeIn”]
Thanks in advance.
Hi,
Please give me the link to the site, so I can provide custom CSS to hide it in the Mobile Devices.
Thanks, Swami
Hi, the url is dev.vycom.nl/dolfin. Thanks in advance.
Hi,
Kindly use the following css snippet to hide it from mobile devices.
@media only screen and (max-width:480px) {
.header-code-widgets {
display: none;
}
}
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
Thanks Swami!
Can I use V6 as layout for the site and use the blog version of V11 layout? I want to know thi sbefore I buy the template
Thanks for your interest in purchasing our theme. Yes you can use any of the blog layouts in a demo layout
Blog Styles are just a global setting in the Options Panel.
Can I use the V6 layout (menu) with the blog style of V17
Thanks for your interest in purchasing our theme. Yes of course you can use v6 layout v17 demo
Its just a setting in the options panel.
Hello, I’m having trouble with the custom CSS. I have the following in the custom css section
a.aboutlink:link, a.aboutlink:visited, a.aboutlink:active { color: #3366FF; text-decoration: none; }
a.aboutlink:hover { color: #006699; text-decoration: underline; }
and in the section on the page that i’m trying to alter, i’ve put “aboutlink” in the “section class” field.
Am I missing a step?
FYI – I’ve purchased a license for a previous site and my client loved it. This client does not wish to make the purchase until she sees that everything looks okay.
Hi,
Please give me the link to your site so I can check why the code is not taking effect.
Thanks, Swami
Thank you!
Hi,
The problem is with your css. Kindly use the snippet below. Your css is targeting the anchor tags with the class aboutlink, but you have assigned the class to the section, which means you need to target the anchor tags in that section.
.aboutlink a, .aboutlink a:visited, .aboutlink a:active {
color: #3366FF;
text-decoration: none;
}
.aboutlink a:hover {
color: #006699;
text-decoration: underline;
}
Thanks, Swami
Hi Swami,
I’ve got a few questions:
1. Can you please tell me how to use the ‘scroll to section’? I’v been looking for it but I can’t find it on the builder. I can’t find it either the ‘Other layout options’. 2. Is it possible to change the arrow style/size on a slider? How? 3. How can I add fields to the contact form? and edit the ‘submit’ button? 4. How can I add buttons to a slider? 5. I have many problems showcasing images. What’s the proper way to do it? I tried to do it as in the template, by adding an image to the text block. But it’s been days I can’t add them, they simply don’t upload.
Looking forward to your reply. And a big thank you for the theme, I really like it.
Thanks in advance!
Hi,
1. You should be able to find the option in the Other Layout Option metabox. Here is a screenshot for your reference – https://cl.ly/2L0Z0J0b1h0b . Kindly ensure that you have the latest version of the theme. If you are still unable to identify the option,please email us the site’s URL, wp-admin id and password via the contact form in the support tab so we can log in to investigate further.
2. The option to choose the style of the (portfolio) slider arrows can be found under OSHINE OPTIONS > PORTFOLIO SETTINGS.
3. The default contact form that is included in the theme, has a specific set of fields, and cannot be edited. However, you can use the contact form 7 plugin to add custom forms. The shortcode generated by the plugin should be added in the Page builder using the “Plugin Shortcode” module.
4. Do you want to add button in the slider created using MasterSlider or Slider revolution ? or in the Sliders used in Portfolio page? Kindly provide a link to this page, so I can assist accordingly.
5. You can showcase images in more than one ways . You can use the Grid Gallery Module, Gallery Carousel/Slider or simply add them in the Text Block module using the Add media button. If this does not work in your site, please email you details via the contact form so we can investigate further.
Thanks, Swami
I am trying to slow down the scroll from the menu on a single page site. The scroll moves so quickly to some parts of the page that it loses the effect we want with the images. We just need to add a second or two to the speed. Where do I find the menu scroll speed, or what should I adjust and where?
Hi,
We have not modified the natural Scrolling Speed in the theme and it should be based on your devices’ setting. We modify the scrolling only in Single Page Sites, to navigate from one element to other or in cases when “Scroll to Section” is activated. If you still think the scrolling is too fast, please give me the URL, so i can check in a couple devices at my end.
Thanks, Swami
Hi, I only just purchased this yesterday so i’m sure it’s the latest version. However any changes I make to the header hero section doesn’t save. I’ve changed the image and the text and nothing happens. And saving the build doesn’t save the header hero section..’
Hi,
Thanks for purchasing our theme. Please note that when you make changes in the Header Hero Section settings panel or any of the other meta box panels, you will have to update the page. Refer screenshot here: https://cl.ly/3A2G3K2r3p2v
The green SAVE PAGE BUILDER is just for saving the page builder content. Please note that the page builder auto saves when you add / edit any modules. However when you delete / rearrange items, you will have use the save page builder button.
Thanks, Swami
Hi I imported the master slider after I already set up the static page to home – and after for some reason the Home v9 first version got removed – now I only have the home v9 2nd version. How do I get the first version back. If I do the demo import again just for contents will it mess things up? Thanks!
Also I add text into footer tertiary and it’s not showing on site? Thanks
Hi Adira,
I guess you have accidentally trashed the page by mistake, kindly check your trash for the Home 1 page and if its there , you can easily restore it. If not, you can reimport the demo, and when reimporting, just choose to import CONTENT from the demo. Reimporting the Options panel data will overwrite any existing changes you may have made there.
I will have to check your backend to investigate the footer text issue. Kindly share your wordpress admin url, ID and password to help@brandexponents.com and I will check at the earliest.
Thanks, Swami
Thanks! Will do. Also how do I change the contact form button style (color, outline or not etc) Also where do I change the bottom footer color? Thanks.
Hi Adira,
The option to change the background & text color of the contact form button, is right there in the module’s settings in the page builder.
To change the background color of the bottom footer widget area and the actual footer kindly go to OSHINE OPTIONS -> BACKGROUND SETTINGS panel. To the change their respective text colors, kindly use the controls under OSHINE OPTIONS -> TYPOGRAPHY -> FOOTER panel.
Thanks, Swami
thank you Swami for providing the answer to my prior question about double width/height items.
is there and way to modify or create a separate gallery module that does not expand into a lightbox? i’ve essentially created a masonry collage of team members and I don’t want it to behave like an image gallery. Also while I’m on the topic of masonry layouts, can I disable the ajaxy reflow animation that happens when you resize the browser window, and make it simple snap into their new position?
TIA!
Hi,
Apologies but unfortunately the answer to both your questions is a no. With regard to the first request, we can try a javascript solution. Give the SECTION enclosing the GALLERY module a unique ID by editing it in the page builder. Then subsequently try the following css js snippet.
jQuery(document).ready(function() {
jQuery('#SECTION_ID .be-photoswipe-gallery a').attr('href','#');
jQuery('#SECTION_ID .be-photoswipe-gallery').off('click', 'a.thumb-wrap');
});
Please replace SECTION_ID with the ID that you had assigned. Kindly paste the code in the custom javascript setting under OSHINE OPTIONS > GENERAL SETTINGS. Kindly ensure that Options Panel cache is NOT turned on. The snippet worked when I tested it in my demo.
Thanks, Swami
Hello, I wonder if I bought the theme, can I have access to the 25 version ? Thank you
Hi,
Thanks for your interest in purchasing our theme. Yes of course you have access to the v25 version or any other demo for that matter. We have a one click import plugin included, which you can use to choose the demo of your choice and then import it, immediately after installing the theme. Your site will then look like the demo and you can easily get started from there by changed the images and content to your liking.
Thanks, Swami
I am looking for a new ISP to host the Oshine site. Which providers have you had the best luck with in regard to your Oshine websites.
Hi Susan,
We are currently hosted with ASO and I wouldn’t recommend it even to my worst enemy as their server goes down quite frequently. We are ourselves migrating to WP Engine and have read a lot of positive reviews about them. Support so far is really good and server is quite fast. Siteground is a another provider with excellent reviews. You can also check Flywheel. Here is an article that I personally found useful, when making my choice – http://chrislema.com/change-web-hosts/
There are coupons available for most of these hosting providers, so kindly google for it, before making a purchase.
Thanks, Swami
Thank you for the reply Swami, this info is very helpful. I was looking at WP Engine vs Web Synthesis. I found WS interesting because they offer tools for content and website optimization, uptime monitoring and outreach tools.
I found a post on themeforest.net claiming that WebSynthesis has disabled the exec() / exec.php or url_fopen functions for security reasons.
Can you please verify that you do not use these functions in Oshine. So that I can verify that the Oshine theme will work on their hosting platform, should I decide to use them over WP Engine which looks like it has great options for staging, editing and migration.
Do you have any feedback in regard to WP Engine vs Web Synthesis?
Again thank you for your kind, helpful and prompt response.
Hi Susan,
We have only recently moved to WP Engine ( just a week ), but so far the support has been great and setup is very simple. Its quite fast as well. I haven’t heard or used Web Synthesis so no comments on it. All the features in our theme & demos are working fine, but WP Engine does blacklist a number of 3rd party plugins, so be sure to check that list.
Thanks, Swami
I never got an answer to my question…so reposting this. How can i prevent people from LEFT (not RIGHT) clicking images, and making them zoom? you can see a sample page here: http://www.evanrichardsonphotography.com/portfolio/swimwearlingerie/
once an image is clicked to view it, i don’t want others to be able to click it again, which zooms in even further. Thanks!
Hi,
I am not sure where you have posted this question, but we do respond to all our requests here as well as in our support platform. We sincerely apologize and we have probably only missed it by mistake or question probably never reached our support platform.
With regard to your query, to remove the zoom functionality, you would have to change the lightbox type used. Kindly edit the GALLERY module in the page builder and choose the Lightbox Style setting as “Magnific Popup”. But you will lose other functionality as well, such as the pinch & swipe and social sharing.
Thanks, Swami