22383 comments found.
I am using UBER menu and the mobile menu does not function so I am thinking I am missing a setting or there is a bug, but want to be sure: you can see the demo here: http://dev.highlandtank.com/company/ thank you in advance for your time.
Hi,
The issue with Uber Menu is it adds a lot of extra classes which can break things for the mobile menu. The best is to either disable the theme’s mobile menu and user UberMenu’s mobile version (what most do) or if you want to use the theme’s mobile menu create an alternative menu for mobile that doesn’t use UberMenu – https://wpexplorer-themes.com/total/docs/create-custom-mobile-menu/
- AJ
to disable teh mobile menu should I use this: https://wpexplorer-themes.com/total/snippets/disable-total-mobile-menu/
That is the best way as it removes all code related to the mobile menu.
But you could also go to Appearance > Customize > Header > Mobile Menu and set this: https://cl.ly/shhG – which basically just removes the toggle for the mobile menu so it’s not visible on the page.
- AJ
great thanks, that worked for removal, but one problem – the uber menu does not display on mobile. maybe I missed a setting?
Hi,
Oh sorry, you are doing an integration with the default menu. So in your case you just need to go to Appearance > Customize > Header > Mobile Menu and set it to disabled there – https://cl.ly/shxE – this way the UberMenu should be visible at all screen sizes.
Or instead of using:
add_filter( 'wpex_mobile_menu_style', '__return_null' );
You would use:
add_filter( 'wpex_mobile_menu_style', 'disabled' );
I will update the snippet right now 
- AJ
Hi AJ,
I tried to submit this as a support ticket but when I hit the submit button I just got an endless wheel.
Do you have any suggestions about how I would add the following code to a page on my website so that can insert the associated iframe?
<script type=”text/javascript” src=”https://s3.amazonaws.com/widgets.paper.li/javascripts/sr.iframe.min.js”></script> <script type=”text/javascript”> Paperli.PaperFrame.Show({ domain: ‘paper.li’, pid: ‘c3058abd-5a65-4f17-a623-deb65030528f’ }); </script>
I have spent a HUGE amount of time trying to figure this out. I understand that WordPress strips out javascript. I’m not a code btw.
Many thanks,
Robert
Hi Robert,
If you pasted this code into the form the form won’t submit for security reasons as you are technically injecting a script into the form which could be used to try and do some malicious things. When sharing code via a ticket use a site like Gist – https://gist.github.com/discover
Regarding your question…If you just want it added to a page you can use the the WPBakery page builder via the RAW HTML module or if you aren’t using the page builder you would do it in “text” mode (not visual).
When you use the RAW HTML module it actually creates a base4 string for saving it in the DB then spits out the script on the front-end.
WordPress itself won’t remove out the script but if you are using a page builder module like the text module or inserting it in the WP editor in visual mode then it will be stripped.
- AJ
Hi AJ, I am using WPBakery and the first thing I tried was pasting the code into the Raw HTML module but it didn’t yield anything – would it matter that I had created a subdomain that points to paper.li?
Here is what I see when I test it – https://cl.ly/shts
I am testing locally though…but on a live site you could have issues due to security – https://cl.ly/sifZ
- AJ
This is probably beyond my ability – not sure what that security problem would be – yes, it looks perfect on your local test. Any other suggestions about what I should do?
Hi AJ,
I discovered that the plugin Autoptimize was not allowing the code to work. I deactivated it and the code worked. I have a problem, however, since WPBakery is NOT loading on the Front End but will load on the Back End. I looked at the console but I’m not sure why this is happening.
Hope you can help.
Best,
Robert
Hi Robert,
Can you share a screenshot of the error you get in the console when trying to open the front-end editor?
I have some tips here that can help if you wanted to look first: https://wpexplorer-themes.com/total/docs/visual-composer-issues/
- AJ
Hi AJ,
My current web host (Studiopress) has sold to WPEngine, so I need to make a decision. I know I want something more robust than a standard Bluehost/GoDaddy hosting account, but I’m not sure of my options for Wordpress-specific hosting, beyond WPEngine.
I’m wondering if you have recommendations? I know this isn’t really the purpose of this board, but I respect your opinion as someone who’s deep in the Wordpress world, and would love to hear what you think about the topic of Wordpress hosting. Thank you!
David
Hi David,
I am happy to provide some recommendations but I need a bit more info. Is it for a single site or multiple? Is it WordPress only or do you need other types of sites?
I actually use a custom enterprise plan on WPEngine so I have a dedicated Amazon environment through them. Their normal hosting is very good as well and they use Google to host the shared sites.
While I love WPEngine and it would be a hassle for me to ever move, there are some other companies really standing out. I would recommend looking into Flywheel and Kinsta.
And for a more budget friendly hosting Siteground:
I would not recommend Godaddy or Bluehost unless you are using their dedicated WordPress plans, which are decent setups but their support is usually pretty sh*t.
Does this help? I am happy to help you find a better host but I do need a bit more info.
- AJ
ps: We are actually looking at offering our own hosting via wpexplorer in the near future 
Oh, when does this hosting transition take place? I may have to keep it in mind!
Here’s my situation – I have republictigersports.com (a hyperlocal site with about 25K pageviews a month) and I have history.republictigersports.com, which gets far fewer pageviews but is a related reference website with some value. Both are Wordpress (and I am looking for a Wordpress-centric solution).
I moved to Studiopress from Bluehost when I out-grew it, and since then (because of the customer service issues you mentioned), I have moved a lot of other smaller client sites to a Siteground account. Those are fine with small shared hosting, and will stay at Siteground.
Based solely on capacity I could move history.republictigersports.com to my Siteground account if it weren’t for the fact that I have it set up as a sub-domain. I was told at one point that it would need to stay on the same host for DNS reasons. (But what do I know about that? Nothing.)
My real concern is RepublicTigerSports.com, which is growing and sometimes hits a peak during a big game, when I am streaming embedded audio or video and directing people there. (The video isn’t hosted there, but I get a lot of concurrent traffic during games.)
Does that help?
Yes, this helps a lot 
So…
- For client sites I highly recommend Flywheel they have a system where you can setup the client site for free then transfer it over to the client once finished – https://getflywheel.com/why-flywheel/client-billing-transfer/ – this works very well for a lot of freelancers and their hosting is very good.
- For your personal sites Siteground can work well especially if you combine it with CloudFlare (at least the business plan which is 20$/month). CloudFlare can help a lot with those peaks.
I use an enterprise version of WPEngine with the $200/month plan on CloudFlare and it seems to work very well for me. That would be overkill for your numbers but in terms of the actual companies I’m using, I am satisfied. I think a mid-range hosting like SiteGround along with a CDN (like CloudFlare) would be a great combo.
And yes, your subdomain must remain on the same server as your primary. You can think of subdomains much like subdirectories. They are an extension of the primary.
If you are thinking of any service or comparing 2 and not sure, let me know. We’ve tested and reviewed most of them
So I may have some insight.
- A
This is very helpful, thank you. Flywheel is tempting, especially because they transfer ALL my sites over. I probably have 11-12 total sites, though, and the least expensive plan is 10—and I’m not sure the next level up (25 sites) would make sense for me.
Do you think Flywheel might make sense for the RepublicTigerSports sites, if I add the CDN to the most important one? I like the idea of consolidating there, if I can make it work.
I think Flywheel is pretty great and they also support CloudFlare it seems. In terms of speed I have never seen any issues with them, but also if you are offloading to CloudFlare via “Cache Everything” – https://ttfb.io/blog/how-to-set-up-cloudflare-to-cache-wordpress-pages/ – then technically the site is loaded by CloudFlare and not even your webhost so using a cheaper host could also work fine if you don’t mind slowness while logged in.
I only mention Flywheel if you are setting up client sites then transferring them. If you host your client sites then maybe siteground could work best. Or if you don’t mind getting your hands a bit “dirty” and having more flexibility Cloudways is great – https://www.wpexplorer.com/out/cloudways/ – I actually use Cloudways for providing downloads and theme/plugin updates. I have considered moving sites over there but again, it’s a hassle for me at this time as I am busy with other stuff. But on Cloudways you get to choose the exact hardware and hosting solution (digital ocean, amazon, google…etc) you want and you can always upgrade/downgrade as needed very easily. So it is another viable solution but it may take a bit more planning. The support staff may be able to help with that though if you show them your traffic and bandwidth usage.
- Aj
Cloudways sounds like something I would do, then regret. haha
I’m hosting several of my client sites, but there’s no reason I couldn’t transfer and pass the cost along, and I like that idea.
So you’re saying, it sounds like, that if I would go with Flywheel, I probably wouldn’t need CloudFlare? I think if I can move everything from my various hosts (I have a few on Site5 and a few on Siteground), paying more for Flywheel makes some sense. I really appreciate your help with this!
Yes, you don’t need CloudFlare with Flywheel but it could add a bit more speed and security if setup correctly. I haven’t tested CloudFlare with Flywheel though myself so I can’t really tell you from first hand experience.
For smaller sites it may add a small boost but it may not be worth it or help all that much (especially when already choosing a good hosting company like FlyWheel). My stats are much greater – https://cl.ly/siSs – and this is for the blog only, my demos and online docs get a ton of traffic as well, plus CloudFlare stops about 5,000 security threats a day.
But it can never hurt to ask FlyWheel about CloudFlare and see if it’s worth it for you 
What I recommend is to first try out flywheel, you can try it for free and even migrate 1 site to test – https://getflywheel.com/why-flywheel/free-wordpress-sites/ – and see how you like it. Because I have some clients that love it and others not so much.
And it’s possible that you may even need a dedicated environment to handle your server usage, traffic and bandwidth.
I am curious…since WPEngine bought out StudioPress are you being forced to migrate to WPEngine and pay more? Or did they warn you that your hosting will be canceled?
- AJ
They’ve informed us that their hosting business, Synthesis, is being phased out with the sale to WPEngine. They’re giving us plenty of time, and making it easy—and the prices really aren’t much different, as far as I can tell. (Although I’m still trying to figure out exactly what the price will be in Year 2. There is a big discount for switching the first year.) But since I have been doing more Wordpress development lately, and I have accounts at Site5 and Siteground that I’ve been meaning to consolidate at some point, if I ever have time, I thought I’d look at different options. I initially thought WP Engine would be more expensive than what I’m paying Synthesis, but I don’t think it is.
You really have me thinking about Flywheel, though, especially if I can keep it under 10 total sites (to keep my account less expensive).
AJ, I’m coming back to this because I have one more piece of information about my traffic. My concurrent visitors at times can be 200-300 people (during a game, when I have an embedded streaming player running a broadcast). Would that change the calculation about a CDN, or make you change your recommendation about Flywheel vs WPEngine? I’m close to going with Flywheel because of the ease of setting up new sites—but the traffic spikes are the one thing I’m concerned about. (But I realize 200-300 at a time may not be that much compared to other sites…it’s just a lot for me.)
Not sure why I never saw this comment, it just popped up in my dashboard!
So 200-300 at a time is good traffic, awesome! In terms of these spikes like this the server will be important and even without traffic spikes I always recommend a CDN. I have been very happy with CloudFlare and it works well with Flywheel and WPEngine.
As long as your site is well cached traffic spikes shouldn’t really cause much issue, it’s a big problem though with uncached websites.
In any case I would ask FlyWheel about that to make sure you are choosing the right plan and setting up according to their recommendations.
- AJ
That’s okay, AJ… I went with Flywheel and I can already see a boost in speed (unless it’s my imagination). I love the dashboard and everything else about it. Thanks for the recommendation!
Awesome!
HI there. Hope you are doing well AJ.Thanks for your help the other day. Just a couple of quick questions for you so hopefully not a major drama
Firstly, on our site smartscaffolder.com, if you go to the news section in aboutus and click into an artricle then the breadcrumb shows like this aboutus>News>News>articlename
This doesn’t happen on our other sites which I think I built pretty much the same. Just wondering if you have any ideas? The other question – I noticed google fonts are disabled – is there anything in Total that needs them or is it better to leave them deactivated ?
Thanks
Alex
Hi Alex,
I am doing well, thank you. My baby brother just got back from a tour in Syria (US military) so I am very happy about that. I hope you are doing well yourself.
- Breadcrumbs look good now – https://cl.ly/siS9 – did you fix it?
- Google fonts don’t appear to be disabled on your site and it looks like you are actually using this Google font on your site – https://fonts.googleapis.com/css?family=Heebo – there isn’t anything in Total that needs Google fonts, Google fonts are only added to the site when defined under Customize > Typography or via a page builder module when choosing custom fonts there.
Where did you see it disabled?
- AJ
Hi AJ – There was a setting in the backend to enable/disable Google fonts. Turns out I had misread it anyway and you’re absolutely right it was enabled not disabled – sorry about that. Thanks for the breadcrumbs fix. Great news that your bro is back and all good so happy for you and the family. I do have another question for you as it is completely baffling me. I have on one of our sites a “Did you know” page that pulls in a blog archive with a small featured image on the left here https://cads.co.uk/support-and-learning/did-you-know/ I have created the same page, with the same custom category and all settings the same here https://www.cadsindia.com/help-centre/did-you-know/ but for some reason the featured image is massive and above the article link. When I log into Wordpress the image displays correctly as with the UK site. I did add a little custom css in the style sheet to stop the header image showing in the single post as I only want the featured image to show in the archive rather than within the actual post .
Any thing you can see would be great. so just to clarify, the UK site is correct but the cadsindia site displays incorrectly, unless logged into wordpress.
Thanks again and all the best to the family
Alex
Hi Alex,
Looks like you already added some custom CSS for here – https://www.cadsindia.com/help-centre/did-you-know/ – great!
Regarding the featured image on the post. You don’t have to use CSS to hide it, you can actually use custom code if you prefer to remove the HTML completely.
I see it’s a custom post type so if you are using the Post Types Plugin you should see options to enable/disable exactly what you want on the post – https://wpexplorer-themes.com/total/docs/adding-custom-post-types/
If you are not using the plugin you can modify the post type single post blocks as such – https://wpexplorer-themes.com/total/snippets/cpt-single-blocks/ (see last example in the function to unset media).
- AJ
Hi AJ Thanks for coming back. I added the css as initially the plugin settings weren’t affecting the post but then I realised that I hadn’t cleared the cache on the installation or on the CDN we use which sorted it- Thanks
Actually on the same subject I was wondering- The post archive on the same did you know page only has very feint lines between them – I can’t see a setting anywhere top adjust perhaps the thickness or the colour. I’m sure there might be something I can change somewhere but I can’t see it. Just wondering if you could point me in the right direction please? Thanks and hope you are keeping well
Alex
Hello, I’m having issues with my text customization : when you add a “custom text” element in some areas of the page they are centered below the title but in other areas they aren’t. I tried using the center button for text edits but with
Maybe it’s related to the “corporate” template ?
Hi,
Can you share an example? I am not sure what you mean. By default all text in themes should be left aligned and if you want it centered by default it would require a little custom CSS which I can assist with.
- AJ
Hi, Thank you for your answer. I’ve fixed the problem by adding some css. I have an other question, the first item of the menu is hidden by the logo when you reduce the viewport before the burger menu appears. How can I fix that ? I was thinking about adding a breakpoint but I can’t do it without editing the code so I wanted to ask first.
Hi,
You can actually use the theme settings to alter the breakpoint – https://wpexplorer-themes.com/total/docs/alter-mobile-menu-breakpoint/ – no need for custom CSS.
- AJ
Morning Alex This is a cheeky request so please feel free to reject it. It concerns Woocommerce (I think) not your theme. Customers to our site https://www.themorayway.org.uk/festival/events/ do not have customer accounts, but purchase events (products) as ‘guests’. The providers of the events have User accounts and enter their event (product) information themselves via the usual backend dashboard. Some are not comfortable with IT and forgotten passwords are fairly common. The ‘Lost your pasword?’ link takes them to ‘my-account/lost-password/’ The link in the email sent by Wordpress takes them back to ‘my-account’ where they enter and confirm a new password, which when saved takes them to the /my-account/?password-reset=true page. If they login they end up on a customer account page which confuses them (They have lots of help tips, but . . . folks don’t read them as you know!) It would be so much easier for our more nervous Users if, having confirmed the new password they were taken to /wp-admin/ for the admin login page, not the Customer Login page. I am finding no help/advice on this out there on the www. Before, experimenting too much myself can I ask you for a quick comment/advice as to how/don’t bother/look here….. etc PS Our festival is now over for this year. The site you helped us create has been much praised. A massive leap forward in usability for our customers. Thank you. The theme just continues to get better and better. All the best David Binney
Hi David,
So actually redirecting the user after a password is reset is very easy! But it does require a bit of custom code added to a child theme – http://wpexplorer-themes.com/total/docs/child-theme/
Here is the hook to use: https://developer.wordpress.org/reference/hooks/after_password_reset/
However, it appears WooCommerce is making their own redirections so you would need to hook into WooCommerce’s action instead named “woocommerce_customer_reset_password”.
The code to add to your child theme’s functions.php should look something like this:
add_action( 'woocommerce_customer_reset_password', function() {
wp_redirect( admin_url() );
exit;
} );
If you want to disable the user page completely that is also possible.
- AJ
Thanks AJ What a brain you have in there. Did a quick search on the use of the hook, found a few suggestions but non a match on yours for simplicity and understanding. Works beautifully. Hope you make room for a summer break. Cheers, David
Is the anyone who has a problem with creating links (after the update 4.7? When i try to put a link in it freezes and i even cant get out the box i work in. Have a good day. Riel
Hi Riel,
A link where? In a menu, text editor, a certain module? I’m not seeing any issue: https://cl.ly/sin9
- AJ
ps: Be sure to purchase a license of the theme to access support, thanks! – The theme is on sale for 50% off right now also 
Hi, is it possible to get WP Bakery update 5.51 as part of my recent Theme Purchase? Thanks great Theme!
Hi,
The updated WPBakery version 5.5.1 was released in the last theme update last week – https://wpexplorer-themes.com/total/changelog/ – you just have to update your theme so you can update the plugin. The plugin updates are provided with the theme this way if there are any tweaks needed in the theme or any bugs I can fix them before sending them over to you as opposed to having the plugin update separately.
If you aren’t sure how to update the theme please see here: http://wpexplorer-themes.com/total/docs-category/updates/
Once the theme is updated you will see a notice to update the WPBakery Page Builder at the top of your WP dashboard or you can go to Appearance > Install Plugins to access the updates from there.
- AJ
Hi AJ,
I’m having problems with how the ‘tags’ content is showing up on a mobile device.
They look fine on a pc, in their 4-to-a-row format, but look a little squashed up and elongated on a mobile – and probably on a tablet too.
Is there a setting somewhere that can make changes to mobile and tablet views only?
Hi,
Can you share a live example?
By default the tags aren’t in “columns” they display as simple buttons with a little padding, background and border like this – https://cl.ly/shJm – it should display the same on mobile, they shouldn’t be stretched out.
- AJ
Hi AJ. I am updating my most recent question pertaining to www.snc.care… I figured out that the Responsiveness boxes needed to be unchecked in both the WPBakery Page Builder General Settings and the WP Customizer > Layout > General settings in order for the header to scale down in the Portait orientation on mobile phones. But now that the header is scaling properly in both Portrait and Landscape modes on the phone, the right side of the page is cut off slightly. I have tried “centered” settings in a couple of places, and tried 90% for portrait and landscape under Customizer > Layout > Mobile Phone Widths. How can I get the (boxed) page and its background centered so the right side isn’t cut off in either portrait or landscape mode?
Hi,
So basically you want the site to be exactly the same on all devices and not responsive? If so, you did everything correct but there is a slight bug in the theme with the viewport when using the boxed layout. I added a fix to the theme. If you can replace this file – https://cl.ly/siLQ – via FTP under wp-content/themes/Total/framework/wp-actions/ it will fix the viewport so that it works correctly. Basically changing it from 980 to 1100px when boxed – https://cl.ly/sidD
Thanks for letting me know of the bug. I haven’t had anyone disable the responsiveness in a long time so I guess no one has noticed 
If you still have issues after making the tweak let me know.
- AJ
Hello AJ, Sorry for the delayed reply… I substituted the php file with the file you provided and all looks great now. Thank you again so much. Love your theme, but I haven’t yet dealt with SASS; I am used to just working with html and php files to make various changes in the few other themes I have worked with. Thank you again!
Great 
I’m not sure what you were trying to imply regarding your SASS comment but maybe this will help:
Even though Total uses SASS to generate it’s CSS files you shouldn’t ever be looking at or modifying those files. If you want to locate the CSS applied to a specific element use your browser, example: https://cl.ly/tChf (this is the Chrome developer tools window).
Any extra customizations to the site should be done by adding Custom CSS to override the theme’s core styles or you can use a plugin like this – https://wordpress.org/plugins/yellow-pencil-visual-theme-customizer/
- AJ
Hi AJ,
I know you sent this in July. I have been out of the country for a couple of months… Thank you SO much for clarifying the editing of files! I am still learning how to edit the CSS and HTML files in WP themes, so this is very helpful to know that I do not have to know SASS to edit the theme. The plugin looks very interesting.
Again, thank you so much!
Rebecca
Feature Request (please)
Is it possible to add an WPBakery expandable section element to Total Theme?
It would work similar to the FAQ/Toggle element, but give more functionality to have elements in the expandable section. It’s beneficial in the ability to have “show more” / “show less” expand/collapse sections on pages. Ultimate Addon has this feature and the only reason I purchased their addon. I’d prefer to have the feature in Total Theme. 
Thank you, Joe
Hi Joe,
Here is the deal. ThemeForest is making a bunch of new rules for Themes that they will be enforcing. One of them is you won’t be allowed to have built-in modules like those in Total. So I will be extracting the current modules and creating a “Total Builder Addon” plugin instead that includes all the previous modules but also some new ones and hopefully added support for other builders like Elementor/Beaver/Gutenberg. So I am making a list of new modules to add and I think this would be a great one. Do you have an example of how you are using it so I can take a look? I assume you are referring to some sort of toggle that you can use to actually hide rows, correct? If so, the best way would be to have the setting added to a section so you can choose to make a section a “expandable” then any rows/content added in that section would be hidden by default, this would be fairly simple to do and hopefully not require any manual edits to the builder code.
Thanks!
- AJ
Hey AJ,
Thank you for your response and explanation. That is correct – a section that can expand and collapse. The expandable section can contain rows with elements – i.e. text blocks, forms, pricing tables, etc.
Here’s a site to test drive an implementation of an expandable section. http://www.temporary-url.com/01602
My site is still in development, but here are some screenshots showing two expandable sections: http://www.temporary-url.com/E09
”... the best way would be to have the setting added to a section so you can choose to make a section a “expandable” ...” – yes agree! 
Hope that helps.
Thanks, Joe
Added to my todo list, thanks for the inspiration 
Seems like there’s a glitch with the current version – the Import/Export page no longer shows up under Theme Panel even when activated. The link still works if you type in the correct URL though.
This functionality hasn’t been changed in a long time it should still be working – https://cl.ly/shhI – do you have any plugins active or child theme code that could be removing it?
- AJ
Strange! There appears to be a conflict with the “Admin Menu Editor” plugin. Import/Export doesn’t even show up on the plugin settings page, it’s just removed entirely: https://cl.ly/sibG
I installed the plugin and I see the issue
I updated the file to use PHP_INT_MAX for the admin_menu hook’s priority when registering the submenu, The reason was so that this menu is always at the bottom. However, the plugin you are using is using the same hook but because the theme is using the largest possible priority this panel is registered after your plugin does it’s thing….Hope that makes sense.
I changed it to use 9999 instead and that works. If you want to update via FTP here is the file – https://cl.ly/si2y – replace via FT under Total/framework/classes/
- AJ
In case somebody needs it: seems something like helps… .vcex-blog-entry.entry-has-details:nth-of-type(odd) .entry-media { float: right; }
Awesome, thanks for sharing!
Hi, I have all favicons set, but some pages on admin or when opening a pdf in de browser it shows this favicon
https://imgur.com/a/EFU7btLHow can we use just the default icon?
Thanks
Ok fixed it, there was an old one in the / root
I know that Gutenberg are not out in core yet but just to let you know that the Lightbox thumbnails and arrow are not working with default WordPress gallery when Gutenberg is activate. When insert media as Gallery the lightbox does working but it not show the thumbnail or an arrow to click to the next images.
Ok I have test again on localhost and not Gutenberg. So no conflict with Gutenberg. Might be other plugins. I will find out later. ^^“
hmm Test again. It is really conflict with Gutenberg. I was confused testing on both my live site and localhost. The live site lightbox not work but this might conflict with another plugin. But please check with Gutenberg. The lightbox is work but the thumbnails and arrow not appear. This test only have Gutenberg install alone.
Lightbox shouldn’t work with the Gutenberg module because that module just opens up the image. I tested and that’s exactly what’s happening. In order for the Gutenberg image gallery to have lightbox you need to add extra javascript to the site. If the plugin is ever added to core I will add a setting in the Theme Panel to enable that – it won’t be added by default because it can break 3rd party scripts like JetPack.
Maybe it looks like lightbox because when you open an image in the browser it has a black background but it’s not a lightbox it’s just the image.
- AJ
Hi AJ. It actually did work on my page with Gutenberg. You can see it in action from the link below. It just not show the arrow and the thumbnails for the gallery. It acting like a single image.
https://www.wpthaiuser.com/document/- Another request. I am not sure if this is issue or it suppose to be this way but I think it could improve. I think the lightbox for gallery (in post) when viewing on mobile they should have controller (next-prev arrow) like it did with the Gallery post format slider. I found to sweep on mobile is struggling sometime because the content underneath lightbox still scrolling.
Thank you.
Last versions ignore global background color set in Options > Background. I see necessary color in a preview in Options, but real pages show white color, not my color. The problem arrived this spring. Earlier it worked more than 2 years. To fix the problem I had to use custom CSS and set: body { background: #f6f6ec !important; }
Hi,
This is AJ the theme developer.
I don’t have this issue when testing locally or on a live site. Are you able to share the site in question so I can see where the issue is coming from? This way if there is a bug I can patch it in the next update. Thanks!
- AJ
Hi,
Oh, yes I remember this site. Great work by the way.
So I see your custom CSS on the site but the theme is also spitting out the right code. When removing your custom CSS from the child theme it should still render correctly – https://cl.ly/siC9 ( the bottom 2 are coming from your child theme and the top value is coming from the theme).
So I’m not sure how you would be seeing white unless it was some sort of caching issue.
Now your child theme is loading twice on your site – https://cl.ly/shq5 – this isn’t necessarily a problem in of itself but it could mean there is an issue with how the child theme was setup. I would recommend double checking the functions.php file to make sure there isn’t any issue there.
- AJ
Can another problem with CSS which you found be related with this code:
/* * Load the parent style.css file */ function total_child_enqueue_parent_theme_style() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ ); } add_action( ‘wp_enqueue_scripts’, ‘total_child_enqueue_parent_theme_style’ );
/ Load child style.css file */ function total_child_enqueue_child_theme_style() { wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri().’/style.css’ ); } add_action( ‘wp_enqueue_scripts’, ‘total_child_enqueue_child_theme_style’ );
Probably I fixed issue with background color of pages. I opened again Options > Background. The color was correctly set. However I changed it to another color and then back to necessary color and saved changes. Now the background color became correct. I did it for all my sub-sites in multisite.
Hi there, Love your theme and have purchased it 3 times, somehow my webshop at Sasdesign wont update the theme… it says ‘Update Failed: Download failed. Forbidden’ when updating with the envato connection… what do I need to do? All items are up to date except the theme and therefor the pagebuilder as well. Thank you, best regards Eugenie
Red your blogpost about updating and the Envato Market plugin 2.0 and updated through the dashboard… that worked ;))
I’m looking to add a partial underline for H1 where approximately 25% of the text is underlined. I’ve used the following additional CSS and it works fine if the heading is left aligned, but if the heading is centered it doesn’t work (the underline stays to the left of the block). Can the following CSS be adjusted to achieve this or is there a better way to do this?
h1 { position: relative; line-height: 1.2em; } h1:before { position: absolute; left: 0; top: 1.2em; height: 0; width: 100px; content: ’’; border-top: 2px solid #FF6C2F; }
Any chance I can get a reply to this question soon? I renewed support specifically to ask this question, but it’s been 5 days and no response!
Hi,
This is Aj the theme developer.
Regarding your question basically you would need to use a different CSS when the h1 is aligned center or to the right to move your little underline.
Where are you using these styles? Because if you are using the WPBakery Page Builder there is actually a style you can already use for this. Here is a quick video: https://cl.ly/shX2
Now, the module does have an extra underline but you can easily remove that with a little CSS:
body .vcex-heading-bottom-border-w-color { border: 0; }
- AJ
ps: If you don’t get a reply within 24 hours please let us know or submit a ticket – https://wpexplorer-themes.com/support/ – because of how ThemeForest works I am the only one answering comments but I have a staff helping out with all tickets so you can get a reply there even if I am absent for some reason (not usually the case).
Thank you!
Hi AJ,
Its been a while, but still using Total and loving it!
Quick question if i can:
I need a gallery with thumbnails that i have a different thumb image to what appears as the main image, is that viable with anything that is built into your site, i use rev slider and wp baker page builder.
Basically i need a shot of a kitchen in a colour then the thumbnails would be my colour swatches and when you click the image changes colour.
I have looked around and i cannot find an off the peg solution for wordpress.
Any ideas?
Many thanks
Patrick Boxell
Hi Patrick,
I don’t have anything built-into Total for this as it’s something fairly unique and no one has requested it. Usually this is something you would only see in a shop and plugins like WooCommerce already have this sort of function.
You could do it with Slider Revolution though as it does allow you to define a custom thumbnail for your slide – https://www.themepunch.com/revslider-doc/thumbnail/ – different from the main image.
If you only need one or a few of these using the slider should be easy, but if you need some sort of dynamic function that uses a custom post type or custom-fields then you may need to look into coding something custom.
- AJ
Hello I bought this theme couple days ago. I’d like to customize main page. Wanted delete all the contents on main page but it’s hard to do it. I used “Base-lite” and need your help.
Hi,
If you want to delete all the content on the main page the quickest way is to just delete the page itself then make a new one. Otherwise you can just edit it and click the x button to remove each row like such – https://cl.ly/si5B
Or you can switch to text mode and highlight everything and delete it like such: https://cl.ly/shTF
- AJ