Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
Hello, is there a place where I can make any featured products that I want in the featured products carousel on home page – no matter what their upload size – to all have the same size when in the carousel? Is there a way to make it resize to fit the carousel blocks?
Thank you!
In forum: Virtue ThemeIn reply to: shortcodes drop down not working
In forum: Virtue ThemeTopic: Testimonials
My testimonials page is no longer showing testimonials? I can’t seem to find the culprit… any help? I originally thought it was something to do with a plugin that was not set to HTTPS but I verified that all plugins are secure…
In forum: Ascend ThemeIn reply to: Style Accordion Heading Background & Font Colour
June 27, 2018 at 8:50 am #194183page-id-599So
.page-id-599 .kt-accordion>.panel h5 { color: white; } .page-id-599 .kt-accordion .panel-heading { background: blue; padding: 10px; margin: -10px; }In forum: Ascend ThemeTopic: Can’t Fix Margin
Hi, I’ve just added a banner to our home page. I’ve tried everything I can think of, but this banner has a 20-25px top and bottom margin and I need it to be about 5px. I’ve adjusted the row style and the widget style layer properties for 0px margin, 0px padding, and 0 gutter. and I’m still getting this white margin on top and bottom. Please help!
In forum: Virtue ThemeOk, I appreciate you taking the time to think about it.
If I need to I can do it manually with help from the client.My other thought was to use Advanced Custom Fields on the product pages to populate the Application Notes. We use WP-All import to import the products and could easily add a column in the database.
Thanks
KevinIn forum: Virtue ThemeIn reply to: Nofollow attributes in outgoing internal links
Hi Ben
sorry I don’t have a method to examine all the nofollow links closely on every page. On this particular page there are only nofollow attributes for add to cart buttons and mobile menu. So I guess I should just ignore it. The GURUS Like SEMrush says:The rel=”nofollow” attribute is an element in an tag that tells crawlers not to follow the link (e.g., “Nofollow link example“).”Nofollow” links don’t pass any link juice to referred webpages. That’s why it is not recommended that you use nofollow attributes in internal links. You should let link juice flow freely throughout your website. Moreover, unintentional use of nofollow attributes may result in your webpage being ignored by search engine crawlers even if it contains a valuable content.
The conclusion probably is that I have a big number of nofollow links on the site because of the fact it’s an e-commerce site with lots of add to carts buttons…and mobile menus
So I should just ignore this and have a beer…
Regards
JohnIn forum: Ascend ThemeIn reply to: Style Accordion Heading Background & Font Colour
Hi Ben, I can’t post a link to the page as it’s not published yet as I’m editing a live site. However, I did copy this from Chrome’s Inspect Elements, is this any use?
body class=”page-template-default page page-id-599 logged-in admin-bar siteorigin-panels kad-header-position-above kt-showsub-indicator kt-use-select2 kt-no-topbar body-style-normal none-trans-header not_ie customize-support”Cheers Ben
In forum: Virtue ThemeIn reply to: Homepage only showing revolution slider
In forum: Virtue ThemeIn reply to: Homepage only showing revolution slider
In forum: Virtue ThemeIn reply to: Nofollow attributes in outgoing internal links
June 27, 2018 at 8:07 am #194164Hey,
That button is not a link. It’s a button to open the mobile menu and thus should not be followed by a search engine bot because it’s not a link. It’s an action on the page. If something is telling you it’s a link then I wouldn’t trust it’s results.Ben
In forum: Ascend ThemeIn reply to: Style Accordion Heading Background & Font Colour
June 27, 2018 at 8:04 am #194163You can target the specific page using css. in the body tag of the page there is a page specific css class. If you post a link I can help with that.
Ben
In forum: Virtue Themehi. I’m making a website using the builder and only the revolution slider is showing and not the other things i’ve added. i can see everything if i click on view site from dashboard but if i’m not logged in i can only see the revolution slider. Please help. my website is *Login to see link
In forum: Ascend ThemeIn reply to: Style Accordion Heading Background & Font Colour
In forum: Virtue ThemeHi!
I am trying to optimise the site and the SEMrush report is saying there are 466 nofollow attributes in outgoing internal links. I had a look at the source of one page and I found them in different places such as:
<button class=”mh-nav-trigger-case collapsed” data-toggle=”collapse” rel=”nofollow” data-target=”.mh-mobile_menu_collapse” style=”line-height:60px;”>
Add to basket
Add to basket
On this particular page there was 14 nofollow links. According to SEO this should be fixed and the nofollow attributes taken away to optimise the page.
What’s your opinion on this? If it’s necessary to remove these, can you give me the php code for it?Thank you
John BIn forum: Ascend ThemeIn reply to: Blog posts shortcode width varies
June 27, 2018 at 7:28 am #194153Here is css you can force 2 columns regardless of screen size:
@media (min-width: 1500px) { .page-id-21 .kt_blog_shortcode .col-md-6.kad_blog_item { width:50%; } }Ben
In forum: Ascend ThemeHi guys, I have an accordion on a page and I would like the background on the header of each pane to be filled and to be blue. I would also like the header font of each pane to be white. Can you give me the CSS that would allow this please. I also noticed that there seems to be no difference if I choose style one or style 2 for the accordion – is this right?
Many thanks for your help
ChrisIn forum: Virtue ThemeIn reply to: Remove images from woocommerce archive page
In forum: Virtue ThemeIn reply to: price location on product page
June 27, 2018 at 6:48 am #194145Hey,
You can’t with css. You would have to a child theme and change the output order for the woocommerce template through custom php hooks.
Or you would need to use a plugin like this: https://www.kadencewp.com/product/kadence-woo-template-builder/ (if you’re using SiteOrigin Pagebuilder) Or this: https://www.kadencewp.com/product/kadence-woocommerce-elementor/ (if you’re using Elementor page builder)Those plugins can create custom product templates that allow you to set how you want the output to be.
Ben
Hello,
I am looking for advice on the best way to add content as both a custom post type that users can view independently (with a link to a product) and also add this content to an individual Woocommerce product page. There are approximately 300 products that these would apply to.
The content I am needing to add are Application Notes that talk about specific applications for the products. Prospects often will search for a product based on their need or application without knowing the product name so having these pages by themselves is important. The Application Note would have to have a link to the product page.
Then on the product page there should be links back to the Application Note(s) as there may be more than one Application Note per product.
For the Product page my first thought was to create the Application Notes and tag them with the product name. Then using the Woo Templates, add a post loop to the Product page that would only show those posts that are tagged with the product. Would this approach work and if so, how would the variable be defined to show the matching posts?
Thanks for any advice.
Kevin -
AuthorSearch Results


