Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,049 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22359 comments found.

Great update with very nice additions! :-) Everything worked without problem here.

Great! That means your PHP version is all up to date ;)

Hopefully you like the new features! Don’t forget to check out the new lightbox style which is super clean/sexy that I made just for Total – Appearance > Customize > Lightbox > Skin > Minimal

Yes, PHP 5.5 here. :-) The new lightbox style looks very good.

I get a blank page after latest update – Panic !!

Just submitted a fix, it’s an error if your PHP version is outdated. 2.1.1 should be available in a few moments, Sorry for the issues.

you’re really quick – works now :-) thank you !

Sure thing!

I updated a test site to Total 2.1.0 and followed the instructions for updating Visual Composer, including clearing site and browser cache.

After deleting and reinstalling VC, it’s version is still 4.4.4. Should I install from the included plugins folder that comes with the theme download?

My apologies – I had installed Total 2.0.2 – oops

I got the same Fatal error that EZblueSoftware got.

Just submitted a fix, it’s an error if your PHP version is outdated. 2.1.1 should be available in a few moments, Sorry for the issues.

Hi AJ,

updated to 2.1.x and now the site is down with the following error message”

Fatal error: Can’t use method return value in write context in /home/www/dipmycarnow.com/wp-content/themes/Total/framework/classes/accent-color.php on line 145

thanks,

You are welcome, again, sorry for the troubles! I forgot to check on PHP 5.4 :( I use 5.5 locally.

I don’t know if this a big deal but you may want to look at it.

Warning: Invalid argument supplied for foreach() in /home/www/dipmycarnow.com/wp-content/themes/Total/framework/customizer/settings/typography.php on line 564

Yes good call. This will only happen once, then when you save your customizer settings it will fix up. But I updated my code to add an extra check. Thanks for the heads up. I am sure I’ll be releasing 2.1.2 with some more bug fixes over the weekend. I spend a lot of time testing, but there is always something!

Hey there!

Really having fun with this theme still. But there’s this stupid minor thing I can’t figure out.

How can I alter the order of the category filters? I wouldn’t mind it, but my client is very thoughtful about this. Filters always appear in alphabetical order, but I want the exact opposite. The filters are like this: DESIGN – EQUIPMENT – RESIDENTIAL

And I want them to be like this: RESIDENTIAL – EQUIPMENT – DESIGN

I’m sure this a very easy thing for you, but I couldn’t find how to change it anywhere!

Thanks!

Glad you like it still ;)

There is actually a built-in hook you can use to tweak them, example: http://wpexplorer-themes.com/total/snippets/portfolio-grid-filter-args/

You can also use a plugin such as this one – https://wordpress.org/plugins/taxonomy-terms-order/ – which should re-order them.

God you know everything…! The plugin actually worked, but I don’t know why the tweak didn’t make it. Either way, now it’s fine. Thank you very much!

I built the theme from scratch and I answer all support questions, so I do know my way around it ;)

Glad the plugin worked!

The snippet will work for altering the order (only if your theme is up to date) but there is no such thing as a custom order unfortunately which is what the plugin does.

- AJ

Hi there, I’m using the custom css to make the header transparent behind my logo but it won’t work. Any ideas?

site-header-inner { background: none; }

http://victoriahydrographics.com

This is because the boxed layout has some extra backgrounds added you aren’t targeting. This code would work:

.boxed-main-layout #wrap,
#site-header {
    background: none;
    box-shadow: none;
}
.boxed-main-layout #main,
#site-navigation-wrap{
    background: #fff;
}

Example: http://cl.ly/image/1U2d2Z190Y0m

I’m starting a new comment thread because my old one has gone unanswered for weeks. . . assuming it just got buried. Here’s my question:

I’m seeing this error message when I try to access a number of different features in WP. This particular example:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes) in /home/fpadevelopment/public_html/wp-includes/class-wp-customize-control.php on line 145

shows up when I click the Appearance > Customize button. there are also an increasing number of problems with timing out, and other issues that all seem related to memory, or a loop of some kind. some are in WooCommerce, but others are in core WP/Total functionality. I’ve been on vacation for the past few weeks, so on my return, the client is (understandably enough!) getting frustrated and impatient.

I’ve tried contacting the ISP about server setup, WooCommerce about the Woo-specific problems, as well as posting here in the Total Comments. right now, I seem to be caught in a “not our fault” loop between the hosting company, WooCommerce, and you. It would be a big help even to just know where to focus my efforts. I’m assuming it’s something that has to do with Total, since the problem occurs outside of WooCommerce functions, but I don’t know how to narrow the scope of my troubleshooting. Any insights you can provide would be most welcome.

I have used the Media Temple dedicated plans and they are good (if that’s what you mean) but you do have to manage everything your self (memory usage, errors, updates..etc.) I actually when from MT Grid to VPS to Dedicated then switched to WPEngine. But this was many years ago, it looks like a lot has changed over there.

Because we only deal with WordPress we usually only review the WordPress products and services, hence why we haven’t tested the other plans as of recently.

Let me know though what you find out, I am always curious and trying to give my customers the best suggestions possible, so the more I know the better!

Thank you so much for the kinds words. And actually I am the only person over here – I code all my themes from scratch and support them. Unlike other themes that have a whole team behind theme, I am a lonely wolf ;)

I would love you to stick with Total of course! If you have any further questions/issues please open a new comment and let me know!

ps: If you haven’t yet can you please go to your ThemeForest “downloads” and rate the theme? I would really appreciate that. Thank you!!

- AJ Clarke

Whoa, you’re a one-man band? Even more impressive. Will leave you a great rating/review now.

Sounds like I should put this site up at both MT and WPE and do some speed tests. . . both have a money-back intro, so nothing risked other than time, and then I’ll know. Thanks for the lead.

One last thought: I’d love to have a nonpublic convo with you. Is there a good way to reach you that’s not on a comment thread?

Thank you for the rating/review ;) You are very kind!

You can message me privately via the form on this page – http://themeforest.net/user/WPExplorer

Hi AJ,

Loving the advanced post grid element. I’ve been working with custom queries and have a strange problem with Wordpress escaping the ampersand sign when I save the page. So this: post_type=portfolio&portfolio_category=xyz&custom_tax=pdq turns into this: post_type=portfolio&portfolio_category=xyz&custom_tax=pdq (not sure if this will display correctly, but the amp; keeps getting added on and screwing the query up).

I noticed this was fixed in Visual Composer 4.4.2 (see changelog) and since Total 2.0.2 includes Visual Composer 4.4.4, it seems like the issue must be how the Total theme is handling the query string.

One clue is that if I preview the page, the query works fine, but once I update the page and reload, the ampersands pop back in and the query returns no results.

Can you please look into why this is happening?

The theme itself doesn’t make any changes to the Grid Element. This module is “un-touched” by the theme.

I am actually testing in 4.5 and having the same issue you mentioned. Let me ask the Visual Composer developers about this. They used a textfield for the custom query where they probably wanted to use an html field that keeps all entities untouched.

Got it. At least we know it can be replicated. Thanks for taking this to the VC developers!

Hello,

I have the theme in use on the following site, www.threesixty.business

On the page http://threesixty.business/case-studies/

i was wondering, if it was possible to get the portfolio items to link to a pdf rather than the portfolio item.

Also, on this page, http://threesixty.business/portfolio-item/just-food-for-dogs/ if the above can’t be done and i have to go to the portfolio item, then can the related times be removed?

Thank you as always for your support

Hi there,

You can use the “Redirect” option to redirect a post anywhere else such as a PDF – http://cl.ly/image/0g1I2I060i1t

The related items can be removed via a setting at Appearance > Customize > Portfolio. However, In version 2.1.0 that is being released shortly I added a whole builder function instead – http://cl.ly/image/123q1N1q3l3u – not only to add/remove items but also move them around ;)

Thanks for this,

Its not the “related posts” i wanted removing but the “related” on this page http://threesixty.business/portfolio-item/hollins-green-community-shop/

Thanks

That is being added by a plugin, I’m not sure which though. Please check.

Hi,

For a while our website worked nicely. Now no images are displayed anymore. We haven’t done any changes, although some automatic updated were done for Wordpress. Please have a look and let us know how to fix this? www.greensectorit.com

I see a bunch of “Unsecure” errors on the site – http://cl.ly/image/2C0B461K1j0r – It looks like all your images are linking to an https domain but your site is set to http.

Double check your url’s at Settings > General.

thanks! removed the https:// works fine now.

I have purchased 5 Total themes for clients and am very impressed. I plan 3 more purchases in the near future for new clients.

For some reason, my Visual Composer wasn’t updated on one site and the site became dysfunctional. Thankfully, your helpful video (www.youtube.com/user/wpexplorertv/featured) showed me how to delete the old Visual Composer and install an updated version. Thanks for the help.

Awesome!

Thank you for sticking around with Total ;) Version 2.1.0 will be in the update queue momentarily with another update for the VC plugin some new total VC modules, a few speed optimizations and some fixes ;)

HI AJ,

First thank you for your awesome theme.

A few questions:

When will you be releasing the updated version?

Also, currently I am on version 2.0.2, and I am having problems when trying to import the theme options that come with the sample data. When I update on the local instance of my site, it works just fine; however, when I try to update the theme options on the hosted version of my site, it does not work?

Any advice?

Great, I am glad that worked!!

ps: If you haven’t rated my theme yet in your “Downloads” section, I would really appreciate you taking the time to do so – thank you!

AJ,

I just gave you a 5 star rating for your theme; however, I want to make one suggestion. I think it would be awesome if you could add a custom post type for Events. One WP plugin that I think works particularly well for events management is the Events Manager plugin. If you could somehow work with the developer of this plugin to integrate it with your “Total” theme, I think that would be absolutely amazing.

Thank you for the rating ;)

I haven’t added a built-in events post type because like you said there are many great plugins out there. Total has been tested and even includes custom functions for this plugin – https://wordpress.org/plugins/the-events-calendar/

Send me the link to the plugin you like and I’ll test it and if needed add some tweaks for it.

Hi, we have great problems with backgrounds, parallax, image or color in boxed layout, we can´t to do 0px margin and padding in parallax, always respect the padding of layout (we need this padding for content but not for background and parallax background, or image background.

Can you help us with this issue?.

Tnx

Disabling the page header and title definitely work on boxed…the only difference of the Boxed layout is literally a class added to the body tag for custom styling.

If what you want is to remove the margins on the left and right you do that the same way as the full-width layout using the “Full Screen” layout mode – http://wpexplorer-themes.com/total/docs/full-screen-rows/

I just saw your review, please see here – http://totaltheme.wpengine.com/base/visual-composer/parallax-backgrounds/?site_layout=boxed

You can see it works perfectly fine. If it isn’t working for you I am willing to help you but giving the theme a 1 star is not fair, because the theme does work. There is simply an error on your site and I will help you fix it, but you need to give me more information. Thanks!!

Please let me know how I can help you.

- AJ

I made a test page for you showing a boxed version with the title disabled so you can see how it should work – http://cl.ly/image/3r2I2N0Z3a2D

Hi there,

I see the snippets to add new block on blog section but i have no idea on how to get this to work.

could you please give me some guidance here.

http://wpexplorer-themes.com/total/snippets/new-blocks-blog-post-layout/

this link doesnt seem to help me figure out the way.

Please help.

thank you

I am not sure how to make the snippet any more clear …hum.

This is literally just cut/paste and edit. You’ll need to have a child theme setup – http://wpexplorer-themes.com/total/docs/child-theme/ – then you would paste this into your functions.php file and tweak it to fit your needs.

Which part are you confused about?

And you need to make sure your theme is up to date because this will only work in Total 2.0.1 or greater.

All PHP snippets would go in a child theme functions.php file, it’s how WordPress works ;)

If you aren’t a developer though, you may want to consider hiring a developer to help you with advanced modifications.

- AJ

hey Thanks for helping me out this far.

I can do a little bit of coding but since this is not my expertise i just need to catch up a little on this.

so correct me if i am wrong here..

so all we need to do is adding the snippet over in the child theme function.php correct?

and then i have to create php file under the child theme or the main theme? cause i dont see the subfolder partials/blog on child theme

Is your theme compatible with the new layers for wordpress? Thank you for your help!

I think ThemeForest is confusing people…Layers for WordPress is literally just a theme with some built-in page builder modules. It’s not a plugin…For a theme to be “compatible” with layers it has to be coded using the base Layers theme, it can’t be integrated into existing themes.

Personally I am not a fan of that at all…and if you notice the sales for Layers themes are very low, I don’t know why ThemeForest is making such a big deal about it.

Hi AJ,

When I try to add links/web address to button 2 and to teaser box it shows up as undefined. I’ve been encountering this problem for the past week since the update. Because I update my website daily, this is affecting my business. Can you please help or let me know when the next update for this problem will be resolved?

Thank you

The fix will be out in a little bit, I just woke up. I am going to review all my changes for Total 2.1.0 and I will submit the update. Once it’s out, please follow this guide to update your Visual Composer and fix the issue – http://wpexplorer-themes.com/total/docs/updating-visual-composer/

Hi. Revolution slider is simply not displaying. I have it listed on the side bar of the dashboard, but when I click on it I have an empty page. Have already deleted the plugin and manually uploaded the zip file, but it does not work. I have Total 2.02 and Revolution Slider Version 4.6.3 Please help.

Thank you for getting back to me. I have checked and updated Java. I have enabled WP_Debug and I get the following error:

Fatal error: Call to undefined function simplexml_load_file() in /home/linweb38/l/lavida.org.uk-1082869817/user/htdocs/wp-content/plugins/revslider/inc_php/framework/settings.class.php on line 679

Thanks again

Oh ok so simplexml() is a PHP function which should be loaded on your site, if it isn’t can you try contact your host so they can enable it?

Or if you know how this can be enabled via your php.ini file.

Thank you!

Hello AJ,

Using header style 3… How difficult would it be to move the “aside” content on “top” of the logo rather than below the logo. Where can I change this?

Thanks so much.

Quick question – the light-box (clicking on photos) for portfolio items is not centered – it’s now in the upper left corner – did I goof somewhere?

Sorry – and can the portfolio items be random order rather than newest to oldest – I didn’t see an option for that?

Can you please show me the URL with the issue for the lightbox?

Yes the portfolio items can display at random when using the Portfolio Grid, see the “Order and Orderby” parameters under the “Query” tab when inserting/editing the module.

In the future can you pease open a new comment for new issues so it’s easier to follow – thanks!

Hi AJ! I have some troubles with portfolio grid after updated the theme. I’m using portfolio as a catalog of my apparel. http://ashe-fashion.ru/womenswear/

Each of my portfolio items belongs to several portfolio categories. For example: one dress can belong to “womenswear”, “dresses”, “sale” and “spring2015”.

On a “womenswear” page I have a portfolio grid with filter. On query tab I specified categories that I want to see in filter (like “dresses”, “blouses”, “skirts” etc).

Before theme update it was exactly what I see in filter. But now in a filter tabs I also have all the parent and service categoties that my items belongs to (like “womenswear”, “new”, “sale”, “spring2015”, “fall2014” and so on). I could delete these categories, but I need them to set query on other pages like “collections” or “new arrivals”.

How can I make filter shows only categories that I need?

I guess the problem is that my portfolio items belongs to more than one category. So it shows categories that I defined plus all the other categories these items belongs to..

I’ll send you logins if update will not fix the problem! Thanx)

Yep, that shouldn’t be a problem though I had fixed the issue, but maybe I’m crazy and the fix wasn’t added until this upcoming version ;) Hopefully it fixes it, if not send me those logins and I’ll make sure it’s fixed !!

Just sent you logins becauze update didn’t help. Hope you’l find what’s wrong with it))

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