Hey Jerry,
The page title within your content pulls from your h1 settings which can be edited from Theme Options > Typography.
If you want to remove that title you can do so with this css:
.single-portfolio h1.entry-title {
display: none;
}
Hannah
I haven’t worked with any other plugin that does this.
Another workaround would be to add a product carousel to the bottom of your checkout page. It would display underneath your checkout info rather than beside, but it would get you close to what you’re after. Would that work for you?
Hannah
The page template actually has no effect on the homepage as it will just be overridden by the home page template. It looks like the plugin is outputting css that is forcing it into two columns. You can override with this css:
@media (min-width: 992px) {
.home.atbd_content_active #directorist.atbd_wrapper .atbdp_column {
width: 33.333333333333% !important;
}
}
Just paste that into your custom css box in Theme Options > Advanced Settings.
Hope it helps!
Hannah
*Login to see link
The title appears twice – at the top above the text content. I can easily remove the Page title but cannot figure out how to target the text content title for styling or removal.
How can I do this?
Thanks
Why there’s no ajax on single page when clicking add to cart button?
but there’s ajax on shop page.
happybaby.co.id
Yes, the shortcode is the same on both.
I am speaking with the plugin support. Their attitude is leaning towards… ” Well no one else has complained about it”
This a link to them. https://wordpress.org/plugins/directorist/
I know Virtue’s homepage does tend to only show 2 columns for posts on the bottom. So I have switched the pages template between Feature, Full Width, and default. All give the same results.
The only other thing I can think of is that I used SiteOrigin page builder on the home page?
but the shortcode for the “Popular Locations” work via a similar shortcode???????
Hannah,
The link you provided appears to the free version, if I remember correctly the premium WooCommerce was included when I purchased Virtue back in 2016.
Do I need to set up a store on my website in order to use their product widget slider on my home page or post?
Did you clear your cache after making this change? You could also use css like this:
.page-id-922 aside#ktsidebar {
display: none;
}
Hannah
Hey Amal,
That’s your sidebar. In your edit page are you able to turn off the sidebar under Page Options?
Hannah
Hey,
There isn’t a built-in function to add a product carousel to your checkout page, but you could do this using Kadence WooCommerce Elementor Pro. https://www.kadencewp.com/product/kadence-woocommerce-elementor/
Hope that helps!
Hannah
Are you using the same shortcode on the homepage as the other page? Have you tried contacting the directory plugin regarding this? Can you link to the plugin you’re using?
Thanks!
Hannah
Hello,
Does anybody else have issue with Revolution Slider in Chrome and Firefox?
My homepage slider breaks the top of the page in these two browsers.
Everything is fine in Safari.
The website is http://www.philandbrothers.com
Thank you for your help.
Fred
Hello, on the contact page I have the widgets that appears in the bottom of bage!
I ask that the page is without widjets but the theme does not answer: /
Can you help me please
I know it’s a conflict with a directory plugin.
When adding a Featured Listings section (via the plugins shorcode)on the home page.. it won’t display in 3 columns like it should, but jumps to a 2 column layout.
I have the same shortcode on this page. *Login to see link
and it works fine.
But on the home page htps://berlinatv.com
You can see it does not….
This is the shortcode provided
[directorist_all_listing featured_only=”yes” header=”no”]
There was an allowance to edit that to the desired number of columns which I messed with over and over with no success.
I have Kadence Virtue Premium on my site, powderriverordnance.com which works very well for me. But, I’ve noticed that the Woocommerce Currency Switcher (WOOCS by realmag777) does not work in the Kadence image carousels (featured product, best sellers, sale, etc). products listed in these categories will not convert on the product page, carousel view, etc.
According to the WOOCS author realmag777, “Some themes implements their own functionality for quick view for woocommerce products. And in some cases it doesn’t work well with WOOCS. For example – flatsome theme uses ‘jck_quickview’ event to show this popup, and for first initialization it shows basic currency, but after manipulations with product attributes it shows right currency. So there is 2 ways to resolve it:”
find template where quick view popup generates and change code for price:
global $WOOCS;
$currencies = $WOOCS->get_currencies();
$price_num = $price_num * $currencies[$WOOCS->current_currency][‘rate’];
$price_num = number_format($price_num, 2, $WOOCS->decimal_sep, $WOOCS->thousands_sep);
$product_price.=$currencies[$WOOCS->current_currency][‘symbol’];
echo $product_price;
What Kadence file would I add this code to? Or is there a better solution?
Hey,
You are setting 8 of your posts to be “sticky” This forces them into every query and adds them to the query. You should only be using sticky posts if you want a traditional blog page and you want 1 maybe 2 posts to be stuck to the top of that page.
Ben
Hey,
You have a server configuration issue, all your urls are getting:
?COLLCC=3525159548
added, which means the domain has a redirect issue. you need to talk with your hosting provider. On your admin pages you are getting :
wp-includes/js/mediaelement/mediaelement-migrate.min.js?COLLCC=3525159548&ver=5.2.1 net::ERR_EMPTY_RESPONSE
to all the core files.
Ben
Thank you!! 🙂
That worked great for the grid style! Except that even this shortcode is pulling all 12 posts instead of only 6 or whatever other number I set :/ The same thing is still also happening with the Post Carousel at the home page header.
Hey David,
I don’t think this is an issue with the kadence slider as it is happening across all your pages. I would suggest contacting your theme support. Let me know if they’re unable to help you.
Hannah