22359 comments found.
When I bought this theme for my website it worked fine. But when I want to update my site now the Visual Composer doesn’t work. It would be great if you could contact me for support. Thanks in advance! My e-mail: billy@bkgr.se
I am wondering why the style classes of the blog grid defer from the style classes of the related items below a blog post. At the last one there are the readable classes in stead off the cryptic ones at the blog grid lay-out. At the last one I am missing some styles as well.
Hi,
The related posts are separate from the blog grid to allow for easier customization via a child theme separate from the blog archives.
Also it’s important to keep them separate so for example if you set your main blog to “left thumbnail” style the related items will still render with their default style.
I am not sure what you mean by “At the last one I am missing some styles”. Can you please explain or share the URL so I can look?
- AJ
Hi AJ,
Thanks for your quick response. I do understand why the two are separate from each other. Sorry, ‘At the last one…’ is a bit confusing I see right now…
I mean the following.
When I look at the classes of the blog-grid lay-out I see something like this:
class=”vcex-blog-entry entry-has-details span_1_of_3 col-2 col wpb_animate_when_almost_visible wpb_appear entry type-post has-media cat-6 tag-151 tag-21 tag-152 wpb_start_animation”
Looking at the classes of the related items I see something like: class=”related-post clr nr-col span_1_of_3 col-1 post-4086 post type-post status-publish format-standard has-post-thumbnail hentry category-grip-op-jezelf tag-gratis pmpro-level-required pmpro-level-1 pmpro-no-access entry has-media”
There is a big difference between the two, because the ‘related-class’ is containing ie. written out tag-names and not the ID’s. I do need some of the classes (pmpro-...) at my blog-entries as well.
I hope you do understand it now.
Bjorn
By the way, I can’t give you a link yet, because the development of the site is on a secured environment for now…
Hi Bjorn,
Oh ok. The reason the the Visual Composer blog entries use the format cat-ID and tag-ID is for filters – https://www.youtube.com/watch?v=ifhQ7Fb-0lE – filters require the custom tag/category classes to prevent issues with different languages causing improper syntax/characters.
See the function named “vcex_grid_get_post_class” in Total/framework/vc-helpers.php for more info.
If you want you can add more classes to the entries created with the Visual Composer via the included ‘vcex_grid_get_post_class’ filter in your child theme – http://wpexplorer-themes.com/total/docs/child-theme/.
I hope this makes better sense now! Are you using these classes for styling purposes?
- AJ
Hi AJ,
Thanks for your clear respond. Yes, I do use these classes for styling purposes now. Either I would like to create a filter in the near future to provide the visitor a easy way to show/hide (non-)membership content. For styling purposes your comment is very helpfull for now.
Keep up the good work!
Hi AJ,
I need to re-open this comment/request because something broke. I am not sure why/when, but the following happened.
In my child theme I did hook into vcex_grid_get_post_class with: add_filter( ‘vcex_grid_get_post_class’, ‘pmpro_post_classes’, 10, 3 );
Now I get some errors and a lot of white space…
The function pmpro_post_classes is described here: http://hookr.io/functions/pmpro_post_classes/I did a hook with the following code as well and was trying something in line but don’t get it working…
function add_category_id_classes( $classes ) { global $post; foreach ( ( get_the_category( $post->ID ) ) as $category ) { $classes[] = $category->category_nicename; } return $classes; } add_filter( ‘vcex_grid_get_post_class’, ‘add_category_id_classes’ );
I don’t understand how I get it working again and hope you can help me out.
Regards, Bjorn
Hi,
Looks like the pmpro_post_classes function is part of a plugin, is that correct? If so have you tried contacting the plugin developer to see what the issue may be? It’s possible the function may have been removed in a recent update or something. Or if you can at least share the error notice you are getting that would be helpful for me to help you.
If you are trying to re add the pmpro- classes this code you are sharing won’t do that, this code would add the standard category names to the entry.
What you may want to do instead is something like this…
add_filter( 'vcex_grid_get_post_class', function( $classes ) {
$post_classes = get_post_class(); // Get all classes added automatically to the post
return $classes + $post_classes;
} );
Since you mentioned in a previous comment the classes you want are displayed by default in other parts of the site that use post_class() then this code should do what you need.
- AJ
Hi AJ,
Thanks for the explanation and the piece of code. It does exactly what I wanted. I was thinking in the wrong direction…
Bjorn
Great!
My client has already purchased the theme. his username is powerqueryanalyst.. u must have seen his message in the comments…
How can I have access to pre-built pages in a demo I have imported all the time even after I have deleted one of more of the pages. I have checked it is possible in some themes.
When theme update shows up, I am supposed to deactivate the plugins and activate them. I deactivated the visual composer deliberately to check if I activate visual composer do I still have access to pages I have saved earlier using visual composer. I didn’t have access to the saved pages/templates.
What should I do in such a scenario?
I hope u understand the questions.
Hi,
Here is the guide for importing the sample data currently: http://wpexplorer-themes.com/total/docs-category/sample-data/
Some theme’s have pre-built pages and templates which you can use which often causes a lot of extra bloat in the theme.
Total uses the page builder to create all the pages used in the demos – http://wpexplorer-themes.com/total/docs/building-pages-visual-composer/ – so you can easily recreate any of the demo pages using the modules and the Visual Composer if you don’t want to import the full sample data. If you have any trouble figuring out how a specific page was created I can give you the exact code from the page for you to paste on your site, just let me know which page you are referring to 
When you update your theme it is a good idea to de-activate your plugins, but it’s not 100% required. If you de-activate the Visual Composer you will still have access to the pages created with the Visual Composer, but in order to modify them and have them look good on the front-end you need t ore-enable the plugin.
Unfortunately support is for the person whom purchased the theme, can you please be sure to log in with the correct account “powerqueryanalyst” used to make the purchase for future support? Thanks!
Or you can always purchase your own license which will give you support and then you can use that new license for your next client 
Also with a valid license you will be able to log in and submit private tickets – http://wpexplorer-themes.com/support/ – which allows us to log into your site and help you out with specific issues or help you set things up correctly.
- AJ
Hi AJ!
Short question: My breadcrumb shows (Home) > (Homepage Title) > (Category) > (Post Title). How can I remove the (Homepage Title)?
Thanks!
That is strange. Can you share the URL so I can see?
I actually made some huge improvements to the breadcrumbs in the last update and I am not able to recreate this issue. If you can share the URL that would be very helpful. Thank you!
- AJ
Really? That is strange. Ok so the screenshot doesn’t help since I have to look at the live site. Can you try going to Settings > Reading and make sure your homepage is not set to both a static page and recent posts?
- AJ
Solved! I deleted the homepage and created a new one. Now it’s ok. Maybe some database problem…
Thanks!
Great, I’m glad that worked 
Oh, I think I know what the issue is. In Total at Appearance > Customize > Blog > General there is an option to select your main blog page. I think at one point you may have had this selected and it was the same as the page you recently deleted so now it’s showing something empty. Can you try selecting a different page then putting it back on default and saving? I think the empty space is a bug with this setting and the recently deleted page – https://cl.ly/0H0H3e1m3T3j
One very little thing: In the sidebar widget for categories, the folder symbol gets underlined on a:hover:
http://www.lorfeo.com/hover.jpg
In the post widget, it doesn’t. (That’s how it’s supposed to be, I guess.)
Hi,
This shouldn’t be happening because the theme has code to prevent that. I have also double checked my live site and it’s not happening – http://totaltheme.wpengine.com/base/blog/
Got it! It was an error in my style.css. Sorry!
No worries, I’m glad you fixed it 
By the way I am releasing Total 3.6.0 very very soon, so make sure you enabled automatic updates for the theme – http://wpexplorer-themes.com/total/docs/update-theme/ – so you are notified once it’s ready.
Ok, awesome!
Will it contain the new css for the navigation on the WooCommerce my account page?
I see the “Fixed WooCommerce account pages design” entry already. Great! Looking forward to 3.6.0. Thanks! 
Hi, I need to display different Post Layout Elements on a Portfolio Single Page, based on Portfolio Categories.
I have two different categories, so what I need is:
If Portfolio Category is “X”, display “a”, “b” and “c” elements, else [Category “Y”] display “d and “e” elements
Any ideas?
Thanks in advance
This is pretty advanced stuff so it would require child theme edits – http://wpexplorer-themes.com/total/docs/child-theme/
You could use this functionality – http://wpexplorer-themes.com/total/snippets/add-new-portfolio-single-blocks/ – to add/remove blocks based on the category the post is in.
However, if you need more advanced functionality or if it requires many edits it may be best to instead either create different post types rather then using portfolio categories and creating unique single-type.php files in your child theme for each type or creating a single-portfolio.php file in your child theme that checks what category a post is in and then displays it’s content accordingly.
- AJ
Thank you for your prompt response!
Hi, when will the next update be ready? I was hoping with the next update it will allow us to import the demos from within the admin console
Hi. I am finishing the update this weekend! And yes you will be able to upload the demos via the admin please see the upcoming changelog here – http://wpexplorer-themes.com/total/upcoming-update-changelog/
As long as I don’t get too many support questions today I should be able to finish it up 
Thank you for your patience,
- AJ
I love your theme! But I am having an issue I can’t figure out. I have 4 columns of text (as an inner column) that I want to be responsive and go from 4 across (25%), down to 2 across (50%) at a certain screen width and then down to just 1 column across (100%) for phone width. Within Visual Composer there is a setting for the columns for responsiveness but it only allows me to set it for desktop, wide tablet and phone – not for tall tablet. So what happens is it goes to one column for wide tablets, even though I want it to stay at 2 columns across. I’ve tried overriding this in CSS but have only made more of a mess of it. How can I fix this to do what I want?
Thanks!
Hi,
It should be pretty easy to accomplish what you want, are you able to share the URL in question so I can see exactly how it is setup?
I’m glad you like my theme 
- AJ
Thanks for your fast reply! The page is http://181.224.157.94/~careerl9/
As you can see if you resize the window – it goes down to 2×2 columns but that is at a wider width that what I want. I would like it to stay at 4 columns until portrait tablet size and only go to 1 column at phone size.
Thanks!
Ok I see, so you are using the column offsets for this, unfortunately the CSS used by the Visual Composer triggers at 992px and is a bit tricker to modify. I would recommend instead removing the column offsets completely and give your row a unique classname via the General settings for the row, something like ‘offset-row-on-tablet-portrait’. Then you can use CSS instead to target this specific class and make the columns 50% where you need it via media queries. Make sense?
- AJ
Thanks! ~ I will add a classname so I can override the CSS.
If you need help with the CSS override, let me know and I’ll be happy to help!
- AJ
Hi!
Hi I would like to add in a sidebar categories of my portfolio. So far I can not find an option that allows me to add categories portfolio separately.
it’s possible? How is it done?
I would to get something like the image:
https://cl.ly/0g2i3h2g0g0u/categorias.JPGThanks!
Hi,
You can create a new menu at Appearance > Menu to create a menu with your categories (click on “Screen Options” in the menu dashboard to enable Portfolio categories).
Then you can add the menu to the sidebar at Appearance > Widgets by using any of the custom menu widget options (Total has 3 different styles for menu widgets).
I think so too, ok I will try with that, thanks! I love this theme…
Great, I am glad you like it! If you have any other questions or issues let me know.
Also if you haven’t yet can you go to your Themeforest “downloads” and give the theme a rating? Thank you!
Have a nice weekend, AJ
Yes, Please.. I do not find menu styles for widget in the documentation, you could send me the link? Thanks!
the review is already of the template and did a few days ago, but I can do it again, no problem.
Hi,
Sure, please see here: http://wpexplorer-themes.com/total/docs/custom-menu-widgets/
Hello,
I did, but when I use the widget of VC looks bad: https://cl.ly/2x22070N1W2E
If you use the option of sidebar on page it looks good, but that option does not work with me because I need full-screen.
https://cl.ly/2s0v010d183Bthere any way to let the same style of custom menu, but using widget VC?
Thanks
You could create a custom widget area – http://wpexplorer-themes.com/total/docs/custom-sidebars-advanced/ – then use the Visual Composer “Widgetised Sidebar” module if you’d like.
However, why are you using the Visual Composer for this and not the theme sidebar? It seems like it may be more complex.
If you want a wider screen or full-screen website you can do that via the Customizer – http://wpexplorer-themes.com/total/docs/customize-your-layout-widths/
- AJ
Awesome! is working perfect! thanks!
Great! You are welcome
Have a wonderful weekend.
Thanks! you too… Last question, if you look my pagination is not woking, surely something is missing me : http://rocketsweb.com/disenosweb/
This is actually a WordPress issue. Because your Portfolio item slug is “disenosweb” and your main page is also “disenosweb” it breaks pagination. You have to go to Portfolio > Post Type Editor and change the main slug to be something else such as ‘disenos-de-web” or change the main page slug.
Does that make sense?
Cool site! Hopefully you will buy more Total theme license for your clients in the future
I am releasing a new demo importer this weekend – http://wpexplorer-themes.com/total/wp-content/uploads/sites/2/2016/08/demo-importer.png
- AJ
Thanks for the help earlier in the week!
I’m having trouble with making a login/private page. I created a login page (http://614.a9e.myftpupload.com/residents/) that links to (http://614.a9e.myftpupload.com/resident-resources/). Do I set the secondary page I want password protected to private so someone can’t just send the link to anyone or to password protected and somehow it forwards them to that resident login page I created? Also I created a new user as a ‘subscriber’ and it doesn’t seem to work on that login page I created. I’m confused as to how to set that login box with the new user login credentials and be sure they only have access to that page and not the site.
Also do you know any code that would force all phone numbers on the site to not appear like a blue link in IE? Nothing seems to work when viewing in IE.
Thanks!
Hi,
I sent you the exact code to use in a previous comment for hiding a page on the site. Here it is again:
Regarding your question, this is a bit tricky. The login part is easy, you would just create a new user in WordPress with the name and password you want and a subscriber role. You can create the login page with the Visual Composer since Total has a login form module. Now to restrict access to the pages is more complex you can use a plugin for this, or you can use custom code in a child theme to redirect non-logged in users back to the login page when trying to access the specific page. Example:
function my_redirect_users() {
// Prevent access to page with ID of 2
if ( is_page( '2' ) ) {
// Redirect by default
$redirect = true;
// Check logged in user
if ( is_user_logged_in() ) {
$current_user = wp_get_current_user();
if ( 'username_to_test' != $current_user->user_login ) {
$redirect = false; // do not redirect this user
}
}
// Redirect user
if ( $redirect ) {
wp_redirect( 'REDIRECT_URL', 301 );
exit;
}
}
}
add_action( 'template_redirect', 'my_redirect_users' );
So for the login page what you did looks correct to me. You just need a standard login form. From what I understood there is going to be a global resident login/password, right? If so then you just need that single user to give people the name and password. They should be able to login with that form you have added to the site. Then you add the code above and modify it to redirect users.
If you want each user to be able to create their own account you can use Gravity Forms which I use on my site – http://www.wpexplorer.com/members/ – to create a sign up form with an activation process. My activation works by having the user click a link in an email they receive but you can set it up with manual approval so that an admin has to log in and approve the new user. This could be something a new resident would go into the leasing office and when signing the lease create their account with the leasing manager/assistant.
To be honest though, this is all way beyond the scope of support. I do need to focus my efforts on bugs and future updates. So there isn’t much more I can provide for this topic, but really hope it is enough to get you on the right track!
- AJ
I’m sorry I guess I thought the previous code was for more than one password protected page vs a single one at the time. Sorry, I didn’t mean to take you away from the other stuff but thanks so much for going above and beyond I really appreciate it.
No worries! I’m still here to help if you need it
I’m just trying to hard to get the 3.6.0 update finalized – http://wpexplorer-themes.com/total/upcoming-update-changelog/ – which is going to be awesome!
If we don’t chat before then, have a nice weekend!
- AJ
Hello AJ,
Thank you for your answer regarding a possible correction to the Post Type Archive VC module.
I’ll wait for the upcoming new theme version.
Have a nice week-end,
Michel.
Hi AJ!
At http://styleyourvintage.com I am using Subscribe by Email plugin to notify users of new posts but the post in the email show like this: https://www.dropbox.com/s/uq8yxf6kk1zwqxo/312123.png?dl=0
I changed some of the settings that were supposed to fix that but they didnt.
I have no idea how to change that. Any insights?
Hi,
This is something to ask the plugin developers about. My recommendation would be to test using the “Excerpt” function for your posts and see if the plugin will grab the excerpt because it’s impossible for it to display the shortcodes. I left a comment on the plugin page (you mean the one on code canyon, right?) to see if there is a filter available to return a custom excerpt function.
That said, I would HIGHLY recommend disabling the Visual Composer for your posts. First because you aren’t really using it for blog posts but also because if you ever want to switch to another theme or remove the Visual Composer you’ll be left with the shortcodes. I looked through various posts and it’s mostly text and images (like blog posts should be) so disabling the VC for your blog would be best – http://wpexplorer-themes.com/total/docs/enable-disable-vc/
ps: Your site looks really good! I love how you set things up, super clean and slick.
- AJ
Thank you AJ
writting the first sentence at the excerpt seems to bypass the shortcode!
Hey AJ!
I have a problem in one of my sites not showing images on the media drig VC element.
There is a gallery here but it doesn’t show.
http://luxurydjevents.com/gallery/What is wrong? I am using all the latest versions
I deactivated WPMU DEV Dashboard and its plugins and now the gallery works. I dont know if that was the problem though…
HI,
If you need the WPMU Dev plugin can you re-enable it so I can re-test the page and see if there is any error in the console? Thanks!
- AJ
I enebled it again and the gallery still works.. :/ not sure what was the problem..
Maybe it was a caching issue. Whenever you enable a new plugin or update anything be sure to clear all browser and site cache.
Hi Aj
when is the version with “demo importer” releazing?
Thanks
This weekend. I hope to get everything done today. The update took a bit longer then expected because I decided to add a lot of the features customers have been requesting lately – http://wpexplorer-themes.com/total/upcoming-update-changelog/
- AJ
Hi AJ, You’ve developed a beautiful theme. thanks for working so hard on it 
How can I paste a picture here if I have some questions
You can not actually upload images to the comments, however, you can use any online image sharing website to share pictures via the comments.
If you purchase the theme you can also submit a private ticket which will allow you to upload screenshots – http://wpexplorer-themes.com/support/
My boss has purchased the theme.. you must have seen his message in the comments .. his username is powerqueryanalyst
Hi,
There is a username called “powerqueryanalyst” that left a comment 5 days ago and he has already been helped 
Been trying to figure out this Pricing Table formating issue….
I have a bulleted list, but want to remove the bullet in the last line. But every time, it messes up the spacing. Is there a way to keep the spacing between lines the same while removing the bullet?
Thanks!
Hi,
Can you please show me the URL you are working on so I can look and suggest a fix? I am not sure how you are setting things up, because the default pricing table does remove the bullets from the list – http://totaltheme.wpengine.com/features/builder-modules/pricing-tables/
- AJ Clarke
Website isn’t live yet. Here’s a screenshot? When I remove the bullet, the last two lines have no spacing https://drive.google.com/file/d/0B4DNr7ieuvcfeDZ0V0JSUWdvN2c/view?usp=sharing
Sorry I am not sure what the issue is. The screenshot looks good to me, all the spacing looks even.
The theme does have some CSS to reset the last item margin:
.vcex-pricing .vcex-pricing-content ul li:last-child { margin-bottom: 0 !important }
This is because there is padding on the inside and it prevents an excess of padding.
Here’s a shot of what happens when I take the bullet out. It’s minor, but it’s the spacing between the last two lines.
https://drive.google.com/file/d/0B4DNr7ieuvcfUXhlQ20xSUw3WU0/view?usp=sharingOh I see what you mean you want to add text after the bullets. yes this is because of the reset of the last bullet item as mentioned above via the last-child method. the only way around it is really is to add a spacing shortcode above the text. It’s important for the theme to remove this margin.
Example shortcode:
[vcex_spacing size="20px"]
- AJ
worked perfect! THANK YOU!
Sure thing!
I do see your support license has expired, just a heads up. If financially you can renew your license I would really appreciate it or if you purchase a new theme license for another site/client it will also renew the support. If financially you can’t at this time I understand and I will continue to provide support. Thanks!
- AJ
Hello to my favorite problem-solver! So, I have 2 questions… I have 246 people I need to upload in my website. I used wp-all import to do the heavy lifting for me. Problem is, the free version doesn’t allow me to upload images, so, I’m looking for an alternative to upload them all at once. Do you know another cool plugin that could do that? On the other hand, this IS regarding the theme. I was searching through the docs and I found this post http://wpexplorer-themes.com/total/docs/staff/ regarding a Child theme for this. Because there are a LOT of people and I would like to have, for example, this one I made with the visual composer (I would like the title above the text, not the image), http://teachersrightinghistory.org/staff-member/roosevelt-eleanor-2/
I know I can’t do those tweaks in the customizer. So, can it be done adding code to the child theme?
Thankkkkkkkk you!
Hi there,
- I don’t know of any alternative to the wp-all-import this is the one I usually recommend. Also they are using Total for their site it seems – http://www.wpallimport.com/ – ha cool!
- I agree, using the VC for 246 people is NOT a good idea. You can do this easily with CSS though. Enable the media for the staff posts via Customize > Staff > Single and then you can use CSS to move it to the side. Once enabled if you aren’t sure I can help with the CSS. The best would be to position it absolutely probably. Otherwise you can easily make a new single-staff.php file in your child theme with custom code for this.
- AJ
Ok, so I’ll buy the plugin then. Total is awesome! Everyone should be using it =)
On the other hand… my css knowledge is 0. I’m starting a course tomorrow, so hopefull you’ll be seeing much less of my questions here =)
I change it a bit. I would like for all the pages to look like this: http://teachersrightinghistory.org/staff-member/roosevelt-eleanor-2/Is it hard?
No it is not hard to achieve that look for all items. That would be very easy. Keep this page as a reference and I can help with the code if needed.
Hi
My CSS course is going very slow, and my client loved the idea, so I’ll need your help, s’il vous plait.
Can you share a link to a staff page setup without the Visual Composer so I can give you some advice for it?
Also I may recommend creating a custom single-staff.php file in your child theme for the layout of your staff post as it would be much easier. Are you familiar with adding files to the child theme?
Mmm this one? http://teachersrightinghistory.org/staff-member/seton-st-elizabeth-ann-2/
I’m not sure if I understood correctly, but the one I pasted has been generated with Wp All Import, so it’s the theme’s default.
And about adding files to the child theme, if you mean code, yeah, I did it a few times. I’m already using your child theme sample, and you helped me tweak it in the past, so if it’s just adding more code, yeah.
Because I will need to help you out by sending you a PHP file for this can you submit all info via a ticket and request it be sent to “AJ” – http://wpexplorer-themes.com/support/ – it will be a lot easier to help you out.
Please do realize this is something way beyond the scope of support so I am doing a favor helping you out with this, at this time there are a lot of tickets in the queue and I am swamped with the release of Total 3.6.0 – but I will get back to you asap. Thank you for understanding and your patience.
- AJ
I really appreciate it. Thank you so much! I’ll be patient =)
Another question
Is it possible to add a single staff item to a page?
Using this page as an example: http://www.sherdog.com/events/Titan-FC-41-Titan-Fighting-Championship-41-54547
I would like to add two figthers per row in separate columns and have users be able to click each one to go to their detail page.
You can use the single image and link to the staff post. But maybe this is something best done as a new custom module/shortcode for the site. You may want to consider adding a new custom post type called “Fights” in which you can have the ability to choose the 2 fighters that will be fighting against each-other and on the front end it would be able to pull the data and display it. It envolve more work of course creating something custom for the client, but would be much easier to update.
Hi WPExplorer,
Great theme. I’d like to put a background within the page.
Fir example, this page: http://brookside.connormarc.com/about/
Under the “About” title..
What’s the recommended size to use for a full-width page background? And does it encompass both the content area and the sidebar, or just the content area?
Thanks, Marc
Hi Marc,
I am glad you like the theme!
Here is the guide for adding row backgrounds – http://wpexplorer-themes.com/total/docs/full-screen-rows/
The size doesn’t matter because it’s a background and monitors are different sizes you need to just select a background that will look good across all devices. I recommend using an overlay for the background as well – http://totaltheme.wpengine.com/features/builder-modules/backgrounds-overlays/
Because your page has a sidebar if what you want is a full-width area under the title you may want to use a slider instead – http://wpexplorer-themes.com/total/docs/adding-sliders-top-pages/ – it would be impossible to add a row and background into your page content and have it magically moved above the content and sidebar.
Or you can consider altering the page title to give it a nice background – http://wpexplorer-themes.com/total/docs/page-header-backgrounds/
- AJ
Thanks AJ,
You gave me a lot of options to consider.
Will go over them and determine which is the best one to use.
Much appreciated.
Sincerely, Marc
You are welcome if you have any other questions just let me know!
Hello. I am using visual composer on the Total theme. Using the post grid creates absolute links (www.site.com/image). I have relative links (/image) every where else on the site. Is there a way to have relative links on the post grid?
Hi,
So you want relative links for the images? For security reasons when images go through the resizing function in WordPress they return absolute URL’s. It would be possible for me to add a tweak for the next update so you can have relative URL’s but it does require a modification in the theme as well as a child theme function to define your image URL’s as relative.
Is there any particular reason to do this? Relative URL’s can hurt you SEO wise and absolute URL’s are generally always preferred.
- AJ
Thank you for the prompt reply. I’ve added a function that has allowed me to strip the URLs in all instances (images and links) but it doesn’t seem to apply to the post grid. Are there any quick fixes for this? I am doing this for staging purposes.
Oh ok, for staging purposes that makes sense
How is the stagging setup though? From my experience most people using stagging sites do not use relative URL’s they either change the URL’s after making the site live via a DB search/replace or the stagging process changes it automatically when moving live.
So the reason it won’t work on some Post Grid styles for example the default one is because the Visual Composer sets the image as a background using preg_match to set the absolute URL to make sure the image is defined correctly for the CSS.
Can you share the function you are using for this via a gist? gist.github.com
So I can take a look and see if it’s possible to tweak it accordingly.
- AJ
Below is a link to the gist (assuming I inputted it correctly). I’ve had an external request to pursue this and would like to make it as efficient as possible. Thus I have been looking for a solution that does not require me to utilize the DB.
http://bit.ly/2ddPSQLThanks. This is a pretty complex request, do you mind opening a ticket and requesting it be sent to me “AJ” so I can add it to my pending tickets and get back to you asap? http://wpexplorer-themes.com/support/
I think it would be easier for me to help then via the comments also so I can “star” the ticket.
By the way, if possible can you send FTP logins for the stagging site so I can test a couple things for you?
I do believe we can do all of this via the functions.php file as well without editing any template files, which would be ideal.
- AJ
Hello.
When I create a New Item Portafolio, in the editor page it doesn´t appear the visual composer buttom. I can´t edit with visual composer in the single item portafolio. Why? With Personal and Testimonios is the same. I have the update version.
Thank you very much.
Víctor.
Hi Victor,
Please have a look here: http://wpexplorer-themes.com/total/docs/enable-disable-vc/
It sounds like the Visual Composer may be disabled for those post types. Please double check your settings and if you still have issues let me know.
- AJ
Yess AJ. That´s perfect. I will keep walking with your Theme. Many thanks for your support!
Hello when displaying woocommerce products you can choose, under aspect->customize->woocommerce->archives->product entry media, which mouse hover effect should the product thumbnail have (like image swap or gallery slider). I would like to have some sort of mouse hover effect on the product categories’ thumbnail too (even a grayscale effect would do just fine…) but I can’t find the proper option. Could some custom css help me out? I’m already using a child theme
How are you displaying your product categories? If you are using the shortcode in a page my suggestions would be to instead use the Total “Categories Grid” Visual Composer module which allows you to display the product categories but also style them and choose from different hovers and overlay styles: https://cl.ly/3a3C1k2R2F1y
This module also offers more options like showing the category description, cropping the image, altering the entry CSS, changing the columns, etc 
- AJ