22360 comments found.
Hello, I just tried to import the “travel” demo but it didn’t work. The xml-files couldn’t be imported. The error 502 occurred. All the other things (widgets, sliders) got imported. Can anyone help me out with this problem? Thank you very much
Hi,
This is AJ the theme developer. Sorry to hear you are having issues. A 502 error is a server error outside the theme scope. Usually this means the server is timing out. Can you double check your memory max limit and max execution times?
At this point you have 2 options:
- Make sure your server PHP memory limit and max execution are high enough then de-activate your theme license under Theme Panel > Theme License and completely reset your WordPress installation.
- Or if there is something specific you are missing that you don’t know how to add simply add it manually and I can show you how it’s done (I can make a custom video for you). Travel is actually just a very simple blog demo so the only thing we did was add dummy posts (which you’ll delete anyway) and tweak the settings under Appearance > Customize. If the theme options were imported that’s pretty much all you really need to get started.
Please let me know how you would like to proceed and how I can be of further assistance.
- AJ
Sorry I meant to send this screenshot also: https://cl.ly/pUNq
Hello, thanks for your quick response.
I checked it and all three areas are green.
It would be great if i could import the whole demo because i wouldn’t change a lot except for the wording and the pictures 
Hi,
That’s very strange, by any chance do you have access to server error logs so we can see what error was returned during the import? This would really help since a 502 is very generic, it should have saved a log on the server with more details.
Actually, if you want you can also open a private ticket, request it be assigned to me “AJ” and I’ll make sure everything is uploaded correctly for you – https://wpexplorer-themes.com/support/ – so you don’t even have to worry.
If you send WP and FTP logins I can also check the error logs to see what may have happened and make any needed tweaks.
- AJ
okay thank you, that would be great. I’ll open a private ticket
I wanted to let you know that I just opened the ticket
thanks
Got it, there are currently 19 tickets in my queue before yours so I will get back to you as soon as possible. Thank you for your patience!
I have changed the background color to my site but I want the search results page to be white or clear. Can this be changed?
Yes, you can override the search results page via custom CSS. Example:
body.search { background: #fff !important; }
Hi,
Thank you for your efforts
I want sticky sidebar in any pages. how can I do?
please help me
thanks
Hi,
There isn’t a built-in option for sticky sidebar, but there are many plugins you can use for this. Generally though I would recommend instead of a full-sticky sidebar use a sticky widget – https://wordpress.org/plugins/q2w3-fixed-widget/ – because on a lot monitor sizes an entire sticky sidebar may get cut off and look bad.
- AJ
1. How do I change the header or navigation bar and footer background color?
2. How do I add an animated typing text on the featured image or section of the homepage?
3. How do I change the typography or font styles?
Hi,
1. You can do this via Appearance > Customize > Header where you will find subtabs to edit the different header parts.
2. When editing the page via the page builder you can insert the animated text wherever you want. Example: https://cl.ly/pUnx
3. You can change the global theme typography under Appearance > Customize Typography. But if you imported this single page demo a lot of the typography is also set specifically for some of the headings via the page builder: https://cl.ly/pUKd
- AJ
Thanks! Now, how do I remove the cart icon next to the main menus?
If you aren’t going to use a shop then just disable and delete the WooCommerce plugin.
If you are using a shop but want to remove the icon see the docs here: https://wpexplorer-themes.com/total/docs/remove-edit-woocommerce-menu-icon/
- AJ
This is an advanced customization because you will need to do a few things since this is a custom script and not a “simple” animated background.
- Make sure you have a child theme active – http://wpexplorer-themes.com/total/docs/child-theme/
- Add the required CSS and javascript for this script to your child theme.
- Add a unique classname or ID to the element on the homepage where you want to add this sort of background
- Add the code needed to start the script in your functions.php file.
Of course there are some addon plugins for this sort of thing such as this one – https://codecanyon.net/item/vc-particles-background/13139726 (haven’t actually tried myself but one of the top results on Google search) – but its not the exact same pattern you mentioned.
- AJ
i submit a ticket and 48hours gone and there is no response please
Hi,
This is AJ the theme developer. It looks like my support staff assigned the ticket to me. I did take this weekend off (I only take time off like every 2-3 months) I really needed it. I will reply to your ticket right now. Thank you for your patience over the weekend.
- AJ
Looking for help with activation of Total Theme, to install demo file, activation screen sits and spins after putting in purchase code, thanks for any help.
Hi,
Sorry to hear you are having issues. 99% of the time this is due to security checks on the server. Can you make sure outgoing connections are enabled on your server?
If you want you can always submit a private ticket – https://wpexplorer-themes.com/support/ – with the logins and we can get things figured out for you and in the worst case we’ll manually activate the theme for you. About 2 customers have had issues in the past where our own server firewall was blocking them so it is possible it could be a security issue on our end based on your server setup.
We’ll get this sorted out ASAP. I hope you had a nice weekend!
- AJ
Hello AJ,
In order to save space on pages, it would be nice to display the Login Form module horizontally with placeholders instead of fieldnames, like this : http://pnet.fr/login-top.jpg Do you think I could use the way mentioned by this developer : https://gist.github.com/konradsroka/239b7eae4b65d4f8f53b Thanks in advance,Michel
Hi Michel,
Yes you can use javascript to change to placeholders which is probably the easiest way but you only need the top part – https://cl.ly/pTsb – and just use CSS to hide the labels, if you use javascript like in this code it will “flash” on site load.
Personally though I would recommend just doing a popup login form or a separate login page (most common).
- AJ
Thank you AJ.
Should I put this js file in total\assets\js\core ?
No, never never edit or add files to the total theme files. Any advanced modifications should be in your child theme – http://www.wpexplorer.com/javascript-wordpress/
That said, instead of adding javacript to modify a search already on the site, it would be best to instead create your own search box shortcode that you can use in the topbar – this way you can use placeholders to start and you can give your form unique classnames so it’s never overritten by any theme updates.
It’s very easy to add a new shortcode via your child theme: https://codex.wordpress.org/Function_Reference/add_shortcode
- AJ
Linking directly to portfolio category filter is NOT working. https://wpexplorer-themes.com/total/docs/link-to-fiter-category/
Hi,
It’s still working when I check – http://totaltheme.wpengine.com/nouveau/portfolio/?filter=video
Can you share the URL where you are having issues so I can see what’s going on?
- AJ
Hi AJ, Not sure if this is a theme question or a plugin question!
I am using Total with a plugin called LearnDash. I want to be able to use a specially configured sidebar with my courses, topics, and lessons, but I don’t have the option of doing that when I create these. On normal pages, I can select from several options at the bottom of the creation screen. However, these are missing from the creation screen on these posts.
How do I get the customization for these pages?
Thanks so much,
Neil
Hi Neil,
You can easily add the page settings metabox to these pages via some custom code – https://wpexplorer-themes.com/total/docs/page-settings-metabox/ (see bottom snippet).
But this isn’t the way to do it. Manually selecting a custom sidebar each time you create a new course, topic, etc is not efficient and if you ever want to change it it’s going to be a real pain in the butt to edit all those pages manually.
You should be using theme filters to alter the post layout and or sidebar. Example:
- https://wpexplorer-themes.com/total/snippets/altering-layouts/
- https://wpexplorer-themes.com/total/snippets/alter-sidebar/
I don’t have much experience with learndash so I don’t know what conditional checks they have available but if you show them this snippets they should be able to modify them and show you how to make it work for learndash.
- AJ
Thanks for all that detail AJ – your support for the theme is really impressive!
Cheers
Neil
AJ, I tried the first snippet (while I wait for a response from the Leandash people):
// Sample function showing how to tweak the metaboxes display for post types
add_filter( 'wpex_main_metaboxes_post_types', function( $types ) {
// Add to my custom-type post type
$types[] = 'custom-type';
// Remove from blog posts
unset( $types['post'] );
// Return post types array
return $types;
}, 40 );
view raw
I paste that into the child theme functions.php I assume I replace ‘custom-type’ with a custom post type that Learndash uses, but when I do that I get a 500 error.
Two examples of Learndash custom posts are sfwd-lessons & sfwd-topic
Anything obvious I’m doing wrong?
Thanks!
This would be the correct code:
// Sample function showing how to tweak the metaboxes display for post types
add_filter( 'wpex_main_metaboxes_post_types', function( $types ) {
// Add to my custom-type post types
$types[] = 'sfwd-lessons';
$types[] = 'sfwd-topic';
// Return post types array
return $types;
}, 40 );
If you get a 500 error with this code its probably going to be because your server’s PHP version is extremely outdated and doesn’t support anonymous functions.
But like I said, I would not recommend using the page settings metabox to manually tweak every post. If you want to change things like showing a custom sidebar it’s best to do so via filters – https://wpexplorer-themes.com/total/docs/use-filters-wordpress/
Example:
// Register new learndash sidebar
add_filter( 'wpex_register_sidebars_array', function( $sidebars ) {
$sidebars['learndash'] = __( 'Learndash', 'total' );
return $sidebars;
} );
// Display learndash sidebar
add_filter( 'wpex_get_sidebar', function( $sidebar ) {
if ( is_singular( array( 'sfwd-lessons', 'sfwd-topic' ) ) ) {
$sidebar = 'learndash';
}
return $sidebar;
} );
- AJ
Thanks so much AJ!
Cheers Neil
Whats the best way to use “stickyOffset();”?
I need a integrate this snippet in via a hook wp_head or wp_footer. How could I pull this off?
.wpex-sidr-overlay,
#sidr-main {
top: <?php echo stickyOffset(); ?> !important;
}
Hi,
Based on the code below it looks like you are trying to add the mobile menu under the sticky header is that correct?
I assume you are also referring to the stickyOffset function in the theme’s javascript. If so you can’t echo it using PHP, you need to use javascript to access and make use of the function like such wpex.stickyOffset() (all the javascript is under a globally registered object named wpex so you can access the javascript functions accordingly).
I wouldn’t really recommend making use of this function though in the core JS as it may change sometime. Depending what you want to do the easiest thing is to just give your header a fixed height via CSS then you can use CSS to offset any element you want since you have an exact/known height for the header.
- AJ
I understand thanks for the feedback. Could you provide me a snippet of the js, so I can use it in my child theme.
The reason for the usage is so the mobile drawer menu slides out underneath the mobile header. This exposes the enhanced “hamburger to X” animation, instead of covering it up when it slides out 
The way local scroll works is as soon as you click a link it needs to know exactly where to land on the page, shrink header changes the header height after it’s already begun scrolling there is no way to pre-calculate what the header height will be automatically during the local scroll, it must be defined before hand.
The only way to dynamically alter the shrink size on different screen sizes would be via javascript, something like this this: https://gist.github.com/wpexplorer/a2a71694339816f87b450e7bda9f5850
But, this is only for the part needed for the localScroll offset, you also need to add custom CSS for your screen sizes to set the shrink height since the actual height of the header is changed via CSS.
It is actually a very advanced and complex modification and if the sticky header function ever changes in the future you could run into issues.
Depending on your site what you could do is disable the sticky header and do something like this instead – https://wpexplorer-themes.com/total/snippets/sticky-header-scroll/ – which is becoming pretty trendy.
Or simply not use the shrink header or simply disable sticky header on mobile and instead used the fixed header navigation if you want a sticky menu – https://wpexplorer-themes.com/total/docs/mobile-menu-toggle-styles/
- AJ
Is there a way to set this conditionally for mobile, tablet and desktop?
Alter The Sticky Shrink Header Height – https://wpexplorer-themes.com/total/snippets/alter-the-sticky-shrink-header-height/
function my_custom_sticky_header_height( $array ) {
$array['shrinkHeaderHeight'] = 100; // EDIT THIS.
//$array['shrinkHeaderLogoHeight'] = 70; // Uncomment and edit to alter logo height
return $array;
}
add_filter( 'wpex_localize_array', 'my_custom_sticky_header_height' );
Unfortunately you can’t access the browser width (media query) via PHP because PHP renders before the site does and doesn’t’ have access to browser data.
The only way would be to override it via CSS using !important attributes, but it may be a bit glitchy to animate this way.
- AJ
Thanks for the feed back. I now understand the limitation better.
Whats the best way to accomplish having a desktop shrinking sticky header and a sticky mobile header that have different heights (after desktop/mobile shrinks) without throwing off the local scroll offset?
The way local scroll works is as soon as you click a link it needs to know exactly where to land on the page, shrink header changes the header height after it’s already begun scrolling there is no way to pre-calculate what the header height will be automatically during the local scroll, it must be defined before hand.
The only way to dynamically alter the shrink size on different screen sizes would be via javascript, something like this this: https://gist.github.com/wpexplorer/a2a71694339816f87b450e7bda9f5850
But, this is only for the part needed for the localScroll offset, you also need to add custom CSS for your screen sizes to set the shrink height since the actual height of the header is changed via CSS.
It is actually a very advanced and complex modification and if the sticky header function ever changes in the future you could run into issues.
Depending on your site what you could do is disable the sticky header and do something like this instead – https://wpexplorer-themes.com/total/snippets/sticky-header-scroll/ – which is becoming pretty trendy.
Or simply not use the shrink header or simply disable sticky header on mobile and instead used the fixed header navigation if you want a sticky menu – https://wpexplorer-themes.com/total/docs/mobile-menu-toggle-styles/
- AJ
Hi AJ. Having a similar issue to a previous poster with the mobile menu button. It’s just shows an off white button. In fact, since the very last update, this has now become 3 black lines and sits just to the right of the logo rather than on the right of the screen.
Hi,
Can you share the URL with the issue? I posted a more recent update to fix any location issues with the hamburger menu icon. There was a bug in the first 4.5.5 update where it wouldn’t display correctly if you had a custom menu breakpoint but it should be fixed now in 4.5.5.1 – http://wpexplorer-themes.com/total/changelog/
If you still have issues please let me know and share the URL so I can inspect it, thanks!
- AJ
How to change purple background on menu to white? and make menu items purple text color? with submenu with white background, purple boarder, and purple font? we want to move the menu items inline with logo, so menu items will be on the right side inline with logo? http://inno-logic.com
Hi,
Normally this would be done at Appearance > Customize > Header like this: https://cl.ly/pUo1
However, it looks like whoever set up the purple color did it by manually altering the theme’s style.css files to change colors – https://cl.ly/pVHr
Your theme should never be modified because if you ever update you will lose your edits. I also see your theme version is from January 1, 2015 – http://wpexplorer-themes.com/total/changelog – so it would be highly recommended to update the theme – http://wpexplorer-themes.com/total/docs-category/updates/
Not only to access all the new features but also any updated bundled plugins and theme bug fixes. Updating will reset any manual changes but maybe it’s exactly what you need to get things looking exactly how you want them to.
Additionally, I mentioned in this in a previous comment you left that your site has been setup to have the logo in the topbar and your menu is actually the entire header which is a bit strange: https://cl.ly/pV30
Instead of doing that it would be ideal to use header style 2 and then customize the menu like this: https://cl.ly/pTx6
- AJ
How to add anchor on a content inside page, from a drop down sub menu? example, Soft IP (Main menu item) USB 2.0 High Speed (Sub menu item) to anchor to the usb 2.0 section on this page ? (3/4 down on the page)
http://inno-logic.com/solutions/products.phpHi,
Here is the guide for creating a local scroll menu – https://wpexplorer-themes.com/total/docs/creating-local-scroll-menu/ – however, your theme version is over 3 years old so you may not have access to the same features displayed in the screenshots of the docs.
- http://wpexplorer-themes.com/total/changelog/
- http://wpexplorer-themes.com/total/docs-category/updates/
- AJ
Hi AJ -
Yikes! Our mobile menu disappeared with the last update, or possibly with the update just before the last one. It’s gone on both the phone and tablet.
We’ll look for an answer/fix in our settings while we wait to hear back from you.
Thanks.
By the way, I am absolutely positive that we made no changes, ourselves, to any menu settings to cause this.
However, our hosting service, GoDaddy Managed WordPress, did just update WordPress a day or two ago. Don’t know if that has anything to do with it.
https://resourceanalytical.comI’ve found that the menu button is there, but is invisible. Tap on the location where the button should appear, and the menu appears below the header, as it should.
So now I’m trying various ways to make the button visible again.
Evidently, it was changed to white, which made it invisible on white background. (I know we didn’t change it.) So, changing it back to black fixed it. I thought it would be something simple like this. It usually is.
Thanks. Love the theme. And best service and tech support anywhere.
Oops … More to it …
The mobile menu Toggle Button Style has changed from a solid button with three interior horizontal lines to no solid button but only three horizontal lines. I have not found a way to change it back to a button with three interior horizontal lines.
Also, the parent page Client Services & Solutions in the mobile menu is no longer linked to go directly to that page. (It is still linked in the main menu.) In other words, in the mobile menu, tapping on the parent page Client Services & Solutions does not take you to the Client Services & Solutions page. Instead, it acts to function the same as the dropdown icon, to drop down the menu list of child pages. It now also adds the parent page Client Services & Solutions to the list of child pages.
Before the last update or two, tapping on Client Services & Solutions would serve only to take you to the Client Services & Solutions page, and tapping on the dropdown icon to the right of it would drop down the list of child pages. Also, the parent page was not included in the list of child pages.
Hi,
This is AJ the theme developer, thank you for your patience over the weekend. I hope you had a good one!
Yes the design has changed as it has been highly requested for the last year to make the mobile menu more modern and follow current design trends. So it’s now a simple toggle that is also animated – http://totaltheme.wpengine.com/samus/ – previously it was a fontAwesome icon which could look a bit blurry and also impossible to animated if wanted.
To change it into a “button” you can easily add some CSS to give it a background. Example:
#mobile-menu a {
background: #f5f5f5;
border: 1px solid #ddd;
padding: 4px 10px;
border-radius: 3px;
}
But this style is more old-school so I wouldn’t really recommend it 
Regarding the dropdowns in the mobile menu this was also HIHGLY (almost every day) requested. So all parent items are now fully clickable so you can open the subitems instead of clicking the arrow which is more intuitive since most popular sites work this way. If any item in the menu has both a link and sub-items the link will be added in the dropdown so it can still be accessed – https://cl.ly/pU62 – this is how most the top websites work which is why it was highly requested.
That said, it’s generally not recommended to have parent menu items clickable since it’s generally not intuitive for the end user. Normally if you have a dropdown in a menu the parent item won’t be clickable but you may have a “view all” link for example at the bottom of the dropdown. This is how most people setup their site – https://wpexplorer-themes.com/total/docs/adding-non-clickable-menu-links/
I can understand the frustration when big changes like this happen but I only make these changes because sooo many people are requesting it so I know it will benefit the most current customers and future customers. I don’t do these updates lightly, a lot of thought is put into it.
ps: I am actually looking at bundling this plugin with Total in the next update – https://codecanyon.net/item/quadmenu-responsive-wordpress-mega-menu/21315450 – to give you a way of creating your own custom menus and advanced mega menus.
- AJ
Thanks.
For myself, I like having a parent page/item where I can list, summarize or otherwise comment on individually or as a group or subgroups, and provide links to the child pages, and I like to have the parent page/item clickable in the menu rather than the submenu. It still works that way in the desktop view, and I hope you don’t change that.
Of course the desktop view won’t change because there is no clicking involved on the parent item.
If I do get a lot of requests regarding the menu toggle I will look at having an alternative style.
Although I am also looking at bundling this awesome plugin with Total in a future update – https://codecanyon.net/item/quadmenu-responsive-wordpress-mega-menu/21315450 – so when using the Total header builder you can easily insert nice/custom menus.
- AJ
I am looking for Logo in same level as navigation bar so we can save some space on top. can you please give me the custom css code?
www.inno-logic.com
thank you.
Hi,
You’ll want to make sure you are using header style 1 – https://wpexplorer-themes.com/total/docs/header-styles/ – and remove your custom design edits that have been added to set the menu up as it is now. I actually just mentioned this in your latest comment.
- AJ
Hi AJ,
I ran a test via gtmetrix and received a terrible score for all my images that are on the shop pages that utilize thumbnails for the catalog.
I had updated the woocommerce plugin to 3.3.1 and it seems they had either moved or removed the resizing of the images in the settings to the Customizer panel.
However I cannot see either of the image resizing options.
So I researched their forums to see if there was a solution and came across this:
https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/Other than rolling back the plugin update, what can I do to add proper thumbnails so that the catalog is not using the large image to display as thumbnail?
Do I need to manually create thumbnails on my desktop from the images on the site and then upload and use them?
or use some plugin to the above?
or is there something that is turned on/off in the Total theme or Woocommerce plugin that may be preventing the image sizing options from showing up?
Thanks for your help AJ.
Neil
Hi AJ,
Just wanted to provide you with an update…
I think I found what I was looking for—the image settings (using Woocommerce 3.3.) under Theme Panel, Image Sizes, Woocommerce.
So I tested square for everything by setting thumbnails for Product Category Entry, and Product Entry as 300px x 300px. It looks good and inspecting the element shows up with the stated dimensions.
I tried 300px x 300px with the single product image or Product Post and it appeared blurry. So I then tried only the width as 300px. Inspected element and it showed the aspect ratio for the rectangle product as being 300px x 200px and still blurry.
Then changed it to 600px width, and it showed up correctly (sharper).
I have images that are either square or rectangle and would like to show their original aspect ratio.
And since (if I understand this correctly), Width is 100% and Height is set to auto, then if I only set the width in each of the instances of the following options, to their desired size, the height property would size them accordingly:
Product Entry w 300px Product Post w 600px Product Post Thumbnail w 300px Shop & Cart Thumbnail w 300px Product Category Entry w 300px
Can you please verify if this is the correct way I should be setting the sizes across all devices?
Thank you AJ Neil
Hi Neil,
To keep the image aspect ration simply set a max width then enter 9999 for the height, this will basically tell the image resizing script to shrink to the desired width instead of hard-cropping the image so it will keep it’s original proportion.
In terms of the image sizes it really depends on what you want. I prefer to have larger images that will look good on retina devices by default and if people want to save them to their computer for reference they are larger. However, I understand if your server isn’t very fast you may want to slim down the images. But instead you could consider just using a CDN to load the images to speed them up . I personally use and highly recommend CloudFlare for this.
One thing to mention also is a “bad score” is useless, look at your actual waterfall. Its possible cropping your images to a different size is only increasing site speed by 0.1 second and so it may not be worth the hassle or the loss of quality. The only important thing is actual loading time.
It’s also possible to make bigger increases in site speed by changing image formats such as changing png’s to optimized jpegs.
Image resizing alone is not the only answer, especially if your images are already under 1000×1000.
- AJ
Hi AJ,
Didn’t see this reply from you for some reason, but thanks for the advice on JPEG optimization.
I purchased a plugin from Short Pixel and used it to great effect from the image optimization perspective.
Regarding the speed tests, I retested and now the main issues are with the following:
247.6KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.
http://neilmarcello.com/wp-content/cache/minify/143ef.js (146.3KiB) http://neilmarcello.com/wp-content/cache/minify/df983.js (94.7KiB) http://neilmarcello.com/ (4.3KiB of inline JavaScript) http://neilmarcello.com/wp-content/cache/minify/1fb96.js (2.3KiB)The beast is still the wc-ajax get_refreshed_fragments though.
Reading through several issues people have had with WooCommerce ajax I don’t know if it is worth the trouble of trying to remove it from the main page and the rest except for shop and shop related pages as I am worried it will cause problems.
I don’t know this, but it seems like it delays the Rev Slider on both my home page and shop page where I use it.
As an aside I looked through all your tutorials on youtube which you did a great job with, but couldn’t find a Total slider tutorial to allow me the options to create what I did with the Rev Slider on the shop page here: http://bit.ly/2nV808h
I would really like to keep it to the Total theme as much as possible as it is awesome. If you had even written a paid plugin for a shop, I would have bought it and used it too. 
Thanks for your help AJ. Neil
Hi Neil,
- Defering javascript can be done via plugins but it doesn’t actually speed up your site what it does is prevent issues if the script is down but since the scripts are on your same server it doesn’t matter. In fact you are already minifying your javascript, if you defer parsing it may break functions of your site.
- The WooCommerce refreshed fragments is coming of course from WooCommerce. If it’s slow generally that’s server related. You can use functions to remove it from other pages, if you do that the only that would break would be the shopping cart in your menu if you are using it since the script is used for updating your cart when products are added.
What hosting company do you use? I actually don’t do any tweaks to the theme and get good scores by default simply by having a good server and CDN.
If you are not using a managed WordPress hosting solution such as WPEngine, Flywheel, Kinsta…etc then you may want to consider a CDN such as CloudFlare (free by default, I use the 20$/month plan though) this can really help speed up your site.
Also if you aren’t using managed WP hosting and you are using a caching plugin on your site making sure that plugin is properly setup and you are using the right plugin for your server makes the biggest different in actual site speed.
I wish I had the time and resources to develop my own shop plugin! I am just 1 person here doing all the development for a massive theme, most sellers have large teams with multiple developers and multiple support staff. I am hoping to slowly grow though this year 
- AJ
Hi, how can I add a WP Plugin like “Easy Portfolio” to a row using the page builder?
According to their documentation they have a shortcode available – https://wordpress.org/plugins/easy-portfolio/ – so you can either enter the shortcode in to the shortcode page builder module like this: https://cl.ly/pTPf
Or you can map a shortcode to the page builder like this: https://wpexplorer-themes.com/total/docs/vc-shortcode-mapper/
So you can access it via a new module.
One thing to keep in mind though is if your plugin is using javascript to render the grid it may not work on the page builder front-end builder if the javascript isn’t built to support the WPBakery Page Builder but it should definitely work on the live site if the plugin works right.
- AJ
Hi AJ,
I updated the theme to the latest, so thanks for the release.
I am trying to get a line separator to appear on the header of the home page, that matches the rest of the pages:
For example this page has a line below the header and I want the same thing to appear on the main/home page http://neilmarcello.com/works/sweet-tooth/I also want this line to be reduced to the width of the footer line.
So far I had this in my style.css of the child theme as I could not find the Header of the main/home page in the Customizer panel:
/* Homepage Header Styling without page title */ page-id-839 #site-header { border-top: 1px solid #e4e4e4 !important;}
However the line does not show up on the main page.
When you get a moment, I would appreciate any help with this issue.
Thank you AJ Neil
Hi AJ,
Any chance you could have a look at this particular issue. The home page still doesn’t show up with the horizontal line like the other pages.
Thank you Neil
Hi Neil,
The Custom CSS is just incorrect it’s not targeting the homepage. But I see the way you did it was you made the page title top border a solid color. I think the best solution would be to remove the border on the title and just add it to the header instead globally, like this:
body #site-header {
border-bottom: 1px solid #eee;
}
body .page-header {
border: 0;
}
Technically the border you want is to separate the header from the content so this makes a bit more sense to me as opposed to having it on the title which may not be on all pages.
- AJ
Thanks AJ.
Looking at the layout again and based on what you said regarding having it on the header instead of page, I decided to add the border to the site-header-inner instead since I also wanted to match the width of the footer, and this class seems to have worked out.
Unless you think it’s not a great idea then I will switch it.
I will respond to your other emails shortly.
Neil
I agree it’s better like that 
Hi, Is it possible to build multiple headers using header builder tool and choose different headers for different pages? tnx
There isn’t a built-in setting for that, because if you were going to do this you should just disable the header on any page via the page settings – https://wpexplorer-themes.com/total/docs/page-settings-metabox/ – where you want a different header and then use the page builder at the top of the page.
Generally a website will have the same header throughout the whole site, but if you want to create landing/splash pages, there is also a Landing Page template available that removes the header, title, footer, sidebar so the only thing left is your page content.
- AJ
Thank you AJ, I had a theme that allows you to build unlimited headers and footers using its header builder plugin and it saves all designed headers or footers as custom post types and in the page settings you can choose one of them or use the default one.It is very smooth and easy to use for this purpose. Some themes also use widgets as their headers. Although it’s not as good as the previous one, I can show or hide different widgets (headers) on specific conditions using widgets management plugins. My website is a multilingual website and headers are going to be different for each language and also on the landing page.
Hi,
In Total you build the custom headers using the WPBakery Page builder so you have access to any builder modules. So you would create these via “templates” which are a post type.
Other themes use their own custom header/footer builder but this just adds extra bloat and limits what you can do. Because of how it’s done in Total customers that use other builders such as Elementor or Beaver Builder can still make use of the custom header/footer functionality. Or those customers that use addons for the WPBakery will have access to all those addons when building their header ( a lot of customers like using UberMenu or CleverMega Menu with the header builder).
The only thing is Total doesn’t have an option in the page settings – https://wpexplorer-themes.com/total/docs/page-settings-metabox/ – to select your custom header/footer – but it would be very easy to add in either via a child theme or in the next update, I will probably add it since a few customers have already requested it (there is a filter you can use currently to define the header builder page ID via your child theme using add_filter ).
The reason I have avoided adding the extra settings in the page settings metabox is because most customers shouldn’t be creating different headers for different pages and it could lead to confusion later down the road for them or their client.
In terms of multi-language if you build a custom header all you need to do is create the translated version of the header (like any post type) and the theme will load the correct one based on the current language – there is built-in support for WPML and Polylang currently.
And if you want a different “header” for the landing page you should just disable the header on the landing page and then insert your content right on the page. It makes it much easier in my opinion to manage a custom “header” when it’s coded onto the page where you want it as opposed to having it separate. That’s why I always recommend either using the default header (most people never need to use a header builder) or creating 1 global header with the page builder and on any page where you want something different and unique from the rest of the site
I hope this helps explain a bit more how things work in Total and of course let me know if you have any follow up questions or concerns about the theme.
- AJ
Your support is perfect! And your answer was accurate and complete. As you mentioned, it is the only thing your theme doesn’t have and all other things are great. Unfortunately, I do not know how to do this using the Child Theme and I hope to see it in the next version of the theme or you publish the required snippet on your website.
My current website has been built using Siteorigin Page Builder and I think I can easily switch to Total theme without enabling WPBakery page builder, and I can keep the current builder in addition to the Total Theme’s specific features.
Thanks again for your time.
Hi,
Sorry for the delayed response. WPBakery Page Builder is 100% optional in fact some customers do use Elementor with Total (that’s the other most popular/used builder with Total).
If you want to share the URL of your current site so I can have a look at your headers and see what you are trying to do I can give you my personal suggestions.
- AJ
Hi AJ, Any news about the feature of choosing header in page options? Thanks
HI there,
I decided against adding an extra field to the default page settings metabox because no one else has requested this and so it becomes added bloat. However, it’s very easy to do. I can give you the exact code to add to your child theme to enable this extra field on your site if needed 
- AJ