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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 16,741 through 16,760 (of 53,646 total)
  • Author
    Search Results
  • #194202

    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!

    #194199

    I suggested it only because a similar thing happened to me this morning and that was the cause. Open your developer console in Chrome and see if there are any errors when you load the admin page or access the dropdowns. Might give you a clue.

    In forum: Virtue Theme

    Topic: Testimonials

    #194193

    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…

    #194183

    page-id-599

    So

    .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 Theme
    #194178

    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!

    #194175

    Ok, 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
    Kevin

    #194174

    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
    John

    #194173

    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

    #194168

    Page content is enabled on the homepage layout

    #194165

    Hi Melissa,
    You need to enable Page Content from the homepage layout manager in Theme Options > Home Layout. Does that work?

    Hannah

    #194164

    Hey,
    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

    #194163

    You 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

    #194162

    hi. 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

    #194160

    Brilliant Ben and thanks for that – works perfectly. If I only want this style to apply to a particular page, is there a way of doing that in CSS or is it best to just give the accordion a Class ID and use that in the CSS above?

    Thanks again
    Chris

    #194158

    Hi!

    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 B

    #194153

    Here 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

    #194149

    Hi 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
    Chris

    #194148
    This reply has been marked as private.
    #194145

    Hey,
    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

    #194144

    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

Viewing 20 results - 16,741 through 16,760 (of 53,646 total)