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,641 through 6,660 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #256732

    Hey,
    sorry for the delay, I can’t seem to access your site, however, I recreated my own filter and didn’t have any problem on the category pages. Perhaps you can send me admin access and I can look further into what you are doing.

    Ben

    #256729

    Hello,

    Do you have a link to your page so we can see exactly what you’re talking about in your environment?

    Thanks!

    #256723

    Hey,
    1. There are taxonomy pages but no blocks for brands at this time.

    2. I’m not familiar with Quadlayers Brands. If they are using a different taxonomy name then there isn’t anyway I can think of that you would be able to import.

    Ben

    #256719

    Hey,
    Those settings have to do when a person is challenged (most are not) and those are the only to settings that google has.

    Here is what I see on your page, which is the normal checkbox:

    Screen-Shot-2020-09-11-at-10-29-48-AM

    Ben

    #256715

    Hello,

    In line 100 of wp-content/themes/ascend_premium/lib/image_functions.php, you will see the following:

    return apply_filters( 'kadence_default_placeholder_image', 'http://placehold.it/' );

    Here is the full function to give you a better idea:

    function ascend_default_placeholder_image() {
            return apply_filters( 'kadence_default_placeholder_image', 'http://placehold.it/' );
    }

    You can update the link showing http to https like so:

    function ascend_default_placeholder_image() {
            return apply_filters( 'kadence_default_placeholder_image', 'https://placehold.it/' );
    }

    Save the file and then reload the page after clearing any cache and you should be good to go.

    Let me know if you have any other questions or concerns.

    Thanks!

    • This reply was modified 5 years, 7 months ago by Chris.
    #256710

    The hero section of my homepage (cutting board background image) will shift up and down ever so slightly when the typed text starts/stops.

    You can see the jitter here:

    How do you recommend I eliminate this jitter/shifting?

    Best,
    Brandon

    #256709

    I updated my theme from Ascend to Kadence a few weeks ago and many of my products were using a feature on the Ascend theme that allowed up to three custom tabs on the product pages.

    When I updated, the Kadence theme does not have this feature. Everything on the “Description” tab is there but all of the other content is no longer on the product pages. Is that data saved somewhere? If I revert back to Ascend would I be able to get that information then re-update?

    #256704

    Dear Kadence WP supporters 🙂

    A website analysis shows that our website ranks lower on Google due to too many H1 on our web-shop page (only). The shop-page is auto generated as a Woo Commerce storefront, and it seems like the H1’s therefore also are auto generated. We have found out that the many H1’s come from the slider in the bottom of the shop page displaying related products and cross sale products. We have tried to remove cross sales products under each product to alleviate the problem (and also related products, but as we manage our products in product groups, that is not possible). But we still come out with way too many H1’s. As we would obviously like to keep the slider with both related and cross sale products on our web-shop page to generate extra sales, I wonder if there is a way to make sure that the products displayed here do not create too many H1’s for the web-shop page?

    Thank you so much for your help!

    Best regards,
    Camilla

    #256702

    Hi,

    1. Is there a Gutenberg blocks for Woocommerce brands? I want to have brand pages for SEO purpose and display products from the brand.
    2. Woocommerce Brands – Is it possible to import the existing brands from other plugins? I’m currently using Quadlayers Brands.

    #256701

    Hello,

    I’m using the Kadence Pro theme and the Kandence ReCaptcha plugin. I enabled the ReCaptcha on everything except for the woocommerce checkout page. However, when the user tries to place an order, it says “ERROR: Invalid Captcha.”

    Caching was turned off and error occurs on incognito window.

    Thanks for the help.

    -Walter

    #256694
    This reply has been marked as private.
    #256688

    Hello,

    I have have only two options in recaptcha ( image and audio)….How I can disable both and just use check box (Ia am not a robot)….Same like on yours Kadence login page….I do not want to bother visitors with images and audio….Please do you can advice me?

    Regards…

    #256687

    Hannah and Chris,

    This is the default image that is shown when a feature image is not uploaded.

    The simplest way to show you would be for you to edit your demo site, remove the featured image and save it. Then view the blog listing page and you’ll notice that with the missing featured image the images I’ve already linked above displays instead.

    #256677

    Hey,
    You can use the following css to push the breadcrumbs just beneath the page title borders:

    @media (min-width: 768px) {
    .page-bread-container {
        float: right;
        margin-top: 10px;
    }
    }

    Let me know how that works for you!

    Best,
    Hannah

    #256676

    OK – granting the Author role unfiltered_html capability resolved the issue. We understand this could open up some security concerns, but we have other custom HTML blocks we need to avoid having corrupted by Authors when they edit pages. We also don’t have community-contributed content on our site.

    Thanks for the lead on a fix Ben.

    #256674

    OK – we stripped things down to the most simple config to reproduce this issue:

    1) Create a brand new WordPress site (no plugins added)
    2) Update to WordPress 5.5.1
    3) Twenty Twenty theme enabled 1.5
    4) Install Kadence Blocks Version 1.8.13
    5) Create a test user with the role of Author
    6) Log in with the test Author user account
    7) Create a new post and insert an Info Box
    8) Publish the new post
    9) View the new post (no icon displayed)
    10) Exit from the page editor
    11) Edit the newly created post again
    12) The Info Box presents the message “This block contains unexpected or invalid content [Resolve] [Convert to HTML]

    A number of errors similar to the following are logged in the browser console when the Author edits the page in step 11.

    Block validation: Block validation failed for “kadence/infobox”

    Thanks for anything you can do to resolve this quickly. We have a dozen Authors who can’t edit certain pages on our site without corrupting them currently.

    #256671

    We also see errors in the browser console when doing the following:

    1) Author opens a page with the Info Boxes with icons working
    2) Author updates page and navigates away from the page editor
    3) Author opens the same page and gets the Block validation console errors (Admins and Editors don’t)

    Note that this isn’t happening when we use images instead of icons for the Info Boxes.

    Author-reopens-saved-page Author-opens-good-page

    #256669

    Any update on this? We did some further testing and both the Admin and Editor roles don’t have the issue. Looks like it’s something about the Author role. We used User Role Editor to match the capabilities assigned to the Author role with the Editor role and the issue persists. So maybe something is being affected by the role of Author vs. the capabilities assigned to that role. When an Admin or Editor recovers the block, it seems to update the id value of the opening div for the Info Box

    <div id="kt-info-box_fedeea-d4"

    We don’t see any other changes happening to the code as far as we can tell.

    As a side note in case it helps diagnose the issue, we’ve had an issue with Authors saving custom HTML blocks as well. The code in the block appears to get corrupted when it’s an Author saving the page. When an Editor or Admin save the same HTML code, there’s not an issue with it.

    We’re using the Gutenberg Version 8.9.3 plugin and WordPress 5.5.1 and Chrome and Firefox on Windows 10 for testing. If we disable Gutenberg, then the recover option doesn’t even work for Authors.

    #256668

    I am getting the following warning on some pages of my site:
    Notice: Undefined variable: img in /home/domains/savewatersantafe.com/docs/wp-content/themes/virtue_premium/lib/widgets/class-kad-image-widget.php on line 87

    I tried to turn off the notification with the following in wp-config.php but it did not work:
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    How can I stop the warning from displaying, and how can I fix the root issue?

    Thanks.

    In forum: Ascend Theme

    In reply to: Row Question

    #256640

    Hi Frank,
    Looks like right now you’ve enabled that through the Extra Footer widget area above the footer. I would suggest adding it to your home widget area instead. Just make sure the home widget area has been enabled in the Homepage Layout Manager in Theme Options > Home Layout.
    Hope that helps!

    Hannah

Viewing 20 results - 6,641 through 6,660 (of 53,646 total)