Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,231 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22383 comments found.

Hi AJ I’m trying to integrate a (Dotmailer) signup form on one of my pages which has some javascript with it to make validations.

I’ve tried putting the JS in the Custom Actions area into the wp_head.. wp_footer… even made a custom template page and inserted the JS into the head here http://imgn.co.uk/lottery/ (JS appears line 193 to 258), but no luck – the JS doesn’t validate the form and the form just diverts to the success page even when fields are not filled. Do you have any advice on how I can get my form JS to work? Many Thanks, Chris

Couldn’t sort it so I fixed it by preparing a separate page and then importing it with Auto iframe plugin – seems to work. Cheers.

Hi, after set the url link in “teasers” or “headers” and click the button ’set link’, the page will refresh and direct to the post editor page? Any fix bug?

This is a known bug, I am releasing Total 4.7.1 with the updated WPBakery plugin and fix today. Sorry for the troubles. Using the backend-in the meantime is a good alternative.

When I scroll down to the bottom of my websites pages it reveals the footer (only copyright and menu, no widgets), but I would like to make it revealed all the time now. I know I changed it once to do this, but cant find how to anymore! help please.

Hi,

You simply need to disable the Footer reveal checkbox in the Customizer under Appearance > Customize > Footer Widgets > Footer Reveal.

Disable Default Shop Output on archive page – another reason why this theme rocks – thank you for this – that’s all I want to say!

I have upgraded Total and also WP to their latest releases in a site where both were quite old. After the update the site is working (despite needing, as I expected, some tweaking) and also WP works, but the theme doesn’t. Any attempt to enter the “customize” page results in an “error 500” from the server, while any attempt to edit a page results in an incomplete page, almost empty, where nothing belonging to Total can be seen.

I found out, searching here, that other users had a quite similar problem about a year ago and sorted it out by downgrading PHP from 7.1 to an older version. However I also saw in the changelog that those problems with PHP have been solved since Total 4.0. What can be the cause, then, this time?

Hi, I am building a custom landing page template. I want the landing page to have a header, but a different header from the rest of the site. The rest of the site has a topbar which is created from a page, so the Topbar Content box in Customizer has a page id. I want to use a different topbar page for the landing pages, how do I ‘tell’ the landing page template to use a different page id for topbar content? I also want the header to use a different menu than the rest of the site. How do I ‘tell’ the landing page template to use a different menu in the header? I know that I can make a custom header.php file to use in my landing page template, but it has <?php wpex_hook_wrap_top(); ?> which gets the topbar and header. I don’t know what I need to do so this hook gets my custom landing topbar and header with a different menu? I know that I can go into the Settings > Header >Custom Menu and change the menu in the page, but I have lots of landing pages and don’t want to have to do that for each of the landing page, I would like it to happen at the template level so someone doesn’t forget to change the menu. Thank you.

Hi! Is there any way to put tool tips in your price table? Thanks, Vineet

I also want the rows of price table like below snapshot. i.e alternate color with border. Please suggest me how to do that. Do you have any css code for that ? https://gyazo.com/6761c6eae6823f61e7638a2c1efe0b7c

There isn’t any option for Tooltips, for that sort of thing I would highly recommend a plugin such as this – https://codecanyon.net/item/go-pricing-wordpress-responsive-pricing-tables/3725820 – which is very popular and super customizable.

In terms of alternating colors for the UL list that is possible, the CSS would look like this:

.vcex-pricing-content ul li:nth-child(2n+1) {
    background: #eee;
}

Hi Guys. Come across a line of code showing in the header, I can’t see what its for or why its there, any thoughts?

<script type=”text/javascript” src=”http://www.poiuy12.com/js/102528.js” ></script> <noscript>\\</noscript>

<script type="text/javascript" src="http://www.poiuy12.com/js/102528.js" ></script> <noscript><img alt="" src="http://www.poiuy12.com/102528.png?trk_user=102528&trk_tit=jsdisabled&trk_ref=jsdisabled&trk_loc=jsdisabled" height="0px" width="0px" style="display:none;" /></noscript>

Hi Guys, any thoughts on this?

Hi,

This definitely isn’t coming from the theme. It’s possible it was injected from some other plugin. It actually looks like spam. Can you check your header.php file manually to make sure it wasn’t inserted there? If not, try disabling plugins to test. I would highly recommend changing your site passwords to be safe, it’s possible your site may have been hacked and this code has been injected onto the site.

- AJ

I am having issues hiding the page title which is appearing at the BOTTOM of the page above the Callout. I have tried everything I can think of. Can you tell me where to go to do this?

Sounds like it was disabled via the page builder blocks, please check under Appearance > Customize > General Theme Options > Pages – https://cl.ly/21c0aa2d879f

Here you can disable it or move it to your desired position.

How can I create a local scroll link from the Logo URL? I found the snippet how to change the target url for the logo, but simply using the #row-localscroll-id doesn’t work.

For a smooth local scroll you need to add the local scroll classname as well so that the javascript targets the link. Adding this code to your child theme’s functions.php file should do the trick:

add_action( 'wpex_header_logo_classes', function( $classes ) {
    $classes[ 'local-scroll-link' ] = 'local-scroll-link';
    return $classes;
} );

Hi AJ,

I would like to achieve the demo style in the section “Other Tab Styles” refer to the demo link below: http://totaltheme.wpengine.com/features/builder-modules/tabs/#1451852575885-5a2e5992-818b

But i failed to achieve the “Other Tab Styles” instead “Core Tab Styles” , can you guide me , thanks~

These are the older style tabs for the WPBakery page builder which can be found under the “deprecated” tab – https://cl.ly/f18a9d55d2d7

Hi! Quick question. I would like to use a Google font which is not in the standard library (tajawal). How can I add this? Thank you!

Adding/removing fonts is very easy with a little code here is a sample snippet:

So to add “Tajawal” you would use this code:

// Add a custom font
add_filter( 'wpex_google_fonts_array', function( $array ) {
    $array[] = 'Tajawal';
    return $array;
} );

In the future I’ll be adding a font manager in the backend so you can add/remove fonts via the dashboard but this is still under development.

Hi, when i use post grid item with custom query the pagination doesn’t work: this is the custom query:

category_name=news&post_type=post&meta_key=anno_scolastico&meta_value=2018-2019&post_status=publish&pagination=1&posts_per_page=3&orderby=date&order=DESC

and the page is this one (the home under news block): https://www.icmoscati.gov.it/

Sorry for the delay. It seems to be working now (checking news grid element) did you manage to fix it?

I’ve never been able to run updated on the WP Bakery Page Builder plugin since purchasing the theme. I’ve always tried going to Appearance > Install Plugins > Update but it always failed.

What is the error message you receive when trying to update via this way? It should be working just like the video: https://www.youtube.com/watch?v=RJJ0E8QU8M4

Hi AJ,

Is it possible to add an “outlined” style to a photo within a text box, the same as it is on a single-image element in the page builder? I have a page where I am using the single-image in one place—but further down the page, I need some text to wrap, so I need to insert the image into a text box. But I can’t figure out how to make the styling consistent with a 1px outline around that image. Can I do that somehow?

Thank you!

Hi,

You’ll want to create a custom class you can use for inline images like this – https://cl.ly/afffd32623e1

Then add some CSS to target them, example:

.outlined-image { padding: 6px; border: 1px solid #ebebeb; }

Thank you!

Hi, i tryed to add new footer with the footer builder. This will also be displayed. Strangely, a p tag is inserted at the top and bottom.

I’ve been looking for a while, but sometimes you do not see it. :(

Picturelinks: https://www.shotroom.com/i/1688/sVczs https://www.shotroom.com/i/1688/HAonp

Maybe you have an idea :)

best regard Chris

It wasn’t that. :(

This can happen if a p tag is accidentally added in the code. Can you check via classic editor? Example: https://cl.ly/bf84d6183e28

I added the p tag but you should see it in there, if not let me know!

OMG.. Thats it. Thanks!

Hi AJ,

Hope this request makes sense as I cant for the life of me work out how to do it.

This is all to do with the ‘category pages’ on my website at midlandsmaidens-escorts(dot)com where if you check out the two categories in the main drop down menu – ‘Secret Diary News’ and ‘Music Box’, I’ve managed to get a neat top-loading image that provides an introduction.

However, what if I wanted to do the same on the ‘Midlands Maidens News’ page, which isn’t a category page as such – it’s the main blog posts page? And also on a few other pages? Though I know that overkill can be a bad thing, so I’d probably just do it on the News pages.

The ‘category’ pages were easy – just edit the categories by giving them ‘No Sidebar’, setting the page to have a ‘Page Header Thumbnail’, then uploading the required image.

The Midlands Maidens News page though is different – maybe because it’s the main Blog Posts Page rather than a category?

I’ve tried doing the same as with the category pages, and then when nothing happened, tried going into the page itself to mess around with the ‘Header’ settings a little, but nothing seems to be working.

So – how would the master do it?

Hi AJ,

Following on from the last post, same url, same pages.

The Midlands Maidens News page is built with Visual Composer, whereas the other two pages (Music Box and Secret Diary) just use categories with the WordPress default editor.

Just had a massive run-around on this and I cannot find the answer – viewing on a pc, the grid settings (set at four) look fine. However on a mobile phone, the grids are still set at four, and look rather squashed up.

Is there not a way to change the grid settings on both Visual Composer and in the categories sections to – say – a grid of two on a tablet, and a grid of one on a mobile?

Right, got it sorted – had to make three new pages and put each set of posts on there in new blog grids.

Think I’ve stumbled upon a bug though.

Those three pages’ footer widgets looked a right mess on a mobile phone, so much so that I had to disable them in the page settings.

I.m guessing that blog grids and footer widgets don’t play nicely together.

Another problem.

The pagination for the new blog posts is sending me to a 404 error page when clicking on ‘page 2, 3, 4 etc.

For info on what’s happening -

Same previous pages – the music box and secret diary pages are unaffected as yet, BUT – the midlands maidens news page is grossly affected.

Last night, I ‘drafted’ the old blog ‘News’ page and in Settings>>Reading set my posts page to ‘none selected’.

So, on checking this morning, I found all of the 404 errors, so I re-activated the old news page and set it again as my posts page.

That seemed to get rid of the 404’s but then came the next (slightly less inconvenient problem) whereby all the posts on page 2,3,4 etc were showing ALL categories, and the url had changed to midlandsmaidens-escorts.com/news/page2 rather than midlandsmaidens-escorts.com/midlands-maidens-news/page2 – obviously meaning that the old blog page had kicked in.

No doubt the same will apply to the other two categories when their posts are approaching their limits, so a solution is desperately needed!

Hello, i have a problem with revolution slider when it is in a category page instead of showing the actual slide it shows js code :

var htmlDiv = document.getElementById(“rs-plugin-settings-inline-css”); var htmlDivCss=””; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement(“div”); htmlDiv.innerHTML = ”” + htmlDivCss + ””; document.getElementsByTagName(“head”)[0].appendChild(htmlDiv.childNodes0); } /* – PREPARE PLACEHOLDER FOR SLIDER – / var setREVStartSize=function(){ try{var e=new Object,i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; e.c = jQuery(’#rev_slider_9_1’); e.responsiveLevels = [1240,1024,778,480]; e.gridwidth = [1920,1920,778,480]; e.gridheight = [520,520,220,220]; e.sliderLayout = “fullwidth”; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight0||e.gridheight,s=e.gridwidth[l]||e.gridwidth0||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(hf),”fullscreen”==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(”,”);if© jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split(“ “).length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&x%x (u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(”.rev_slider_wrapper”).css({height:f}) }catch(d){console.log(“Failure at Presize of Slider:”+d)} }; setREVStartSize(); var tpj=jQuery; var revapi9; tpj(document).ready(function() { if(tpj(”#rev_slider_9_1”).revolution == undefined){ revslider_showDoubleJqueryError(”#rev_slider_9_1”); }else{ revapi9 = tpj(”#rev_slider_9_1”).show().revolution({ sliderType:”standard”, jsFileLocation:”//madeingreece.news/wp-content/plugins/revslider/public/assets/js/”, sliderLayout:”fullwidth”, dottedOverlay:”none”, delay:9000, navigation: { onHoverStop:”off”, }, responsiveLevels:[1240,1024,778,480], visibilityLevels:[1240,1024,778,480], gridwidth:[1920,1920,778,480], gridheight:[520,520,220,220], lazyType:”none”, shadow:0, spinner:”spinner2”, stopLoop:”off”, stopAfterLoops:-1, stopAtSlide:-1, shuffle:”off”, autoHeight:”off”, disableProgressBar:”on”, hideThumbsOnMobile:”off”, hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:”off”, nextSlideOnWindowFocus:”off”, disableFocusListener:false, } }); } }); /ready*/ var htmlDivCss = ’ #rev_slider_9_1_wrapper .tp-loader.spinner2{ background-color: #00adf0 !important; } ’; var htmlDiv = document.getElementById(‘rs-plugin-settings-inline-css’); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; } else{ var htmlDiv = document.createElement(‘div’); htmlDiv.innerHTML = ’’ + htmlDivCss + ’’; document.getElementsByTagName(‘head’)[0].appendChild(htmlDiv.childNodes0); }

any ideas?

Hello AJ, I’d need a function to exclude categories from widgetised sidebar element

Can you help me out ? I use a child theme & have functions.php file

many thx

Hi,

What widget are you trying to target and which category ID’s or slugs are you trying to exclude?

Hello AJ, thanks for replying! I’m targetting the widget “Categories” ; the dropdown should not contain certain categories. I’m also looking for a solution for the Widget “Archives” & “Tag Cloud” to filter out certain categories of blog posts; say for example that I have a category “videos” that I don’t want to show up in the “Categeories” widget; then I also don’t want any blog posts of category “Videos” to show up if a user selects for example a given month in the Archives widget or when a users selects a certain tag in the Tag Cloud Widget (given that there would be blog posts of category “Videos” containing the selected tag.

Hi AJ, thanks for replying. My first reply seemed to disappear so…

I’m targeting the widget “categories”; say I have blog posts of category “Videos” , “Tutorials” & “Reviews” then I don’t want the category “Videos” to be shown in the DROPDOWN of the categories widget.

I’m also looking for a solution to filter out BLOG POSTS of a given category (e.g. “Videos”) in the “Archives” & “Tag Cloud” widgets ; if a user for example selects the archives for September 2018 (given that there are blog posts of the category “Videos” dated sept 2018) then I don’t want any blog post of category “Videos” to show up in the results. Same for the “Tag Cloud” widget; say I have some blog posts tagged with “Cool” and some of those blog posts are of the category “Videos” then I only want to show blog posts with the tag “Cool” that are not in the category “Videos”

Hope this clears up what I’m after. Many thanks

Following tutorials and documentation but not sure if this particular layout/feature is supported-

I’d like my blog page to match this: http://totaltheme.wpengine.com/base/category/events/ (Overall layout and have the gallery post types show the slider/lightbox in the thumbnails)

And I was able to get this is by using Customizing ▸ Blog Archives & Entries > Style: Left Thumbnail

But I also want to be able to add a dynamic filter to it.

I know I can do the filter via one of the total grids built in filter or adding the total navigation bar to a grid. I get pretty close to the same layout with the grids, but the issue I’m having is that gallery type posts within the total grids does not show the image slider/lightbox like it does with the customized blog settings. The user has to actually click on the post to see that it is a gallery type.

Is there a happy medium where I can have the blog gallery slider/lightbox and the dynamic filtering on the same page?

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