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 - 6,221 through 6,240 (of 53,646 total)
  • Author
    Search Results
  • #258693

    Hi Hannah

    The post grid/carousel block also enables pages to be displayed just like posts as well as by selecting individually as required.

    This is a great feature I have been using instead of child page shortcodes for some time now.

    Having the excerpt available for Pages would be useful in some use cases.

    Regards

    Chris

    #258690

    Hi Hannah, I took screen shots so you can see what I’m talking about (at this point I would have to rebuild the entire Home page to use a different builder). I’ve set the default to have Anxiety Disorders open when you land on the Home page. But when you click on an accordion that’s lower down, in this case Stress Related to Psychosocial Factors, the page doesn’t scroll at all so that what’s inside the accordion can be read. In fact, because the accordion up top closes, the page actually scrolls up (more or less). You have to manually scroll down to read it the section you’ve opened. Is there a fix for this? Thank you?

    Screen-Shot-2020-10-13-at-3-53-57-PM Screen-Shot-2020-10-13-at-3-54-27-PM

    #258682

    Hi Ben and team. Any way to make it so if a person is on a certain tab initially, they will stay on that tab when they refresh the page? Thanks so much.

    Griffin

    #258681

    3c7e6150-77d5-4166-ba9f-abeccc24a517
    Thank you for your response.
    1- It worked on the store page, but there was a lot of space. Do we have a chance to zoom the products on the right and left?

    2- Unfortunately, the home page did not work. Actually the home page is more important.

    #258675

    Hello Hakki,

    Thanks for reaching out to us.

    There is no built in option to set mobile shop columns and the default style is that columns will take the full width for mobile views, since it will look cramped on smaller devices if you have 2 or more columns per row.

    If on the other hand, you still want to set 2 columns on mobile view for these pages, you can try to add custom CSS:

    @media screen and (max-width: 575px) {
       .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
       }
      .archive #archive-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    Hope this helps.

    Best Regards,
    Karla

    #258670
    This reply has been marked as private.
    #258669

    Hi Ben – This will add the code in the page: and is working 🙂 But would be nice to include the name and the MPN or EAN by picking out the values from the attributes.

    So if you define in product attributes by exstracting them from defined product attributes:

    Brand: Mineralstate
    MPN: 12345
    EAN: 123456789

    /**
    Add Json Brand And MPN
    */
    
    add_filter( 'woocommerce_structured_data_product', 'nt_woocommerce_structured_data_product_offer', 10, 2 );
    function nt_woocommerce_structured_data_product_offer( $markup, $product ) {
    
        $markup[ 'brand' ] = array(
            '@type'  => 'Thing',
            'name'  => 'Mineralstate', // my site only has reviews on one product and all product have same brandname
    
        );
    $markup['mpn'] = $product->get_id(); // set product id as mpn.
        return $markup;
    }
    

    Possible to modify this snippet of the top of your head to use the attribute values

    pa_brand
    pa_mpn
    pa_ean

    I know its outside scope of support. But thought it would be a good addition to the Woo Extra reviews.

    As it stops google consol throwing an error on products.

    REF: reference URL for inserting the attribute values in the function.

    #258665

    How can I make a 2 Column Store Mobile Layout?
    1- Home Page
    2- Shop page
    The edits I made with the editor only work on the desktop.
    Home Page
    Shop Page

    I tried this tutorial but it didn’t work

    #258663

    Hello Michael,

    Thanks for reaching out to us.

    You may want to take a look at our newest theme, Kadence – https://kadence-theme.com/. Also, this plugin may also help you with further customizations you want for your WooCommerce pages – https://www.kadencewp.com/product/kadence-woocommerce-elementor/.

    Hope this helps.

    Regards,
    Karla

    #258657

    The post grid/carousel block is for posts, not pages. Let me know if there’s anything else I can help you with!

    Best,
    Hannah

    #258656

    Hi Hannah,

    I am recently learning to make a landing page with Kadence block with Guttenberg editor.
    I am just wondering why would the preview result is different between editor and actual preview site on wordpress?

    Please help me with these 2 issues below :
    *There is cramp messed text one the first banner and also the huge gap in the product feature carousel? how could the preview in editor and the actual preview result is the same? i think i have made default width setting page.
    *When im editing in the editor where could i change the page name? i cant find the menu the edit the page name as you an see the link of url is looking like this : ine/687-2/

    Could please help me out thanks. Below is screen recording for both preview version and also the link.
    Looking forward to hearing from you soon thanks.

    my url: ine/687-2/

    #258654

    Hello Hannah,

    It’s in the middle of homepage.

    Kind Regards,
    Inga

    #258651

    Hi Hannah, yes, that was the way I was thinking I would have to do it–link to a portfolio grid for each category. But since there are 24 separate categories, that would mean I need to make 24 separate pages, one with a grid for each category. Just wanted to confirm that I would have to do it that way. Thank you!

    #258646

    Try re-saving your permalinks. Navigate to Settings > Permalinks and save. Does that resolve the page not found page?

    Hannah

    #258645

    Hey,
    I would suggest using a plugin like the this: https://www.kadencewp.com/product/kadence-woocommerce-elementor/ It allows you to build custom product pages with Elementor and assign them to individual products.
    Let me know if that’s something that will work for you!

    Best,
    Hannah

    #258644

    Google consol is throwing a warning now for EAN and Brand in snippet.

    My Stars have stopped displaying in Google search – Since warning has been shown in consol.

    Anyway to add the Brand and EAN to a product so they display in the woo extras review snippet. and on the page. (if added as product attributes for example?)

    Do you think this is related?

    #258642

    Mineralstate

    This was working
    Other post tht did resolve the issue historically

    but seems to have stopped working.

    Any Idea how to fix it?

    thanks Lee

    #258641
    This reply has been marked as private.
    In forum: Kadence Theme
    #258640

    Hello Melanie,

    Thanks for reaching out to us.

    There is currently no built in option to show related posts for Custom Post types. You may log a feature request regarding this on this page.

    Hope this helps.

    Best Regards,
    Karla

    #258636

    Hi Ben and Hanna

    Fixed the Issue will post here for anyone in the same boat.

    This plugin is a free version ( they do sell a proplugin that does this plus more.) but this happily can resolve issues with the reviews.

    import export reviews

    Make a backup first – or practice on copy of site in localhost XAMPP

    STEPS NB: I only had 1 product with reviews so was less complicated

    1. Installed
    2. Exported the comments to csv
    3. Deleted all reviews and all comments
    4. Imported the comments
    5. Approve all comments
    6. re synch the reviews with the woo extra plugin
    7. I had a few comments that where imported BUT the count of the comments where 142 BUT the review count was 139 in backedn and front end
    8. To fix this I located the comments by username that where in the comments list but not displayed on the product page
    9. Made a copy of the text date, user email
    10. delteted from the comments
    11. resubmitted these comments myself from the front end of the website on the product page
    12. selected them from the comments list updated the date of submission
    13. then approved these comments and then clicked ont he review tab and approved these reviews.

    Now happily all commnets and Json data is correctly displayed in front end and json snippet.

    Sorry for wasting your time ben. Thanks for taking a look anyway :).

    • This reply was modified 5 years, 6 months ago by lee.
Viewing 20 results - 6,221 through 6,240 (of 53,646 total)