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 - 9,241 through 9,260 (of 53,646 total)
  • Author
    Search Results
  • #244097

    Hi Hannah

    Yeah that’s exactly the problem but both pages are exact duplicates and those paragraphs don’t exist anywhere in page builder or kadence slider. The reason they don’t show on the first page is because I disabled any testimonials from that testimonial group that were created after Gutenberg. The second page has a second testimonial group which includes the new posts.

    I found the source of the issue by deleting rows until it went away. Once I realised it was the testimonial slider I tried changing the settings of the widget and nothing happened until I tried a different testimonial group. I then compared the group and realised the second group had no new posts. As soon as I remove the 3 posts created in 2019 everything works again.

    If you need access to the site I can provide it or I can record my screen to show the issue better.

    Thanks

    #244083

    Hi Team,

    The Retired Working DogsNZ site displays Dogs for Adoption using the Virtue Portfolio feature.

    We now need to produce printed posters, based upon the portfolio posts. Until now we have used File > Print which includes the header, sidebar, menu and so on. A bespoke “Print Poster” function would remove all of these and just show the image and the content text in a larger font-size.

    I think this will need a modification to the template to add a “Print Poster” button and then some CSS to set-up the page.
    Do you have any suggestions for the best way to approach this?
    Many thanks,
    Phil.

    #244080

    Dear Ben

    Thank you so much!! form entry is working now!
    I had these issues with different elements with images. For example, you add a simple image or change it to a different one or inserting an image in some block like columns or split page, it shows the error like in a screenshot attached.
    But I learned that despite this error message, editor is saving the image. If you update the post/page and then refresh the page, you will see it in editor as expected.
    So it actually works with this minor hiccup. I will try to deactivate some plugins and check. I am fine with this workaround, no big deal. As long as it works, I am happy.

    Thank you!

    image-error

    #244072

    Hello Support team!

    I’ve managed to change the on sale button background (from red to pink) with this css:

    .product_item span.onsale {
    background: rgba(221, 142, 137, 0.7);

    And I’d like to do the same on the single product page, but I can’t manage to do this 🙁 Can you please help with it?

    Single product page:

    Thanks,
    Anita

    In forum: Ascend Theme

    In reply to: Centre Alignment

    #244066

    1. This will center al your text:

    .product_item .price {
        text-align: center;
        padding: 0;
    }
    .product_item .kt-notrated {
        float: none;
        text-align: center;
    }

    2. In Theme Options > Shop Archive Settings do you have the text transform set to none beside “Shop & archive Product title Font”?
    This will affect your not rated text:

    .product_item .kt-notrated {
        text-transform: capitalize;
    }

    Let me know if there’s other areas you’re referencing.

    3. What happens when you try to add more than 4 or 5 widgets? There shouldn’t be a cut off for that. Unfortunately, there isn’t an option to have two sidebars on a page. But if you wanted you could use one of our woocommerce page building plugins to create a custom shop and/or archive page. For elementor: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
    For page builder by siteorigin: https://www.kadencewp.com/product/kadence-woo-template-builder/

    4. There isn’t a way to do that without adding a custom function into a child theme. Are you currently using a child theme?

    Hannah

    #244065
    This reply has been marked as private.
    In forum: Ascend Theme
    #244056

    Hey Anders,
    No, your screenshot is for page builder widgets. You can use this css to adjust the title and subtitle font colors:

    .image_menu_item_link .image_menu_message h4 {
        color: #333;
    }
    .image_menu_item_link .image_menu_message h5 {
        color: #333;
    }

    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Centre Alignment

    #244050
    This reply has been marked as private.
    #244047
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Conflict maybe

    #244046

    Here is an example page you can look at:
    https://africainharlem.nyc/en/bens-example/

    Ben

    #244040

    Hi Hannah, oh no worries – the delay was mine, not yours! 🙂 We’ve added more pages now so I think the menu could potentially get more cluttered (especially if your developer does add those social media icons*); I think it’s best to skip the center logo option for this site. I do have another musician site in development, but it’s using the Ascend theme, so I’ll need to check the options there – I’ll open a ticket in that forum if I experience the same thing.

    Can I ask 1 more q before closing? I’m using a gold textured background for that secondary menu to make it a bit more stand-out; I initally tried sizing it to what I thought the block width was, but it didn’t match the hero image exactly. Could you tell me the correct width to use for the image file, or alternately, whether I should use CSS to ensure the correct width? Thanks a mill!

    Re. the music social media icons, I’m actually already using the Ultimate Social Media icons plugin but they don’t include some of the main ones either – it seems outside of the music industry there’s not great awareness of these platforms, even tho’ most musicians use them. If it helps your developer, here’re the SVGs/logos from…

    Bandcamp: https://bandcamp.com/buttons
    Deezer: https://deezerbrand.com/d/9wmMErzrRuiH/brand-elements

    I can’t access Pandora’s official branding info as it’s only available in the States, and I’m in Europe (site just shows a ‘not available outside of the US message).

    …thanks for raising it with your team!

    Tracy

    #244024
    This reply has been marked as private.
    #244020
    This reply has been marked as private.
    #244016

    Looks like you’re adding padding to the top of your page titles, but that page is not using a page title so you just need to add padding to the top of your content. This css should work for you:

    @media (min-width: 992px) {
    .page-id-16 div#ktmain {
        padding-top: 150px;
    }
    }

    Hope that helps!

    Hannah

    #244014
    This reply has been marked as private.
    #244011
    This reply has been marked as private.
    #244009

    Your css is homepage specific. You can make it not this way by changing it to this:

    .stickyheader #kad-banner {
        position: absolute;
        width: 100%;
        background: transparent;
        transition:background .3s ease;
    }
    .stickyheader .is-sticky #kad-banner { background: rgba(255,255,255,0.8);}
    
    #kad-banner-sticky-wrapper {
        height: 0 !important;
    }

    Hannah

    #244007

    Is the slider still not working on your homepage?
    User info would be great, thank you! Hard to tell what would be causing that.

    Hannah

    #244006

    Yes, now it works fine, but in other sections the transparent/black sticky don’t work. Just in the HOME page 🙁

    #244002
    This reply has been marked as private.
Viewing 20 results - 9,241 through 9,260 (of 53,646 total)