22385 comments found.
Hi,
I have the Woocommerce Cart Icon and Cart Count in the main menu. How do I hide this from the Front Page only?
This was set under Customise > Woocommerce
-C
Hi,
You can use a little CSS to hide it like this:
body.home .woo-menu-icon { display: none !important; }
- AJ
Hello,
Is there a way to change the width of the specific column? Right now I have four columns but I need a second column to be wider to accommodate the longer text field and the third column to be narower. Padding and margins won’t do it.
Thank you!
David
http://kozakpartners.cz/wp-content/uploads/2017/10/Screen-Shot-2017-10-15-at-23.07.39.png
Hi David,
Paddings and margins won’t actually make columns smaller or bigger. The only way is to add a custom class to each column and then some CSS. If you have 4 columns then by default each one is 25% wide (4*25=100). Which means if you make the second column 30% wide then thirst one should be 20% wide.
Your CSS should look like this:
@media (min-width: 768px) {
.vc_col-sm-3.my-second-column {
width: 30%;
}
.vc_col-sm-3.my-third-column {
width: 20%;
}
}
http://wpexplorer-themes.com/total/docs/making-css-edits/
- AJ
—
ps: I noticed your support license has expired, if at this time you can renew your support license I would really appreciate it. You can also purchase a new copy of the theme for another site/client and it will also renew your support. A support renewal is around $41 so if instead you purchase a new license of the theme you essentially will get a new license for only $17 to use on another site and a support renewal. If financially you can’t at this time I understand but would really appreciate it since I spend a lot of time and money supporting and updating the product – thank you!
Thank you for help.
For some reason it does not work though. No matter how I change the percentage the columns stay the same.
It’s not super important but I’d love to make it somehow. 
D.
I just bought another licence. And it’s definitely not my last one. Thank you for great work!
Hum, I did test the code before sending it to you. It’s possible it’s just not overriding because of where the code is being added.
Did you try adding an important tag like this?
@media (min-width: 768px) {
.vc_col-sm-3.my-second-column {
width: 30% !important;
}
.vc_col-sm-3.my-third-column {
width: 20% !important;
}
}
“I just bought another licence. And it’s definitely not my last one” – Awesome, thanks!
- AJ
I’ve tried to add the code to the Custom CSS in the Theme Panel as well as the CSS settings on that particular page. No difference. Even with the important tag. 
Hi,
I’m looking at your site and I see the CSS but not your custom classes. Make sure to edit the column to add your classname like this – https://cl.ly/nD9v – that’s how the CSS knows which columns to target and it doesn’t just target all of them.
In my example CSS I used “my-second-column” and “my-third-column”. But you can use anything you want as long as the CSS matches the class used for the column.
Make sense?
- AJ
Now it does make sense! I totally forgot about classes.
It works like a charm now.
Thank you very much for help!
Great 
Hi guys. 2 questions:
1—> I have to show a different logo on each page of my site but I was not able to overwrite the default one. Any idea what would be the best way to do that?
2—> I would like to use SVG logos. Is there a plugin that you can recommend?
Thank you very much for that great theme!
Hi there,
1. How many pages and will it also change depending on specific categories/archives/search results? There is a filter you can use – https://wpexplorer-themes.com/total/snippets/custom-logo-image/ – to alter the logo conditionally.
Depending how you are going to do things I can help tweak the code or suggest the best way of doing it. But I need a bit more info.
2. You should be able to use SVG logos already there isn’t anything preventing it. The only issue you may be having is that you can’t upload SVG images in WordPress which can be enabled via some code:
function wpcontent_svg_mime_type( $mimes = array() ) {
$mimes['svg'] = 'image/svg+xml';
$mimes['svgz'] = 'image/svg+xml';
return $mimes;
}
add_filter( 'upload_mimes', 'wpcontent_svg_mime_type' );
The issue is that SVG images are disabled by default in WordPress is for security reasons I advise you do some research on this first – https://www.bjornjohansen.no/svg-in-wordpress
- AJ
just got this theme and i found that wordpress dropdowns are not showing properly. I used the options to build a template for a custom header and added the custom menu wordpress widget to it.
checking your help docs you state that if you are making a custom header it is best if we bought the clever mega menu. Installed this and like others on their comments. I am finding it does not work.
Im getting the top level shown in a similiar style as a bootstrap button. Then all items that should be hidden unless rolled over just showing underneath as unstyled links.
Now not sure where the problem lies, but I note that before i added the plugin. If i add the menu to the total them top bar, I am seeing the same thing, so I assume its a possible issue with the theme. I also tried disabling all plugins except ones belonging to the theme and had no luck.
Hi there,
- The theme itself doesn’t support dropdowns by default in the topbar menu or in the custom menu widget when simply inserted to a page.
- Can you share a link where you are using the clever menu plugin? How are you adding the menu?
I was under the impression that the plugin had the ability to insert their menu anywhere on a page via a shortcode. If they didn’t add this ability (seems weird that they didn’t I remember asking before adding it to my recommended list) it’s very easy to insert to your header builder via this plugin – https://wordpress.org/plugins/menu-shortcode/
Like this: https://cl.ly/n54B
And this is how you find your menu ID – https://wpexplorer-themes.com/total/docs/find-menu-id-wordpress/
I’ll actually add my own clever menu VC module for the upcoming update (should be out tomorrow) so you don’t have to use the Menu Shortcode plugin and make it very easy to insert any clever menu on your site.
By the way in the upcoming update you will now be able to edit the header and see your full site to make things easier as well – https://cl.ly/n4Zf
Please et me know if you have any follow up questions or concerns. I hope you are having a lovely weekend.
- AJ
great. I added the shortcode and it simply does not display correctly. I have currently moved to another free dropdown menu plugin at the moment and that works with shortcode. Will leave it a couple of days and see if your update fixes the issue. I hope it does.
thanks for the quick reply.
Did you create a custom “theme” for your menu? Like this: https://cl.ly/n5ZT
The “theme” adds all the pretty styling to the menu for the dropdowns and everything.
What free plugin did you end up using? I’d like to check it out and maybe recommend it as well after I’ve looked and made sure the code is safe and without errors. Thanks!
- AJ
On my site http://compass-childcare.com when I enable a plugin “Notice Bar Pro”, all of my page titles change and that developer isn’t very responsive. Where, in what file do you set the title/text in the breadcrumbs area?
Hi,
Unfortunately I am not familiar with that plugin. But any plugin that breaks the default titles on your site clearly hasn’t been coded correctly and it may be best to use an alternative plugin. If they aren’t willing to fix things in the plugin you should consider using a different one and get a refund for your purchase.
The titles displayed in the theme and breadcrumbs are using core WordPress functions to pull the correct title based on the active page so you won’t be able to fix the issue by editing the theme files unless you manually set the title for every page using theme filters ( https://wpexplorer-themes.com/total/snippets/alter-main-page-title/) on the site which will be a pain to update the code every time you publish a new post/page/tag/category…etc. Fixing the plugin should be very simple. Usually these issues happen when a plugin is incorrectly using a WordPress filter or they haven’t reset a custom query via wp_reset_postdata or wp_reset_query
I am assuming you mean this plugin – https://wordpress.org/plugins/notice-bar/ ? I downloaded the plugin and tested it and didn’t have any issues. So if that’s the plugin you are using it sounds like it’s a problem only with the pro version which I don’t own.
There are a lot of notice plugins out there if you want some suggestions for switching I can give you some. Let me know.
- AJ
—
ps: I noticed your support license has expired, if at this time you can renew your support license I would really appreciate it. You can also purchase a new copy of the theme for another site/client and it will also renew your support. A support renewal is around $41 so if instead you purchase a new license of the theme you essentially will get a new license for only $17 to use on another site and a support renewal. If financially you can’t at this time I understand but would really appreciate it since I spend a lot of time and money supporting and updating the product – thank you!
Hi,
Is it possible to set filter in categories staff listed not alfabetic but manual set it?
The best way is like this: https://www.youtube.com/watch?v=ifhQ7Fb-0lE – this way you can build your own custom filter menu and order things exactly how you want.
Alternatively you can use a plugin like this to re-order categories: https://wordpress.org/plugins/taxonomy-terms-order/
- AJ
—
ps: I noticed your support license has expired, if at this time you can renew your support license I would really appreciate it. You can also purchase a new copy of the theme for another site/client and it will also renew your support. A support renewal is around $41 so if instead you purchase a new license of the theme you essentially will get a new license for only $17 to use on another site and a support renewal. If financially you can’t at this time I understand but would really appreciate it since I spend a lot of time and money supporting and updating the product – thank you!
Hopefully a quickie, but it’s not desperately important.
On Google Pagespeed Insights (yes, that bugger again), there are three recommendations to ‘Leverage Browser Cache for the Following Resources’ as follows -
https://syndication.twitter.com/settings (10 minutes) https://platform.twitter.com/widgets.js (30 minutes) https://www.google-analytics.com/analytics.js (2 hours)I’m going to use the CAOS plugin to remove the analytics code, so there won’t be a problem on that one.
It’s just the two other external resources, both Twitter ones.
I’ve just edited the ‘Statcounter’ plugin to give it an async attribute so it doesn’t appear in the ‘Render Blocking Javascript’ options anymore.
Would an async attribute work on the above two twitter items, and if so, where would I add it?
Hi there,
I hope you are having a lovely weekend.
You can not increase browser caching for the twitter scripts because they are loaded via a 3rd party the caching is controlled by their server not yours. Async doesn’t increase browser caching time it only changes the way the script is loaded.
I wouldn’t worry about it unless it’s causing actually speed issues. Check out your site “waterfall” and see how long it takes for the scripts to load.
Ultimately Google doesn’t are at all about your “score” it only cares about your speed. As long as your site can load at a reasonable speed you won’t have issues with SEO of visitor retention.
Also sometimes you need to think about if the added speed for the twitter widget is actually worth it (how many visitors are actually making use of it?). You can use a heatmap service – http://www.wpexplorer.com/heatmap-analytics-wordpress/ – to track your users and see what they are actually using on the site and then optimize things accordingly.
If speed is the largest concern then remove anything slowing down your site. If building your social media is more important then keep it.
- AJ
ps: I don’t remember your URL so I’m not sure why you are loading these scripts but I’m guessing you are either showing recent tweets or a custom tweet button.
- AJ
Hi AJ,
For reference, my site is at https://www.midlandsmaidens-escorts.com
I’m buggered if I can find where the twitter scripts are being loaded from.
I’ve tried disabling my ‘Blog2Social’ plugin and my ‘Nextscripts’ plugin which are only there for autoposting on Facebook and Twitter, but no joy there.
Then I tried disabling the Total social sharing modules and the social sharing widget, but again no joy.
I really hate it when you can’t work out what is loading what!
The scripts definitely shouldn’t be coming from Total. But you’ve combined all your scripts – your-site.com/wp-content/cache/minify/350fe.default.include.ffde77.js – so it’s impossible to see what file/plugin is actually adding it.
When disabling plugins to test you have disable the minifying and clear all your cache because you are probably disabling plugins but the site is still loading all the scripts.
ps: In the future can you paste your URL without the http protocol (so it doesn’t get turned into a URL) Because having the links to an x-rated site in the comments can hurt my SEO for the theme page and also to prevent any issues with other customers. Thanks!
- AJ
Yes, the site was minified quite successfully with W3TC as I think I mentioned before. I never thought of disabling the minifying so I’ll temporarily disable that now.
Sorry about the NSFW site title – please feel free to disable the http protocol.
Right, back to work!
Nope, I give up.
It’s not a Total script I reckon, and the only other plugins I have are the aforementioned Blog2Social and Nextscripts, which are only there for autoposting.
I’ve even tried disabling Yoast to see if their plugin was picking up the Twitter signals.
Looks like it’s a mystery that remains a mystery!
Blog2Social is the most likely. The script is not posted in the code, it’s inside a javascript file. When you are testing don’t keep running the site through page speed (it may be cached). You need to view your site source and then click on all .js files and search the code in the browser for “twitter” and see if you can find the culprit.
- AJ
Gotcha, I’ll keep an eye out for that.
For reference, I only started using Blog2Social recently, as Nextscripts started playing up.
If that’s the case, I think we’ll have a go at the development team and see what they have to say.
Sorted – it was none of the above.
It was something I was trying out called ‘Google Tag Manager’.
Looks like something else that Google has to answer for when running page speed projects.
Keep getting this when saving custom header page. Tried multiple clean installs.
Warning: Invalid argument supplied for foreach() in /home/mywebsite/public_html/wp-content/themes/Total/framework/classes/post-metabox.php on line 474
Warning: Cannot modify header information – headers already sent by (output started at /home/mywebsite/public_html/wp-content/themes/Total/framework/classes/post-metabox.php:474) in /home/mywebsite/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/mywebsite/public_html/wp-content/themes/Total/framework/classes/post-metabox.php:474) in /home/mywebsite/public_html/wp-includes/pluggable.php on line 1210
Only happens when editing a page which is set as the header in the “Header Builder”. If you set Header Builder to none, you can edit the page normally.
Hi,
Thanks for the heads up! Here is the updated/fixed file – https://cl.ly/n5KE (file will expire in a few days) – you can replace it via FTP in the location mentioned in the error (Total/framework/classes).
That said. I would highly recommend you activate the bundled Templatera plugin and create your header using a templatera template instead of a standard page. This way it’s not going to be included in search results, site maps…etc.
Thank you again for the porting the bug! I hope you are having a nice weekend.
- AJ
—
ps: I noticed your support license has expired, if at this time you can renew your support license I would really appreciate it. You can also purchase a new copy of the theme for another site/client and it will also renew your support. A support renewal is around $41 so if instead you purchase a new license of the theme you essentially will get a new license for only $17 to use on another site and a support renewal. If financially you can’t at this time I understand but would really appreciate it since I spend a lot of time and money supporting and updating the product – thank you!
Thank you!
You are very welcome! Enjoy the rest of the weekend and if you need anything else, let me know 
Thank you for the rating!
- AJ
Hi, I’m trying to insert a lightbox on a portfolio item, but I don’t know how. I manually can link a lightbox for each image, but they are not linked among them. I mean… for instance I do click on the 3rd image, but in the light box I can’t go to back to the second or first. http://www.carlessanchez.es/portfolio-item/lunense/ Here you can see it… any help?
Regards
Thank you
Hola 
Looks like you already updated things to use multiple single image galleries?
Another solution is to use the “image grid” with 1 column like this – https://cl.ly/n5ug
But..You could also consider using the post gallery as well – https://wpexplorer-themes.com/total/docs/using-post-gallery-image-galleries/ – this can be an easier way to manage your portfolio images.
And if all your portfolio items will look the same you could also use the dynamic template to create the layout – https://www.youtube.com/watch?v=eGYuBjqkj8Q
I hope you are having a nice weekend!
- AJ
Hello AJ. Your information was really usefull, but I still have some questions. I’m now using the image grid with 1 column as you said, I can fix a maximum width of 600px, but I can’t to fix any maximum high. This is one question, and another one is about the video you linked, I don’t have the option “Templates” in “Visual Composer”.
Thank you 
If you want your images to be a fixed width and height simply enter a custom cropping size for the images here – https://cl.ly/nDJq
You can’t set a max-width and height to the images just using CSS because they won’t render well responsively unless you upload perfectly proportionate images every time which can be a real pain.
If you don’t see the templates option you’ll need to install the bundled Templatera plugin which you should be able to do via Appearance > Install Plugins.
- AJ
Thank you AJ. Now I hace another problem, I already installed Templatera plugin, but suddenly the option of edit each Portfolio Item with Visual Composer disappeared. Any solution?
Thank you.
Very weird. Can you double check your permissions for the post type? https://wpexplorer-themes.com/total/docs/enable-disable-vc/
- AJ
Fixed! It looks like the plugin changed it automatically. Thank you, I hope not to disturb you any more
.
Morning AJ I recently found your code snippet for woocommerce ‘Change Product Entry Mobile Columns’ which is brilliant. Keeps the sidebar menu visible whilst adjusting the no of columns for content. Exactly what I wanted to do. It also solved the single product display issue on mobiles whereby it was trying to keep the image & summary 2 collumn strcuture but failing so image and summary stacked but each was only about 50% screen width. (Needed to remove your css that was changing the widths to 55:45) – so double bonus!! 1) My question: the column snippet is working on category pages displaying products but not on the shop page displaying categories. Is there a variant that would do the same on the shop page? 2) Could you advise on the breakpoints you use for switching between laptop, tablet landscape, tablet portraits , etc views? 3) Re site loading. I realise that optimising images is a minefield given all the variables. So ignoring that, is there a way/ is it worthwhile trying to combine css & javascript files before being sent from the server. Thanks as ever, I am staggered at how much I have achieved, aided primarily by your documentation and helpful prompts. David
Hi David,
1. To target categories basically use the same code but for the filter use “product_cat_class” instead of “post_class” and remove this code “&& in_array( ‘wpex-woo-entry’, $classes )” because you don’t have to make that check.
2. You mean what the breakpoints are? I updated the snippet to show the breakpoints in the commenting – https://wpexplorer-themes.com/total/snippets/change-woocommerce-columns-custom-columns-mobile/
You can also view the SASS at Total/framework/assets/sass/extra/responsive/_responsive-grids.scss
3. Combining CSS & Javascript will most likely not increase site speed by any noticeable difference. Usually it causes more issues then good and it’s a pain in the butt to regenerate everything you update a plugin, theme or WordPress. Also if you are using https with http/2 it’s much faster to load multiple smaller scripts then 2 large ones.
In terms of site speed I have some tips here: https://wpexplorer-themes.com/total/docs/speeding-site/
I hope you are having a nice weekend!
- AJ
Hi AJ 1&2) Brilliant, I feel this makes a huge difference to help navigate around our wee site. Really pleased with these snippets. Thanks a million. 3) Much as I thought. Had already read and followed your advice as far as I can – very helpful. Fear I have a follow up Q. Have just switched from Custom menu to Total – Modern Sidebar Menu for woocommerce sidebar and found a glitch. Styling is white background with dark text. Current link is dark background with white text. Hover changes colour of background to off-white shade, retaining dark text. When you hover over the current menu item in the Total menu the white text disappears (presumably switches to dark text colour). It did not do this in the basic wp Custom menu. Can you point me in the right direction to style this sidebar menu? Regards, David
Hi AJ A supplementary Q I fear. When I asked about breakpoints for the columns, I think my question should have been ‘Is there a way of adjusting the sidebar breakpoint?’ The sidebar contains a couple of slim menus and I would like them to be visible on tablet portrait. It would look fine with 3 columns for content and sidebar menu visible at side rather than dropping under content. Many Thanks, David
Hi David,
- I’m not sure what you mean regarding the menu widget, because the design you explain doesn’t sound like the default design of this widget in the theme. Can you share the URL in question so I can see?
- If you want the main content and sidebar to remain on tablet portrait you can tweak the default widths for this breakpoint in the Customizer – https://wpexplorer-themes.com/total/docs/customize-your-layout-widths/
Example: https://cl.ly/n66Q
The only issue is the Customizer for some reason uses 705 pixels for the tablet width when clicking the little icons on the bottom left but most tablet portrait sizes are actually around 768 so you’ll want to add your values and save then look at the live site.
- AJ
Hi AJ Here is a link https://www.themorayway.org.uk/festival/events/lowlands/ Mouse over the ‘Moray Lowlands’ menu link. In the default Custom Menu the text remains white and visible. The styling is similar to main menu but I don’t recall changing it for the sidebar widget – in fact I can’t find any way of doing this just now. Thanks David
Hi again, Went off for a stroll and realised I hadn’t checked the Drovers Tryst site www.droverstryst.com which has similar menu styling to ours. Lo and behold there’s has no problem. Went fishing and found that the style sheet has this added: .modern-menu-widget li.current-menu-item a {color: #FFF !important;} Problem sorted (on localhost). Sorry I didn’t do that earlier. Thanks for pointer re customise-your-layout-widths – just hadn’t realised that would do the job. Tried to tweek the mobile phone view – setting main container to 80% (same as PC & tablet) had no effect but not really bothered. The 3 column option on mobile landscape is fine. Thanks for all your help. Hope I haven’t wasted too much of your time tonight. All the best, David
Hi,
One quick question…was it on a specific browser/device where you saw the issue with the active menu item on the sidebar widget? Because looking at the site it looks like your custom CSS is just overriding the default CSS which is also set to a white color – https://cl.ly/n7oL
I was looking to add a fix for this in the upcoming update but I can’t seem to break it. So if you have any added info that would be awesome, if not, since no one else has reported the bug then I’ll just leave things as is
Thanks!
- AJ
Hi AJ I’m using Firefox on PC and Android and the text vanishes on both. Judith has ipad and it looks as though Safari is fine. I have removed styling so you can see your end if you have choice of browsers. A link is https://www.themorayway.org.uk/festival/events/lowlands/ The joys of code! Regards, David
Hi,
Hum, I tested on my PC and also in a cross browser testing site – https://cl.ly/n9pf – and I can’t see an issue 
The code is correct, so I really don’t see any reason why that would happen. Are you able to inspect the code in Firefox – https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Open_the_Inspector ?
Thanks so much for your help!
- AJ
Hello. I have a few questions regarding optimizing page speed. Based upon the following kingdom test results. Should I remove the face book that pops up from all pages ? Would you recommend me to do something different to improve page speed results ? https://tools.pingdom.com/#!/dJCVbN/http://www.thomaslorenzo.com
Regards
Thomas
Not Kingdom but pingdom
Hi Thomas,
Looking just a pingdom tools I see that about 48% of your loading time is coming from waiting for the server – https://cl.ly/n4i2 – where is your site hosted and are you using any sort of caching plugin or built in cache?
When looking at site speed don’t worry so much about the “scores” because it’s irrelevant. Always look at the “waterfall” that will tell you what is actually slowing down your site. For example a lot of speed checkers recommend removing query strings, but that doesn’t actually increase site speed…removing query strings causes hard caching on the site (which is usually not good). Or they recommend defering of javascript which doesn’t actually speed up the site, what it does is prevent issues when the scripts aren’t responding so that it doesn’t stop the rest of the page from loading (but if your scripts are hosted on your own site which they all appear to be, it doesn’t really matter because if they aren’t loading it means your site is down anyway).
Looking at the waterfall you can see what assets are actually taking time to load.
The Facebook script appears to be adding some loading time – https://cl.ly/n64a – but most of the loading time is coming from the loading images on the site. When images are loading slowly it’s a server related issue. Only upgrading the server or adding a CDN would help with image loading – http://www.wpexplorer.com/free-cdn-services-for-wordpress/
I have some tips here: https://wpexplorer-themes.com/total/docs/speeding-site/
I hope this helps, have a nice weekend!
- AJ
Hello. Thank you. I changed server for my word press two days ago because the server was very slow. I only changed the ip address of the word press site two days ago pointing to a new one. When I ping the new server it shows it has increased speed by 10 but loading is still very slow.
I was not able to change DNS. I do not know why. Si I am transferring domain also to my new server.
Could this be the cause of the slow loading speed because I only changed the ip address?
I understand this is not related to total theme but if possible , I would appreciate your input. Best Regards
Hi,
If your DNS still points to the old server it could cause some slowness. If you are moving your DNS I would highly recommend if you can to not move it to the same place your site is hosted unless it’s a very high quality host. There are much better DNS solutions such as dnsmadeeasy, cloudflare, amazon route….etc.
But usually switching DNS wouldn’t make too much of a difference in speed, maybe 30-50ms.
Not sure what you mean by “it has increased speed by 10” – I’m guessing you mean the page speed score? Scores are pretty much irrelevant. You can have a score of 100 with a site that takes 10 seconds to load or a score of 40 and the site loads in 0.1 second. Better scores don’t equal speed. You need to always look at the waterfall and see what’s taking time to load.
Where did you move your site to and on what plan? I have experience with all the top WP hosting companies since we’ve tested all of them and are affiliates of them. So maybe I can give some good feedback in regards to the server itself.
- AJ
Hi. The speed i was referring to was the ping speed . On the old server when I pinged it is showed 340 ms. In the new server it shows 30 ms. I was using nominalia from Spain and I have now transferred all to ventra ip in australia . I was recommend ventra by local IT professionals. Regards
Yes that’s a very big difference! Great. But it’s only a difference of 310 ms which isn’t noticeable.
I see you are using an instagram widget and facebook widget. These do also take some time to load because you need to ping the instagram and Facebook websites. It’s not adding a ton of extra loading time but it does add some time.
Did you already setup the recommended caching plugin from your new server? https://ventraip.com.au/faq/article/enabling-using-lscache-wordpress/
Besides that the only way to speed things up further is to setup a CDN for the static resources – http://www.wpexplorer.com/free-cdn-services-for-wordpress/
- AJ
ps: On my computer your site takes 1.74 seconds to load – https://cl.ly/n52V – which is pretty good.
Hello. I will implement all your suggestions. I appreciate such dedicated service and advice
Hi AJ,
I have bought the theme three times, I am using them on two client websites and I have an extra license for future use—so I am very happy with the theme 
There is one thing that I discovered today and it is bugging me. I have two different websites built on Total for the same client, and I am creating an identical social area in the top bar for both. When adding email and phone elements, the links work fine on one website, while they don’t on the other. Looking closer into it, I realized that the website where the links work fine is Total version 4.2.1, while the one that doesn’t work is on 4.4—which means that perhaps something was broken there on the last version you released.
The websites are these: - www.pillow-vac.com (phone and email links in top bar seem to work fine) - www.harrispillow.com (phone and email links in top bar don’t work)
Could you please take a look into it? Let me know if you need any additional information!
Thanks,
Thalia
Hi Thalia,
Awesome, thank your for your purchases!
There is actually a known bug in the theme. If you can update this file via FTP at Total/framework/customizer/settings/ – https://cl.ly/n5vD – it should fix the issue. If you have any problems with that let me know. Or if you want to submit a private ticket and request it be assigned to AJ and send me FTP logins I can update the file for you.
I do plan on releasing the update over the weekend though with the fix if you rather wait. Sorry for the troubles!
- AJ
Just come back to modify a a test page at:
http://www.industrialpersonnel.co.uk/home-page-test-2/ For some reason I cant find the border controls for the right hand side column I need to tweak the colour.Does not appear in any settings I look at.
Can you identify where this is?
Thanks
Sorry, found it, I had put it in CSS 
Glad you figured it out, have a nice weekend Chris!
Hopefully a quick question.
My overlay heading is not working on www.salazar.wedding, I have followed the steps accordingly but I dont understand if there is an interference due to your pre-made wedding demo. Wondering what could be causing it to hide? Once I disable the overlay header feature on the page editor, the menu will come back and appear again.
Hi,
Sorry for the confusion! It is because of a tweak in the demo. Here is what you’ll want to do.
1. Go to theme Panel > Custom CSS and remove this line of code:
#site-header-inner { display: none; }
2. Enable your mobile menu – https://wpexplorer-themes.com/total/docs/mobile-menu-styles/ – currently it’s set to disabled so your links won’t render very nice on mobile.
The reason the menu is hidden when you enable the Header Overlay is because the demo by default uses header style 2 which places the menu below the #site-header-inner element (which is hidden by default). However, the header overlay function displays the menu inline.
Now…if what you want to do is display the menu just like the live demo but have the menu overlayed at the top that is also possible and I can help with that, just let me know.
- AJ
Thank you so much for the reply. I followed the steps and got it working 
Hello AJ,
For the “Fixed Top” mobile menu, I haven’t found how to have the search bar above the menu items (although it may seem strange) :
I have 8 menu items so when the mobile bottom keyboard opens to search, the search field is no more visible : http://www.pnet.fr/mobile-search.png
Thanks in advance,
Michel
Hi Michel,
The only way to move it above is using javascript because the menu itself is created with javascript by grabbing your menu elements and search elements from the page and inserting it into a new element to be used for the mobile menu.
Example:
add_action( 'wp_footer', function() { ?>
<script>
( function( $ ) {
'use strict';
$( document ).on( 'ready', function() {
var $mobile_menu = $( '.wpex-mobile-menu' );
if ( $mobile_menu.length ) {
var $mobile_menu_search = $mobile_menu.find( '.mobile-toggle-nav-search' );
if ( $mobile_menu_search.length ) {
$mobile_menu.prepend( $mobile_menu_search );
}
}
} );
} ) ( jQuery );
</script>
<?php }, 9999 );
- AJ
Hello AJ,
Thanks indeed for this “snippet”, which works fine 
May I please ask you two things :
1 : I’ve created a CPT (with CPT UI plugin), for which I’ve customized in my child theme : cpt-single.php + vcex_post_type_grid.php
If I similarly create another CPT in the future, will it be locked to these files or will it be possible to create different versions of these files ?
2 : I’ve recently noticed during back-end editing of my 3 longest static pages a huge number of errors in Chrome console, but always the same (and heavy processor load)
In the front end, these pages sometimes keep loading in Chrome, but not in FF, so it may be due to my PC Chrome issues :
http://www.pnet.fr/chrome-console-errors.jpg http://www.pnet.fr/chrome-console-errors.log. The pages are these (not yet finalized) :
http://www.culture-officer.fr/atelier . http://www.culture-officer.fr/decouvrir . http://www.culture-officer.fr/methode .Thanks in advance,
Michel
PS : I don’t know why this comment doesn’t accept Carriage Returns after URLs
Hi Michel,
1. Customizing cpt-single.php is completely unnecessary. The theme has filters built-in to alter things as well as options directly in the CPT UI plugin. There shouldn’t be any need to modify that file. Also you can use the dynamic post template function to create your unique layout – https://www.youtube.com/watch?v=eGYuBjqkj8Q
vcex_post_type_grid.php – yes there is only 1 file because there is only 1 post type grid module. You can create your own custom modules if you need though. It’s very easy – https://wpexplorer-themes.com/total/docs/new-vc-module/
2. When did you notice the errors happening? The errors are coming from the WordPress admin.js file not a theme or plugin file. So this could be a core WP bug. I would recommend disabling plugins though to see if it is caused by a plugin making use of that file. I have never seeing these errors before so I’m not sure where they may be coming from. Make sure your WP installation is up to date as well. And disable any Chrome addons.
Everything loads very well for me in chrome when I check – https://cl.ly/nA4J (fast also).
- AJ
Thank you very much AJ 
I’ll follow your advices.
(just FYI, here are the minor mods I wished for the CPT files : http://pnet.fr/cpt-files-mp.png )
Michel
Hi Michel,
Ok these are both easy to do without modifying the template 
1. Can you copy/paste your exactly code from the single cpt file in a gist – https://gist.github.com/ – so I can give you the code for this. I want to see exactly what you did and so I can copy/paste the code and not re-write it all.
2. You can add the icon with CSS only like this:
.type-portfolio .vcex-post-type-entry-title::before {
content: "\f013";
display: inline-block;
margin-right: 10px;
font-family: "FontAwesome";
}
Just change “portfolio” to your post type name. Result: https://cl.ly/nBfe
- AJ
AJ, what do you suggest as the best approach for adding additional content to the top or bottom of the Overlay Mobile Menu?
<nav class=”full-screen-overlay-nav-ul-wrapper”>
HTML content here
MENU ITEMS
HTML content here
</nav>
Also, why does the search not show up on the Overlay Mobile Menu?
Hi,
This overlay menu style is created with Javascript (more efficient). So to insert extra content you’ll need to use javascript, example:
add_action( 'wp_footer', function() { ?>
<script>
( function( $ ) {
'use strict';
$( document ).on( 'ready', function() {
$( '.full-screen-overlay-nav-ul-wrapper' ).prepend( '<div class="my-extra-html">Something here</div>' );
} );
} ) ( jQuery );
</script>
<?php }, 9999 );
The search isn’t added by default to keep it slim and it just doesn’t look very nice with a search. If you want a search in the header I would recommend using this method – https://wpexplorer-themes.com/total/docs/creating-mobile-icons-menu/ (see bottom of the page) – it makes more sense and keep the menu slim.
On the smallest devices this won’t display by default though because only the mobile menu is visible but it can be enabled – https://wpexplorer-themes.com/total/snippets/display-mobile-menu-icons-always/
That said…if you have a mockup of a search field in the overlay and it looks good I’ll definately consider adding it.
- AJ
—
ps: I noticed your support license has expired, if at this time you can renew your support license I would really appreciate it. You can also purchase a new copy of the theme for another site/client and it will also renew your support. A support renewal is around $41 so if instead you purchase a new license of the theme you essentially will get a new license for only $17 to use on another site and a support renewal. If financially you can’t at this time I understand but would really appreciate it since I spend a lot of time and money supporting and updating the product – thank you!
Also, is there somewhere that lists the default or recommended sizes for different things, like uploading a logo (what size should I make it, is png best), full width pictures (that span the width of the screen), photos inserted into pages, etc?
Hi,
There isn’t any list because there is no such thing as default or recommended.
- Logo: Your header will expand to fit whatever logo you add. So in terms of size it just depends on what your logo looks like and how you want it displayed. The theme doesn’t constrain it. Generally speaking png is better quality then jpeg or gif’s but again it depends on your logo. Some logos may look perfectly fine as a jpeg and since it’s a smaller file it’s better to use.
- Full-Screen photos: This depends on the height of the section where the photo is added (if it’s a background). The content of the image (for example a scenic image is a lot different then an image with people in it). It also will depend if you are using the boxed layout or full-width layout – https://wpexplorer-themes.com/total/docs/theme-layouts/
- Photos inserted into pages: Depends mostly if you are concerned about quality or loading time. If you have a fast server (maybe even a CDN) inserting larger images may look better and provide automatic retina support but if your site loads slow then you may want to greatly reduce image sizes so that your pages load faster or consider not even adding any extra images you may not need. It’s also of course going to depend on your default site widths – https://wpexplorer-themes.com/total/docs/customize-your-layout-widths/ – and if your image is inserted on a page or in a column.
One thing you can do to always be on the safe side is inspect the area where you are adding your photo to see how much room you have. You can do this in any browser via the developer tools. Example using chrome: https://cl.ly/n5Vj (in this example I have a picture added to a column in a row set to 2 columns. You can inspect and see how much space is available in the column (notice the dimensions when highlighting a column or the row) and you can check how much space is available in the row as well.
But using this method to upload images at the exact pixels is usually just extra work for no reason. Just upload large enough images that look good but that aren’t so large it slows down a site. I generally tend to use 1000px max images when adding on a page inline and 1500-2500 for images added as a row background.
These are design related questions not really to do with the theme. It’s literally impossible to provide any sort of guidance as to what size image you should upload for any particular section without knowing your site design, what the original image looks like and the affect you want.
Hopefully this helps though!
- AJ
When do you think your Glitz and Glam shop demo will be done? Also, do you have directions on how I can add it, so I can achieve that look?
Hi,
I’ll just go a head and finish it today. Once it’s ready you should see it right away under Theme Panel > Demo Import.
If you can reply back to this comment (so it gets re-added to my comment queue) I’ll let you know when it’s ready.
- AJ
Thank you so much!!! Would you mind pointing me to the link that explains how to add that demo to my site, please? I don’t know how to do that. 
The link is here – https://wpexplorer-themes.com/total/docs/importing-sample-data/ – all you have to do is click a button 
That said, because the theme caches the demos list (to prevent many checks to our server). You may not see the demo available at the time of launch and if that’s the case let me know and I can show you how to clear the cache so that it shows up.
- AJ
just upgraded woocommerce and getting teh following template outdated: total-child/woocommerce/myaccount/form-login.php version 2.6.0 is out of date. The core version is 3.2.0,
Hi there,
The file mentioned in the notice is located in your child theme which means at some point you or someone placed the file there and modified it. You should have a look at the updated file and compare it with yours to see what needs changing – https://github.com/woocommerce/woocommerce/blob/master/templates/myaccount/form-login.php
- AJ
you are correct, my fault – thanks for the help sorry to bother you.
No worries
Have a great weekend!
Hi AJ
I’m using the LearnDash plug in which creates its own custom post types for courses, lessons, topics etc, which I think are defined as ‘sfwd-courses’/’sfwd-lessons’/’sfwd-topic’. I’d like to remove the automatic date and author meta at the top of those custom post types. I’ve tried searching in comments here and have followed a couple of links which I thought would enable me to do this. But really I don’t understand enough to know what I’m supposed to be replacing with what and where to put things and haven’t managed to make anything work. I have the Total child theme active. Any chance of a foolproof idiots guide for me? Thanks Sarah
PS….It would be wonderful if at some stage you added active compatibility for Learndash to your theme so Learndash could be controlled in the same way that the nice custom post types you provide are (where I can easily turn off that meta data, thank you) and also to be able to control the layout of learndash course menus etc which are much in need of design help. I reckon if you did that you’d wipe the floor with the ‘education/lms’ market
Hi Sarah,
Removing these things are very easy via the theme filters, example – https://wpexplorer-themes.com/total/snippets/cpt-single-blocks/
I agree having basic support for the plugin in the theme is a good idea (a panel in the Customizer to adjust things) but I don’t have a license of the plugin. Any chance you want to submit a private ticket – https://wpexplorer-themes.com/support/ (request it be assigned to me) – this way I can help you with the tweaks mentioned above and maybe you can send over the plugin so I can add some built-in support. I don’t have experience with the plugin so I would it if you can provide me with any sort of other info regarding options that would be necessary or any styling that needs fixing, etc.
I really appreciate it! In return I’ll help you with your tweaks
You can send FTP logins also if you want me to add the code to a child theme for you.
Or I can send you a beta of the theme with some added options to test.
I am having trouble finding any sort of online documentation for developers if you know the link please send it over. In order for me to properly add options for layouts and such I need a list of the conditional functions available in the plugin so I don’t have to read through all their code – thanks!!
- AJ
Hi AJ
That’s great. I will send a private ticket next week. This is my ‘background project’ and I’ve just got buried under other stuff today. Many thanks!
Sounds great! Have a nice weekend.
- AJ