Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,054 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

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.

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,

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

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!

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!

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=0

Never 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?

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 – 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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey