22359 comments found.
Hi again,
I have not able to solve these on my own yet, if you find the time 
Thanks!
Hi,
So the best way to control your layout is to return the array in the order you want for the items, example:
// Post type layout (remove or comment out any items you don't want from the output)
add_filter( 'wpex_{post_type}_single_blocks', function( $blocks ) {
return array(
'media',
'title',
'meta',
'custom_block' => 'my_custom_block_output', // you can enter a function name as the value for the output of the block
'post-series',
'content',
'page-links',
'share',
'comments'
);
} );
// Custom block output - example 1
function my_custom_block_output() {
echo 'my custom block content';
} );
// Custom block output - example 2
// With this example you can create a new file in my_post_type folder in your child theme to hold the output if you prefer
function my_custom_block_output() {
get_template_part( 'my_post_type/single-block-name' );
} );
Make sense?
In terms of the gallery metabox the filter is working correctly when I try it – https://wpexplorer-themes.com/total/snippets/gallery-metabox-post-types/ – so does the option when creating the post type. Are you using the Post Types UI plugin or my Post Types Unlimited plugin?
- AJ
ps: In fact the gallery metabox should be disabled by default on new post types, was it not?
Thank you so much AJ!
I didn´t know I could enter a function inside an array like that, works great and very handy 
As for the gallery metabox, it’s for posts and pages that I’m trying disable it For my CTP:s the gallery metabox is not visible (so I guess its default) I have always used CPT UI for CPT:s, but I’ll be sure to use yours the next time. …I tried changing to unset( $types[’post’ ] ); unset( $types[’page’ ] );
Very strange, but clearly I’m doing something wrong then. I tested activating Total Staff CPT but couldn’t get the snippet to work for that either
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?
Hi,
So the toggle bar isn’t being closed by the cookie consent button, it’s closing whenever you click anywhere on the page. Looks like someone modified the animation of the toggle-bar and maybe added some extra javascript to close it when clicking on the site. Can you double check your child theme edits?
- AJ
Hi AJ, I can’t seem to find anything that causes this. I never added any javascript to the togglebar. Only the animation. With your help I altered functions to move the toggle bar inside the boxed layout. Also put the close button there. But obviously I’ve done something wrong 
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
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,
This is AJ the theme author.
You should be using Elementor or WPBakery (choose one, not both). If you do switch from WPBakery to elementor you will see “broken” pages because when you de-activate the WPBakery plugin all the functions in that page builder are no longer included on the site so you will only see the shortcodes not the output.
All of the current Total demos are created with WPBakery, it’s actually impossible to create pages that work with 2 different page builders because every page builder is coded and works differently. For example WPBakery uses shortcodes, while Elementor uses underscores JS and actually parses modules before the page renders and adds the HTML to the page content instead of shortcodes.
If you prefer Elementor it’s best if you do not import any of the Total demos, because these are all based on the WPBakery plugin. We don’t have any Elementor based demos at this time. You can however use this plugin to quickly make some Elementor templates and it works with any theme – https://wordpress.org/plugins/envato-elements/
I hope this makes sense. If you do have any questions please let me know!
- AJ
Hello , Thanks for your reply . Everything is clear now .
The only problem for me is that I saw that Total was elementor compatible with . In fact total is compatible but not the theme . So It doesn’t make sense . I can’t use the full potential of Total build theme with elementor . I tink you need to write it in the description. Is it possible to get a refund ? Sorry for misunderstanding . Thanks
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
Exactly. It means you will be able to use the Total modules as “shortcodes”. So for example if you wanted to insert the Total Blog Carousel module on a page and you are using Elementor you can use the Elementor shortcode widget and add [vcex_blog_carousel] to display it.
In the current version of the theme, the Total modules are only loaded on the site if you have WPBakery enabled. But I’ve changed the way the code works a bit so the shortcodes are always defined and the functions related to WPBakery only get loaded if the plugin is active. Thus allowing the use of the Total modules in other builders like Elementor without any change to the theme performance.
- AJ
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!
You can’t “move” the logo without some custom child theme cook using theme hooks – https://wpexplorer-themes.com/total/docs/action-hooks/
I can help with the custom code for this, the issue is if you disable header then the option to set your logo is no longer available so moving the default logo into the TopBar doesn’t make too much sense.
It would be best if you want a logo in the topbar to either insert an image using HTML into the topbar content field or to “design” your topbar using a custom template with the WPBakery.
Any reason why you are using the topbar instead of the header?
- AJ
Thanks for the quick reply! I wasn’t planning on removing the header, just the logo from the header. I’m not sure I will be able to insert it as an image as I use custom html for the top bar already however its in the wrong location for where the logo should be. How would I use the action hooks to move the logo? I already have a child theme setup I can modify.
So the best way would actually be to make a little site logo shortcode you can insert in your topbar or anywhere else you want the logo to show up.
So to remove the logo from the header this is the code:
// Remove logo from header
add_action( 'init', function() {
remove_action( 'wpex_hook_header_inner', 'wpex_header_logo' );
} );
Then to insert the header into the topbar using a hook you can use this:
// Add logo to topbar inner element
add_action( 'init', function() {
add_action( 'wpex_hook_topbar_inner', 'wpex_header_logo_inner', -1 );
} );
But this would dump your logo into the topbar before the content and social elements. You’d need to use CSS to position it correctly and style it correctly (style the text if not using an image).
Alternatively you can NOT insert it via the wpex_hook_topbar_inner action hook and instead create a shortcode to return it. Example:
add_shortcode( 'header_logo', function() {
ob_start();
wpex_header_logo_inner();
return ob_get_clean();
} );
Then use the shortcode “[header_logo]” wherever you want it to appear on the site.
All code would be added in your child theme’s functions.php file.
- AJ
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/
It’s working for me on my actual iPad, iPhone and in chrome device tester.
Cache?
- AJ
Odd – don’t think it’s cache – other changes are showing up when refreshing. It works on this page: http://37.60.235.209/~madis461/meet-our-doctors/ but the overlay opacity I have set is not working (can’t see white text)
It’s working for me on both the pages and the opacity is also correct. This is a screenshot in chrome: https://cl.ly/2ad73e – I see the same thing when testing on the actual device (just a pain in the butt to take a picture of the ipad and upload it).
And I did test in both landscape and portrait.
What device are you testing on and in what browser?
- AJ
ps: Not all changes are cached so it is possible some things are cached and others aren’t – just an FYI.
are you looking at top bar content?
Yeah – I see the top bar content in dev tools as well – just not on actual iPad – tested on 2 different iPads as well using safari. One runnig iOS 8.3 (old) and one running the latest iOS – very odd
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 Connie,
Nice to hear from you again, I’m doing very well thank you. I hope you are as well.
The issue here is that when you enable filters it needs to use the isotope grid to position your items so when filtered it can sort them around. When items are hidden by default they have a 0 height value thus they can’t be properly positioned.
What needs to happen is the javascript for the grid has to be re-triggered each time an accordion is opened to re-calculate the item positions.
Now, the theme should already be doing this via the following javascript – https://cl.ly/9b3e51
I’ve tested and it’s working correctly for me: https://cl.ly/f91041
I think the issue you are having is that you enabled “Equal Height” for the module (can you please check and if so disable to test). This can cause issues because the equal height function can’t run dynamically it can only run when the page first loads.
- AJ
Thanks for the quick response!
Indeed, I had Equal Height enabled, but when I disabled it just now, it’s still not working.
I cleared my cache but still no joy.
Hum, That’s the only way I was able to “break it” on my end.
I can’t seem to get the same issue as you. Any chance you can send me your exact page code to test with all your exact settings – https://wpexplorer-themes.com/total/docs/share-page-content-troubleshooting/
Thanks!
- AJ
Shoot, so the issue is with the fact that you are using a custom navigation bar element for the Filter and it’s not being re-triggered.
I added a fix for the upcoming update. Thanks for letting me know of the issue.
But I’m half way through some massive changes that if I were to send you the updated theme for the meantime a lot of functions won’t be working. So I can’t do that.
The plan is to have the new update done this weekend. Is it possible to wait till next week for the fix?
- AJ
You can view the upcoming changelog here: https://wpexplorer-themes.com/total/upcoming-update-changelog/
Awesome! For sure, no problem. Thanks!
Feel free to bug me at any time for a progress update!
Hi AJ – How’s the update coming along? 
Hey there! It’s coming a long well. There is just a LOT to do. I’ve already made over 80,000 changes just in the last week (according to Github). It’s mostly just tedious work to comply with new Envato rules that will take place on May 31st as well as making all the Total modules available even when not using WPBakery (this second part is taking the longest). Most of the changes you would never notice as it’s just moving code around or tweaking code slightly but across many files as I have 69 Total blocks for WPBakery and going through each one just takes time.
Either way the update will be done before the 31st 
- AJ
OK, thanks. Just an additional note. The issue is happening in the Tabs element as well for the tabs that aren’t active when the page loads. If you go to https://cpo.conniedavidson.ca/en/find-a-collaborative-professional/ and click the Financial Professionals tab, it doesn’t open all the way. Presumably the same root cause as in the Accordian element.
Correct, the theme’s javascript needs to be re-triggered each time a tab is opened. This will be fixed in the upcoming update 
I made a video test for you so you can see: https://cl.ly/d3e4f1
- AJ
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. 
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
AJ, can I please also ask you if you would recommend a way to display WP Categories widget HORIZONTALLY at blog post bottom instead of lateral sidebar.
I could probably use Post Terms module but would have to add it manually into each post (existing ones mostly), and I’ve spent substantial effort in styling this widget.
My search also gave me the “AMR shortcode any widget” plugin, which I haven’t tried yet as I’d prefer to avoid another plugin.
Thanks in advance, Michel
I forgot to say that the “Widgetized sidebar” module works fine but still needs to be added manually in each existing post.
Hi Michel,
You are correct the purpose of the dynamic template is to create a template to be used on all posts so you can manage it in one place when you edit this dynamic template it will be reflected on every single post. When you insert the Post Content module in the dynamic template that is where the content added to the individual posts will display (which right now has templates on it so it will show those in this area).
Did you see the video? https://www.youtube.com/watch?v=eGYuBjqkj8Q
I don’t understand what you mean by “Only 2 modules appear” – whatever you add to the dynamic template should display on the posts and you should have access to all modules.
You should use the “Post Terms” module and that’s an example of why you would use a dynamic template, instead of inserting this module into every post it would be added to the Dynamic Template so it shows up on all posts.
I don’t know where you are adding a “widgetized sidebar” – your blog posts already have a sidebar by default. If you want a new widget area below or above your post then that’s a reason for the dynamic template so you can insert it there.
When creating a dynamic template you can also set your blog posts to be full-width via the Customizer and then enable the sidebar in the Post content module – https://cl.ly/c43a0fhttps://cl.ly/c43a0f
- AJ
Thank you AJ.
What you say had me investigate further and I’ve solved the problem with dynamic template by creating a brand new template.
(and yes, I had seen the video, it’s always nice to re-hear your voice 
Apparently I would have to extensively re-style the blog single, so I’ll use later a dynamic template for blog (I’m using it for a CPT and it works fine).
I think the “Widgetized sidebar” name is misleading (that’s why I hadn’t considered it so far), as it seems a standard VC module that allows to display the sidebar widgets anywhere on a page – which I could use to show categories at blog single bottom and remove sidebar display.
But I’ll use instead the Post terms module after styling it.
Thanks again,
Michel
Hi Michel,
We’ll if you don’t want to invest some time right now to create a dynamic template for your blog posts, what you could do is use a little code to insert a template at the bottom of all your posts. I can give you this code if that’s what you wanted to do.
Basically create a new block that you can move around in the Customizer for your blog but it displays template content. So basically like this example: https://wpexplorer-themes.com/total/snippets/custom-blog-single-block/
I can create a modified snippet example for showing a template for the block. Let me know if interested.
And of course it would also be possible to create multiple blocks for different template outputs if you wanted for example 1 at the top of the post, 1 at the bottom, 1 after comments..etc.
- AJ
Hello AJ,
Thank you so much for once again imagining a solution to help.
If that’s easy for you to make it, I’d be glad to use the snippet you mention – which would avoid I manually add a template at bottom of each of my 200 existing blog posts.
Michel
Sure Michel, the code is very simple 
After adding the code and changing the template ID value you would go to Customize > Blog > Single and enable the new block under the “Single Layout Elements” and move it to where you want it displayed.
- AJ
Thank you very much, AJ.
I’ve done as you say, tried with different templates, also deactivating child theme : the blog page is disrupted.
Here is a capture with explanations : http://a.pnet.fr/snippet.png
Michel
And if you need, you can try on my test site (currently exactly same config as the production one), I just sent a ticket with admin credentials.
Hi,
I hope you had a nice weekend. Adrian assigned the ticket over to me, I’ll have a look and get back to you. Thank you for your patience.
- AJ
Hello AJ,
I had to work on the test site, which was not working for me this morning.
So I’ve renamed the existing child functions file in \culturof as functions-PREV.php and re-installed my functions.php, but you can delete it without problem.
Michel
No worries, I just replied to you and sent a video of the fix I made as well 
.
Hello AJ,
Thank you so much, it works perfectly !
You’ve saved my life once again 
And Total has a new great feature I think !
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
Hi,
There isn’t any known issues with the design changes and no one else has reported the issue so everything should be working correctly: https://cl.ly/71b449
Are you having issues when editing or previewing the page?
- AJ
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