Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,247 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22383 comments found.

WPBakery Page Builder released a plugin update today. It can’t be automatically installed. Is there another process available to get this update?

Hi,

I’ll be pushing out a theme update shortly (maybe even today with the updated plugin). You can purchase your own license if you want the updates right away from them. But because I spend a lot of time testing the update and making sure there are no bugs and if they are bugs I don’t release the update until they are fixed you get that added benefit.

The spacing issue doesn’t look like something that was addressed in their latest update no one else has reported it and I don’t see the issue when testing locally. Can you share the page URL and let me know exactly where to look so I can see what’s going on? Or does it only happen in the backend while editing the page?

- AJ

Thank you for responding, I know that you are a busy man. I would never mind waiting for software that is bug-free. I’ve googled for days trying to figure this out or find a solution. You can see it on the front page (site view) in the WP Bakery front side edit mode. I have a full width image directly below the header. The spacing is fine between that image and the grid section below it until you get to either of the phone views; portrait or landscape. If you place the cursor over the space, you’ll see the bottom of the column for what I call the hero image. CSS Hero identifies it as the inner column wrap. I tried changing the viewport and margin settings among other things and I’m blank. I’m sure that it is something simple and obvious that I’m missing. That’s usually what happens with me. I can send you a temporary login but I don’t want to post it publicly.

Monica

Hi Monica,

I’ve done most the testing and finishing up the update so I can release it and push it out to everyone ;)

If you want to send the logins please do so here, we have a private ticket system as mentioned in the docs and the Support tab above which can be accessed here: http://wpexplorer-themes.com/total/

I have a support staff helping me over there so if you want me to personally look just request your ticket be assigned to me (AJ) at the top – I am the developer and so if there is a bug I can send you the fix right away.

- AJ

None of the social sharing buttons from Jetpack are being shown! Switching to the default wordpress themes twenty-fifteen, -sixteen and -seventeen shows them but not this theme. Traffic through social media sharing is vital is it not?

Apologies – finally found that under the “Customizing > General Theme Options > Pages” the social share was deactivated even though I enabled it under the page editor. Bit of an annoyance, but solved.

Hello, I want to know if the text container width can be modified.

You can use the width option when editing the text element in the page builder like such – https://cl.ly/sVMj

But if you want to alter the global site width you can do that in the Customizer – https://wpexplorer-themes.com/total/docs/customize-your-layout-widths/

- AJ

I am considering this theme for a client’s project. Do I need to use WP Engine with this theme. Looks great! Thanks!

Hi,

Sorry for the delay I was sick last week and it’s been really busy catching up and getting the new 4.7 update out today ;)

You do NOT need WPEngine, this is just one of my recommended hosting solutions because I use them and it’s very fast. You can use any webhost you want, but how good and fast your site runs will depend on the hosting you choose. For example if you go with a very cheap hosting solution like Bluehost, Hostgator or Godaddy while the theme will work it could run much slower then using a quality host like WPEngine, Flywheel or Kinsta and the support may not be as great.

Also hosting services like Flywheel for example have functions built-in so you can setup a client site for free and when it’s done you can then assign it over to your client so they can take over the hosting costs – https://getflywheel.com/why-flywheel/client-billing-transfer/

If you have any other questions let me know. Also if you have any questions not even related to the theme but related to WordPress or hosting I’m happy to help.

- AJ

I think the Twitter share button not working on phone I told you before is getting serious. It is not just about my phone. It work fine on computer but on my phone it isn’t grab any data. I compare with other website that they use plugin in the video below. The timeline of the video is

1. We are on my website and use Twitter share button but it open twitter with blank share text.

2. I open Total base demo site and do that same and get the same issue.

3. I open ThirstyAffiliate site and use them twitter social share the same but this one it can grab the information perfectly.

http://bit.ly/2togC9f

Yes it work! So I think we could fixed this soon?

I should be releasing 4.7 today ;)

Thank you again for reporting the bug!

Cool!

No problem. We help each other :)

Hi Would you be able to assit. How do you set up the dropdown menu like http://totaltheme.wpengine.com/adapt/ I dont see an option to set the pointer (arrow) at the top of the drop down.

Can you share the URL so I can see what’s going on?

- AJ

btw I’m not talking about the arrows on the main menu. The up arrow on drop down

Ohhh you mean the little “caret” – https://cl.ly/sUwu – yes, this is only added on header style 1 because it didn’t make much sense otherwise. But very easy to add to the header style 2 with a little CSS or some PHP.

It’s best to add it with PHP since the CSS already exists in the theme and this is done by simply adding a new class “wpex-dropdowns-caret” to your menu using the wpex_header_menu_wrap_classes filter.

Example:

add_filter( 'wpex_header_menu_wrap_classes', function( $classes ) {
    $classes[] = 'wpex-dropdowns-caret';
    return $classes;
} );

This code would be adding in a child theme’s functions.php file – http://wpexplorer-themes.com/total/docs/child-theme/

If you have any issues or question let me know!

- AJ

Hi there, I am having trouble with the row-background images when viewing my site on a mobile – www.ycss.com.au. On a mobile device the row background images are so large that they are completely unrecognisable and look pretty terrible. Is there a way to fix this or to disable to row-background image on a mobile?

Hi,

This is AJ the theme developer.

This is mostly due to the fact that the images are very large, example – http://ycss.com.au/wp-content/uploads/2018/06/AdobeStock_148862989.jpg?id=640 – and set to a “fixed” position – https://wpexplorer-themes.com/total/docs/fixed-row-background-images/ – when using the fixed position the theme changes them to cover size on mobile because fixed backgrounds can cause issues on most mobile devices as it takes a lot of processing power to render them and can make it impossible to scroll down.

To disable them via CSS is very simple. Example:

@media screen and (max-width: 959px) {
    body #wrap .bg-fixed-top,
    body #wrap .bg-fixed-bottom,
    body #wrap .bg-fixed { background: none !important; }
}

- http://wpexplorer-themes.com/total/docs/making-css-edits/

My recommendation though which could help the most is to make the images quite a bit smaller by default which also will help with site loading speed. But also because the images are so large it can cause bugs in Chrome on desktops as well due to the processing power it requires I’ve seen cases where when using very large images Chrome won’t even render them since their most recent update.

- AJ

Okay thank you for this information :)

Hi AJ – would it be possible to get a hot fix for the updated WooCommerce files in Total 4.6.6.1? I really just need these two: woocommerce/archive-product.php version 3.3.0 is out of date. The core version is 3.4.0, woocommerce/single-product/add-to-cart/variable.php version 3.0.0 is out of date. The core version is 3.4.1,

Wasn’t sure when the next update was scheduled so thought I’d ask as it’s causing an issue with one of my sites.

Thanks in advance!

Sweet thanks AJ – that worked!

Great ;)

And I think these are 2 things you’ll really like in the upcoming update for WPBakery:

  • undo/redo function was added
  • 5 columns for rows was added

Just trying to knock out any pending tickets so I can get the update fully tested and released.

- AJ

Those features will be great, can’t wait – Thanks again!

Hi, I purchase the TOTAL theme today and when i’m installing WPBakery Page Builder my brownser show me a 500 internal server error “The server encountered an internal error or misconfiguration and was unable to complete your request.”. I tryed to install the plugin (and the theme) a couple times but it’s always the same. All other plugins do not report errors. Do you know why?. Thanks!

Hi,

This is AJ the theme developer.

Unfortunately a 500 error is a server response and on a good server it would generally show a message like “Memory allocation has been exceeded”. So it’s not possible to know exactly what’s going on without looking at server error logs. However, the most common reason for this are the following:

  • Server’s PHP memory limit needs to be increased
  • The Server’s PHP version is outdated
  • There are permission issues so the plugin needs to be installed manually (you can locate it inside the theme under Total/framework/plugins)

I do apologize for the delay, I got really sick and it’s taking some time for me to catch up. In the future if you don’t get a quick reply in the comment you can always submit a ticket – https://wpexplorer-themes.com/support/ – where my support staff can assist.

If you still haven’t been able to install the plugin please let me know so we can resolve this asap.

- AJ

Hi, I want to make a customized landing page that has a different footer from the rest of the site. I want to use a page (like the global footer) or WPBakery Template to make my customized landing footer. I found this: https://www.wphub.com/blog/posts/show-different-footer-wordpress-pages/ so I now have a landing template which calls footer-landing.php. I copied footer.php to make footer-landing.php. My problem is what do I do in footer-landing.php to have it display my customized footer landing page/template? I could just put all of the code into footer-landing.php but then it wouldn’t be editable by other people, I need it so someone else can update the footer without having to muck around in the code. Thank you.

Hi,

This is AJ.

Using a different footer.php file is not a horrible idea but it could require manual edits. If you created your own landing-page.php template file and are calling the custom footer that’s cool and would work well. Then in the footer-landing.php file you could just use the template shortcode like this:

echo do_shortcode( '[templatera id="YOUR_TEMPLATE_ID"]' );

And control the output via a template.

But you could also use the Footer builder functionality – https://wpexplorer-themes.com/total/docs/footer-builder/ – even if you aren’t enabling it site wide you can hook into it to enable it conditionally via a filter “wpex_footer_builder_page_id” where you set the template ID you want to display instead of the default footer.

- AJ

Anyone encountering issues when trying to customize font size in Slider Revolution? No matter what font size I set for text in particular slides, they default really small, 13 or 14px, as if a setting elsewhere is overriding the font size I specify.

Any help would be much appreciated!

Oshan

Hi Oshan,

When looking at the code I see there is a 14 pixel font size added to the slider – https://cl.ly/sUCA – which is what is showing on the live site. Is that not the value defined in the backend?

I do have a private ticket area but it requires a valid support license – https://wpexplorer-themes.com/support/ – which is to help cover the high costs of support. Just paying a staff member to log into a site and verify a bug can cost me $15+

But you can export the slider and I can import it locally if you want me to look at the backend and not renew your license at this time.

- AJ

Hey AJ -

Nope, the value defined is 18px (shown in image: https://imgur.com/a/PDQR5ij ).

Unfortunately, I’m just not in a financial position to purchase a support license, and I deeply regret this, as I can imagine the time input is huge for you. This is why I post questions on the public forum, to see if I can crowdsource answers rather than asking free time of you.

In line with this, I don’t want to trouble you with doing unpaid support work for me. I’ll keep looking into it and see what I can do. If/when my finances change, I’ll absolutely look into purchasing a support license as I try to scale and improve my website.

Thanks for your time, Oshan

Hi Oshan,

If you export the slider and send it over I am more then happy to help. You can use any service online to share the zip. Please do, if there is a bug I would want to know and I’m happy to help.

I use this to share files online: https://www.getcloudapp.com/

- AJ

Hi AJ

Hope you’re having a good start to summer. I am revisiting an old site and the #localscroll-xxx doesn’t seem to be working.
I want to put the localscroll link on the text in the bullet points. I’ve labeled the rows both with the row id and the local scroll id to be correct but it still isn’t working.

could you help? http://www.ambertube.com/tubes/laminate-tubes/laminate-tube-material-options/

Thanks

So the localscroll-xxx function was pretty much deprecated many years ago ;)

And now the links work like this: http://www.ambertube.com/tubes/laminate-tubes/laminate-tube-material-options/#pbl

But for the internal links what you want to do is give each link a classname of “local-scroll-link” as mentioned here under “Local Scroll Any Link?” – https://wpexplorer-themes.com/total/docs/local-scroll-links/ – this tells the theme that when clicking on those links to properly scroll to the position.

If you have any issues with that let me know!

I live in Vegas so it’s getting pretty hot now for sure ;)

- AJ

LOL :-) told ya it was an old site. So vegas? it’s like a frying pan. I’m still in wool socks and sweatshirts here sadly.

Thank you. That worked well.

Hi, We have purchased the Total theme via our developers. Our current site is unitedwayoc.org. We have Total WordPress Theme 3.4.0. We would like to convert our top menu area to be scrollable. Is this possible with this theme? If yes, where can we find documentation? Thank you! Jessica

Hi Jessica,

Unfortunately I don’t understand what you mean by making the menu scrollable. Usually when referring to “scrollable” you are implying that you want something to be a fixed height/width and you need to scroll down or to the side to view more of it. Do you want your menu to only display a few links and then you have to scroll to the right to view more?

- AJ

ps: If you hired a developer to work on the site and they purchased the theme it’s best if you ask them. However, if you want to ask your own questions here it’s best if you have your own theme and support license as technically only your developer has purchased support and not yourself ;)

Hi AJ,

To clarify, what we would like to achieve is for the menu to stay visible as you scroll down the page. Similar to this example: http://totaltheme.wpengine.com/base/. Is this possible? If yes, do we have to update our current version? We have 3.4.0 installed. And it is installed as a child theme with modifications. We are also using Visual Composer and Slider Revolution.

Is this where I go to purchase our own license https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019? We have Total WordPress Theme 3.4.0. Or, is there a link within the dashboard that I can use to purchase our own license?

Thanks so much in advance!

Jessica

P.S. The developers who created our website are no longer with us. We have a different team maintaining the site now.

HI Jessica,

Oh ok, what you want to do is enable the sticky header which you can do via the Customizer – https://wpexplorer-themes.com/total/docs/fixed-scroll-header/ (your setting may look a bit different since your theme is outdated it’s probably just a checkbox”) but it’s still located in the Customizer under the Header tab.

It would be best to have your own license if you have any other questions, issues or bugs in the future and you can purchase it here – https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019?ref=WPExplorer – or you can have your new team purchase a license during their duration while working with you that way anyone from their team can log in with their account and ask question/report bugs if needed.

There is no way to purchase via the dashboard. I like to keep the theme as unbranded as possible since it is a premium theme having advertising or 3rd party links in the backend is be weird for those setting up the theme on client sites.

Always happy to help and thank you for being so polite and understanding. Would love to have more customers like you ;)

- AJ

ps: Your theme is quite outdated but it also appears to have quite a few modifications. I don’t know if the developer made these tweaks properly via a child theme using hook/filters and custom CSS or if they are manual edits. So if you do intend on updating the theme to the latest version in the future it may be a good idea to make a complete backup just incase.

hi! I’m going to be setuping another domain using a liscense I never used. Is there a support team I can pay to do it for me and download the demo? I remember seeing that in the past. Thanks!

Hi,

This is Aj the theme developer and owner of WPExplorer.

We don’t offer installation services. Envato has a 50$ installation service, but honestly most customers that used it were not happy so I don’t recommend it.

If all you want to do is receive some help importing the demo we can totally do that, just open a support ticket. But the demo import should be very easy Total has it’s own built-in demo importer or you can use this plugin – https://wordpress.org/plugins/one-click-demo-import/ (uses newer import methods not yet available in WP for quick imports).

- AJ

Can someone explain the licensing vs support for this theme? I do understand that a separate license is needed for each website on which one would like to use this theme. But how about the support? Suppose I have 10 websites on which I want to use this theme. I know I have to purchase 10 separate licenses of the theme and register each one. However, must I renew support on each license in order to get any updates that become available? Or are updates always available once you purchase a license?

Hi,

This is AJ the theme developer and owner of WPExplorer. The way the support license works is per-account. So if you purchase 1 license now of the theme it includes 6 months of free support. In 6 months if you purchase a second license for a new site you will get another free 6 months of support. The site you are working on is irrelevant for support you just need a support license on your account to open private tickets.

And I always provide support here in the comments and updates are alway provided no matter if the support license is expired. All you need to do is enter your purchase code under Theme Panel > Theme License to receive update notices in your dashboard. The update system only verifies that it’s a unique license it does not check the support status when providing updates.

One thing I would like to recommend though is if you are planning on buying multiple license for different clients what some people do is they have their client purchase the license on their own account. This way when you are done setting up their site the client can come to us and ask questions if needed or report bugs later down the road.

Let me know if you have any followup questions or doubts.

- AJ

Thanks AJ! Being that we are the sole provider of the website even with maintenance it makes the most sense for us to own the account and purchase all licenses on that one account. Per your comments, we will only maintain support for one license and not each individual license. Thanks for your time.

Hi,

Now if you are buying a lot of licenses you can contact Envato and they can offer discounts on small bulk sales when purchasing many license at a time – https://envato.com/contact/ (Sales & Bulk Purchases Link)

But if you need a lot, like a big USA company recently bought 500 licenses then you will want to let me know and we can discuss a better discount for such a large bulk purchase and I can give you a personal email to contact me whenever needed.

- AJ

Hey there awesome and amazing total team!

I am using the vertical (header 6 style) menu and i want the “search” (site-overlay type) to be above the menu items.

Is there a way to do it? By js through custom actions or by functions.php?

Please answer me as soon as possible.

thank you!

Hi,

This is Aj the theme developer. I’m glad you like the theme ;)

Basically you want to move the search from the bottom of the menu to the top?

This can be done via Javascript but then you will see a little “jump” on site load because javascript runs after the site loads. Via PHP would be the ideal method but at this point it would be slightly complex since it simply hooks into wp_nav_menu_items you would have to remove the action and re-add the code but it’s quite a bit. So I wouldn’t recommend that.

Instead I updated the code a bit so you can either have it at the start or end. Here is the updated file – https://cl.ly/sMXn – you can replace via FTP under Total/framework/helpers/

Then you can use this code in your child theme’s functions.php file:

add_filter( 'wpex_header_menu_search_position', function( $position ) {
    return 'start';
} );

That will move it up to the top. Let me know if you have any issues with that.

- AJ

Hello, title does not work when I select style 3. Please help me. Thank you.

Hi,

Can you share the URL so I can take a quick look?

If you imported this demo – http://totaltheme.wpengine.com/married/ – the header is hidden via a little CSS under Theme Panel > Custom CSS so that only the menu would show. That’s the only reason I can think of it not working.

If you can share the site URL I can inspect and see what’s going on, thanks!

- AJ

Hi AJ, Bill here. I am hoping you can help me with a header navigation display customization. I would like to use Style 1 header with the logo to the left, but am hoping to add padding above the navigation items only to push the nav items down to the bottom of the header, aligned at the bottom with the bottom of the logo, not centered with the logo as is standard. Any ideas?

You can insert custom code via theme hooks – http://wpexplorer-themes.com/total/docs/action-hooks/ – either using the backend admin panel or a child theme.

I can assist with the code if needed for the child theme.

However, an easier and maybe better solution is to simply use the top bar like on this demo – http://totaltheme.wpengine.com/healthcare/ – which is a common way for sites to insert extra content to the header as it renders better for mobile devices.

If you insert added code into the header style 1 it’s going to take some added CSS to render it nicely on small screens with the logo and mobile menu.

- AJ

OK, thanks, I’ll just use the top bar as you suggest. LAST ONE (for now) – how can i reduce the 30px margin above and below the logo in header one?

There is actually a setting for this – https://wpexplorer-themes.com/total/docs/header-padding/

- AJ

Hey guys, this is a little off-topic but hoping someone can share some insight/recommendation. I’ve bought 5-6 Total themes over the years, and I value the responses from the AJ team and users over the years.

My site links to an educational website, which allowed me to create 100 purchase discount website links. When a visitor completes a simple quiz, I would like them to be immediately rewarded by getting one of these previously generated links automatically.

Is there a plugin that anyone’s aware of that might allow the visitor to enter their email address, and perhaps the plugin will take one of these links and automatically email the link to them?

I generated 100 “one-time-use” links so the links cannot be shared, but I’m trying to find a way to automatically send the discount link to the visitor instead of me manually emailing the link to them.

I tried searching all of the recommended plugins on the WPExplorer site, but I couldn’t find anything that appears would work but then again, not sure if I’m looking in the right direction.

Sorry for being off topic but again, I appreciate your help and time.

Frank

Hi Frank,

How is the quiz being created? Because you would need a plugin that hooks directly into your quiz functionality and if there aren’t any addons that do this for the quiz plugin you are using then you will have to write something custom. Creating something custom should be very simple though since WordPress has a built-in email functionality you can use and you need to do is have a database entry with your “keys” and each time one i sent the key is removed from the list.

And depending on the quiz plugin/script you are using if there is no action hook or javascript trigger once the quiz is completed then you would have to also look into adding the trigger so you know when the quiz ha been completed and then send out the email.

- AJ

Thanks for replying AJ. The quiz is a plugin by Thrive, and the plugin provides an option to call a custom script via a URL at the end of the last quiz so perhaps I’ll look into the built-in email functionality you spoke of. Can you refer any good “How-To” sites? Thanks again!

The function is wp_mail which you can learn about here – https://developer.wordpress.org/reference/functions/wp_mail/ – it’s pretty straight forward and unless you have a server restriction in place should work very well. Not sure about recommending any 3rd party tutorials, most seem a bit outdated the WP.org Codex seems the best, but it is written more towards developers.

- AJ

Hello, I would like to increase of some pixels the sticky height of the menù in style three (bottom navbar centered). Could you please let me know if it’s possible, many thanks.

Hi,

This is very easy via a little custom CSS. Example:

body .navbar-style-three .dropdown-menu > li > a {
    height: 60px;
    line-height: 60px;
}

This will make the items a big taller always. But if you ONLY want to target the sticky header then you would use this:

body .is-sticky .navbar-style-three .dropdown-menu > li > a {
    height: 60px;
    line-height: 60px;
}

I would recommend using the first code though so that the menu is always the same size.

- 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