Discussion on Total - Responsive Multi-Purpose WordPress Theme

Discussion on Total - Responsive Multi-Purpose WordPress Theme

Cart 58,252 sales
Recently Updated
Well Documented

WPExplorer supports this item

Supported

22384 comments found.

When you set a pageID for Top Bar content, must that be an actual page – or can I use the post ID from a custom post type?

You can use any post type you want. Generally I would recommend using a Templatera template since those aren’t public (WPBakey Page Builder > Templates )

- AJ

Hello, my goal is to turn my WordPress theme and my Shopify theme into one store.

Here are my two sites (connected by Shop) https://www.thisdogslife.co/ https://shop.thisdogslife.co/

I love, love your Noir theme. For my needs (allowing products in posts and driving to the ecommerce site) I think this would work. I do want to know, though, what are the different layouts for the Shop part. As you can see on my current shopping site, it is a long sales page on one page. Is that doable? Or would your Total Ultimate Drag & Drop work?

I probably would need someone to develop this, but after that, I would love to be able to manage on my own.

Is your themes user-friendly?

Thank you, Andrea

Hi,

If you already have shopify my advise is to first test out their WordPress integration plugin with your current theme – http://www.wpexplorer.com/shopify-wordpress-plugin/ – switching to WooCommerce could be a big switch so I would first try out their system to see if it works for you.

Of course I want you to purchase my themes, but if you can easily integrate your current shop with your current theme it could save you a lot of time and some money.

- AJ

That plugin no longer works/exists.

Really? They have an entire landing page still – https://www.shopify.com/buy-button/wordpress?ref=wpexplorer

- AJ

Hi AJ. I am trying to randomly load, from a list of Vimeo videos, one which will be used as the background of a full-height row.
This is the current page where i want to enable this – the current version is using the source defined in the Video tab of the row settings: https://www.stonecapital.pt/
I have also tried using the correct class (responsive-video-wrap) for the iframe with the Html module, but the resulting video is higher than the full-height row and also there are a few pixels on either side of the video showing the background.
I have tried a few possible solutions but it seems to me the full-height setting could be messing the results when i tried a pure html solution.
Any ideas? Thank you very much.

Hi,

If you want to display a randomly loaded video from Vimeo you would need to use javascript for that. It could be possible via PHP but if you are using any caching on the site (all WP sites should have caching) then it would get cached with the same video.

The javascript is pretty simple though. If you have a row with a video you just need the javascript to target the iframe src where the video is being shown.

When looking at your site though I see a self hosted video background, so maybe I’m not understanding correctly what you want. I thought you wanted to have a random video from vimeo show as the background, is this correct?

- AJ

Hi AJ. Thank you for your reply. I was trying to randomly load a few Vimeo videos but i ended using Slider Revolution for that.
But my solution seems to be 99% finished except for a local-scroll-link not behaving properly. If you go here (https://www.stonecapital.pt/inicio-teste-2/) you will see that the “Portfolio” link doesn’t scroll down how it should. It first loads the page (it seems) and them it scrools down. That particular link has the correct local-scroll-link class, though.
Any ideas about what might be causing this?. Thanks once again.

Hi AJ. Please disregard this last message. Problem solved.

Hi, I want to use “recent news” like here: http://bit.ly/2Gukyut But if the date is to the left of the box, the column becomes too wide. Is it possible to do something like this with css: http://bit.ly/2GxUoqQ

One more question. I read someone else asked for a hotspot module. Can you tell if you’ll do it and when? I urgently need a module that works well. If you plan it, I won’t buy it separately and I’ll wait.

Best regards

Hi,

You can change the position with CSS the issue is the date element is inside the whole entry to position it relative to the image it would need to be wrapped where the image is. The best solution is probably a new custom Image Overlay – https://wpexplorer-themes.com/total/docs/create-new-overlay-styles/

I don’t have a timeline for when the hotspot module will be ready. I’m still doing some research (mostly asking customers) about the best way to create it and design it. If you have suggestions please send them over, thanks!

- AJ

My client’s site, cherylholt.com was working fine on Firefox until the latest update Firefox pushed through. Now the custom header isn’t showing up on Firefox only. Any suggestions?

Yes. Just one small one. I had a blank row (where I used to have something else) and just deleted that. It works on all platforms now. Odd.

Ah that would make sense actually as there is a known bug in Firefox with empty elements and using flex items with min-height values, I just didn’t notice that when I was looking.

Glad it’s working now!

Thanks!

Hello WPExplorer and thank you for this theme.

I have an issue with the single post settings. In appearance (Blog—> Single) when I disable all the single layout elements except the content, a white space appears on the bottom of the page above the footer. This issue does not happen on the pages settings (when I enable only the content). I updated my theme from the v4.2 to the latest 4.6.1 but the issue is still there.

Thank you

I edit the post :)

Thanks!

Oh yes there is another margin you need to worry about ;) Add this custom CSS as well:

body .single-blog-content { margin: 0; }

- AJ

Thanks AJ. Works perfectly now!

Hello! I see that my site takes a bit of a hit in loading because it seems the theme loads fontawesome and so does the revslider plugin. Can you help me so that it loads only once? I saw a post from some time ago addressing this but was unable to recreate the solution. Thank you!

Let me hit them up again and see if this can be sorted out, I am planning a 4.6.2 update shortly and I hope to add the fix for this.

- AJ

I was looking closer and unfortunately it seems Slider Revolution names their icons differently then the default FontAwesome so their CSS is highly modified and if it’s removed the icons won’t be visible :(

So it doesn’t seem they can update things without breaking current customer sites. If you want to prevent the double script from loading you could also just use an SVG alternative to the icon.

ps: This site is awesome for icons for any site – http://www.streamlineicons.com/

You’re the best! Thank you AJ for the detailed reply and follow up information.

Hi

I have a question. How can I change the text color in the footer? I can’t find the option. http://bit.ly/2JeMCEc

Best regards

Hi,

If you want to use theme options you can change it under Appearance > Customize > Footer Widgets : https://cl.ly/qb89

- AJ

Oh, sorry and thank you. Sometimes I’m a little blind. :-)

Hello AJ,

I just wonder wether there’s an easy way (hook ?) to show draft posts (and only them) in a Post Type Archive module – presently queried by categories and sort.

It would help make a test page to see how they look like altogether and order them.

(I haven’t found in the WP Codex custom queries, nor by googling)

Michel

Thank you AJ.

It’s a minor problem for me but the pagination doesn’t show with this custom query, either in PTA module or Post Types Grid module :

&cat=235&post_status=draft&posts_per_page=8&paged=true&orderby=menu_order&order=asc

In case it helps seeing the page : https://culture-officer.fr/drafts

(PT grid above has 13 eligible draft posts of which 8 displayed as per the query)

Michel

Hi Michel,

Oh sorry I meant to say you need to add “pagination=true” not “paged=true” – my bad!

Paged is used to define which page should be the default shown when you first load the site.

- AJ

Thank you indeed, AJ, it works fine :-)

And it’s a really useful capability to see drafts in PT Grid at writing stage (I plan to write about 2 dozen short ones in advance)

Hi There

Your template looks great, and I have some questions before buying it, sorry I come from Joomla and now changing to Wordpress because Woocommerce and plugins, so some questions may seem silly.

Does support multilanguaje? Need to buid 3 language site

Does support all Woocommerce plugins, like Iconic Product configurator, DHL, Credit card payment, etc, to build a full Corporate and shop site?

Can I switch the color of headers, etc, to custom customer color? Thanks for your help

Jose

Hi Jose,

1. Yes Total is Multi-language ready. The most common plugins for that are WPML and Polylang both which are supported by the theme.

2. Total should support all 3rd party plugins since it doesn’t make any hard customizations to WooCommerce. If you have any issues with a 3rd party plugin let me know and I can test it to see what’s going on.

3. Yes, there are options included for altering your colors via the Customizer – https://wpexplorer-themes.com/total/docs/customizing-theme-design/

The most important thing though if you plan on using Multilanguage and WooCommerce is you need a GOOD server. This is a big mistake people make is choosing a budget hosting solution like godaddy, bluehost, hostgator…etc. If you do, your site will be extremely slow and potentially time out with errors. Highly recommend you use a good managed WordPress hosting solution to better support these powerful plugins such as Flywheel, WPEngine, Kinsta…etc.

- AJ

Thank you for your prompt reply. I am actually gonna purchase another license for a completely different website, I just love how Total handles everything in a smooth and professional way.

Answering your 3rd question, I use Contact Form 7, it doesn’t, unfortunately, upload it automatically, I think I need to add a line of code in the message section but I don’t know what exactly, I have tried and failed lol

I would also love if you can help find a way to style the message I receive.

I have got new issues here and I’m hoping to be able to fix everything before this Tuesday coz there is a deadline to launch the final website.

1. I would like to style both the contact form that shows on the website and the one I receive in my email. Your instructions worked like charm for the ones have <label> tags but not for the other ones and when I add <label> tag for all the others, it gives me an error so I am super confused and honestly I don’t wanna play with the CSS file coz I am afraid I will mess it up and it gets worse.

2. I will have two forms, one is an application form and another contact form in separate pages; however, I would like to have the contact form shows in a lightbox as an easy way. Is that possible? I tried adding a lightbox but couldn’t add a contact form to it instead of images and videos. I would appreciate it so much if you could record a video of your screen doing it. Thanks a lot

3. Most of my sections are on the page so no need to go another page, so I just needed local IDs and you showed how to do that last time and it worked perfectly, but now I have an issue which is when you are on another page and you want to get to one of these local IDs on another page, it doesn’t go coz it requires a link, do you know the right way to do that?

4. Few issues with Media I guess, or perhaps an update. on the mobile version, I see pictures are a little bit squeezed but can’t show you an example now but will attach the link later when I fix the previous issues first.

5. This question regards the new licsence I wanna buy, I have got a project to design a website for Chinese company and they want to host on Aliyun which is also Chinese and you know some websites don’t load in China. So, I would like to know if Total uses any Plugins or anything with Google because Google is completely blocked there.

Hi,

1. I am seeing a javascript error on the page causing the lightbox to not work – https://cl.ly/qeT4 – have you made any manual tweaks to any theme files or installed any new plugins recently that could have caused this? Or did you recently update the theme? (maybe I messed something up, but it is still working for me when testing locally – https://cl.ly/qeV9).

2. For the form some of your labels have the font-weight bold added to the code manually – https://cl.ly/qei1 – and some don’t have anything not even the label tag – https://cl.ly/qem8 – you just have to consistently add your tags in the form html.

3. I’m not seeing an issue with “In the contact, us page once you click on the message text area that white box moves a bit up” – this is what I see: https://cl.ly/qeZI

Do you see the issue on a specific browser?

4. The photos under Vacancies look good to me. I checked on the computer using an emulator but also on my iPhone and iPad. This is a screenshot from crossbrowsertesting as well – https://cl.ly/qeqU - which is what I see. What are you seeing? And on what mobile device?

5. None of the links on your site are opening on a new tab/window when I test – are you sure you don’t have any settings on your browser that are doing that?

- AJ

Thanks, AJ.

I didn’t make any manual tweaks, I have though installed few plugins and updated Wordpress and Total theme. I have another lightbox on the same page for a video and it works perfectly, please if you could help me fix this I would really appreciate it, I have already deleted and created it all over again but still same issue T.T.

P.S. I just made sure that it happened right after the update

Hi,

Thank you for your patience (I had to leave town and just got back – it’s not typical for me to do this).

To be honest I don’t see any lightbox issue, can you let me know exactly where and what it is. I read through our previous conversation but I don’t see the problem. Thank you!

- AJ

Hi AJ,

How’s it going? I was wondering about how to serve scaled images.

I ran this page in gtmetrix https://www.skindevotee.com/tutorials/ and looked at the waterfall and saw that the images are really large that are being loaded.

I have the blog grid module set to blog_entry for images, but gtmetrix shows me images are still quite large.

Have I misunderstood the report or the blog grid module settings?

I was also not able to find the settings in customizer to set the blog entry sizes for the homepage that shows blog posts in the grid format.

When you get a moment, any help would be awesome AJ.

Thank you Joanna

Thanks AJ.

Silly question then.

So based on the doc, if I entered a size of 150px for example for the Blog Entry in the Theme Panel > Image Sizes, then I select Portfolio Grid module and set the Media size to Blog_entry, it will set it to 150px?

Or are these two separate ways of setting image sizes?

Thanks

Joanna

Hi Joanna,

You are completely correct (no need to enter px in the image sizes though just enter 150). So if you enter 150 for the width and leave the height empty it will resize to 150 width. if you enter 150 for the width and 150 for the height it will become a 150×150 square.

If cropping isn’t working make sure this setting is enabled – https://cl.ly/qbfn – if disabled the theme won’t auto resize images, instead images are resized when uploaded only (default WordPress behavior).

- AJ

Thank you AJ.

In the image slider element, I cannot see a way to change the font.

Is it possible to do so, and is it also possible to add an icon (fontawesome or other, not sure what’s available directly in the theme yet). I use image captions as text right now.

Thank you.

Hi,

There aren’t built-in settings to tweak the font family for the image slider caption but it’s very easy with some custom CSS. Example:

body .wpex-slider-caption { font-family: Georgia; }

Not sure what you mean about adding an icon in the caption. Do you have an example of what you want to do exactly? Thanks!

- Aj

Thanks AJ. No example to show you but if I can do the font change through CSS, I can probably manager the icon too. I’ll give that a try.

Just let me know how else I can assist.

Two new questions. 1. There used to be social media icons before upgrading but they disapperaed. I want users to share my site on THEIR social media, How do I retrieve these icons? I am NOT interested in THEM sharing My social media which seems to be what the current widgets do. Help please. 2. I tried to put my photostream URL into the FLickr widget, but nothing happened, just the title “Flickr Stream” appeared. Thank you

Yes, miraculously now it works.Thank you. Before I do the CSS, again do I need to put it in [ ] or just copy paste the entire line you sent me as is? Sorry for being a nag but I’m totally new to this.

I put this */ at the end but it gave me a message there’s an error and if I go on it could break the site and something about an indent. ? So I erased it before updating.

Hi,

No the CSS the should be posted exactly as I shared it like this:

#footer-widgets { text-align: center; }

Example: https://cl.ly/qa0p

- AJ

Dear AJ, is there a possibility to have a ‘SOLD OUT’ caption in woocommerce instead of the regular price? Let me explain better: I would like to show my sold items in the woocommerce products gallery.

I wish you a wonderful Easter, thank you.

Bob

Hi Bob,

Thank you for the wishes ;)

Changing the price to display a caption is possible by hooking into WooCommerce filters. But I don’t understand what you mean by “I would like to show my sold items in the woocommerce products gallery”. Can you explain a bit better? Do you want to have a new page that displays only the sold out products?

- AJ

Hi AJ, thank you very much for your kind reply. I just would like to have sold items visible into my products gallery. I don’t want to create another page, just would like to have ‘sold’ instead of the price. I hope I explained myself better…thanks again! Bob

Hi Bob,

I added a little snippet for you, have a look here: https://wpexplorer-themes.com/total/snippets/woo-out-of-stock-price/

- AJ

Hi AJ,

Right I’ve found a problem that cannot be rectified (but I’ll probably be proved wrong).

Not the posts, not the pages (which I have a plugin for), but the Custom Post Type categories.

At present, any category description is squashed up under the page title. If it were a normal blog post, there is an option to change the position of this using the Blog>> Archives and Entries>> Category position selector.

Is there not a way this selector can be added to the custom post types ‘archives and entries’ section too?

Yes we are talking about the same thing but your example snippet is incorrect because “portfolio” is not a “taxonomy” (category) it’s a post type. So for example if targeting the portfolio and staff categories you would use this:

add_filter( 'wpex_has_term_description_above_loop', function( $bool ) {
    if ( is_tax( array( 'portfolio_category', 'portfolio_tag', 'staff_category', 'staff_tag' ) ) ) {
        return false;
    }
    return $bool;
} );

Or if you want to target ALL taxonomies on your site just do this:

add_filter( 'wpex_has_term_description_above_loop', '__return_true' );

- AJ

Thanks AJ – was just going to say that there’s still no selector box on the CPTs (using the all taxonomies code) but it turns out that the category text is now all above the loop anyway.

I can have an early night now and get onto things in the morning!

Correct, the code doesn’t add an option it actually changes the position ;)

You had this comment 8 months ago. I am trying to do the same thing, but using vimeo. Is that possible?

“Hi there! I using the html module to insert a youtube video with some custom parameters in the url. I need to mute this iframe,”

Hi,

You can mute Vimeo videos by adding a background=1 parameter as mentioned in their docs, but it only works if you have a premium account – https://help.vimeo.com/hc/en-us/articles/115011183028-Embedding-background-videos

- AJ

Hi there.

LOVE your theme, by the way. I have probably a dozen licenses… ;)

Question—how/where can I change your theme mobile breakpoints? They are currently 768, 960, 1281… I would like to change the 960 breakpoint to 1025. (Of course I can set my own media queries, but I want my media queries to match your breakpoints.)

Thanks!

Hi,

Great, I’m glad you love the theme and thank you for all the purchases!

It’s not possible to change the breakpoints because they are set in the responsive CSS file (without manually editing this file which isn’t ideal).

What are you trying to change exactly? So I can help with the custom CSS for that or suggest the best method possible.

- AJ

I’ve been trying to create a global image “footer” to sit on top of the regular footer, but it’s not behaving as there’s a gap between the footer and the image, and the blog page make the image narrow. Here’s the home page and blog page. https://thedronecoach.com/blog/ https://thedronecoach.com/

Thank you!

Frank

Hi Frank,

It looks good to me on all the pages, did you manage to fix the issue? By the way instead of using the Footer builder you can also just go to Theme Panel > Custom actions and insert the HTML for an image into the “wpex_hook_footer_before” section. Either way works well, but just so you know ;)

- AJ

Thanks AJ! I eventually found that I had to add a “minimum height” of 600px to close the gap. Even if I set “content position” to “bottom,” I still had the white gap. I have a lot of learning before I will get to the level of knowing how to work with classes and such. I’m just an old-schooled dog from WYSIWYG days… if it wasn’t for you folks creating such easy drag-n-drop WP themes, I’d be no where! I think I’ve bought 4 or 5 themes from you… my ONLY go-to theme! Thanks a mil!

That’s awesome, I’m glad to hear that. I’ve seen you around for a while and you’ve always been a great customer so I really appreciate it. I hope you enjoy the rest of yourSunday! Happy Easter.

- AJ

Hi, I find out that Footer Builder can cause content missing, how should I fix?

Hi,

Content shouldn’t be missing. Anything you add to the template that you set as the footer builder should display, can you share an example live URL with the problem so I can inspect the code?

- 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