Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,231 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22383 comments found.

Enough is enough. I was about to purchase two more licenses however looking back and finding that the author is not responding to comments for three weeks now I feel need to find other themes that ARE supported and changing all of my Total theme clients to something else. It may mean a lot of work but there is nothing from the theme author supporting his product. Not even a small commentary about the reason he is not responding yet somehow the cost of the theme was lowered recently to make money but no support to the many who have left comments for weeks. Good-bye Total theme and WPExplorer. He should be forced to remove this off his Total theme page -

Support & Updates

The Total WordPress theme and all our other themes include premium support and updates by the theme developer (AJ Clarke) as well as the WPExplorer support staff. Total is one of the few top selling themes that actually includes direct support from the developer! Support includes the following:

Availability of the author to answer questions
Answering technical questions about item?s features
Assistance with reported bugs and issues
Help with included 3rd party assets

Maybe once upon a time. but look back at ‘Comments” the past three weeks. NOTHING!

Hi,

This is AJ the theme developer. Unfortunately I’ve been out of commission due to personal reasons. Support has been consistent via the tickets while I was gone unfortunately not the comments because it requires myself logging in and handling them. Thank god things are going better for me and I have hired a new staff to also assist with the comments and setup a new method for them to do so.

I noticed your username isn’t even setup to submit tickets, where you not aware of that? The login is here: https://wpexplorer-themes.com/support/

I do apologize for the inconvenience and I’ll be releasing an update for the theme shortly, things should be back to normal. But please note that you can always submit a ticket as we have a full staff handling those, comments are generally to be used for pre-purchase questions ;)

- AJ

Hello AJ.

I have created a new user with a role of “Editor”. But, she is not able to edit any comments. (normally editor role should be able to moderating comments)

I dont have any plugin which can conflict with this. So I wanted to ask if theme has any restriction for this? Any idea?

(or how can I further checks? Is this held somewhere in a table in database?)

Hi,

The theme itself doesn’t make any restrictions to user permissions. However, because of how WordPress works once a role is modified it’s saved forever, so if you used a role editor in the plugin and then uninstalled it or used some custom code to modify the editors it could still be taking affect. I would recommend the “User Role Editor” plugin (its free) which allows you to check all the current user permissions and make edits.

I found out the reason. It is Woocommerce! It changes the default role capabilities. As “comment” is also “review” from Woocommerce’s perspective, it gives this capability only to Shop Managers. Editors cannot edit comments as long as Woocommerce is installed.

For those having a similar issue…

What is the best way to specify different body fonts/font sizes for different types of pages or content? Also, I’m noticing that text that is bolded in my posts does not appear bold when published. Do I need to use headers for bolding body text?

Hi,

  • Usually you would want your font size to be consistant across your whole site. However, if you want to make some text larger inside a post so it stands out you can use headings like h2, h3 or you can use the editor styles: https://www.youtube.com/watch?v=HtwQMuT4Dho
  • If you are working with the page builder to create pages most modules have options to alter their font sizes and font family such as the heading module.
  • The theme uses em values so if you just want to increase the font size of the text on the whole site simply alter the body font size via the customizer under Appearance > Customize > Typography > Body
  • The bold option in the editor should be working, there isn’t any known issues with that can you share a live example so I can see what’s going on?

Thanks. I resolved the bolding issue.

I’m loving the theme and the various things readily available. There are a few things missing however. One of the items missing is a timeline. I found a very good add-on for WPBackery called Ultimate Addons (https://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199?ref=brainstormforce). This is available on the Envatomarket site Codecanyon. My question to you: is the version of WPBackery that you use in your theme heavily modified and thus not compatible with Ultimate Addons, or should it be fine?

Hi,

I’m glad you are liking the theme! So the version of the page builder included in the theme is NOT heavily modified it’s actually 100% unmodified. A lot of people use the ultimate addons plugin. However, it’s a large plugin so if you are using “cheap/affortable” hosting it can really slow things down combining it with an already larger theme. So I would recommend you have good WP hosting such as Flywheel, kinsta, WPEngine…etc.

Also if you prefer the modules in Ultimate addons and not use Totals you can always disable the Total modules that you won’t be using to slim things down.

Excellent. Thank you for informing me. I guess you got this question a lot. Is there a reason why you don’t implement something like timeline or some of the other elements from Ultimate Addons?

I try and only add modules that are highly requested by customers because every module added does add a bit more bulk to the theme and slows things down a bit. For me speed and optimizability are of high importance.

Things like “timeline” have only been asked for a couple times in the many years of this theme’s existence so I don’t feel like it’s something that will benefit most users and thus be considered “bloat”.

Now, please feel free to recommend or make as many suggestions as you like. I write these all down and consider all of them for future updates.

Dear all, I prepared my website on a loacalhost. After finishing, I uploaded it to my web host but I can not sign in my WP admin. How can I fix my problem. Thank a lot.

Hi,

Depending how you migrated your site it’s possible the usernames didn’t transfer correctly or you haven’t updated the wp-config file to refer to the new database on your live site. How did you migrate?

AJ,

I seem to be having an issue with the staff section. Specifically, the email icon for the first staff member is linking to her instagram profile instead of her email address. The remaining staff members email icon does not work at all. When you click it, the email to field is blank. I have double checked all the fields under Page Settings and it I cannot see why this is happening. https://bit.ly/2wUiV6D

Also, I have Equal Heights enabled. However, it does not see to be working.

Hi,

  • The issue with the email icon is a known bug which has been fixed for the upcoming update to be released shortly. If you want here is a temp fix which you can update via FTP under Total/framework/post-types/staff/ – https://cl.ly/f7dd48e2e502

Are you looking to instead move the button to the bottom? If so that would require CSS to position the button absolutely, which we can assist with if needed.

Thank you for this info. I would like to position the buttons so they seem even.

Hi AJ,

Is there a way to fix the height of the “Line Chart”? The default height seems very stretched and doesn’t appear natural.

Thanks.

Hi,

The height is calculated dynamically based on the chart’s width and data values. You could force a height via CSS targeting the .vc_line-chart-canvas element with an !important tag but it could make the numbers “squished”.

Hi AJ, Hope, you’re doing well. I would like to customize my portfolio single pages. I tried to add code within custom action panel. In my case, i would like to add shortcode within “wpex_hook_content_after”. This shortcode will be different depending on portfolio category. I would like do something as well :
if ( is_singular ('portfolio')){
If(portfolio category = "red"){[shortcode = "red"]}
If(portfolio category = "blue"){[shortcode = "blue"]}
}
But i don’t know how to do it :(.. Could you help me please ?

Thanks for your help..

Sure thing ;) If you need anything else let me know.

ps: Our $39 sale is ending tonight so if you want to get a new license for a new site (which will also renew your support license for free) now is a good time.

thanks you AJ !

Of course ;) If you need anything else let me know.

ps: The theme is actually now even cheaper (for Cyber Monday week) only $29 if you wanted to pick up a new license and renew support ;)

AJ,

I’m at a loss to explain what’s happening with the visual composer on one of my client sites. I was working along as usual this morning, and the VC started acting very strange. It often doesn’t save when I try to add an element to a column. Sometimes if I go into the “Classic” mode I can see the element is there, but it’s not showing up on the VC. For example, my custom footer is 3 columns. All three are there—but one of the columns in the editor just doesn’t show up. (But if I go to “Classic,” I can see all the code there.

I don’t know if it’s a conflict or what, but I can’t think of anything I did that would have caused it. I did activate a plug-in, but have since de-activate it to no avail. Any thoughts on what might be causing this behavior?

The website is ginamcmurtreyinteriors.com. Thanks.

David

Hi David,

It sounds like there may be some code breaking things (usually an extra p tag or div outside of a VC shortcode). Are you able to send me the code found in the classic editor so I can inspect it locally? – https://pastebin.com/

Why do portfolio categories have less parameters than blog categories ?

Either on the front page customizer for archives & Entries, or in the admin page for every single categories, the settings are richer on blog categories, unfortunately i’m mostly using portfolio on my site !

Looking to do a very basic thing : adding an images gallery between the page header thumbnail and the list of portfolio items

Which method do you advise for doing this ?

Hi,

The blog is built-differently so the options do differ a bit. If all you want to do is add an image gallery to your main portfolio page before the list of portfolio items you just have to edit your page with the WPBakery page builder so you can insert the slider before your Portfolio Grid module (if you are using that one to display the items).

Now for Single portfolio items if you do want a more custom layout you could use the dynamic template function to make your portfolio single posts completely custom – https://www.youtube.com/watch?v=eGYuBjqkj8Q

Hi! thank you for your support. i tried to have access by a ticket (with envato login. i still have granted support) and there is a message “Sorry, that email address is already used!”

This happens if you changed your ThemeForest username but it’s still using the same email. It’s an extra security check. I reset the account so you can log in now.

My support has expired. I have the latest version. I am also using wpbakery current version, but the ‘equal height’ option on the row settings just does not work. So how do I get it work or do I need to use classes on each column?

Hi,

There is no known issue with the equal height function. What it does is make the columns inside the row the same height, so for example if you have a background on each one they will be the same height or if you want the content on one side to be centered with the one on the other you can do that.

Can you share the URL you are working on to see what you are trying to do?

i have tried the following options… 1. Checked the equal height option in the row settings for wp bakery – does not work. 2. Have added classes as used in your examples – that does not work either. 3. The columns are designed using the composium extension for wp bakery and that also has a equal column height toggle. That too does not work. http://habitatdev.grid365.net/homeownership-center/community-resources-1/

Hi ! Does this plugin https://www.wordpress-estimation-payment-forms.com/ working with your theme ? I have problems with another theme but I really need this plugin. Thx for the answer

As long as the plugin is well coded it should work. Total shouldn’t conflict with any plugin that doesn’t have bugs in of itself. Did you test it out and are you having any issues?

Hi AJ,

since 17 days no support. Where are you? Write something, why. I need a new license for a customer. But I am really thinking about buying another theme. Is Total support secured?

Hi,

Sorry about that. For personal reasons I had to take some time off and I’m getting better now. So I’m replying to all pending comments. My staff is still working the tickets though so you should be getting help there if needed. Also during this time I did make the theme only $39 to make up for my absence. I know it’s not much but it’s the least I could do (I basically make $0 at this price). Hopefully I should be back to full health soon, but I am hiring a new support guy to help here in the comments as well. But please know you can always open tickets if needed.

The theme is secure and there will be an update released shortly as well to fix some bugs.

Hi AJ, could you tell me how to enable site wide responsive fonts? And how to make them apply to headings?

I’ve tried the visual composer typography tab and that only effects normal text not h1’s, h2’s etc.

Also enabling it sitewide will save 1,000hrs of editing each text block across a website.

Perhaps a default responsive size option in the customiser? Or at least one for desktop and one for mobile would be useful.

Thanks in advance!

Hi,

So technically there is no such thing as “responsive” font sizes. You can “mimic” it with some javascript like some of the options in the builder. In general you should use the same font sizes on desktop as on mobile, however, if you want them smaller or larger on desktop it’s very easy and usually you would ONLY edit the font size of your primary text (log posts) which can be done with a little CSS which I can provide if needed.

What are you trying to do exactly?

Thanks AJ, basically we use visual composer to landing pages, and for our H1, H2, etc we want it to reduce in size so we can have nice big fonts on desktop, but on mobile it doesn’t take up the whole screen!

So we want all headings and normal body font sizes to reduce in size when on mobile.

Could you provide the CSS you mentioned to do that?

Thanks for your dedicated support mate :)

Some of my woocommerce products are not loading anything between the <head></head> tags and therefore styles are not being loaded. Other products are loading correctly. Also, if I’m logged into the admin, the products that are not displaying correctly do load the correct styles. Switching themes DOES solve the problem. Totally baffled here.

Here some example products:

Styles not loading – https://www.semigroup.com/shop/assemblies/853-012123-001-harmonic-arm-drive/

Styles loading – https://www.semigroup.com/shop/robots/001-9010-03-brooks-automation-robot-wafer-controller-arm-assembly/

Thanks

Hi,

Looks like there may be a PHP error on the page causing the issue. Can you enable WP_Debug to see if there is an error displayed – http://wpexplorer-themes.com/total/docs/enabling-wp-debug/

Or check your server error logs to get an idea on why the header is breaking?

The only error is: Notice: get_product is deprecated since version 3.0! Use wc_get_product instead. in /nas/content/staging/semigroup/wp-includes/functions.php on line 3853

Hi,

This error shouldn’t be coming from the theme if your theme is up to date. If you updated WooCommerce but you didn’t update the theme you could get the error.

Can you make sure the theme is all up to date?

If you still have issues, please let me know.

- AJ

Hello, how to make related posts only last 10 posts from last day not random? my site paidpicks1×2.com

and how to delete read more button from category

Hi,

add_filter( 'wpex_blog_post_related_query_args', function( $args ) {

    // Remove category conditional from related blog posts
    $args[ 'category__in' ] = NULL;

    // Display items from previous day
    $args[ 'date_query' ] = array( array(
        'after' => '24 hours ago'
    ) );

    // Return args
    return $args;

} );

WOOCOMMERCE Category above loop setting does not allow a templatera template shortcode to display. I add a shortcode to the category description [templatera id=”326”] then set the display to ABOVE LOOP and the shortcode does not display content. any fix for this or snippet/filter etc..? I cannot use the below title setting becasue I have a background title image which distorts text . thank you

This is because WordPress doesn’t allow shortcodes in taxonomy descriptions by default but there plugins you can use to enable it or you can simply add this to your child theme’s functions.php file:

add_filter( 'term_description', 'do_shortcode' );

- AJ

Hello, I want to add the header-replace search toggle on the mobile fixed-top menu bar (menu toggle hamburger on left and search toggle on right). Please guide.

Hi,

  • First, you will need to copy the file from partials/header/header-menu-mobile-fixed-top.php to your child theme and inside the “wpex-inner” element add the html you want for the icon. Something like:
<a href="#" class="search-header-replace-toggle"></a>

Then you can use CSS to position it absolutely to the right.

If is possible to manipulate the header?, I need to create landing pages from from scratch like instapage.com , But I don’t need the templates, I don’t need the headers or footers, I just want to create pages from scratch with this tool. is possible?

Hi,

You can disable the header and footer in this theme Site wide for ALL your pages via the Customizer or you can disable it only as needed on a per-page basis via the page settings meta options.

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