22360 comments found.
Hello, I want to attach views from the woocommerce to the child theme. Unfortunately, the changes that I make are not occasional on the frontend page. Directory structure screenshot: https://scr.hu/nlkVw3. I am asking for advice 
Hi,
The directory structure is correct (comparing the the github repo – https://github.com/woocommerce/woocommerce/tree/master/templates/order) if you aren’t seeing the changes live can you make sure it’s not a caching issue? Be sure to clear any plugin/site/browser cache whenever you are updating the files.
Total doesn’t tweak any of those files, but even if it did, the child theme should take priority.
What are you trying to change exactly?
- AJ
Hi AJ,
I was wondering, does Total theme have a functionality like this plugin?
https://wordpress.org/plugins/wp-image-refresh/I would prefer to use functionality/option that is native preferably, if not then I’ll check this plugin out.
Thanks Neil
Hi Neil,
What are you trying to display exactly? Because you could use the Total Slider and set the order to “random” – https://cl.ly/pxXs
But more importantly, because you are using WordPress you should either have built-in server cache or a caching plugin active on your site it’s possible using this type of plugin would not even work because your site may just show the first image that got cached. The only way to truly have a random image displayed on a cached site is v via a javascript-driven function.
- AJ
Hey,
I got this page: http://eventaholic.dk/konfirmationskoersel/
I want the background to be shown in the sides, but i want the content background to be white, so that i can see the text: https://imgur.com/a/jmo3N
Have a look at the picture. I want the blue part to be white. I have tried the boxed layout, but then it boxes the header and main menu. I dont want to box the header and main menu. What to do?
Hi,
It looks like this is the only page where you have a background image correct? If so, the best solution is to just add some CSS to the page to make the content white for this page. Like this: https://cl.ly/pxii
Example code:
body #main,
body #main a,
body #main p,
body #main h2,
body #main h3,
body #main h4 { color: #fff; }
By adding the CSS to the page directly via the page builder (http://wpexplorer-themes.com/total/docs/making-css-edits/) it will only be applied to this specific page.
Now if you wanted your site text to be white across your entire website you would add this code instead at Theme Panel > Custom CSS.
- AJ
hello, i dont want the text to change color. I want the background for the text area to change color. But in the sides, i still want to keep my own picture.
Oh…that can be done via CSS like this:
body .page-header {
margin-bottom: 0;
}
body #main #content-wrap {
background: #fff;
padding: 40px;
}
You could also use the boxed layout and then some code in your child theme to move the header/footer outside of the boxed layout: https://wpexplorer-themes.com/total/snippets/move-header-footer-outside-boxed-layout/
Although the CSS is much easier, but up to you!
- AJ
Hi, is there any way the “site-logo-text” can be made H1 on just the homepage ? Thanks to anyone that can help…
Hi,
Thank you for your patience over the weekend. This is Aj the theme developer. It is possible via some custom code added to your child theme. I can give you the code needed, but first I need to make sure your theme is up to date. Can you double check and make sure you are using Total version 6.1 and you setup a child theme? http://wpexplorer-themes.com/total/docs/child-theme/
If you are up to date please replace this file – https://cl.ly/pxGm – via FTP in Total/partials/header/
Then you can add this code to your child theme’s functions.php file:
add_filter( 'wpex_header_logo_output', function( $output ) {
if ( is_front_page() ) {
$output = '<h1>' . $output . '</h1>';
}
return $output;
} );
That will add an h1 around your text on the homepage only.
- AJ
Hi AJ, no need to apologize… thank you very much for your help, your code works perfectly!
Upgraded to new version and now there are two logos on my site and I can’t figure out how t fix it. www.jim-online.com
Didn’t hear from you. Couldn’t figure it out. But hacked it with CSS display: none;
Hi,
Sorry for the delay over the weekend. Usually I don’t take the weekends off, but I had to this time. I just replied to your last comment explaining why this would happen, please check it out and if you have any follow up questions let me know!
- AJ
I just purchased this theme and it will not let me install any required plugins, I keep getting this error message. I have already tried deleting theme, reinstalling twice and still not working.
Download failed. Unauthorized
Plugin not activated. A higher version of Slider Revolution is needed for this theme. Please update the plugin.
Hi,
This is Aj the theme developer. Thank you for your patience over the weekend (I hope you had a good one). Usually I don’t take the weekend off, but I had to this time.
This error is unfortunately server related. All the plugins are inside the theme which means they are installed on your server, if they can’t be accessed it’s because your server is denying access to your own files
If you contact your webhost they should fix this for you. But you can also re-download the theme on your computer, extract and you will find all the plugins under Total/framework/plugins so you can upload them via Plugins > Add New and selecting the zip files.
If you still have issues or any follow up questions please let me know.
- AJ
How can I change the menu of the posts, categories, tags… I need all the pages from blog to use its own menu, but I can only change the menu of the page “blog” so the other pages like posts displays the standard menu. Can you help me with this?
Hi,
Since you need something very specific you’ll need to use some custom code via a child theme. Here is a sample snippet: https://wpexplorer-themes.com/total/snippets/display-custom-menu/
- AJ
Thank you!
Contact Form 7 “Send” button isn’t showing up and the input fields are acting a little strange – instead of removing the description text, it just adds to it (like in the main message field). http://goodneighborpropertymgmt.com/
Hi there,
- Looks like your buttons all have an orange background and color – https://cl.ly/ptNG – Please double check your button settings under Appearance > Customize > General Theme Options > Links & Buttons
- The inputs are using standard “values” not placeholders. So you would clear the text before adding your own custom content. However, you can easily switch them to placeholders instead. I see you imported the freelancer demo, so I will fix it on the demo as well and update the sample data.
It’s very easy, please see here: https://cl.ly/puFr
Thanks for the heads up!
- AJ
Great, thank you!
On my site the posts of the last two month are not shown on the blog on mobile. On desktop things are fine. Any ideas what the issue is? See https://imwz.io/blog/
Hi,
It looks the same for me on desktop and on my iPhone. I do see you have WP-Rocket active have you tried clearing your cache? And if you are using another CDN like CloudFlare as well, make sure to clear that cache also. The only reason I can see for this happening is if you are seeing a cached version of the site.
- AJ
Yeah, in the end it was an issue with Rocket cache. Though it was turned off Varnish was somehow still loading the pages based on Rocket Cache files. After removing some of its code in wp-config and some files it caused 404s and blank pages. Now with it back on and a DreamPress Rocket bridge plugin all is fine again.
Is there a way to launch a lightbox from a button on the Revolution Slider… for example, to play a video on YouTube? I tried entering “wpex-lightbox-video” under ‘Attributes’ > ‘Classes’ as suggested on a previous post but that doesn’t seem to be working.
Hi,
This is Aj the theme developer. Adding the wpex-lightbox-video will work but you need to make sure to set the link as a standard link tag – https://cl.ly/ptiG
The problem is by default lightbox CSS only loads as needed but it’s impossible for the theme to know there is a custom lightbox link in the slider so you need to load lightbox yourself on the page which can be done if there is another lightbox element on the same page or if you add some code to your child theme by adding this code to the functions.php file:
add_action( 'init', function() {
wpex_enqueue_ilightbox_skin();
} );
Alternatively you could create a new page and use the page builder to insert a total button with lightbox, then switch to text side and copy the shortcode and use the shortcode in slider revolution -
No one has requested this lately, but I see how it can be very useful. I’m going to add it to my todo list for Total 4.7 to add a better method for using lightbox in Slider Revolution.
- AJ
Actually I just added a new setting to load the script globally – https://cl.ly/puM3
If you want to make use of this function here is the updated file – https://cl.ly/pu9x – you can replace in Total/framework/classes/
- AJ
That worked… thank you!!
You are welcome
If you need anything else let me know. If not have a fantastic weeekend!
After updating the theme the social FontAwesome icons no longer seem to work. I had to include the FA script and font family manually before any of the icons would work, but the social icon are still appearing as flashing question marks and exclamation points (https://paperandspark.com). Any insight would be appreciated!
Hi,
When inspecting the code I see the icons are being converted from standard html into SVG’s – https://cl.ly/puTW – which could be breaking them (hard to tell).
More importantly your site is not loading the theme’s core style.css file which includes the CSS for font-icons. It looks like someone copied the theme’s style.css to the child theme and modified it and it’s missing a bunch of crucial CSS, including font icons.
I highly recommend altering the child theme to correct this and properly load the parent style.css and then add only your custom CSS to the child theme.
Looking at the site it appears to have very few if any custom CSS alterations so it should only take a couple minutes and can help prevent a lot of issues in the future.
- AJ
Hello,
Facebook is now requiring all media or business page owners to add what they describe as an “Open Graph markup tag between the ’ head ’ tags in your website’s HTML” in order for us business page owners to have any ability to edit the preview text of our page posts, a very important and basic capability. (They require this tag installation as part of their new “Link Ownership” publishing tool, which they implemented to combat fake news, etc….supposedly…eg, people mislabeling/mis-summarizing news stories.) The contents of the tag must look like this (although I changed the # at the end)—
meta property=”fb:pages” content=”12345678910111213”
As a non-developer who has permanently sworn off child themes, I’d like to believe there must be a more simple, straight-forward way to add this little tag required by Facebook to just one of the pages on my website (although I wouldn’t mind adding it to more…just not necessary). I tried putting it in a raw html module, but that didn’t work, I guess because that module doesn’t put the tag between the ‘head’ tags on the webpage. While I very much appreciate your excellent write-ups on child themes and their usefulness, the whole reason that many people buy Wordpress templates like Total is because we don’t have the time or resources to get into the muddy waters of child themes, and we can’t afford to take any risk of messing up a site that already looks the way we like it. So child themes are definitely out of the question for me, due mostly to a lack of resources—time, expertise, etc. Because every business has a FB page nowadays, and because FB is now requiring this intallation to a page owner’s website/webpage (at least for purposes of posting links to their FB page from their own website), could you please either tell me a simple way to add this to a webpage on our site, or perhaps consider adding this functionality as a straight-forward module (like, e.g., “raw html”) in an update? (Again, child themes are 100 percent out of the question for me at this point.)
Unfortunately FB imposes these things in an autocratic manner and leaves the rest of us picking up the pieces…
Thanks very much!
Hi,
This is AJ the theme developer. I am very well aware of Open Graph meta, this has been around for many years now and it’s used for many sites, not just Facebook. But I wasn’t aware that it was “required” for Link Ownership (makes sense though). The best way to add your Open Graph tags is using a plugin. I personally use and recommend Yoast SEO which not only has all the SEO functions you’ll ever need but it also includes Open Graph meta functionality as well.
- AJ
Thanks AJ, I had heard that Yoast might be the way to go, but was concerned about some reviews that said it caused them site problems after Yoast updates. The fact that you are using it gives me much more confidence to go ahead and install it. Much appreciated!
Hi,
There has been bugs in the past, but Yoast fixes them very quickly – if not the same day the next. The plugin actually makes a bunch of money because of the available premium version (I use the free version on some sites and the premium on my main sites – both good). The plugin itself is basically Yoast’s main business so a lot of time goes into supporting/developing the plugin.
I also have provided updates for this plugin via Github pull-requests, I am not extremely active on there but I do sometimes suggest fixes/enhancements – so I personally have experience with it and will recommend it. I don’t often recommend products/services, when I do it’s because not only have I used them but I have also looked at the code itself.
If you have any other issues, questions or suggestions let me know 
Otherwise have a nice weekend, AJ
Thanks for the helpful additional info! Just two quick follow-up questions: (1) about the past bugs, do these tend to bring down a user’s entire website, or do they usually just cause a few minor quirks in some aspects of the appearance of some (but not all) of the pages on a website?? (Having our entire website go down for even a half a day would be very detrimental to us in our Spring/Summer busy season.) (2) I heard that they force their Yoast icon or other self-advertising info onto their users’ websites, e.g., “SEO Powered by Yoast.” Is that true? That would be totally unacceptable on our site. (I don’t care if they have their icons and promo stuff in our admin panel, but the outside world should not be able to see any of it.)
Thanks again for your time.
Hi,
1. Themes/plugins will probably almost always have at least 1 bug in each update it could bring the site down or you could never notice it. Whenever you update ANYTHING on your site it’s always good practice to create a stagging site so you can test first or to at least download the plugin/theme via FTP so if updating causes any issues you can quickly revert back to the old version.
Most good WP hosting companies actually have built-in “stagging’ functions you can use for testing purposes, example: https://getflywheel.com/why-flywheel/staging-sites/
When dealing with any digital product there is a chance for developer error so as the user you need to setup proper precautions. If your website is your business then having a developer on hand is never a bad idea so if a plugin/theme has a bug they can patch it up on the live site while you wait for an update. Also avoid doing any updates during high-season, make all your updates during times of the day where you have less visitors.
2. No it won’t say Powered by Yoast anywhere, there are some ads in the WP admin but only to purchase the premium version of the plugin. Nothing will ever show up on the front-end. Of course if you like the plugin it never hurts to give back and purchase the premium version. I bought the premium license for WPExplorer.com not because I wanted or use any of the premium options (I don’t) but just as a way to help support the project.
To be honest, I avoid the WP.org forums like the plague (if that’s where you are getting your info from, I’m just assuming)...most people on there are just freeloaders that don’t know anything about development and expect everyone to do their work for them for free. A lot of the 1 star ratings on there are not justified – such as a 1 star rating because the plugin is broken when in reality the issue is with their own hosting or a conflict with another plugin they are using. Or 1 star ratings because they need something custom for their site and no one will write the custom code for them. You really have to be careful when looking at WP.org….
- AJ
Good stuff. Thanks! I use WPEngine so I can copy my site to staging and then perhaps even do the initial install of Yoast there, and then I’ll look over the staging site appearance, and if no problems appear then I’ll go and do a fresh install of it on the live site (assuming there isn’t any complicated licensing issue that would arise from do 2 separate installs—staging and live…if so I’ll just install live).
In the future I’ll do all theme and plugin updates on staging first. It’s all about eliminating risk for us, so the staging site is great advice! I really like WPEngine. Had to switch from Bluehost a couple months ago as I was not satisfied with them.
I’ll be keeping my eyes and ears open (but only via word of mouth/references) for a go-to developer who is even half as competent as you!!
Thx again.
Murphy’s law—right out of the box, Yoast doesn’t work. It won’t let me uncheck and save as unchecked the box “Discourage search engines from indexing this site” under Search Engine Visibility in “Reading Settings.” Ever encounter that? (I had previously uploaded a robots.txt file to the root file a month ago, but I went ahead and deleted it (through FileZilla) and Yoast still refuses to save the Search Engine Visibility box as unchecked.
I guess I'll have to find another solution (like perhaps go be an off-grid farmer or caveman and let this int'l non-profit die that I've been volunteering over 1500 hours per year for, and on it's tomb we'll say Mark Zuckerberg killed us, all because he required some ridiculous tag on our website that we couldn't accomplish :/
Hi,
On nice I use WPEngine as well
(I have a premium dedicated server)
WPEngine stagging manually disables that option to prevent your stagging site from being indexed creating duplicate content issues, it has nothing to do with Yoast SEO. It’s actually important that you never enable that on stagging. But you can disable it as shown here – https://github.com/10up/restricted-site-access/issues/9
- AJ
Hi, How do we open the author box social icons in a new window instead of the current window? Right now the Twitter, Facebook social icons open in the same window, so I need to add a target=”_blank” to the a tag for them. Is there a filter I can use to do that? Thank you.
Hi,
Currently, there isn’t any option or filter just for the link attributes so you would have to modify the entire social output via the ‘wpex_get_user_social_links’ filter.
So I added a new filter for the next theme update. Here is the updated file – https://cl.ly/prKd – you can replace via FTP at Total/framework/ – this adds the new “wpex_get_user_social_link_attrs” filter so you can add a target blank like this:
add_filter( 'wpex_get_user_social_link_attrs', function( $attrs ) {
$attrs['target'] = '_blank';
return $attrs;
} );
Via your child theme’s functions.php file.
- AJ
Hi AJ,
Thank you for doing this. But it isn’t working for me. I have replaced the core-functions.php file under /framework and added the code below to my child function. The Facebook and Twitter links are still opening in the same page. There hasn’t been a target added to the anchor. See: https://www.wb.line49.ca/author/dave/, the top author box with the square icons come from Total.
Thanks so much for all your help.
Hi,
Are you looking at a cached site by any chance? I am definitely seeing the target blank being added – https://cl.ly/pxvf
- AJ
Hi AJ. I found very strange issue. I created many portfolios and staffs. Portfolios are my deparments. And my staffs work in this departments. And I want to display my staffs in my portolio grid (I mean that display my departments and under every department title display their staffs. I found good way for it. I copy staff grid vc shortcode to portfolio custom excerpt and that works very good. But after I see when I add this staff grid to portfolio custom excerpt, my portfolio grid images will be disappear.
This is my url: http://hospital.masterstudio.az/laboratoriya/
https://cl.ly/0f1r2y1I3a0b
P.S. I maked many custom css. And I have two different style portfolio pages in this site (Colorfull background and white background). And I used to display secondary image in this page.
I know that I could create this page with VC builder manually. But it is for my client and I want to everythink work auto and I also use for it Custom Page Template for it.
Hi,
Hum.. this is weird, looking at the front-end I can’t tell what’s going on but it looks like the code for the image is missing completely. If you open a private ticket and send me WP and FTP logins I can have a look to see what’s going on (request your ticket be assigned to me though since this could be fairly complex to troubleshoot).
But, this seems like a very complex way of doing things though. Wouldn’t it make more sense to make deportments the “Staff Category” like this – https://cl.ly/prh5 – then you just have to place your different staff members into the different departments.
This way they are actually related by default.
- AJ
I try to open support, but cant. I get notificaton ” this email already registr …” I find your support email from my mailbox archive. I send details to support@wpexplorer.com and my mail is cavimur@gmail.com
But after I get some notification about direct mail. Posibility also send to master@... I saw this mail cl.ly event section
I use auto custom excerpt with ACF. My excerpt field is Şöbə profili – Kataloq
This issue happens if you changed your username on ThemeForest (looks like it used to be cancavid). I deleted your username from the system so you can log in now.
Yes too much SPAM is sent to our support email so we don’t reply to direct messages as it would be too hard and time consuming to provide quality support.
- AJ
Hi Aj, Thank for fixing the social share module. I appreciate
I still have a “problem” with social share. I don’t like the design of the SOCIAL SHARE module because I cant modify how it looks. On the other hand I do like the SOCIAL LINKS module because I can modify it. But I don’t know what is the link that makes the button to share the page/post you are in. Is it not possible to have the SOCIAL SHARE module with the same options to modify design as SOCIAL LINKS?
Hope you can give me an easy solution.
Fran.
Hi Fran,
The Social share module is intended to be more minimal so it’s a less bloated function. But you can easily change how it looks via a little custom CSS.
Do you have a mockup of the look you want? This way I can give you the CSS to tweak it.
Or if you have a different style that you think other customers would like I could consider adding it to the module.
- AJ
Hi Aj, Thank you very much for your solution! I think this can give a better look to this module.
Just want something “minimal” like this https://www.flickr.com/gp/128880302@N06/F7d368
THANK you very much for your time.
FRAN
Hi Fran,
- First replace this file via FTP at Total/framework/3rd-party/visual-composer/shortcodes – https://cl.ly/pusz
This file will be in the next update as well and it adds a custom style: https://cl.ly/ptg8
Then you can add CSS to your site for the custom Style to match your needs:
.wpex-social-share.style-custom li {
margin-right: 12px;
}
.wpex-social-share.style-custom a {
height: 30px;
line-height: 30px;
width: 30px;
display: block;
padding: 0;
color: #777;
border: 1px solid #aaa;
font-size: 13px;
box-shadow: 0 0 2px rgba(0,0,0,0.1);
transition: all 0.25s ease-in-out;
}
.wpex-social-share.style-custom .wpex-label {
display: none;
}
.wpex-social-share.style-custom a:hover {
background: #000;
color: #fff;
border-color: transparent;
}
Result: https://cl.ly/puDX
- AJ
Hi Aj, I copy the custom css maybe some one can use it, I had to change some things because yours did not work as your screenshoot. Icons were align to right bottom, deleted box shadow so looks cleaner, set height and width to auto, and the final result is pretty good. Any way, THANKS, because with out your help I could not do this.
/* minimal custom social share */ .wpex-social-share.style-custom li { margin-right: 12px; }
.wpex-social-share.style-custom a { height: auto; line-height: 20px; width: auto; display: block; padding: 10px; color: #777; border: 1px solid #dadada; font-size: 10px; transition: all 0.25s ease-in-out; }
.wpex-social-share.style-custom .wpex-label { display: none; }
.wpex-social-share.style-custom a:hover { background: #000; color: #fff; border-color: transparent; }
Hey AJ and Team, sorry to perhaps ask it again, but I cant find it in the documentation or under comments. Where can I define the image size for normal pages (there is only blog, portfolio…) and when do the “standard” image size that you can define under >settings >media in wordpress are used? thanks
Hi,
Features images on standard pages are actually always rendered full-width, to be honest the pages support featured images but I have yet to see a customer use it, because with pages you can just enable the page builder and insert your image at the top with the Total image module.
That said, if you want an option under Settings > Media for standard pages it’s very easy to add with a little custom code which I can give you to add in your child theme’s functions.php file – http://wpexplorer-themes.com/total/docs/child-theme/
- AJ
Hey AJ, sorry for the delay. Obviously my thoughts were wrong at this point. I wanted to place an background image into a inner-row (in a column) and i wondered how i could define the image-size for that under >settings >media. Anyhow, it would be nice if you can post the snippet. Thanks.
For all background images you will want to crop your image prior to uploading it. I personally use this app which is great if you use a Mac – https://snapconverter.com/
- AJ
Hi AJ,
thanks for the link unfortunately I am on a windows system
. But anyhow. Thanks again
You can also use the built-in cropping functions in WordPress, do you know how to do that? WordPress has the ability to crop any image you upload via the edit button.
- AJ
Thanks AJ for this other hint, i know that
Thanks AJ for this other hint, i know that
Hi, I am using total theme (great theme with lots of design freedom). I have one litle problem. I am using the mobile menu (right aligned icon buttons). In this mobile menu the submenu can only be reached by clicking the small down-arrow on the right side. Is it possible to make the word (now with no link to page but #) clickable so the submenu collapses? I hope you know what I mean.
Hope to hear from you soon.
Hi,
Actually this is how it works now since Total 4.5
Make sure your theme is up to date: http://wpexplorer-themes.com/total/changelog/
- AJ
Hi,
i have one question. Can you give me a recommendation for a Image-Hotspot plugin that works well with this theme? Everything I’ve tested is not working well.
Thank you in advance.
Hi,
No one has ever requested this feature so it’s not something I’ve looked into before. Is there a specifically plugin you were trying so I can have a look and try it myself to see why it’s not working?
My recommendation though would be to go with a solution for the page builder such as this – https://codecanyon.net/item/visual-composer-addon-image-hotspot-with-tooltip/8729185 (haven’t tried it though myself).
I think it could be cool to add this as a new module in the next theme update though. while customers haven’t requested it I can definitely use it for demo purposes. If you have any specific “design” you are trying to recreate please share so I can check it out for inspiration, thanks!
- AJ
Thanks for the answer. I use this plugin. But it is not ideal to use shortcodes in the text editor. There is also no function to change the picture size. To move a hotspot, I have to use the front-end editor. It is better to do this in the backend editor. It would be very cool to get a hotspot module in the next update. I think many people will like it.
Thank you for the input. I added it to my todo list
Hopefully I can figure out a good way of adding it that works better. If you have any suggestions or design ideas for this module please let me know!
- AJ
Hi AJ,
How do I add 1px solid e4e4e4 top and bottom border on the main menu, that spans the width of the entire responsive page, and shows up on the whole website including the woocommerce pages?
I had changed the menu to center it and for some reason I lost the top and bottom border styling across all pages for the main menu.
I managed to do this with the footer, by using your footer builder tutorial which is awesome, and really glad you gave us that option. Some how I can’t figure out the header menu.
I would appreciate your help with this.
http://bit.ly/2F1Gy3jThank you Neil
Hi Neil,
Looks like there is actually custom CSS on your site which is removing the top border on the menu – https://cl.ly/prIN – can you double check your child-theme’s style.css file. I can’t tell where the code is since it’s all being cached/minified by your caching plugin.
- AJ
Hi AJ,
I found the issue it is in the style.css, but on second look I think I will just leave the way it is now on the site. So thank you for getting back to me promptly.
Btw, I am testing out keycdn for 30 days or whenever the free bandwidth amount runs out as it fits my budget and requirements. I tried Cloudfare and I ran into some problems, but will consider that later. Thank you for the recommendation.
Rev Slider sucks speed-wise, and I see it sends libraries site-wide. I did try in disabling in the global settings, by isolating it to the homepage and Shop page IDs, but it works on the homepage and disappears on the Shop main page. 
People have looked at my site and compliment your design, but unfortunately speed is still the issue with Rev Slider, etc being culprits. I wish the Total sliders could just replace it and provide same functionality (fitting landscape and square images without the slider resizing vertically), but I know it was out of scope for you and your team with respect to the design.
On the whole, I appreciate the work you’ve done on the theme nonetheless, so thank you.
Hope you have a nice weekend AJ. Neil
Hi Neil,
Slider Revolution is actually extremely fast, any slowness from the slider won’t be do to the slider itself but the images you are using, it takes longer to download the images used in a slider then the time it takes to load slider assets since they are so small. So I’m not sure how you are testing things and coming to this conclusion – right now though your site is being minified via autoptimize so it’s impossible for me to isolate the slider on your site specifically.
Even if you are using all slider settings loading all the scripts it’s under 200kb whereas the first image you are using on the slider is 348kb. Revslider is very slim and highly optimized.
Also setting the slider to load only on specific pages will only increase loading time for visitors that never reach your homepage or shop page. If you set it to load across the whole site once a visitor comes to your site it will load the scripts even if they are on another page and cache it in their browser so if they do end up on the homepage/shop it will load quicker 
Of course you can use the theme’s Image Slider module for the homepage instead if you prefer. I don’t see any reason why you couldn’t.
- AJ
Hello AJ,
I recently created a CPT for very short blog posts but now think it may be better to keep it for future use, as I just need these minor format differences for the very short blog posts, for which I could use a specific category and no tags :
– no display of taxonomy on single
– slidebar with a dropdown widget instead of full list (to avoid blank vertical space)
I thought I’d have to create a new blog post template for this, but maybe there’s an easier way ?
(I haven’t found a class for a specific blog post category which would allow to hide the taxonomy on single, and ideally for the specific category a custom sidebar would be set by default)
Michel
Hi Michel,
Actually the body tag has classes you can use to target things with CSS – https://cl.ly/przj – it should have classes like post-in-category-{slug}
In terms of having a different sidebar for posts in other categories you can do that via theme filters. Either using custom code and total functions – https://wpexplorer-themes.com/total/docs/custom-sidebars-advanced/
Or using a plugin like WooSidebars to manage your widget areas.
- AJ
Thank you very much AJ, it works fine 
And I could even quickly change items from CPT to blog with “Post Type Switcher” plugin.
A minor unrelated question please : when adding a Portfolio Item, the page title is “Add New Item”. I couldn’t find in which file it can be changed to “Add New PORTFOLIO Item”
Michel
Hi Michel,
The file is framework/post-types/portfolio/portfolio-config.php – but you don’t edit this file (you can’t). You would use the wpex_portfolio_args filter to alter the default arguments.
The reason the theme uses a generic Add New Item text is so there aren’t any issues when you use the setting to rename the post type.
- AJ
Thak you AJ, I’ll do my best with the filter