Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,051 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22359 comments found.

Hi AJ, I updated the theme and updated Wordpress as well, but now when I view the site on a Mobile phone, the Header Aside Content is not formatted correctly and a dropdown timer that I created as well. The logo is not centered as well. I checked the settings and from what I can see, the settings are correct. I am not using a child theme. How can I get everything to look correctly after updating? Thanks

Thank you for your patiene over the weekend.

Since I didn’t see it previously I am not 100% sure what you wanted it to look like. Do you have a screenshot of what it used to look like?

One thing I do recommend is maybe tweaking the mobile menu toggle style: http://wpexplorer-themes.com/total/docs/mobile-menu-toggle-styles/

So rather then having the toggle on the right side of the page you can use the fixed topbar style or the Navbar style which will leave more room in the header for your header aside content.

The logo shouldn’t be centered by default, but it can be done via some custom CSS: http://wpexplorer-themes.com/total/snippets/center-logo-for-mobile-devices/

- AJ

Hi AJ, no problem. Here is the way its supposed to look.. http://updated.chiroxtrav.com/downloads/total-error2.PNG

Oh yes actually several updates ago I removed the CSS that removed the floats of the header aside on mobile due to the large amount of requests. Sorry for the confusion and issue on your site! If you go to Theme Panel > Custom CSS and add the following it should fix it for your site:

@media only screen and (max-width: 959px) {
    /* Center logo */
    #site-header #site-logo {    
        float: none;    
        display: block;    
        text-align: center;    
        width: 100%;    
        max-width: none;
    }
    #site-logo-inner {    
        display: block;
    }
    #site-header #site-logo img {    
        display: inline;    
        float: none;
    }
    /* Remove header aside float */
      .header-two-aside {    
        float: none;    
        text-align: center;
      }

}

I still recommend checking out the various mobile toggle menu styles though! When using the mobile toggle style you have right now with the icon on the right the theme adds a padding to the left side of the header to give room for it so the header has 80px padding on the right side shifting things over.

- AJ

Hi there,

I have a question: does Total have the native option to split a single post up into different web pages? For my blog, I’ll publish long posts so I need to activate the multiple pages view into a single post. I tried pasting the <!-nextpage-> code into the text mode editor view, but nothing happens, the post hasn’t split up into multiple pages. How can I activate this option? I’d like to prevent the usage of an external plugin to do so.

Thanks in advance,

Mauro.

Oh ok. So if you want to hide the default buttons you can add this CSS to your site at Theme Panel > Custom CSS:

body .page-links { display: none; }

That will hide the default links.

- AJ

Awesome, as usual!

Many thanks, AJ! I’m everyday happier about having bought your theme!

Where do I change the text for the Post Series box at the bottom? I’ve tried updating it in Theme Panel > General but it doesnt change on the front end.

Thanks!

Hello! In the screenshot, there’s this portion that says “Post Series: Ultimate Web Design Series”

I want to change the text “Post Series” to “More in this series”, so it reads like “More in this series: Ultimate Web Design Series”

I changed it in the theme panel > general settings but it does not change on the front end.

http://cl.ly/3u1k0h3j390a

Oh that option changes the names in the WordPress dashboard, there isn’t any built-in option to change the text on the front-end where it says “Post Series”.

If you are using a child theme – total_child_theme – you can add this to your functions.php file in the child theme:

set_theme_mod( 'post_series_heading', 'More in this series:' );

I just added the option in the Customizer for the next update! http://cl.ly/2l190I243830

- AJ

awesome! thank you AJ!

Hi there! Skype Social link doesn’t work in Font Awesome Social Widget. Skype link format should be: “skype:<user_name>?call” but when I put such kind of a link – it doesn’t working

Thnx, AJ, Its pretty works! I have also few small questions for you to ask:

1) I’ve tried using function my_search_placeholder() to customize my search placeholder text (I’ve added function text and change text in the row “return __( ‘Your custom text’, ‘wpex’ );” ‘Your custom text’ -> on ‘my some new custom text’) and after adding function my site crashes down and browser shows “HTTP ERROR 500”. Maybe I miss something. Point me please

2) Also, I wonder if you have some snippet or hook or gave me the cue: how I can add extra share button (social net vk.com) -> social share section -> single blog post?

Great!

1. Actually a recent update won’t let the search replacement filter work – I added a fix for the next update. It won’t cause a 500 error though it simply won’t work. If you are getting a 500 error it’s because there is an error in the PHP file. Please paste the full code on a gist if you want me to look – https://gist.github.com/

2. Adding a new social share link would require copying the file from partials/social-share.php to a child theme. But you can easily replace the Total share with any social sharing plugin if you want you can just find a plugin that better suits your needs. Example: http://wpexplorer-themes.com/total/snippets/replace-total-social-share-shortcode/

- AJ

Thnx, AJ, that helps me great!

Hi. I am getting this error when trying to open customizer. Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 12288 bytes) in /home/bfmagazine/public_html/wp-admin/includes/media.php on line 766

I see you suggesting that it is a server error. But i never got this error before. I have read that people have solved this issue by installing again. Is it possible to erase parent theme and reinstall without loosing changes. All my changes are in child theme.

Thank you

Hi,

This is a server-related error. You need to increase your server’s PHP memory limit – http://wpexplorer-themes.com/total/docs/increasing-memory-limit-to-php/ – if you aren’t sure how, your webhost should be able to do this for you.

Total has more options in the Customizer then other themes so your server will need more resources then others.

If you are on a low budget server increasing the PHP memory limit should fix it but if it’s a bit slow you can always go to Theme Panel > Customizer Manager and disable various options from the customer that you won’t be using at that time and it will speed things up.

Let me know if you have any questions/issues with this!

- AJ

Thanx AJ. That fixed the issue. Just to let you know. Godaddy has a page in c panel that allows you to change php limit . Editing the WP config file did not make any difference.

Oh awesome. Thanks for letting me know about that. I’ll be sure to add a comment on the documentation page!

- AJ

How to relate one post to another? I am adding a blog section of my Total site and want to be able to display related content within a blog post ….. can someone give me a quick tip on how that is done? Thanks!

Hi,

The related blog posts are based on the category it’s in. So if you put posts into the same category they should be related to each other.

But you can also alter the related query via a child theme if you prefer to use tags instead for example: http://wpexplorer-themes.com/total/snippets/related-blog-posts-based-tags/

Hi. In a boxed layout, how do you make a column to stretch or cover the full with and height within the row? Like this http://cl.ly/0e311l0b1l3v

Hi,

In order to stretch a row you have to options.

Please let me know if you have any other questions or issues with this!

- AJ

Just FYI for others looking to do the same: (this is for the boxed layout) I added a row, split it in columns. In the row settings, Spacing Between Columns, choose 0px. Equal Column Heights, choose “yes”. then change the color on each column.

Thanks for sharing with others!

Hi, is it possible to have an bannerimage over the blogpage ? Currently my only solution would be Revolution Slider. But i want to save performance, cause i only need one Image. Maybe possible via an hook ?

The easiest thing to do is to simply setup your main blog page to use the “Blog” page template (so go to Settings > Reading and make sure it’s not set to display latests posts). This way the blog will use a standard page so you can add a featured image to it or you can use the Visual Composer to add content above it.

Or of course you can use a hook, please see here: http://wpexplorer-themes.com/total/docs/action-hooks/

ps: Also the slider field will accept html if you want to image HTML in there.

- AJ

Using Construct demo.

Upon scrolling, menu (in top) gets hidden. In order for it to show-up again I need to scroll all the way to the top.

How can I make it so that once I start scrolling upwards, it gets shown.

Thanks!

I am looking at the live site and it appears that the function isn’t running or your site is being cached. Can you double check?

Sorry. Works fine now. Thanks for help!

We have purchased Total theme from theme-forest and after updating this theme to its latest version, Visual Composer stopped working. A message is appearing to my dashboard that please update visual composer also and “Apply License ” button is appearing. When I click that button then this message is appearing “NO LICENSES FOUND”.

I need the latest version 4.11.2 of Visual Composer which is compatible with WordPress 4.5. VC version 4.11.1 is not compatible with Wordpress 4.5.

Thanks in advance.

M

Thanks! I will try during this day and I will tell you what. Have a nice day!

M

Hey thanks! All the elements are visible now. One more thing. When a try to use “read more” to make short a simple text, it doesn´t work. The text keeps the same size even I put the tag. I don´t know how to fix. Thanks in advance.

M

Could you please open a new comment thread for this issue? Thanks!

Also please let me know where you are inserting the read more tag (posts, portfolio, staff, page…etc) and also where you are displaying it (archive or Visual Composer module).

If you can share a live example and screenshot that would be very helpful!

The way the theme works is it checks for the more tag and applies it if it is found. If that is not happening I do need some extra info to test myself. Thanks!

- AJ

hi there! :D i just have a little fatal error ( xD) on installing the theme, first of all, i can’t install it from the wordpress uploader. i had to get into the cpanel and add it manually on the last version of wordpress and also the last version of this theme. after that i installed the plugins that comes with the theme and here is when the fatal error comes up, and says “Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122 bytes) in /home/esteban1/public_html/wp-includes/plugin.php on line 107” and i really don’t know how to fix it. i really need your help. thanks in advance, and sorry for my bad english skills

Hi,

You’ll need to increase your server memory limit, please see here – http://wpexplorer-themes.com/total/docs/increasing-memory-limit-to-php/

If you don’t know how to do this you will have to ask your webhost to help you out.

If you couldn’t install the theme via WordPress you were probably getting the same error (but it doesn’t show it). Please see here for future reference: http://wpexplorer-themes.com/total/docs/theme-installation-errors/

- AJ

Hi again and thanks a lot for the quick answer to the previous my question and everything is corrected as you told to do. Now I would like to ask how I can add Facebook share -botton to topbar ? Best regards Sari

Hi Sari,

If you want to add social sharing to the topbar the best way would probably to install a social sharing plugin that has a shortcode so you can insert that shortcode into your Topbar “content” setting in the Customizer.

But if all you want is a facebook share button you can create your own and add it to the site as well – https://developers.facebook.com/docs/plugins/share-button

The javascript code should be added in Theme Panel > Custom Actions in the wp_head option. And the HTML would be added of course to the Topbar content setting in the Customizer.

- AJ

Hi, I used Shareaholic plug-in but I did not get Share Button making top bar? It always went to below, not on the same line as other in top bar – is it possible to get there? You can look at the www.satubarish.com site. Now share botton is below. Thanks best regards Sari

Hi Sari,

Shareaholic automatically adds the links to the end of the post. If you want to add it to the top bar you’ll need to use a shortcode. Have a look at the manual usage instructions here: https://wordpress.org/plugins/shareaholic/installation/

- AJ

Anybody else missing the “Sticky Header” menu in the Customizer? I’ve cleared both my browser and server caches after updating the theme and it’s still just the same old “Sticky Menu” option.

BTW, WPExplorer, I saw you mentioned that Visual Composer hasn’t been updated since the 7th – it was actually updated to 4.11.2.1 on 4/16, the author just failed to update the changelog on their CodeCanyon page.

Ah, got it. I am using Header style 2, so I’m only seeing “Sticky Menu”.

Unfortunately the reason why I was looking for the other customizer option was that the menu is no longer sticky after updating to 3.4.0 and from the release notes I thought I needed to go update the settings to get it to stick again….

Hum. The menu should be sticky still. If it is not there could be a javascript error on the page, can you share the URL so I can have a look?

Here is an example of a live demo with the sticky menu so you can see it should be working: http://totaltheme.wpengine.com/mason/

- AJ

Got it working again. Thanks!

Hey there! I would love to see Total include the Ultimate Addons for Visual Composer plugin. I think Total is amazing in it’s functionality, but it does lack the visual flair and modern elements that other themes offer. Ultimate Addons would add most of this and really help round out Total.

Would you agree, or have any thoughts on this? I’ll keep my fingers crossed that Total includes this in the future.

Thanks.

Thanks, that’s good to know. I really do love Total and have been using it for more and more client projects. I may email you privately with my wishlist at some point when I’ve had a chance to try out Ultimate Addons with Total. Thanks again for your help!

If you do so, please open a ticket and request it be forwarded to me – http://wpexplorer-themes.com/support/ – all direct messages receive an auto response so you won’t be able to contact me that way. Just a heads up!

- AJ

Thanks for the tip.

I am replacing the site header with a custom page using the provided code: http://wpexplorer-themes.com/total/snippets/replace-site-header-with-page-builder-content/

Now the mobile menu will not function. I am getting the “Fixed Site Top” option to show up, but when clicked or pressed, nothing happens. Any ideas?

If you send any PM you will just get an auto reply since it goes to an un-used email ;) A ticket would be best.

It has been done. Thanks for your time and support!

Great. I do have many tickets right now but I’ll try and get to you as soon as possible. Thank you for your patience!

Just bought theme and I’m not terribly happy about having to customize the theme within Appearance > Customize. It’s clunky and half the time that I click “Save & Publish” nothing happens, and when I click out it says “Are you sure you want to leave without saving changes”

Hi,

If things are getting saved and you are getting the error notice “Are you sure you want to leave without saving changes” these are server related issues. You can try contacting your webhost to see if they can be fixed. I have a troubleshooting guide here: http://wpexplorer-themes.com/total/docs/troubleshooting-customizer/

The Customzier in Total is actually one of the fastest out there, I’ve made a lot of optimizations to speed things up while working in the Customizer and using the Customizer is a lot more secure and less bloated then using a custom Theme Panel. Total actually used a standard theme panel but I removed it due to the high requests from customers.

If you are on low budget server and things can’t be sped up my recommendation is to go to Theme Panel > Customizer Manager and disable sections you won’t be editing prior to making your edits. This will greatly speed things up as it will only load options you want to edit (Typography is the largest settings and disabling it should speed thing sup significantly).

Also depending what you have on the homepage itself can make a difference. If your homepage is very large, composed of a ton of elements or is taking a long time to load that will of course slow things down.

But 99% of the time it just comes down to server resources.

Please let me know how else I can help out I would like to get things working smooth for you and maybe I can cook up some more tips or things to look into ;)

- AJ

Thanks for the tips! Increasing the Memory Limit in wp-config.php seemed to help tremendously.

Oh awesome. Sometimes it can help a lot and sometimes very little ;)

Limiting the tabs you have on the Customizer will help the most as well (Theme Panel > Customizer). And you can also try out this plugin – https://wordpress.org/plugins/hide-wp-customizer-options/ – removing the menus and widget areas could really speed things up as well if you don’t care to edit those things there.

- AJ

I am displaying a custom header with the below function but after the update it is not showing my navigation anymore. Any ideas how I can include the navigation in my header-home.php

FUNCTIONS

// Disable default header on homepage function my_disable_home_header( $return ) { // Return false on front page if ( is_front_page() ) { return false; } // Otherwise return theme var else { return $return; } } add_filter( ‘wpex_display_header’, ‘my_disable_home_header’ );

// Add new header for the homepage function my_custom_header() { // Return if not homepage if ( ! is_front_page() ) return; // Include your custom file here include ‘header-home.php’; } add_action( ‘wpex_hook_wrap_top’, ‘my_custom_header’ );

////This is what is inside my header-home.php

<?php wpex_hook_header_before(); ?>

<header id=”site-header-home” class=”<?php echo wpex_header_classes(); ?>”<?php wpex_schema_markup( ‘header’ ); ?>>

<?php wpex_hook_header_top(); ?>
<?php putRevSlider("home-header"); ?>
<?php wpex_hook_header_inner(); ?>
<!- #site-header-inner ->
<?php wpex_hook_header_bottom(); ?>

</header><!- #header ->

<?php wpex_hook_header_after(); ?>

looks like I am opening up a can of worms here. made the changes and get the following error.

Fatal error: Cannot redeclare wpex_get_template_part() (previously declared in /home/paylesscoffeeand/public_html/wp-content/themes/Total/framework/core-functions.php:83) in /home/paylesscoffeeand/public_html/wp-content/themes/Total/framework/deprecated.php on line 158

Oh no I forgot to tell you something….

Open Total/framework/deprecated.php and delete the function from that file. I actually had this function in version 1, never used it, so I deprecated it. But now I am re-adding it and actually using it ;)

- AJ

Yea!!! that worked thanks

For those that are having issues with Visual composer – aside from the necessary steps needed to update as wpexplorer has explained (which I also did) but didn’t help. As a test, try creating a new admin account and retest. This worked for me – my original admin account still has problems but at least the new admin account that I set up allows me to use visual composer with Total and no problems. Why the original admin account got corrupted in regards to VC – I still have no clue but at least this is worth a try – at least for troubleshooting but this is NOT a theme issue for what it is worth guys.

Total fix (for me anyway) is open cmd.exe as administrator and run ipconfig /flushdns – problem solved! Thanks AJ for all the help!!

Thanks for sharing! I just responded to your ticket as well. Really appreciate it.

- AJ

Hello – My page titles are still showing after I tried to disable them globally by going to General Options>>Page Title & selecting Hidden. Is it a better practice to go to each page & disable them instead? I would like to avoid touching each page if possible. Thanks!

Hi,

The setting in the Customizer should work. I just re-tested and there isn’t any issue in the current version of the theme.

The only thing I can think of is if your pages have it set to “Enabled” rather then “Default” on the page itself: http://cl.ly/3m1d0h3l0y1E

Hiding it globally is the best and easiest solution!

If it’s not working please check the settings as mentioned above and also make sure you don’t have any child theme modifications that could be breaking that option.

- AJ

I looked in my css & child & I’m not seeing anything. I also checked & the pages are set to Default. Do you mind taking a look. I’ll submit a ticket & ask that it be forwarded to you. Thanks!

Sure thing.

I was almost done with my website design using Total, but three or four days ago Visual Composer wasn’t working. Then I had a searched on support and got some reply that I need to update Total to update Visual Composer, so I did. And Visual Composer started working again. I was deactivated Visual Composer before update my theme, after updated, I also updated VC. Then its started working again. But the incident is that, my existing design lost the responsiveness specially on multiple div area for text or icon box. Please look at my website at: https://cutoutquick.com

TIA!

Hi,

It looks like responsiveness is disabled for some reason. Log into WordPress and go to Visual Composer > General Settings and make sure this option is not enabled: http://cl.ly/0s040z2F2D2i

It was a big help, since I was waiting for your reply. Many thanks, responsiveness working now :)

Great! Thank you for your patience ;)

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