Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,232 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22383 comments found.

Hi AJ,

Would it be possible to add content to the Fixed Top Mobile Menu? There is still a lot of space next to the hamburger menu and I’d like to use that.

At the moment I have 2 buttons (“Call us” / “Contact”) as content in the Top Bar and checked “Sticky Mobile Support”. This works fine but takes a lot of screen space.

Regards, Ron

Hi Ron,

I was actually looking on updating this menu to add a secondary space people can use but hadn’t finished. It’s very easy to do though on your own. You simply need to copy the file from Total/partials/header/header-menu-mobile-fixed-top.php to your child theme (under the same folder structure) than you can add any extra code you want.

- AJ

Image Grid will no longer load media – at best in a new grid I get maybe get 3 photos before wordpress hangs. Does anyone have any idea what to do to fix this? thanks!

Hi,

That’s strange. Have you made any changes to the theme files or installed any new plugins? In other words, can recall what has changed on your site since it stopped working?

The image grid uses a very simple core WP_Query to load the images, I can’t think of any instance where it would “hang”. If you enable WP_Debug – http://wpexplorer-themes.com/total/docs/enabling-wp-debug/ – do you see any errors?

- AJ

ps: I have tested the module without errors – https://cl.ly/3p222P2w3R23

Hi – what changed was that I moved the site over to inMotion hosting—which reported the error.

When I moved it back to SiteGround or Arch hosting – no problem (same day, same site).

The customer wants to use InMotion hosting – so I was trying to make it work.

InMotion had the same trouble – they had the same problem I was having when they tested it.

InMotion told me to report the issue to WP Bakery – which I can’t do – based on the server-side error they got.

Here is the error they reported:

Thank you for holding. I finally found an error for us from the server side here. This is an issue with the WPBakery plugin. If you can reach out to the developer of this plugin and let them know you are on an NGINX/Apache server optimized for WordPress and when adding images on the server side you get this error:

Sun Aug 05 10:44:06.876758 2018 pid 2185313:tid 140456079202048 End of script output before headers: admin-ajax.php, referer: http://secure249.inmotionhosting.com/~aeyeai5/dev/wp-admin/post.php?vc_action=vc_inline&post_id=3888&post_type=page They should be able to tell you what adjustments we need to make on the account for you or they may be able to solve the issue with the plugin itself.

Hello! Please tell me what version of Font Awesome this theme uses. Many thanks :)

Hi,

This theme uses 4.7.0 – https://fontawesome.com/v4.7.0/ – I won’t be switching to 5.0 because a lot of the icons have been modified which can cause issues for customers updating and it’s much larger.

The plan is actually to rename the CSS for the built-in FontAwesome script in Total 5.0 to prevent any possible conflicts with other scripts.

Are you having any issues or are you just curious?

- AJ

Where is the option to link images to media file directly in “Image Grid Settings” for Image Grid module? The only options I see are: None, Lightbox, Attachment Page, Custom Links.

What about linking directly to the jpg media file, like when inserting media via default WP method?

To clarify, I’d like to use the “Image Grid” module without lightbox, and simply link the images to media file directly. Is this not possible? Is there a way to completely disable lightbox on the site?

Hi,

Actually, I just updated the theme last week to include this for the upcoming 4.7.1 version which I plan on releasing today – https://wpexplorer-themes.com/total/upcoming-update-changelog/ Once updated you’ll see a new option called “full image” – https://cl.ly/0J1e0p093n0p - AJ

Sweet! I’ll keep eye out for release today. Thanks AJ

I wouldn’t recommend it, while pdf technically can work in the lightbox, it’s not really coded to fully support them. But also it can make it harder for the user to save the PDF locally to use later.

- AJ

What is the PDF for? Because another alternative is to just turn the pdf into an image instead as well.

It’s 7 pages – won’t work as an image unfortunately

Hi,

I’m running a multisite network with total as default theme.

Is there a way to set up a global sidebar/footer for all the sites and at the same time make it possible for each site to have its own sidebar/footer?

If its possible can they be in the same conteiner?

Hi there, I hope you had a nice weekend.

It would be possible via a little code which I can provide for you, but I’m not 100% sure what you want.

Do you want to use the footer and sidebar from the “Main” site on all subsites as a “fallback” but then have the ability to set a custom sidebar/footer widget as needed on each site.

Or do you want to display widgets on every site based on the main site but then have the ability to add extra widgets under it on subsites?

- AJ

Hi i need the second option, i need to show widgets on all sites based on the main site, but also be able to add extra widgets on the subsites.

But in my case i need the subsites widgets to show before the main site ones.

Thanks!

Hi AJ,

I added this CSS:

site-navigation.dropdown-menu > li.current-menu-item > a > span.link-inner { border-bottom: 2px solid #8f1812; border radius: 0; padding: 5px 0; }

It works well and on any menu. When I select a sub menu of “Leistung”, it is not under the menu “Leistung”. Do I need an additional CSS?

Screenshot: http://bit.ly/2vC9OWG URL: http://bit.ly/2vvGelO

Hi there, I hope you had a nice weekend.

So the “current-menu-item” class only targets the current page, if you want to add the border when selecting a submenu item you need to also use the classname “current-menu-ancestor” or “current-menu-parent” classnames (depends on how things are setup). Example:

#site-navigation.dropdown-menu > li.current-menu-item > a > span.link-inner,
#site-navigation.dropdown-menu > li.current-menu-parent > a > span.link-inner ,
#site-navigation.dropdown-menu > li.current-menu-ancestor > a > span.link-inner  { border-bottom: 2px solid #8f1812; border radius: 0; padding: 5px 0; }

- AJ

Hi AJ,

thank’s for asking. The weekend was nice but it is very hot in Munich at this time – 35°C.

Thank you for your answer. I’ve tried everything, but your code doesn’t work. I know I’m making a mistake, but I don’t know where. I think I need your help again.

There’s something else. What can be done against this error with the links on the envato website? It’s really annoying.

Good afternoon, I’m entering a YouTube video in the revolution slider on the homepage, which autoreproduces itself when loading the page, this works well in all browsers, but in chrome it does not start the video, in console I get this error: Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.youtube.com') does not match the recipient’s original window (‘http://plasticlabbcn.es'). according to what you investigate, this goes through the new 2018 google policies. Do you have any solution?

Hi there, I hope you had a nice weekend.

Are you able to share the URL so I can check out the code and see how the video was added (there are a few ways to add a youtube video in a slider).

Thanks!

- AJ

ps: I would never recommend auto playing a video for various reasons. I would always recommend having a play button and give the user the ability to play the video if wanted and when wanted.

Hi, love the theme, just have a question about Font Awesome and certain elements, like Milestone: the Font Awesome icons available are from version 4-whatever even though I see 5.2 in the theme’s assets. Is there something I should do to vcex_milestone to point it to 5.2? Or some fix I’m not seeing?

Hi,

By default the theme does use version 4.7.0 of FontAwesome – https://fontawesome.com/v4.7.0/ – there shouldn’t be any references to 5.2 in the theme, not sure where you are seeing that.

I do plan on integrating the newer 5.0 FontAwesome icon set in Total 5.0 update (it’s actually a huge update) but it won’t be loaded site wide, it will only be available as an added choice when selecting your icon.

Is there a specific icon you are looking to use? If there are only a one or a few icons you want to use it’s possible to use it via custom CSS or with an SVG instead. Which will actually load much faster than loading the whole library.

- AJ

Right now I only need two and I’d be good with either option.

Hi AJ, I’m setting up a custom header using your Header replace function and putting in a Quadmenu as its got some nice fancy effects. All seems good however I’d still like to use my topbar with a phone number in and social links… The problem is the topbar a:links are now not clickable. (imgn.co.uk pass ‘im1’) is there a fix for this do you know? Cheers.

The Total function to make the menubar full width ….and the typography options within Quadmenu dont work properly – so it looks like this plugin is work in progress which is a shame as it looks pretty good

Hi,

Oh yes, I exchanged services with the QuadMenu team for them to make the integration plugin ;)

Regarding the Typography options these can not work with a 3rd party menu and actually if you are using the custom header they should be hidden in the Customizer to prevent confusion. I’ll double check for Total 4.7.1 to make sure they aren’t showing up.

I thought Quad Menu has it’s own typography/style settings, no?

Regarding full-width option this is a “header” option and all header options are hidden in the Customizer when using the custom header function. You can make it full-width with a little CSS though. Example:

#site-header.header-builder #site-header-inner {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
}

- AJ

Hi AJ, the Quadmenu works fine, (and I’ve sorted the typography) however for the life of me I cannot get the nice looking ‘Off Canvas’ mobile menu style working in conjunction with the Mega Menu – only the Total menu integration works properly.

The Total menu integrated menu looks great however I was rather hoping to get the Off canvas mobile menu also working as a client specifically asked for this effect. Quadmenu team say the only way to do this is by manual integration, however when I set this up using Total’s Header Replace:

1. The Quadmenu doesn’t select the WP Main Menu, it strangely chooses the footer menu instead. 2. If the page is set to Overlay menu (to get a transparent navbar) any links in the top bar are unclickable.

Its no biggie, the Total integrated menu it still looks great as widgets can go in the main menu, but I’ve given up trying to get the Off Canvas menu working. Quadmenu team just repeat themselves saying to manually integrate it.

Thanks for the CSS. Quadmenu team say they have now fixed this full-width function in their latest version.

Cheers

Crhis

I just upgraded WordPress to version 4.9.8. The Dashboard has a notice at the top with two choices: “Install Gutenberg” and “Install the Classic Editor.” Should I Install the Classic Editor or simply dismiss this notice? Thanks!

Hi,

If you want to install the Classic Editor plugin you can. Personally I am not a huge fan of “Gutenberg” it actually has horrible ratings – https://wordpress.org/plugins/gutenberg/ (2.5 stars) and most people don’t like it but it will be added to WordPress core for some reason.

While WPBakery page builder will still work with Gutenberg and so will Total I personally don’t like or recommend it. But at the end of the day it is a personal preference so it’s up to you.

- AJ

hi AJ, do you have an example of sidemenu (onleft bar) with levels. how many levels i can use? tks!

hi aj. that is it. i test and works well, with sub menus 1, 2 and 3 level. that i need. ok. other question: the server that im testing, dont accept, accuse error on upload this file (2x times0: .libsass.json. this json file is obrigatory? without it site crash?? what this file do? tks.

so… any response? these files ’.libass.json’ are obrigatory??? or the ausence of them can cause bug or crash on site…?

Hi,

No, the libass.json is not required for the theme to be used. But I would recommend enabling .json support on your server because some plugins and even WordPress uses these types of files so it could cause issues later on when using other items.

- AJ

I have been using tabs for 2 rows of items http://galmedpharma.com/board-of-directors1-2/ what I would like to do is have 2 rows of buttons that open like the tabs to – within the page – but are not restricted to the tab structure – which caused some issues as you had mentioned since it is 2 rows. the layout for how that should look is http://galmedpharma.com/wp-content/uploads/2018/08/layout-3.png – a long time ago I did it in code – not on a wordpress site on http://summit.co.il/aboutus.php and I see this is also code that would work https://css-tricks.com/dynamic-page-replacing-content/ Do you know how I could integrate this style within your theme and visiual composet either with jquery and javascript code or any other suggestion that you may have. thanks

thanks that was a great start – a few more tweaks and it is done http://galmedpharma.com/board-of-directors1/ ! thanks. If you can just advise me on http://galmedpharma.com/leadership-2/ where I need the second row to be centered. that would be great. thanks

Hi,

I hope you had a nice weekend.

Not sure what you mean by centering the second row, this is what I currently see – https://cl.ly/203C353x1B1b - AJ

sorry – I sent the wrong link – this is the correct one – I progressed significantly – I just need the bottom row centered http://galmedpharma.com/leadership-2/ any ideas? thanks

Hello,

i want by using the custom logo url function https://wpexplorer-themes.com/total/snippets/custom-logo-url/ to alter the custom url depending on the language (polylang plugin) is this possible?

example: if language is english then the url has /en if language is german then the url has /de etc

Please let me know asap.

Thank you

Hi,

Yes it’s possible ;)

Example:

add_filter( 'wpex_logo_url', function( $url ) {
    if ( function_exists( 'pll_current_language' ) ) {
        $current_language = pll_current_language();
        if ( $current_language == 'en' ) {
            $url = 'custom_en_url';
        } elseif ( $current_language == 'de' ) {
            $url = 'custom_de_url';
        }
    }
    return $url;
} );

- AJ

I used/purchased Total Theme already for a few different clients. Now I think I will use it for a new client, but I have a question if something can be done with total theme. See https://wilderness-safaris.com/our-wildlife, if you go to the menu item “Our Services”, you see a menu with images that opens. Is there something possible that looks like this? Maybe with an addon?

Hi,

The website mentioned is using a very custom script for these dropdowns but it is possible to do something similar in WordPress. The function isn’t built-into Total but it can be added by replacing the default menu with an advanced mega menu plugin that either uses widgets or builder modules. Here are some options:

  • Uber Menu
  • Clever Mega Menu
  • Quad Menu

No matter what theme you decide to use, you should still be looking at a plugin for this functionality since it’s pretty complex.

- AJ

Thank you for the explanation and links!

Hello guys

I bought almost 2 years ago the Total Theme for http://www.barbaraandale.com/ I know that I lost your support, but I have a great problem. Can I buy a ticket to fix my problem?

Post grid doesn’t work. Old Post Grid to show just 10 posts, but the are 30 posts. If I do a new grid it says me this:

Fatal error: Uncaught Exception: WPBMap::addParam can be called only in default scope in /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php:560 Stack trace: #0 /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php(198): WPBMap::addParam(‘vc_single_image’, Array) #1 /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php(839): Vc_Mapper->callElementActivities(‘vc_single_image’) #2 /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php(406): WPBMap::setElementSettings(‘vc_single_image’) #3 /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php(1450): WPBMap::getShortCode(‘vc_single_image’) #4 /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/helpers/helpers.php(1311): Vc_Shortcodes_Manager->getElementClas in /var/www/virtual/barbaraandale.com/htdocs/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php on line 560

If you tell me where I can buy a ticket. It’s urgent.

Thanks

Ale

Hi Ale,

You can purchase a new license of the theme for another site which will extend your support license for 6 months free or you can renew your support only – https://wpexplorer-themes.com/total/docs/renew-support-license/ However, this is only needed for private tickets comment support is always provided free.

To fix your issue you pretty much just have to update your theme and plugins – http://wpexplorer-themes.com/total/docs-category/updates/ What versions are you using?

- AJ

Hello AJ

I used the last version Version: 4.7, WP and plug-ins is updated… But the problem is big… I can’t understand…

I’m releasing Total version 4.7.1 shortly which should fix this bug.

Hi AJ,

Would there be anything that could stop a Slider Revolution from appearing on a page? I have tested it on a test site and it works now put it in action and it doesnt.

The site is carlomullenphotography.co.uk and it should have the slider at the top, but it loads as a blank space.

Any ideas would be much appreciated.

Thanks

Hi,

Yes, there is an error on the page coming from the minifying of scripts on your site – https://cl.ly/tS7f – looks like you are using W3 Total Cache – so you either need to disable the minify/combine scripts function (doesn’t really speed up the site especially if you are using http/2) or you need to exclude the scripts needed for the slider from the list of combined/minified scripts.

- AJ

There’s a bug in the support system – I have purchased many copies of your theme but the support says that it has expired even though the most recent purchase was only in January 2018. Can you please look into this as I need your help and think I am entitled to continue to receive support from you especially given the many copies I have bought.

Hi,

This is AJ the theme developer.

The way Envato works is the support is for 6 months from your latest purchase. When checking your sales I see the following – https://cl.ly/tSjm You can purchase a new license right now (theme is on sale) which will give you another 6 months of private ticket support. While I appreciate the purchases, I can’t edit the support system to ignore support licenses. This is important.

You could also ask any questions here in the comments. Comments are always answered, whether a support license is active or not ;)

What is the issue you are having?

- AJ

Thanks AJ – never had a problem with your excellent support and look forward to buying more licenses as we get projects to build!

All the best, Nick

I’m happy to hear that! If you need anything else at this time let me know here ;)

Hi AJ, is it just me or is there a responsive/visibility class missing for hiding elements between 768px and 1024px from the Total documentation? I’ve applied all of the available classes for hiding an element, yet the element is still visible when the browser window falls somewhere within those two widths.

Here are the classes I’ve included in the Extra class name field:
hidden-phone hidden-tablet hidden-tablet-landscape hidden-tablet-portrait hidden-desktop
https://wpexplorer-themes.com/total/docs/visibility-classes/

I want to hide the element on all devices. I wasn’t able to find a setting that achieved that result. I could just do a

display: none;
but I thought it would be nice to use a class or setting already in place without writing custom css.

Hi, I hope you had a nice weekend.

You can add “display-none” to the custom classes for the module. I’m not sure I understand why you would add a module to the page then hide it always. Can you explain?

- AJ

Ok, great.

I only hide elements for development purposes. If I go through all the work of designing an element and a client asks me to try something different, I don’t want to have to change the element to something new and then find out later on that they liked the original design. Using “display-none” allows me to hide an element on a page while we explore other options without having to rebuild the element at a later point. Once development is done, I remove the element or remove the “display-none” class to make it visible again. Does that make sense?

When i add a custom field into a page, do I need to go the header.php to add some codes to implement the custom field?

Hi,

You should never edit the header.php file. If you want to insert custom code into your header you should use theme hooks – http://wpexplorer-themes.com/total/docs/action-hooks/ What are you trying to do exactly?

- 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