22359 comments found.
Hi, We have WooCommerce and Total theme installed on our Campervan and Parts website: https://www.autohausvw.co.uk
The ‘Campervans’ products category has stopped showing up in the control panel (but is still visible on the website).
We’ve deactivated all plugins (except WooCommerce) and ‘Campervans’ is still not visible.
We switched themes and the ‘Campervans’ category appeared – suggesting to us it’s an issue between Total and Woocommerce.
We are running current versions of Wordpress, Woocommerce & Total.
Have you experienced anything similar and would you be able to advise us how to fix this?
If you enable WP_Debug on your site – http://wpexplorer-themes.com/total/docs/enabling-wp-debug/ – do you have any errors? I wasn’t able to locate any plugin called Campervans to test.
Also is everything up to date? http://wpexplorer-themes.com/total/changelog/
Sometimes these errors can be server related even when switching themes (memory related). But please make sure everything is up to date and if you can share more info (debug error, screenshot, etc) please do so I can help. Thanks!
- AJ
Hi AJ,
Thanks for the response.
After investigating further, we realised we added custom code to remove the categories from our shop page here: https://www.autohausvw.co.uk/shop/
Which also didn’t allow us to access the categories in the back-end way.
This was the code used:
/*- This code should be added to functions.php of your theme *
function custom_pre_get_posts_query( $q ) {
if ( ! $q->is_main_query() ) return; if ( ! $q->is_post_type_archive() ) return;
$q->set( ‘tax_query’, array(array( ‘taxonomy’ => ‘product_cat’, ‘field’ => ‘slug’, ‘terms’ => array( ‘vw-campervans-for-sale’, ‘admin’ ), ‘operator’ => ‘NOT IN’ )));
remove_filter( ‘pre_get_posts’, ‘custom_pre_get_posts_query’ );
}
After removing the code, all is working.
Thanks, Jamie
Great glad you got it resolved thanks for letting me know!
Hi there, this morning I updated to WordPress 4.5 and then I updated to the latest version of Total Theme. As usual, I updated all the plugins installed, so I have everything updated. After doing so, I encountered a problem: the Sticky Header option – which is correctly activated from Customize page – doesn’t work for mobile and tablet view of the website. If I try to navigate my website from either tablet that phones, the header doesn’t remain sticked on top when I scroll down the page. How can I solve it?
Thanks in advance for your reply.
Mauro.
Hi Mauro,
What header style are you using on your site? Also if you go to Appearance > Customize > Header si the sticky header enabled for mobile? There is an option to toggle it on/off. Also there is a filter you can use in a child theme to alter the window width breakpoint of when the sticky header toggles on/off if that’s something you want to use (just an FYI).
- AJ
I’m using the Shrink style, but even if I switch to Standard or CSS Animated Shrink, nothing happens on tablet nor on mobile phones. Looking at Appearance > Customize > Header I can’t see the option to toggle it on/off. The change I noticed with this new Total update is that now we can see the various view (Desktop, Mobile, Tablet) on the bottom of the customizing sidebar. Navigating every of the views I can say that the same option of Shrink header is selected from the drop down menu, but that option to toggle it on/off isn’t where you’re saying. Are you talking about that drop down menu I mentioned?
You should see a checkbox – http://cl.ly/250P121j3X2W – to enable the header sticky on mobile.
If you don’t see this option it’s likely because you are using a mobile menu style that doesn’t support it – http://wpexplorer-themes.com/total/docs/mobile-menu-styles/
For example if you are using the “Toggle” style the header can’t be fixed because the toggle is added under the header so if the header is sticky and you click to toggle the menu and you are half way down the page the mobile menu won’t be visible since it’s at the top of the page. Make sense?
- AJ
Hi AJ, thanks again for your answer. You were right, I had the Toggle style chosen in Mobile Menu options. I switched it to Sidebar and the checkbox appeared in the right section. Thanks for being so resolutive and so clear in explanations.
Have a nice day,
Mauro.
That’s what I am here for 
Have a nice day as well!
Hi Aj quick question here… I’m struggling to find a way to achieve dedicated page and post title styles for different blog categories… I messed around with the « Replace The Page Header With Visual Composer Content From Any Page » snippet and managed to have it working… Thing is it replace the title on all pages…
Is there any chance you could provide a snippet that would call different page contents based on categories to replace the title of posts and pages page id for replace the title of pages ? The idea is to get styled title headers for a client that needs a blog with different sections each with it’s own title style (images, icons colors etc…)
Would be infinitely graceful
Thanks in advance
If your customer doesn’t have a lot of categories, the easiest thing is actually to just create a standard page for each category (then use a plugin to redirect the categories to these pages). This way you have full control over how each category would look.
If you are using the snippet to replace the page header simply use the is_category() conditional – https://developer.wordpress.org/reference/functions/is_category/ – to alter things based on the category. Example: https://gist.github.com/wpexplorer/ebc9e2414a73c70175389629a3eca747
- AJ
Hi Aj, took me some time (i’m no coder) but i managed to get the whole header replacement shizznit working using conditional tags for categories, pages and posts… Learned a lot…
Thanks a lot for your help, 12th purchase on the way, this time for one of the biggest pharmaceutical groups worldwide 
Cheers
That’s awesome! I’m glad to hear that and if you have any future issues/questions you know where to find me 
By the end of the year you will be a super pro Coder!
- AJ
My visual composer stopped working on two sites I’m working on. The day you rolled out the theme update was also the same day Godaddy updated wordpress on their servers. That same day both sites visual composers stopped working. I called godaddy but they said it’s a theme author thing. Seems odd considering it stopped working simultaneously before I even had updated the theme. But after that I updated both site themes but can’t get the visual composer to update on either. I followed your guide to updating it and trouble shooting.
One site (http://0db.bc6.myftpupload.com/) after I disabled it and re-enabled it no longer says it needs an update but still shows the old version and won’t work.
The other site I’m working on (http://9ef.100.myftpupload.com/) says “An error occurred while updating WPBakery Visual Composer: To receive automatic updates license activation is required. Please visit Settings to activate your Visual Composer. Got Visual Composer in theme?” after going in and out of Maintenance mode.
The only thing I didn’t try was where you said “If you still getting an error message that the update package is not available, its probably just because your server permissions are set to strictly and you’ll need to alter your server settings or update the plugins via FTP. You can ALWAYS find the latest version of the plugin inside the theme at Total > Framework > Plugins > js_composer.zip” because I don’t understand what to do and I don’t see where that path even is.
Any ideas? I can’t figure it out. Thanks!
Hi,
It’s pretty simple. Here are the steps to get things working 100% and in the most precautious way.
- Setup updates for the theme – http://wpexplorer-themes.com/total/docs/update-theme/
- Check for updates and see if one is available for Total (there should be if you haven’t updated your theme yet)
- De-activate Visual Composer just to be safe (not necessary but good if you are updating from a very old version of the theme)
- Update the theme
- Go to Appearance > Install Plugins and update your bundled plugins
- Re-Enable the Visual Composer
- Clear all site and browser cache.
Then it should all be working 100%. Please let me know otherwise!
- AJ
Hi. It’s still not working for me on either site. Both say the theme is updated. I went through the cache steps and re-enabling steps although both sites never show that the visual composer needs updating under appearance- install plugins. I only see it on the dashboard and plugins area. One site says an error occurred while updating and the other site says error package not found. I’ve tried the steps multiple times on both sites. I’m not sure what else to do.
Did you setup automatic updates for the theme as mentioned in the docs (link posed above). The latest version is 3.4.0 – http://wpexplorer-themes.com/total/changelog/
Hi. I did install the zip file with the api key but neither site ever showed the available themes and didn’t work. I tried changing the style.css version # on one site like in your troubleshooting section but that did nothing and mojo marketplace isn’t installed on either site. I don’t know what else to do. This week I was suppose to be finalizing them both before launching next week. Any ideas?
If you setup the Envato Toolkit plugin for updates and it’s not working and your theme is not on version 3.4.0 try going into your Envato/TheemForest account and deleting and creating a new API key. If you have an older key it may not be working correctly.
What version of the theme are you on currently?
Also if you are running a multi-site installation make sure the Envato Toolkit is network active.
Any additional info you can provide would be very helpful as there currently aren’t any known bugs with the updates function.
- AJ
Hi. For both sites I did create brand new api keys and still nothing showed up. The theme on the Newport site in the styles says 3.3.3 although when I hit check for updates it says it’s up to date. The other site says it’s up to date as well but when troubleshooting I changed that number to 1.0.0 like your guide said and I forget what it originally said now. These are separate sites and not multi-site. I’m not sure what else to do or provide you with. Would it be possible for me to open a ticket where I can provide you the wordpress login, godaddy login, and even my envato account login if you needed it so you or your staff could have a look? I appreciate all the troubleshooting you have provided so far. I’m just getting nervous since we are suppose to launch within a week.
Yes you can submit a ticket if you want – http://wpexplorer-themes.com/support/
But it may be beneficial for now if you are on a tight schedule to update manually. You can do this by login into WordPress re-downloading the theme, extracting it, then locating the Total.zip file inside the “Installable Theme” folder and extract it and upload via FTP or use this plugin to update it – https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
You can also try this plugin instead for Envato updates – https://github.com/envato/wp-envato-market
Or you can also try clearing your site transients, the issue may be related to WordPress transients – https://wordpress.org/plugins/artiss-transient-cleaner/
The only other thing I can think of is that you are having security issues on your server not allowing updates to come in 
But with this information hopefully you can at least get things updated while we look into it.
I am also considering making my own updates plugin exclusively for Total. I think people would like it 
- AJ
Hi,
I’m currently using an image slide-show (Visual Composure element) with horizontal scrolling through the images.
Is it also possible to have vertically scrolling images?
Regards
You mean the carousel? http://totaltheme.wpengine.com/features/builder-modules/carousels/
Or the Slider? http://totaltheme.wpengine.com/features/builder-modules/image-slider/
Neither of them have a vertical option built-in, but it may be possible for me to add one in the next update. Can you confirm which you are using so I can tell you if it would be possible or not? Thanks!
- AJ
Hi AJ,
I mean the carousel 
Unfortunately I am using the Owl Carousel script – http://www.owlcarousel.owlgraphic.com/demos/demos.html – which doesn’t have a vertical solution included. Most likely because of the responsiveness it takes a lot of code to simply generate the horizontal display and adding a vertical one would be a huge amount of added bloat 
AJ, we’ve spoken about it before but I wanted to highlight it again.
I’m wanting the sticky header on scroll to be a white background. However, on the pages we have an overlay header that requires a white font. Can this be obtained via CSS?
Currently, this is our sticky header: http://www.webcentre.website/delray/wp-content/uploads/2016/04/sticky-header.jpg. That’s exactly how I want it to be styled.
However, that obviously makes the overlay header look like this: http://www.webcentre.website/delray/wp-content/uploads/2016/04/header-overlay-menu-default.jpg
My page settings are:Overlay Header Style – Default Styles
Looks like you already have the sticky header white.
But also in the latest version if you select the new “White Text” Overlay Header style it will keep all your edits for the header when it becomes sticky as defined in the customizer 
Okay, thank you for all of your help!
I almost have the desired affect, expect 2 pieces. The overlay menu (using UberMenu) looks exactly how I want it (http://www.webcentre.website/delray/).
However, when you scroll down and the menu and header become sticky I have two issues.
1. When scrolling your mouse over a given menu title, the font overlays as white. 2. The Schedule Appointment font color becomes black.
Any wisdom you can provide me on how to fix these two issues?
I also put through a ticket on this on your website, but just wanted to follow-up with you in regards to it. Thank you!
I see a ticket from 5 hours ago. I’ll just go ahead and answer there then.
I put it through on there because I didn’t know if that was something that you’d comment on here. Thank you! I appreciate all of your help with this.
Ok we have Visual Composure as a part of this theme. It seems WP has updated now VC doesnt work. We have updated one site but it wont update on others. We have a website that has to be done today. What do we do?
Do you get any error when trying to update the plugin? If so try de-activating it then updating it – http://wpexplorer-themes.com/total/docs/updating-visual-composer/
Also thank you for purchasing and using Total for multiple sites! If you still have issues updating please let me know but please tell me the error notice you are receiving, thanks!
Hi AJ. I’m have much quicker response time using this discussion page compared to your own support at http://wpexplorer-themes.com/support/. Should I use this ThemeForest discussion area instead?
As you wish. I pay a support staff to answer tickets and I personally answer comments. Generally we get a lot more tickets then comments which is why it can take a bit longer. Also I am looking to hire another support staff to help hopefully this week if I can find a good candidate.
If the questions are simple and don’t require sharing logins feel free to ask here. I try my best to answer these comments throughout the day. Just don’t post duplicate questions here and there because I pay my staff a lot of money and don’t want them answering questions that have already been resolved via the comments. Thanks!
- AJ
I am trying to add a New Portfolio Category – but I do not see any “add button” etc.
It should be right here – http://cl.ly/1I1c000E0s2L
If you aren’t seeing this, then please make sure under Portfolio > Post Type Editor you have enabled the Portfolio Categories.
======
I do kindly ask that you purchase a support license or another copy of the theme (that will also give you 6 month support license) if it has expired. I spend a lot of time and money supporting the product. Thank you!
Thank you, but that’s the problem – I do not see the button there
(I will look into purchasing another license or support.)
Please see this screenshot: http://bit.ly/1S4l44p
Yay – I found an alt. place to “add new” category. (When adding a new portfolio item – on the right sidebar near “Categories” there’s an “Add new” button…)
That works too 
The error you are having though was fixed many updates ago – http://wpexplorer-themes.com/total/changelog/
You may want to consider updating things: http://wpexplorer-themes.com/total/docs-category/updates/
Since it appears you are on a very old version of the theme I highly recommend before updating the theme to make sure WordPress is up to date and to disable the Visual Composer plugin while updating the theme. Once the theme is updated go to Appearance > Install Plugins and update all bundled plugins then re-activate the Visual Composer. this is should the “safest” method.
- AJ
Al actualizar Wordpress no me funciona el visual composer. ¿Qué puedo hacer? No se actualiza sólo.
Update the theme and Visual Composer – http://wpexplorer-themes.com/total/docs-category/updates/
It’s best if you de-activate Visual Composer, Update the theme, then update Visual Composer, then re-enable Visual Composer. That’s the safest method of updating.
Hello,
I tried to download the latest update and received this message:
"The package could not be installed. The theme is missing the style.css stylesheet."
As well Visual Composer is not functioning properly. I cannot edit any of my pages. The WPBakery Visual Composer Plugin needs to be updated but it’s asking to link out and purchase it from Code Canyon. Wouldn’t this be included in the new update?
Please let me know if you need login details. The website is: EuroProContracting.com
Thank you in advance, Mary
Hi Mary,
This happens when trying to install a folder that isn’t the actual theme – http://wpexplorer-themes.com/total/docs/theme-installation-errors/
But since your theme is already installed you can’t update it simply by re-installing the theme, it will give you an error that the theme already exists. Please follow the guides here for updating your theme and plugins: http://wpexplorer-themes.com/total/docs-category/updates/
It’s best if you de-activate Visual Composer, Update the theme, then update Visual Composer, then re-enable Visual Composer. That’s the safest method of updating to prevent any possible errors.
Also make sure WordPress is all up to date first.
- AJ
Awesome AJ!
I’ll follow the instructions on your link. Thanks for the prompt response????
Best regards, Mary
No problem! If you have any other issues/questions in the future you know where to find me 
- AJ
Hi AJ,
After updating the theme, I’m receiving this msg now: “Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.”
Please let me know what I’m doing wrong.
Thank you in advance, Mary
Hi AJ,
I just cleared the caching and that seemed to rectify the issue.
Although, I noticed on the Home page, when I try to view certain items, I can’t retrieve them now like the google maps section.
Do you have an idea what might be causing this?
Hi,
Are you sure the theme was updated correctly with all the files?
To be honest I am not 100% sure what you mean by “when I try to view certain items, I can’t retrieve them now like the google maps section.” Do you mean you can’t see the map on the front-end or you can’t add it via the Visual Composer? Could you please explain? Thanks!
I just tested the maps locally and they should be working: http://cl.ly/393F0S0Q2Y0r
- AJ
Hi AJ,
Sorry for my late response. No I don’t believe the theme was updated correctly. While editing pages, I don’t have Visual composer, Classic Mode and Front End editor buttons showing up at all. The visual composer is not listed under plugins.
Also, I have since installed the Envato Tool Kit and uploaded the theme that way.
Please let me know what I’m doing wrong or what I should do.
Thank you in advance, Mary
Hi AJ,
Sorry for my late response. No I don’t believe the theme updated correctly. I don’t see the Visual Composer, Classic Mode and Front End editor buttons showing up at all. The Visual composer is not listed under the plugins.
I have since installed the Envato Toolkit and uploaded the theme that way, but it still didn’t install completely.
Please let me know what I’m doing wrong or what I should do to rectify it.
Thanks again in advance, Mary
Hi Mary,
If you go to Appearance > Install Plugins in your WordPress dashboard you should be able to install the Visual Composer from there. Can you please try this?
And of course you can always open a ticket if you want me or one of my support staff to look into the issue for you – http://wpexplorer-themes.com/support/
- AJ
Thank you AJ,
Everything is working as usual now.
Again, thank you for your always prompt and most helpful advice.
Thank you, Mary
Great! Sorry for any initial troubles you were having Mary. If you do run into any other issues or have any usage questions please feel free to leave me a new comment.
Have an awesome weekend!
- AJ
Thank you again AJ for the superb service!
Have a great weekend too 
No problem! And if you haven’t yet and don’t mind I would appreciate it if you can take a second to go to your ThemeForest downloads and give my theme a rating. It really helps. Thank you!!
- AJ
I rated your theme with the highest rating I could 2 years ago when I bought it, because I was blown away by it’s simplicity of use yet sophisticated appearance. I was able to rate it again and leave some more comments! Great job on this work! 
Awesome, thank you so much for that. I really appreciate it, every rating helps! 
Have a great weekend,
AJ
Font awesome icons not showing on client’s site, after I did an upgrade of Total and the integrated visual composer my icons no longer show on the site.
example: [font_awesome icon=”facebook” color=”#dd0808”] test
no longer shows the facebook icon, what am I missing?
Most of the time this is server related (and most common in Firefox not Chrome). Please see here: http://wpexplorer-themes.com/total/docs/font-icons-not-working/
If you aren’t sure how to make the edits usually your webhost will assist on this.
I have looked at our live sites and re-tested locally and there isn’t any bug with the function so without looking at the live site my best guess it’s related to server permissions.
- AJ
I am not able to perform any update on my site via Visual Composer. The only thing I have done is I have updated WP to 4.5. Please help. Unable to do any updates on site. Thanks.
Please have a look at the documentation article regarding updates: http://wpexplorer-themes.com/total/docs-category/updates/
It’s best if you de-activate Visual Composer, Update the theme, then update Visual Composer, then re-enable Visual Composer. That’s the safest method of updating to prevent any possible errors.
- AJ
Problem: The Backend Editor of the Visual Composer bundled with your plugin no longer works in the Pages (nor in othr places such as Posts where it is enabled). The ONLY change I made was update to latest WordPress version 4.5, which you say is compatible, so it shouldn’t be that. HELP, this is a production site and we need to make edits !!!
You need to update the theme and the Visual Composer to the latest versions to fix the issue.
Please have a look at the docs here: http://wpexplorer-themes.com/total/docs-category/updates/
And the changelog is here: http://wpexplorer-themes.com/total/changelog/
It’s best if you de-activate Visual Composer, Update the theme, then update Visual Composer, then re-enable Visual Composer. That’s the safest method of updating to prevent any possible errors.
- AJ
The auto update function for neither the theme nor Visual composer plugin work. They are both outdated I now notice. This is the second time. How come this doesn’t function? All other plugins auto update without issues, including other licensed plugins. I tried the instructions you have here http://wpexplorer-themes.com/total/docs/updates-not-working/ and changed the style.css file version nr to 1.0.0. But nothing happens. Please fix this, I’m upset that I need to find out new versions this way. It’s insecure, and the Visual Editor has now been out of function for a few days. It’s very inconvenient for editors who do not code. It makes me look bad..
And for completeness sake: - It is not a WP multisite - I do not have Mojo Marketplace - I tried refreshing the plugin and wordpress updates page several times - I tried deactivating and reactivating the Visual Composer plugin - The license key is inserted and validated, is valid and hasn’t changed
I’m really not clear what to do next. And auto update should be fixed!
Hi.
There aren’t any known issues with the auto updates and they should be working correctly. Are you using the Envato Toolkit or the Envato Marketplace plugin for your updates? – http://wpexplorer-themes.com/total/docs/update-theme/
The theme had built-in auto updates A LONG time ago and it was removed in December of 2015 in Total 3.3.0 – http://wpexplorer-themes.com/total/changelog/ (you can see the notice on this update version).
Is that what is confusing you?
It sounds like your theme version may be quite outdated. What version are you using?
I would highly recommend to proceed with the updates in this order:
- Setup auto updates (via the toolkit or marketplace plugins as mentioned in the docs)
- Once the update shows up in the dashboard, disable the Visual Composer
- Update your theme
- Go to Appearance > Install Plugins and update your plugins
- Re-enable the Visual Composer
- Clear all site and browser cache – ( docs for that here)
That should be a pretty smooth process and only take a couple minutes. Please let me know if you are still confused about anything.
And if your current version is extremely old please also see here: http://wpexplorer-themes.com/total/docs/updating-1-6-0/
- AJ
Hi A.J. I really like the style of the mobile menu search. Is there a way to add the exact search to, say the top bar via shortcode or other means?
There isn’t any built-in searchform shortcode you can use. But that’s a really great idea as I am sure many customers would love to have a searchbar easily added to the Top Bar. The issue becomes when users insert the search bar shortcode then they change the color of the topbar so maybe I can add one with a default and a “white” style incase they add a solid background to this area. I’ll add it to my todo list for the next update.
Currently the only options are:
1. To add a new shortcode via a child theme you can use.
2. Create your topbar layout via a new page using the Visual Composer then insert the page ID for this page into the Top Bar content.
- AJ
I copied the code from the mobile menu and added it to a test page using the raw html VC module:
<form method="get" action="https://shoprainbowsend.com/" class="mobile-menu-searchform">
<input type="search" name="s" autocomplete="off" placeholder="Search">
<button type="submit" class="searchform-submit">
<span class="fa fa-search" />
</button>
</form>
This is working so far. Do you see any issues using this method? I was going to add my own css classes for adjustments.
There wouldn’t be any issues with doing this. The only issue is if you ever switch domains to remember to change the action URL 
But make sure to change “mobile-menu-searchform” to something else like “my-topbar-search” just to make sure that if I ever make any changes to the mobile menu search it won’t affect yours.
- AJ
Hi,
After upgrading WP to 4.5 and theme TOTAL then I get below error, which prevents me from opening the WP dashboard…
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WP_Import has a deprecated constructor in /customers/9/5/7/niaconsulting.net/httpd.www/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38 Warning: Cannot modify header information – headers already sent by (output started at /customers/9/5/7/niaconsulting.net/httpd.www/wp-content/plugins/wordpress-importer/wordpress-importer.php:38) in /customers/9/5/7/niaconsulting.net/httpd.www/wp-includes/pluggable.php on line 1171
How can I deal with this kind of error, please? Yesterday the error message looked quite different….?!?
More detail…
wp-co ntent/plugins/wordpress-importer/wordpress-importer.php line 37 to 39
if ( class_exists( ‘WP_Importer’ ) ) { class WP_Import extends WP_Importer { var $max_wxr_version = 1.2; // max. supported WXR version
...and wp-includes/pluggable.php line 1171++ } endif;
header("Location: $location", true, $status);
return true;
What do I need to change in the two php-files to nullify the apparent error and regain access to the WP dashboard, please?
Hum…The WordPress importer plugin only runs while at Tools > Import. You shouldn’t see any notices for importer errors anywhere else on the site.
I do suggest leaving a comment here so they can fix the debug errors – https://wordpress.org/support/plugin/wordpress-importer
But if you aren’t going to be importing anything, I recommend simply deleting the plugin completely since it’s not being used it will slim down your site 
- AJ
Hi, This is a fantastic theme. Extremely customizable and very well documented. However, I need some help. I want to put a 2-pixel border-top on the menu items, and a 5-pixel border-top on the active menu item I tried adding the following to the custom.css
.sf-menu li { border-top-style: solid; border-top-width: 2px; border-top: #8b6914; }
But it doesn’t work. Can someone help?
Hi,
I am glad you like the theme! This is the code I would recommend:
#site-navigation .dropdown-menu > li > a { border-top: solid 2px #8b6914; }
#site-navigation .dropdown-menu > li.current-menu-item > a { border-top-width:5px }
Result: http://cl.ly/1Y1f0c292c2f
You may want to considering tweaking the link padding as well though so there isn’t that extra space on the left side.
If this isn’t the result you seek please share a mockup and I’ll tweak the CSS 
- AJ
That’s exactly what I was thinking of. Thanks for the quick and accurate response!
PS. I will tweak the css myself 
Great, glad that helps! 
AJ – One more thing that I noticed this morning. I like that you set a height: 150px on the header.background-image-page-header on mobile. That’s great and you should keep.
But this causes a problem if I am using the Overlay Header option with a page header image. Any way you could add in a specific css only to target if the header overly with page header image is used? Could be default 400px or 300px on mobile. Then if I need to change the css to fit my needs I can.
What do you think? Thanks!
I’m not ignoring this comment, but I want to keep it open as I think about what to do for best results then get back to you – but on ThemeForest once I respond to a comment it’s archived until the user responds. Do you mind responding as a reminder?
Currently the theme adds a class to the body tag when the header overlay is enabled (has-overlay-header), maybe I can add a “hasnt-header-overlay” class (or do u have a better name idea) that we can use to target CSS better when it’s not enabled rather then using the :not class which isn’t supported in various browsers.
Sounds good?
So the CSS would change to:
body.hasnt-header-overlay .page-header.background-image-page-header .page-header-table { height: 150px; }
This way when the header overlay is enabled the responsive CSS is not added. Let me know your thoughts.
- AJ
AJ – I think that’s a solid plan. That works for me. Thanks!
Cool. I made the tweaks for the upcoming version (not putting it in the changelog though) so if you want to apply it yourself for now manually in css/wpex-responsive.css please do.
It’s a crucial edit, so thank you again for the suggestion!
Hello, two bugs with recent theme package update: (1) Visual Composer throws an error when trying to update. (2) the “This theme recommends the following plugins” message, does not ever dismiss permanently, even though you click “dismiss this message”. It’s back when you refresh the page or go to another page.
1. Try de-activating the plugin then updating it. That should fix any error you have while trying to update – http://wpexplorer-themes.com/total/docs/updating-visual-composer/
2. It will not dismiss until the Visual Composer is updated, this is to ensure people update the plugin.
Hi, can you please let me know as to how i can create a drop down menu with Total similar to http://www.smartinsights.com/ (the second row with heading ‘Solutions to your Marketing Challenges’). Basically i want to create a quick pick services menu which visitors can use to access common services. Thanks
This is actually a select dropdown using a custom script for the dropdown styles. Total (or not any theme that I have seen) has such function built-in. You may need to locate a plugin or use custom code for this sort of thing via a “Raw HTML” block.
I think it would be a cool module to add to the theme in a future update but not really sure what I would name it. It’s fairly complex though because the module would need to have a repeatable field where you can set a text and link for each option. But definitely doable. I think many would like it, any idea what I could name this module? Thank you for your suggetions!
- AJ
How about naming it ‘Quick Start’? The idea is to make the website more conversion oriented by giving visitors a step by step flow helping them get to what they want. I hope you will consider adding this functionality in the future.
It is a very cool idea. I added it to my todo list: http://cl.ly/280L2F2i0R0o
I try and avoid adding a lot of new modules as it could slow things down a bit more for people. But I do believe people would really like this one. It’s actually a bit tricky though to create this and give people options to tweak the design so it will take some time but I will try my best to include it in an near update.
- AJ
Many thanks for your willingness to listen to your customers & improve your already great product. You are one of the few authors that cares enough. Thanks again – truly appreciate it. You have a loyal customer for life…
You are welcome! Hopefully I can look into adding it this weekend
I actually am going to first work on including multiple lightbox options for customers to choose from since this has been highly requested. It may take all day though…But I do hope to get an update out for sure by next week (customers don’t like updates too close to each other).
- AJ
Hi again. Don’t mean to sound pushy, but could you plz provide an indication of whether we can expect the quick start feature update in the next 2-3 days. Thanks!
Because this isn’t a crucial update (and only 1 customer has requested it) I can’t focus on that right now and push out an update. It most likely will be added in the next update, but that could be this weekend or next weekend.
Customers do not like frequent updates (they get angry) so I try and update the theme only as needed. Thank you for understanding!
- AJ