22359 comments found.
Hello,
Is it possible to hide product count on WooCommerce parent Category but leave everything as it is on subcategories? I know that WooCommerce offers option in Widgets to hide count for all categories but i only need it to be hidden on parent not subcategories.
Default look via Chrome elements inspector. Screen (Default): https://prnt.sc/nc1qbe
Changed look via Chrome elements inspector. Screen (After): https://prnt.sc/nc1qp0
I have looked all through your snippets and didn’t find anything like that.
I have a little problem with this one because if i hide them via CSS i also hide the subcategory count and that i don’t want.
Any help would be great.
Kind Regards - Thomas
Hi Thomas,
Yes it’s possible via CSS what you need to do is use the > then symbol. Example:
.product-categories > li > .count { display: none; }
More info: https://css-tricks.com/child-and-sibling-selectors/
- AJ
Hi. I used to have paid total support, but have no idea where to renew it. I bought 5 total themes. I used a demo called “Gym”. The only problem is there is a “haze” over the front page. It’s kind of like the brightness has been dimmed down, for lack of better terms. Thank you.
Hi,
No worries regarding the support license you can always wait for a sale if you want and renew it then, I only require the support license for private tickets feel free to ask any questions you want here – https://wpexplorer-themes.com/total/docs/renew-support-license/
Regarding your issue, can you share the URL so I can have a look at what’s going on and let you know how to fix it? Thanks!
- AJ
Hi,
There appears to be a “broken” row right before the end of the homepage which I’m not sure how it was caused – https://cl.ly/c05c6f
If you edit your page via the backend editor at the very bottom you should find an empty row that has parallax enabled and a row overlay which looks like this in the live demo – https://cl.ly/cd2c08
Something maybe went weird during the import or when editing the page but it should be easy to locate and delete this extra row on your site.
- AJ
Thanks AJ. I see the code you are talking about, but cannot find it in wpbakery classic, backend, or frontend editor. Maybe I just need to edit it in my file manager with my host? thanks
Hi,
It’s possible you have a broken element like if you added custom html on the page and it’s missing a closing div it’s causing the backend to break a bit.
You should be able to locate it via the “text” mode in the editor. If you send me your page code I can edit and send it back fixed: https://wpexplorer-themes.com/total/docs/share-page-content-troubleshooting/
- AJ
Hey,
I’m getting a 404 on this link did you delete the Gist?
- AJ
Sorry about that. For some reason, my account has been flagged. I contacted support, and will let you know when I am unflagged, so I can share. Thanks
You can try any other snippet sharing site here is a couple others:
(you don’t need accounts for these 2)
Ok this should be fixed – https://bit.ly/2Q2PiZm
I recommend maybe making a new page and adding the code there (again in text mode like when you copied it for me) and testing before adding it to the homepage just incase there were any issues during this process.
- AJ
Thanks AJ. That worked Great!
Hello AJ,
I have had trouble upgrading from 4.8.2 to 4.8.4. I am losing some of my customization despite the fact that I operate on the child theme.
After installation, I have opted to edit using the WPBakery Page Builder but it brings up this error: Failed to load plugin url: https://benchmarkvaluers.co.ke/wp-content/themes/Total/assets/js/dynamic/wpex-tinymce.js
I have checked both WP dash and cpanel and the plugin is well installed.
Please advise. Thanks!
Hi,
What sort of customizations are you “losing” and how are you performing the update? You shouldn’t be losing any customizations. Especially since from 4.8.2 to 4.8.4 there hasn’t been any design changes.
What can happen is after you update the theme WordPress asks you if you want to “activate” the theme which will activate the parent and you need to click “no” to keep the child theme active (some customers accidentally re-activate the parent).
It’s also possible there is a theme bug and if you show me the URL and let me know the issue I can take a look.
In terms of the editor error this most likely coming from a plugin, have you tried disabling plugins to test?
Of course you can always disable the custom Total shortcodes in the tinymce Editor as well (which will remove this error) by unchecking the option in the Theme Panel called “Editor Shortcodes”. So if you do have a plugin conflict you can disable the option to remove the console error. All it does is remove this button: https://cl.ly/cc316d – which most people don’t use anyway.
- AJ
Hello AJ,
Thanks for reaching out.
I did the update on cpanel. I downloaded the zipped file from the download option on my account after which I extracted it to obtain the total.zip file. That is what I uploaded on my wp-content themes section.
I renamed the previous active Total theme so that I can extract the update. After that I reloaded the site and unfortunately what came up was this: http://tiny.cc/bvl94y
I have the site on maintenance mode because it looks crazy and I’d hate to leave it live for a couple of hours given I’m not sure when you will be seeing this. I hope the screenshot will give you an idea of what I mean by losing customization.
Evidently, the menu, buttons, footer customization have been lost. The rows also have been stretched together with the content which was not in my customization.
I unchecked the editor shortcode as advised but that has made no dent. I went through the step of disabling the plugins and activating them one by one before I settled to reaching out here.
I also attempted a lower version 4.7 to see if it was an instability issue and true to it, 4.7 keeps most of my customization (90%) as compared to the 4.8.4. Now sadly I can’t restore the original 4.8.2 it was built on because it gave me a white screen after migrating servers explaining why I had to update.
I hope this explains my problem at length. It is for this reason that I have not updated two of my other websites to 4.8.4 because apparently for them, they retain full customization on 4.7 given they had lower versions of the theme, but end up losing them when I update them to 4.8.4.
Now I can’t do 4.7 for this particular site because that would be a downgrade from 4.8.2 which is why while it retains 90% of the customization it still loses some of it like font sizes, menu and footer customization.
That said, I am looking for a more permanent solution that will also help me to update the other two websites as well and also maybe if you would be willing to help me setup correctly for regular automatic updates in future.
Oh and yes, all the while, it is the child theme that remains active not the parent (I have made sure of that).
Sorry for the essay 
Thanks!
Hi,
Based on the screenshot what appears to be happening is that the theme css files aren’t being loaded so the layout is all messed up (of course I would need to see the actual site to confirm). This can happen when you update the way you are doing it via FTP and the files aren’t getting the proper permissions. If you inspect the site code and try and access the main theme’s style.css can you actually access it or do you get a permissions denied error?
The best way to update is using the theme dashboard updates this way the theme gets updated via the WordPress updater which should assign correct permissions. All you have to do is activate your theme license and you’ll see a notice in the dashboard to update the theme – https://wpexplorer-themes.com/total/docs/update-theme/
And if it isn’t a permissions error then it’s simply a caching error. Are you making sure to clear all server/plugin/browser cache when making the update? https://wpexplorer-themes.com/total/docs/clear-site-cache/
- AJ
ps: Unchecking the option for the editor shortcodes will only fix this error: “Failed to load plugin url: https://benchmarkvaluers.co.ke/wp-content/themes/Total/assets/js/dynamic/wpex-tinymce.js" – unchecking the box simply prevents this module from loading.
What I mean by “If you inspect the site code and try and access the main theme’s style.css can you actually access it or do you get a permissions denied error?” is doing this: https://cl.ly/ed517c
If you can’t even access the stylesheet it means all the files extracted to your server probably have incorrect permissions so they can’t be accessed so basically your site has 0 styling. This is common when uploading and extracting a zip on the server the way you did and the server isn’t setup to automatically set file permissions upon extraction (most aren’t).
- AJ
Hi AJ,
I might have spotted a difference in what I saw in your page source and what I have.
I have the site live so you can access the site here and advise: https://benchmarkvaluers.co.ke/
There is 404 error on this line: <link rel=’stylesheet’ id=’parent-style-css’ which is above the child theme line: <link rel=’stylesheet’ id=’wpex-style-css’
By clicking the child theme line, this is what I get: /* Theme Name: Total Child Theme URI: http://totalwptheme.com Description: Total WordPress theme example child theme. Author: AJ Clarke Author URI: http://totalwptheme.com Template: Total Version: 1.1 /
/ Parent stylesheet should be loaded from functions.php not using @import */
Hi AJ,
Just an update on the progress. I was able to restore my websites to full customization and update all of them to 4.8.4.
I have also set them up to receive updates directly on the WP dash. Thank you for your help. The issue was with installing through FTP.
The Envato Market plugin came in handy. Thanks for taking time to assist.
Keep up the good work!
P.S. I can’t seem to hide the white space after my footer (the one before the footer bottom). Is there a function for it on customization or will I need a code for that?
Thanks!
Great, I’m glad you got it working 
There shouldn’t be any space after the footer and before the footer bottom. Can you share the URL with the issue so I can inspect the code and see where that spacing is coming from?
Thanks I was able to sort that. I used the landing page template to set up the footer page as opposed to the no-sidebar option.
A quick one, I have been trying different codes to change the styling for the button on my header on this website: https://inkedhubwriters.com
The css class for it is menu-button menu-button-rounded. I would like to change the text-transform to uppercase, reduce the font-size to something smaller, and change the padding, that way it would stand out from the other elements in the header.
Let me know if there is a possible code to go with this. Thanks!
Hi there,
Hey, nice looking site! To tweak the button typography the current CSS to target would be something like this:
#site-navigation .dropdown-menu .menu-button .link-inner {
text-transform: uppercase;
font-size: 11px;
padding: 10px 20px;
}
This may be a bit “specific” but should ensure that any customizer options don’t override the button.
- AJ
Hi AJ,
Thanks for the compliment and the code.
However, it seems to me like that code is for the drop down mobile menu button. But I could be wrong, it’s just that it didn’t work.
Just to be sure, what I meant is the ‘Get Quote’ button I have on the header which is visible only on desktop view. I want to style the text to something similar to what is in the ‘Learn more button’.
Is that possible without interfering with other elements of the menu on the header?
Thanks!
Hi,
Correct this should work for the “Get Quote” button. I tested in the browser before sending you the code as well. Here is a quick video: https://cl.ly/063ddd
Now if it’s not working it’s possible it’s not overriding depending how you are adding it so you can try targeting a parent to make sure it takes priority, eg:
body #site-navigation .dropdown-menu .menu-button .link-inner {
text-transform: uppercase;
font-size: 10px;
padding: 10px 20px;
font-weight: 900;
letter-spacing: 2.5px;
line-height: 16.5px;
}
Note: this code will get you a more similar look to that Learn more button as I inspected the code to see what values were being used there.
- AJ
ps: I noticed your child theme is incorrectly loading the parent Total style.css file from the style.css file in the child theme, it is best to enqueue it via the functions.php file instead such as in the sample child theme – https://github.com/wpexplorer/total-child-theme – just letting you know as it could potentially cause issues in the future. As well as it seems like your child theme name has “code” in it so the child theme folder name is “WPtotal%20child%20theme” this suggests the name has spaces, when adding spaces to a child theme name it can cause all sort of issues so just a heads up.
Now if you wanted to correct these including renaming the child theme (which would make more sense if your child theme folder name was “inkedhubwriters” because of how WordPress saves Customizer settings you do have to export theme and this plugin makes it easy – https://wordpress.org/plugins/customizer-export-import/ – or you can copy them from Theme Panel > Import/Export.
Hi AJ,
The button worked with the second code. Thank you!
I am little lost on the import/export issue you suggested. Let me see if I get this correctly, I will need to have a new child theme folder which I should name ‘inkedhubwriters’, the on that folder, export the theme there?
If that is so, I am not sure how to go about this on the dash. I can see the code on the import/export plugin but I am not sure what to do next after highlighting it. Also how to go about creating the child theme folder on the WP dash.
However, if there is an option to do this through FTP, just let me know, I just hope there won’t be permission issues like what I experienced with updating using FTP.
Thanks!
Hi,
So if you aren’t having any issues you can use your child theme alone (sorry for any confusion). My suggestion is more for future sites so when you create your child theme you should name it something relevant to the current URL and without empty spaces, it’s just a good habit.
Now if you wanted to rename your child theme on this site the steps are the following:
1. Go to Theme Panel > Import/Export and select/copy the code so it’s in your clipboard. But keep this tab open just incase you need to go back and re-copy the export code.
2. Access your site via FTP and go to wp-content/themes/ and rename the child theme.
3. Go to Theme Panel > Import/Export in a new tab and you should notice the code is not the same as before, so now you should paste the code copied in step 1 into the import textfield and click the import button. Then visit your site and make sure it looks good (you may have to reset your menu locations and sometimes widgets because of how WP works)
This is needed because WordPress saves Customizer settings in the database in a row named after the theme name you have active (parent or child) so when you rename the theme it will search for options in a new location.
Now, like I said if you don’t have any issues on the site you should just leave it alone. But for future sites I suggest following correct WP naming conventions for your child themes.
- AJ
QWhat is the css selector for :target once an element with a Local Scroll ID has been brought into view by the browser?
The element itself doesn’t receive a classname when it’s brought into view but the link itself should be receiving an active classname if it’s part of the main menu as well as the “current-menu-item” classname on the parent li element, again if part of the main menu.
What are you trying to accomplish?
- AJ
I have a list of rows and each has a text block so I was looking to put a border round the perticular row that was scrolled to view.
Hi,
So this isn’t something the theme can do by default but it’s a very small edit so I went ahead and updated the code for the next update. Here is the updated js file: https://cl.ly/7902f7
If you are on the latest version of the theme (4.8.4) you should be able to extract and override it via FTP under Total/assets/js without any issues.
This will add the classname “wpex-ls-inview” to any row that’s currently in view that has the local scroll id. Here is a video example of my local test: https://cl.ly/dec740
So the classname will be added to the row you are currently scrolled to and removed from the other rows so you can target it via CSS if you wanted to highlight the row or whatever 
- AJ
My site is, all of a sudden, loading extremely slowly, I have the most current version. Here is what my tech support folks provided:
I have carefully reviewed the case, managed to recreate the issue on my end and it seems that its caused by the website’s theme.
Code:
briansh0@usm71 [~/public_html/blog]# wp profile stage—url=https://blog.catblogosphere.com/
—-—---—-—-—-—-—-—-—-—-—---—-——-—-——-—---—-——-—-——-—-—-
| stage | time | query_time | query_count | cache_ratio | cache_hits | cache_misses | hook_time | hook_count | request_time | request_count |
—-—---—-—-—-—-—-—-—-—-—---—-——-—-——-—---—-——-—-——-—-—-
| bootstrap | 1.1146s | 0.027s | 59 | 94.45% | 851 | 50 | 0.5274s | 6739 | 0.351s | 1 |
| main_query | 0.0074s | 0.0008s | 5 | 87.18% | 136 | 20 | 0.0047s | 252 | 0s | 0 |
| template | 18.6748s | 0.0122s | 79 | 96.78% | 3157 | 105 | 18.649s | 20689 | 2.8992s | 1 |
—-—---—-—-—-—-—-—-—-—-—---—-——-—-——-—---—-——-—-——-—-—-
| total (3) | 19.7968s | 0.0399s | 143 | 92.8% | 4144 | 175 | 19.1812s | 27680 | 3.2502s | 2 |
—-—---—-—-—-—-—-—-—-—-—---—-——-—-——-—---—-——-—-——-—-—-
Due to the nature of the issue, I would like to advise you to contact the theme’s developers so they can check the case and resolve the issue.
I hope that you will find this information useful and if you need any other assistance, please contact us again.
Hi,
This is AJ the theme author.
This information provided is literally not saying anything at all (possibly the code got cut off or something when you pasted in the comments).
When looking at your site it’s loading extremely fast are you still having issues? And if so, is it only while logged in?
If you are still having slowness issues we can log in and have a look. You’ll need to submit a private ticket with both FTP and WP logins – https://wpexplorer-themes.com/support/ – and if you want you can ask to forward the ticket to me personally and I’ll have a look as opposed to one of my support agents.
Now, the theme is coded to be very fast and no other customer is experiencing any sort of theme related slowness. If your site is running very slow it’s a good idea first to try switching themes for a quick minute to see if you still have issues just to make sure it isn’t theme related. Hosting companies due like to blame themes and plugins because it’s easier, while it’s possible there is an issue in the theme it’s almost never the case or it’s caused by the theme/plugin but it’s actually a server-side limitation (like trying to run Windows 10 on a computer from the 90s).
I’d be happy to take a look through if you want and if there is a theme related issue of course I would want to know so I can push out a fix to everyone. Let me know how you’d like to proceed and if you submit a private ticket you can let me know as well so I can go take a look.
I hope you had a nice weekend!
- AJ
ps: If you are suddenly having slowness issues and have been using the theme for a while that’s a good indication it may not be a theme issue since you were fine before and it would be a good think to know if anything has changed since the issues started happening – such as if you modified your homepage, widgets, installed new plugins, etc. Thanks!
Thanks for the response. There must have been something else going on as it does seem to be okay now. Sorry to cause any alarm.
If you do experience issues again in the future we’d be happy to take a look for ya
Or if you ever need some recommendations for top notch hosting you can take a look here – https://www.wpexplorer.com/wordpress-hosting/
As well as this guide for speeding up the site – https://wpexplorer-themes.com/total/docs/speeding-site/
- AJ
Hi there,
Here is an irritating little bug i get on many WP themes, and Total is no exception i’m afraid :
The media manager that helps picking an image to insert misses the “attached to this post/page” option…
Hence it can make you waste minutes scrolling through hundreds of (square cropped) images, when it should only take a fraction of second to identify the one you need, out of a dozen !
Module concerned : images gallery (in the bottom of page)
Please find a fix to this if possible, thanks
Hi,
I’m pretty sure this is a limitation of WordPress when doing custom popups but I’ll have a look and get back to you right away.
Now…depending what you are doing there could be better ways to organize your media. For example if you are dealing with TONS of images using a plugin could be best: https://wpexplorer-themes.com/total/docs/real-media-library-integration/
Let me see if I can update the popup for the Image Gallery metabox and I’ll get back to you.
- AJ
Hi,
Looks like it was actually a pretty easy modification
I updated the theme for the next version to include the new select dropdown: https://cl.ly/49b409
If you want a temp fix here is the file: https://cl.ly/f3be8b
Simply extract and replace via FTP under Total/assets/js/dynamic/admin/ and clear your browser cache.
Thank you for the great recommendation! If you have any issues updating the file or with the modified changes let me know.
- AJ
ps: If you want to include ALL images uploaded to a post in the image gallery automatically it’s actually possible to add a little code to your child theme for this so you don’t have to even select them. If you want that code let me know.
Hi AJ, fantastic, thank you ! Yes i’d like the additional code, please, thank you
Hi,
Ok so originally I thought I had a custom filter in place to override the gallery images (as that would make sense to me) but looks like I don’t. So I need to tweak a theme file and send it to you with the added filters. Now, for the custom code to automatically fetch the images attached to the post I need to know what you are doing exactly. So what post type (post, portfolio, staff…etc) do you want this for and is it only for the front-end slider that shows up based on the gallery images or are you using the post gallery images for something else?
- AJ
Ok, so I just made the needed changes basically you have to open the file at Total/framework/core-functions.php and edit the following 2 functions wpex_post_has_gallery and wpex_get_gallery_ids (starting on line 2017) to look like this:
/**
* Check if the post has a gallery
*
* @since 3.0.0
*/
function wpex_post_has_gallery( $post_id = '' ) {
$post_id = $post_id ? $post_id : wpex_get_current_post_id();
if ( get_post_meta( $post_id, '_easy_image_gallery', true ) || apply_filters( 'wpex_get_post_gallery_ids', null ) ) {
return true; // this is a quick check
}
}
/**
* Retrieve attachment IDs
*
* @since 1.0.0
*/
function wpex_get_gallery_ids( $post_id = '' ) {
$attachment_ids = '';
$post_id = $post_id ? $post_id : wpex_get_current_post_id();
if ( class_exists( 'WC_product' ) && 'product' == get_post_type( $post_id ) ) {
$product = new WC_product( $post_id );
if ( $product && method_exists( $product, 'get_gallery_image_ids' ) ) {
$attachment_ids = $product->get_gallery_image_ids();
}
}
$attachment_ids = $attachment_ids ? $attachment_ids : get_post_meta( $post_id, '_easy_image_gallery', true );
if ( $attachment_ids ) {
$attachment_ids = is_array( $attachment_ids ) ? $attachment_ids : explode( ',', $attachment_ids );
$attachment_ids = array_values( array_filter( $attachment_ids, 'wpex_sanitize_gallery_id' ) );
return apply_filters( 'wpex_get_post_gallery_ids', $attachment_ids );
}
}
Basically the changes are the inclusion of the “wpex_get_post_gallery_ids” filter.
Then here is a sample snippet for you – https://wpexplorer-themes.com/total/snippets/attachments-gallery-slider/ – which can be customized for your needs.
I’ll probably be releasing 4.8.5 this weekend or early next week as well with the modifications.
- AJ
ps: I edited the code above so if you are copying from your email please have a look at the actual comment.
Thank you AJ,
Actually, here is what i noticed on Total :
- this option was only missing from the gallery feature (and a long and useless list of months instead)
- all the Total modules and other ways of pulling an attachment (like featured image, for instance) had the “uploaded to this page/post” option available
By the way, there was no urge, so i suppose i’ll wait for your coming release to see what you’ve done !
Thanks
Hi,
Yes, the option was only missing from the gallery feature you are correct and I hadn’t noticed so I appreciate you letting me know!
Let me know though what you are using the gallery for though because if there is a more dynamic faster way for you to create galleries I could let you know 
- AJ
Hello AJ,
Would you please recommend a way to have a different homepage URL for small screens (up to 1280 px wide) ?
I haven’t succeeded with code found for child functions.php, and would prefer to avoid plugins (such as WP Touch).
Michel
AJ, you can ignore this question : I’ve modified the homepage and it’s OK on small screens.
Have a nice day, Michel
Hi AJ,
The migration went swimmingly!
One thing that’s really winding me up though -
This widget for the ‘Total Facebook Page’.
Noticed this pre migration, so it’s not that – and it’s still doing it post migration.
All the content in the widget completely disappears – just a blank space – when the widget is activated – UNLESS I add another Facebook widget, and all the content comes back.
The other Facebook widget is not placed or anything, just activated – then the Total widget fires up straight away.
Some truly weird stuff going on with Facebook widgets!
Awesome, I’m glad to hear that.
Can you share a sample URL with a single facebook widget active? This doesn’t seem to be an issue when I test or on live demos. E.g: https://total.wpexplorer.com/seo/blog/
- AJ
Hi AJ,
Sure, no problemo.
For info:
I’ve got the Total Facebook Widget running just on default pages (which have a right sidebar and no visual composer), meaning that we’re looking at our ‘Statistics’ page for the full effect.
The Total Facebook Widget is to be found immediately under the ‘Twitter Feed’ widget on the right hand side.
As you’ll see by checking out midlandsmaidens(dot)com/statistics/ with the third party Facebook page widget deactivated, there’s just a blank space in the ‘Midlands Maidens on Facebook’ widget section.
(I’ll leave the third party Facebook widget deactivated so that you can see this).
If I were to RE-activate the third party plugin (for arguments sake, its the https://en-gb.wordpress.org/plugins/simple-facebook-twitter-widget/ plugin), then without the aid of a safety net or placing the third party widget, the Total widget fires up, just through this plugin activation.
Some weird stuff going on here!
Hi,
So in order for the Facebook page widget to work it has to load the facebook script right after it which is not happening on your site. The widget code should include this – https://cl.ly/e06432 – which is actually hard-coded into the widget (there is no conditional statement to make it not show up, if the widget is added it should be on the page).
In your case the code is missing. The only thing I can imagine is your caching/minify/script or whatever plugin is actually removing the code and so when you enable another facebook widget plugin the script gets re-added to the page so it then works.
Definitely something outside the scope of the theme though causing it to be removed or displaced.
- AJ
Thanks AJ, I’ll get to work disabling plugins to find out the culprit.
Alternatively I can just give you some code to add to your child theme if you want to re-dump the facebook script at the bottom of the site and see if that works. Let me know if you want to try that.
It’s 1am here so I’m off to bed, but I’ll be back tomorrow 
- AJ
Sure, I’ll try that.
The code would look like this:
add_action( 'wp_footer', function() { ?>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.async=true; js.src = "//connect.facebook.net/<?php echo esc_html( $language ); ?>/sdk.js#xfbml=1&version=v2.5&appId=944726105603358";
fjs.parentNode.insertBefore(js, fjs);
} ( document, 'script', 'facebook-jssdk' ) );</script>
<?php }, PHP_INT_MAX );
- AJ
Yeah, it doesn’t work I’m afraid – still remains blank.
It’s ok, I’ll just reactivate the other plugin.
Dunno if this has got anything to do with the Facebook Widget not working, but one of my other plugins just released a new version due to – ‘Facebook shares were not working because of the expiration of Facebook API v2.8’.
Just thought you should know.
Nope, shouldn’t matter. And as you can see the widget works fine on my demos – https://total.wpexplorer.com/seo/blog/ (sidebar)- As I mentioned the issue on your site is the code is being stripped away completely from your site which I’m thinking it’s one of your caching/minify plugins doing it. Or if you are using CloudFlare on your site with RocketLoader enabled this could break things as well.
- AJ
Hello…I recently found out that I cannot change the overlay color on rows no more! ...If I pick “color” as overlay mode, there is no color to choose! ...anybody can help?
Hi,
This doesn’t seem to be a known issue: https://cl.ly/e4b27d (do you need to make your window bigger maybe to see it)
Is your theme and plugins all up to date? Are you able to use the color picker for other things such as the row background? If so, it’s possible it’s a conflict with another plugin.
Also do you see any errors in the browser console?
- AJ
Hello AJ,
I am facing a problem when using the vertical header option.
When I choose vertical header and use “row stretch = stretch row and content” in the wpbakery builder, the content is covered by the vertical header (sidebar).
Can you reproduce this problem and do you have a solution for this behavior?
Thanks in advance!
After some more testing it seems like the problem only occurs only on posts (blog, portfolio) and not on pages.
Hi there,
The way the stretched row works is it makes the row 100% of your screen-width and with a header on the side it will go behind the header as the header is located on a section of the viewport.
I could add some “hacks” to the WPBakery plugin so when you have the vertical header the stretched row offsets the header, the issue is there are a lot of customers using the vertical header with an rgba transparent background and they have used the stretched row to place backgrounds behind the vertical header. So if I make these modifications (which is actually quite a bit of bloat) it’s going to break these customer’s sites.
Now…depending what you want to do with your site I can provide some good suggestions. If you want to share the URL or mockup of the site or what you want to do.
You do mention it only happens on posts and not pages, that’s a bit weird because the stretched row should function the same on the whole site. So I would be curious to see if you can share.
- AJ
Thank you for your fast reply AJ. I would love to share the link with you but I dont want to do it public. Can I reach out to you by email or something?
Here is a quick sketch of what I am trying to do. https://abload.de/img/sketch0qje3.png
So basically an Image slider with no paddings and the vertical navigation on the left.
If I set it up on a page its working fine but on a post it gets behind the navigation as you explained.
Like I said, I can give you a link but need to send it privately.
I just recognized it only works if I set the page to fullwidth in the page/posts layout options and leave the column/section to default (unstreched).
Thats why I was confused and thought its working on pages only. Actually its working on posts as well that way. I think I can build a workaround with that.
Thanks again for the awesome high quality feedback you provide here!
So all you want to do is put a slider that’s full-width at the top?
If so, all you need to do is use the Slider meta field: https://cl.ly/ed9652
This will be placed above your content and it’s not contained so it will render full width so it will touch the edge of the vertical header and the edge of the screen on the right.
- AJ
Thanks again but this will not work well for my situation because I need the slider to be in a lot of portfolio items and images easily addable to them. I think the picture slider works best because everything you need to edit is on one page/post.
Like I wrote, it works with default fullwidth setting so I just use padding-left: 10vw; on the rest of the content. Of course this is a workaround but I really dont want to specify the picture slider on a different page.
So actually this can work well for portfolio items because there is already a built-in way to add images to your portfolio items – https://wpexplorer-themes.com/total/docs/automatically-display-portfolio-media/
Now, by default this will display the slider at the top of the content. I can give you some code for your child theme to actually move the slider to be outside so it displays full-width, it would be very easy to do.
Does that sound like a viable solution?
- AJ
That surely does sound like a viable solution, AJ. I utilized this function and its working as documented. Case solved 
Thank you!
Ah great 
If you did need some help moving the slider from it’s default location to the top of the page let me know, it’s simple code (there is a setting you can use to do this on each page, but it’s also possible to do it automatically for all portfolio items so it’s easier to manage)
Hi there, I wondered if it is possible to link to a page and target different tabs (sections) to be active?
I have a page containing an area with 4 tabs and would like to target a different tab dependant on the button that has been clicked.
thanks.
Hi,
Yes. What you’ll want to do is give each of your tab section custom ID’s like this: https://cl.ly/978e25
Then you can access the tabs using a URL like such my-site.com/#tab-2
Now, for usability, SEO and accessibility I wouldn’t really recommend this. If you “need” to link directly to a tab this would suggest that the content within the tab would probably be best added on its own page.
- AJ
Hey there. I am having a problem with your theme named Bizz. When I install it I get error 500. This is the only theme that does it.
Is it outdated for the newest WP?
Hi,
Looks like there is an error with PHP 7.0+. I’ll pushed out a quick update so you can re-download the theme: https://www.wpexplorer.com/bizz-wordpress-theme/
I’m actually updating all the free themes this month but going 1 by 1 down the list here – https://www.wpexplorer.com/top-free-themes/ – I’m currently on the “Today” theme.
For any other issues please post them on the Github page for the theme under “issues”, thanks!
- AJ
ps: I will also be releasing a plugin to provide automatic updates later this year, so keep an eye out for that. We’ll probably announce it via our social media and also put a section on our free themes page with a link to it.
AJ,
I am using the Footer builder with the footer widgets enabled. The Woocommerce products widget is not being responsive. Any idea on how to remedy this?
https://www.dropbox.com/s/dtjhgbztsbj41my/Screen%20Shot%202019-04-11%20at%2011.30.13%20AM.png?dl=0Never mind. It seems that setting the custom widths for the widgets in customizer was causing the problem. When I set it back to default, it became responsive again.
Hi,
Make sure when setting custom widths for your footer widgets that you use percentages. If you were doing this and still had issues you can show me the URL and I’ll have a look as there shouldn’t be any issues.
- AJ
Hi Another issue. i cloned a website to work on and it also cloned the Licence stuff, i want to remove the licence to add a new one but i can’t remove it as it says its not linked to the registered domain. For some reason on the site where the licence is valid, i tried to deactivate that and it also says its not valid, (not sure if its because it change to HTTPS) anyway i have come a across a page where you can view your licences and which urls are linked to them to unlink they so i can register them properly again, but can not find this page now anywhere. Can you advise?
Hi,
So the easiest way to remove the license manually is simply log into wordpress and go to your-site.com/wp-admin/options.php here you can find all your site’s main options added by themes/plugins (excluding theme mods) and you can locate the “active_theme_license” field and set the field to empty then scroll all the way down and click the save options button. This will remove it completely from the site 
- AJ
Now in terms of actually deactivating a license from our API you would do that here – https://wpexplorer-themes.com/support/ – but for security reasons it only gets de-activated on the site where it was first enabled. For the cloned site you would have to do it manually.
- Aj
ps: I could have the license automatically removed when you duplicate the site but this seemed worse. And the reason you can’t de-activate it from a cloned site is to prevent issues where someone may hire a freelancer to work on the site and they could “steal” the license and then deactivate it from another site and leave you license-less.
What I could do is maybe add a “clear” license button which doesn’t technically deactivate it but simply clears it from the site. Thoughts?
So I added a fix for the next theme update so if you click to deactivate the license and the URL’s don’t match it will clear it from the current site. This way you can enter a new license if needed 
- AJ
Yes this seems fine. Thank you. I will see if I can manually remove the licence from the clone in the meantime and add the new.
If you have any issues let me know 
There are widget settings for Main Sidebar and Pages Sidebar.
I have created a new page (Default Templates as my home page (Front page). How can I set the Main Sidebar widget to display on this home page.
At the moment the ‘Pages Sidebar’ displays on all the normal pages, and ideally I want it differently on my home page.
Hi,
You can select a custom sidebar for your homepage using the page settings like this: https://cl.ly/1152f8 (video)
- AJ
The app I use to share videos/screenshots seems to be having some issues here is a screenshot as well if it’s not working for you: http://wpexplorer-themes.com/total/wp-content/uploads/sites/2/2019/04/Screen-Shot-2019-04-11-at-3.06.54-PM.png
Awesome thanks, that was easy peasy
When using the post types carousel – i can see you can add certain categories/taxonomies etc. But i can’t see a way to either exclude specific posts or specific taxonomies. I have a featured case study and then want the rest to appear below but have no way of excluding it. Any ideas? Thanks
Hi,
If you are targeting “standard” blog posts you could use the “Blog Carousel” instead which does have an option to include or exclude categories.
For the Post Types Carousel, you’ll want to use the “Advanced Query” option. Example: https://cl.ly/51bb62
Code used in example:
post_type=post&posts_per_page=20&post__not_in=2&tax_query[0][taxonomy]=category&tax_query[0][field]=slug&tax_query[0][terms][]=inspiration
The advanced query will take on the same core WP_Query parameters – https://codex.wordpress.org/Class_Reference/WP_Query – but in a url query string format since you can’t actually save PHP inside the editor.
- AJ
Hi – this worked for me but wondering how i query 2 post types in the query string format?
Post_type=post or customer for example?
thanks
LT
Hi – I want to pull 2 post types into this query string but not sure how the sytax goes in this format? Can you help? It would be customers and post.
post_type=post or customer
thanks
LT
Hi,
You can do it as an array like such:
post_type[]=post&post_type[]=customer
- AJ
Your ad said it was drag and drop but before i can use that i need to buy one more plugin like visual composer. And i cant use also the Demo Importer if i didnt purchase that composer… i think i just want a refund…
Hi,
You don’t have to buy anything the page builder is included all you have to do is install it as mentioned in the docs – https://wpexplorer-themes.com/total/docs/installing-recommended-plugins/
The page builder “Visual Composer” was actually renamed to “WPBakery Page Builder” so that’s the one you want to install and the guide for using it can be found here: https://wpexplorer-themes.com/total/doc/building-pages-visual-composer/
And if you want to import a demo, you don’t have to buy anything either, you simply need to activate your Total theme license first under Theme Panel > Theme License. Then you access the demos and import them as shown in this video: https://www.youtube.com/watch?v=qzXmHGF5wSc
If you have any other questions or any issues let me know!
But to confirm, you do NOT have to buy anything else. Everything you need to create a website like the online demos and anything advertised on the landing page is already included.
- AJ
Sorry for my comment i didnt follow the instructions. when you send me the instruction i already fix my problem.. i will give you 5 star
No worries! Thank you for the rating 
If you do need any help though, have any questions or suggestions please let me know! I’m here to help.
And have a great weekend.
- AJ
Hi. I am having problems with the background image. My site works fine on both Android and Windows devices, but yesterday I discovered that iPhone, iPad and Macbook background images are not displayed. Would you have any idea what’s going on? Thanks in advance. Greetings, Andre
Hi Andre,
This isn’t a known issue so you’ll need to share the URL so I can inspect the code and have a look. Thanks!
- AJ
Hi. I am trying to align total buttons to the bottom of their outer divs however when i add a custom class it adds it to the link rather than its div? Is this expected? i can’t seem to target the div before without using the specific custom class it creates automatically. The normal WP button adds the class to the div so i expected the same. I just would rather use the total button due to the styling options. Thanks LT
Hi there,
So by default the button doesn’t have a “div” around it but a wrapper is added if you have added custom design options or aligned the button (like to the center) as you need this extra div just for the placement. Video ex: https://cl.ly/ab7d09
Depending what you are doing you may not need to use some of the button settings which add the extra div. For example if you are centering everything inside a row you can instead add the classname “textcenter” to the parent row/column and it will center everything inside such as buttons.
I could update the file for you to add custom classes to the wrapper the issue is I can’t add the same exact classes as there may be customers out there already making modifications and it will screw things up, so these extra classes on the wrapper must have a prefix. I’d be happy to do this and send you the file so you can update via FTP if you think it would be helpful.
Or if you wanted to share more details on what you are doing maybe I can suggest a good way of doing it.
- AJ
I have managed it without targeting the exact individual button now. By adding an id to the outer div and targeting .theme-button-wrap. thanks
Oh great!
Hello I install PhP 7.3 versión and Total Theme doesn`t Works …. HELPMEPLEASE
Please log in with the correct account used to purchase the theme or if you haven’t please purchase the theme to access support. Once you do that, let me know what error you receive when trying to use PHP 7.3 so I can help you out, Thanks!
- AJ