Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,052 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22359 comments found.

Hi again,

I have not able to solve these on my own yet, if you find the time ;-)

1. I have added a block via ”anonymous function” as explained here: https://wpexplorer-themes.com/total/snippets/cpt-single-blocks/ …it’s for a CPT I created with CPT UI, can I re-order so that my new block is not displayed last? I tried this: return array( ‘title’, ’my_custom_block’, ‘content’, ‘media’ ) but it doesn’t work. 2. I’m using this snippet to remove all Total settings (for editor role): https://wpexplorer-themes.com/total/snippets/disable-page-settings-metabox-completely/ But I would also like to remove the ”Image gallery” -meta box. I have unchecked ”Custom WordPress Gallery” And I also tried this snippet https://wpexplorer-themes.com/total/snippets/gallery-metabox-post-types/ But its still there?

Thanks!

Oh..ok I see the issue ;)

So you can’t unset it because the keys don’t equal the values, that’s an issue with my snippet the correct way would be:

add_filter( 'wpex_gallery_metabox_post_types', function( $types ) {
    $types = array_combine( $types, $types ); // make keys equal to values
    unset( $types['post' ] );
    unset( $types['page' ] );
    return $types;
}, 99 );

I updated things so in the next theme update the keys will equal the values by default. Thanks for the heads up!

You could also just return an array of the items to add it to:

add_filter( 'wpex_gallery_metabox_post_types', function( $types ) {
    return array( 'portfolio' );
}, 99 );

And if you aren’t using the Gallery metabox anywhere at all you can return an empty array of post types

add_filter( 'gallery_metabox_enable', '__return_empty_array', 99 );

I noticed I actually added a theme check to see if it’s enabled but never added it to the Theme Panel so you could also do this:

set_theme_mod( 'gallery_metabox_enable', false );

And refresh the page then remove the code and it will disable the gallery everywhere. To reenable you would use:

remove_theme_mod( 'gallery_metabox_enable' );

- AJ

Thank you AJ! I tried the first snippet and it works great but maybe I will wait for 4.9 instead for the live site then …I just looked at the upcoming changelog btw and it looks awesome! :-)

Sounds good. If there is anything else you can think of for the update let me know!

- AJ

Hi AJ, is there a way to make sure the Toggle Bar on https://www.fortadvocaten.nl/ doesn’t close when cookie consent is clicked? So that the Toggle Bar only closes when clicked on X within the Toggle?

Oh my, sorry my mistake! The ToggleBar does close when clicking on the document by default. This was added before the option to have the togglebar open by default, this way when you would open it you can click outside to close it. But it doesn’t make any sense when it’s visible by default. Thanks for pointing this out!

I will modify my code accordingly so that it only clicks when clicking outside if the togglebar is closed by default and via a special classname which could be added/removed via a child theme as well.

Now i can’t send you the updated file since there has been way too many changes to the theme’s javascript for the upcoming update. But I can hack the old script from Total 4.8.5 for you and send it which will remove this completely for the meantime. Let me know!

- AJ

Hi AJ, when this is solved in a future update of the theme it’ll do. Any thoughts on a release date for this update with fix? #nodeadlines

I’m trying to finish the update today. There are some new ThemeForest rules I need to follow and the deadline is tomorrow night. So that’s the absolute latest. I would like to finish it today though. I’m doing the last minute changes and testing.

I will be releasing Total 4.9 but I also plan on doing a 5.0 next moth as well focused around new/improved features ;)

You can view the upcoming changelog here: https://wpexplorer-themes.com/total/upcoming-update-changelog/

- AJ

Hi!

Quick question here :) Regarding the Mailchimp Newsletter, is it possible to get rid of WPExplorer.com details in the Confirm Subscription mail? Thanks! I love the theme, really nice one! :)

Hi,

This is AJ the theme author.

If the confirmation email has WPExplorer.com details it means your Newsletter form isn’t setup to use your own account it’s probably still using the WPExplorer mailchimp URL from the demo import.

Make sure you’ve created your own Mailchimp account and updated the module/widget so that it’s using your Mailchimp account action form url instead of ours ;)

- AJ

Hi AJ!

Hmmm…Yeah, that actually makes sense…hehe…I’m pretty new with all this, so still learning new things everyday :D Thanks a lot and have a wonderful day ahead! :)

No worries. Please let me know if you have any other questions, issues or suggestions!

I’m here to help ;)

- AJ

Hi, is there a way to not have the mobile menu which features a sub menu (drop down) not repeat it self ? Screenshot uploaded to the following url: https://imgur.com/a/qwO5mv8

This happens because the parent item has a link and the parent item when you click it opens the subitems so if it also when to the URL then you would never be able to reach the subitems. The only “fix” would be to remove the link on the parent item (treatments) and instead put a link in the dropdown that says “about treatments” or something of the like.

Now, I’m working on changing things a bit for the upcoming update as this does look a bit strange. My thought is for items that have links the target area for clicking to open subitems will be on the far right so you can only open the subitems by clicking the arrow but for parent items without links you can click on the entire menu item (this is because a lot of people don’t put links on the parents and want them fully clickable).

Would love your feedback of course. Thanks!

- AJ

Hey AJ, just replied to your email. Let me know about the videos you’d like. Thanks!

Gotcha ;) Hope you had a nice weekend!

Hello ,Thanks for your work . I have a question between WPBakery and elementor . If I install the total theme + WPBakery plugins , everything work and I can edit content. . Il I install elementor and I try to edit one page I have by exemple “vc_row[vcex_icon_box style=.......” instead of box .

If I desactivate WPBakery in the plugins section all the site show me html code

How to use the total templates with elementor ? Is it possible to edit the content with elementor ? or only WP bakery can do ?

Thanks for your help .

Hi,

Yes can submit a refund request if you want – https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-

The compatibility tag just means that the theme works with the plugin (without errors) and Total is 100% compatible with Elementor including the Total header and footer builder functions. In fact many customers are using Elementor with Total and creating awesome sites.

I don’t advertise Elementor anywhere on the actual theme description or landing page because the demos are built with WPBakery and I do want to avoid confusion, that’s why if you look at the main page – https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019 – and you search for “Elementor” you can see it’s not mentioned anywhere on the actual page.

Definitely will look at making some new Elementor based demos, it’s a good idea ;)

- AJ

Thanks for your understanding, I will follow your profile and be very happy to buy your next elementor theme . Confusion is only because it s “compatible with” . Maybye it ll be better to write what you can do with elementor on total theme . Regards

Thanks for the feedback!

Hi, Your Theme compatibility Plugins this? https://accessally.com/integrations/wordpress-integrations/

Hi,

This is Aj the theme author.

As long as the plugins are coded correctly they should work with any theme. But I have not personally tested these as this is the first time I’ve ever heard of them.

- AJ

Hello! This is a very good theme, thanks.

One question. I created a secondary footer with “templates” function under WP Bakery menu. Now trying to change a single page’s footer it seems that I can only have one footer for all website.

It’s right or I can change the footer in one single page or more?

There is a lot of options and I can’t find this info in the documentations.

Hi,

This is AJ the theme author. I’m glad you like the theme!

If you only want to change the footer on 1 page all you have to do is disable the footer on that page via the page settings – https://wpexplorer-themes.com/total/docs/page-settings-metabox/ – then insert the content you want for that single page footer directly on the page.

Alternatively if you are using the “Footer Builder” function in Total you can alter the footer via a child theme by using the “wpex_footer_builder_page_id” filter to return the “ID” of the template you want to use for any given section of your site. I can provide sample code if needed.

- AJ

Question: Is Total theme compatible with PHP 7.3?

The latest version of Total shouldn’t have any issues in 7.3 but if you do have any errors let me know so I can look into them and provide a fix.

- AJ

Thanks AJ. I appreciate the quick response. I still love your theme. Best WP theme and fantastic support.

That’s awesome to hear! I’m glad you like the theme ;)

If you do have any suggestions for future updates or need anything else, let me know. And thank you for the rating!

Have a nice weekend,

- AJ

Hi, I’ve just recently update the Worpress version and the theme version to the last one, and now all the site design is broken. How can I fix it??

My web is www.ecoblasting.com.ar

It was a permissions error. But all of my footer widgets are gone. Now I recreated them.

Glad you got it fixed. This type of issue is common when updating via FTP on some servers. I do recommend using the built-in updates for the future – https://wpexplorer-themes.com/total/docs/update-theme/

- AJ

Hello. Using Total version 4.7. I see in theme options how to activate and deactivate schema markup, but how/where do we update the company name, address, etc. for the schema markup on the site? Thanks.

Hi,

The schema markup referred to in the theme options is only template markup (itemscope, itemtype, itemprop) added to theme elements such as the body, navigation, featured images.

Company name, address..etc those type of schema markup should be added via a 3rd party plugin so if you ever switch themes you don’t have to re-do it.

- AJ

ps: Highly recommend you update to a newer version 4.7 is almost a year old now:

AJ – Thank you for the info. I wasn’t the one who built the site, and I don’t see any plug-ins for schema. I’ll have to reach out to the original developer…Regarding the theme, fyi, it is not prompting me for an update. When I go into the Theme Panel, I see an ”!” that asks me to verify the theme license. But I would never have seen that if I weren’t trying to troubleshoot something else. -Thanks!

Hi,

Yes you need to activate the theme in order to have updates – https://wpexplorer-themes.com/total/docs/update-theme/ – this is to prevent people using illegal copies from receiving updates ;)

If you can get the license from the original buyer that would be ideal otherwise it may be a good idea to ask your client to purchase their own copy of the theme. This way they will have a license but also when you are done helping them they can always reach out to me for support since they will own a license of the product. It will make sure your client is covered if they ever have an issue and need some quick help without having to hire a developer.

- AJ

ps: It’s possible they manually added the company name, address…etc to the site, but most people actually use the Yoast SEO plugin which includes these options. So maybe double check if that plugin is active.

HI AJ, in upcoming updates you have written the following: „Total WPBakery modules can now be used even when the WPBakery page builder plugin is disabled as standard shortcodes“

What exactly does that mean? Can I use Total Module when working with another Page Builder, e.g. Elementor? I don’t use WPBakery anymore. I have now created two websites with Elementor. Everything is much faster and I save 50% less mouse clicks because I can see my changes immediately. So please can you explain it to me.

Best regards

That sounds good. I’m looking forward to the first theme that is fully compatible with Elementor.

I hope you have a nice weekend

A heads up though, that at this point I won’t be making “Elementor Widgets” for the Total modules so I will be making a documentation page where you can locate all the module shortcode names and parameters.

It’s quite complex and creates a lot of repeat code to convert the shortcodes into Elementor Widgets so I may need to develop a system for this (if it’s even possible) to allow you to actually insert the Total modules as actual widgets with Elementor. That would hopefully be something for my next bigger update.

Now, I am getting a copy of Elementor Pro to make sure there aren’t any design issues with Total (someone recently showed me an issue with the Elementor Pro grid pagination not looking good in Total so that will be fixed among anything else I find),

If you have any issues or suggestions for future improvements in Total for Elementor, please let me know!

- AJ

Thanks for the info. A page with all shortcodes is a good idea and useful for all who use “Total” and Elementor. I hope it’s in the next update.

Where / How to remove / edit the newsletter form at the bottom of the glitz & glam demo?? Thank you!

Hi,

So this demo was using the Footer Builder function which replaces the default widget footer area with a custom footer created with the WPBakery page builder (or any builder depending what you are using). You can learn more here: https://wpexplorer-themes.com/total/docs/footer-builder/

So to modify the footer you can go to Theme Panel > Footer Builder and click on the “Backend Edit” or “Frontend Edit” buttons or you can go to the main pages editor and edit the “Footer” page.

Now, I just logged in to check the demo and as you can see it is setup using a standard page. More recently I added the ability to create your custom footer using “Templates” so it would be ideal to actually activate the bundled “Templatera” template and move the footer over to a template then delete the standard page. I’m doing that right now on the live site for future demo imports.

I made a video so you can follow with me if you wanted to do that: https://cl.ly/25805e

Video Steps:

  • Edit footer page
  • Switch to text mode and highlight and copy the content
  • Activate Templatera under Appearance > Install Plugins – if it doesn’t show up it means it’s already active
  • Create new template under WPBakery > Templates
  • Define new Footer using the template under Theme Panel > Footer Builder
  • Delete the old page (not shown in the video)

- AJ

It all makes sense for me now. Thank you!!!

Of course! If you need anything else let me know. Otherwise have a fantastic weekend.

- AJ

Hi, how do i move logo to the top bar rather than the header? Thanks!

Thank you for your help AJ, sorry for the delayed response. Where in the child theme templates file would I add the above code?

I have tired using the “Custom Actions” plugin you offer with the theme but it doesn’t work

Hi,

This is AJ. I hope you had a nice weekend.

So this type of code would go in your child theme’s functions.php file.

The Custom Actions only works with HTML code, you can’t insert PHP code here because of security reasons saving and running PHP code from the database is a huge security concern so I don’t allow it.

- AJ

HI AJ, For some reason the sticky header is not active on tablets (iPad) – works fine on desktop and phone: http://37.60.235.209/~madis461/

I’ve tested on an iPad Air and iPad Pro in Safari and it’s working just fine. Both up to date.

Did you try clearing your iPad? Or try in a private tab?

It makes no sense that it would be working for me and not for you as well that it would work on a phone like you said but not iPad since the sticky function checks for a max width value and a phone is smaller than an iPad. Also the code looks good, so the only reason it wouldn’t work on the iPad is if there is a javascript error (have you tried connecting the iPad to your computer to check the console?) or something weird installed on the device blocking sticky functions (some ad blockers do this).

- AJ

Very possible – as long as it works for you then I have to assume it’s a local issue so not worth tracking down why.

Thanks AJ for checking – I appreciate it!

If you can figure anything out though let me know. I’d be interested.

- AJ

Hi AJ,

I hope you are well!

I’m running into a hiccup with the Accordian element. I have a Blog Grid element inside an Accordian section. The Blog Grid also has a custom filter using the Navigation Bar element.

I want the Accordian to have all sections closed on load. So I’ve checked “Allow collapse all?” and I’ve set the Active Section to 99 (non-existent). When it loads, all sections are closed (as I want), but when I click on the section with the Blod Grid, it doesn’t open to show the whole grid. It only opens enough to see the Navigation Bar. If I change the settings so that that section is open on load, it works properly and shows the whole grid. The problem only happens with the settings to have them all closed on load.

I’m using Total 4.8.5. The problem happens on Chrome, Firefox, and Edge.

You can see the issue here: https://cpo.conniedavidson.ca/en/find-a-cp-test/

Connie

Hi AJ,

I just updated to 4.9.1 and the issue is fixed. Thanks!

However, now I realize that I’ve painted myself into a corner. My plan was to have a Tabs element show on all screens except phones. It shows the first tab open, and the other tabs can be clicked on as needed – perfect.

I wanted to switch to an Accordian element for the phone view because I want all sections to be closed on load for the phone. If the first section is open (as it is with Tabs), then there is no way to see that there are other sections. The user would have to scroll a very long way to see the next section. Not great for usability.

So I had to create a separate row to show only on phones and repeat everything from the non-phone row but in the Accordian element instead of the Tabs element. I was happy to do that to make it work. Here it is: https://cpo.conniedavidson.ca/en/find-a-collaborative-professional/

BUT now I remember that I have links to all the individual tabs from other places on the site. When viewing on mobile, these links won’t work because the Tabs element is hidden and I want them to see the Accordian element. Things suddenly got very complicated!

It would be so great if there was an option in the Tabs element to show all sections closed on load for phone view. Then I would just have one element for all screen sizes and all my links would work. I’ve actually run into this issue on another site as well. I would like to make a feature request for this. :D

Connie

Hi Connie,

This is an older snippet but it may still work if you want to try it out: https://wpexplorer-themes.com/total/snippets/close-vc-tabs-first-active-tab-mobile-devices/

- AJ

That worked. Thanks!

Hello AJ,

I’m just wondering wether I’ve correctly understood the concept of dynamic template (for blog posts).

I thought that in the template I could have any module, and when altering these modules it would reflect in all existing and new posts.

But when I try, only 2 modules appear in a post : Heading from post title, and Post Content.

Is that the way it sould be ?

So far I’ve successfully used 1-2 Templatera modules in each blog post, but I thought maybe a post dynamic template would allow me to automatically alter all existing posts, for example adding a module in the dynamic template – instead of having to add another Templatera module in each existing post.

Michel

... and would it be difficult to have this possibility on Portfolio ?

Nope, very similar code. But, I don’t understand why you don’t just make a dynamic template instead? it’s much easier.

- AJ

OK, I see if a dynamic template wouldn’t imply substantial re-styling – which probably won’t be the case.

Thanks again AJ,

Michel

the template has problems when editing rows in design options

I try to add background colors or a background image and it does not load the changes

the problem I have when I perform the same procedure several times and at the time of updating the page does not save changes only the changes in preview

Give me an email where I can send you the video of the error that I present

You can contact me privately at wpexplorer [at ] gmail [dot] com.

Normally support is provided via tickets here – https://wpexplorer-themes.com/support/ – but your support license is expired so you need to email me directly. Please let me know here in the comments once you have emailed me as I usually don’t check that email very often. Thanks.

- AJ

Hello AJ,

i recognized, that whenever I add a custom navigation to a page and make it fixed, the z-index is not correct and the navigation is behind the content.

Users need to add custom css to make it work properly. At least on my site it was the case. Maybe something you want to check out and fix if possible.

Best regards, flipstar

Hi,

This shouldn’t be the case. I made a simple test here: https://tutswpex.wpengine.com/sticky-menu-test/

Do you have a live example with the issue I can look at?

- AJ

Hi there, I want to design a custom template for a Portfolio item.

The portfolio item has a custom field “project-url” which contains the URL to the project website. I want to have the featured image of the portfolio item on the left, and the image should link to the project website.

I saw that it is possibile to have a custom field used as link in a “Total Button” component, but is it possibile to link a featured image using a custom field as URL?

Thank you for help!

Hi there,

So to create a custom template for your portfolio items you will want to use the Dynamic Template function: https://www.youtube.com/watch?v=eGYuBjqkj8Q

For the featured image you can link to a custom field by using the total custom field shortcode for the URL which would be like this:

[cf_value name="project-url"]

Example: https://cl.ly/db5eb3

If you have any issues with that or questions let me know!

- 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