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 'contact'

Home / Forums / Search / Search Results for 'contact'

Viewing 20 results - 161 through 180 (of 5,124 total)
  • Author
    Search Results
  • #282796

    Hi everybody. Endless thanks to all the developers for bringing such a fast and wonderful theme together with us.

    I have a few buttons that I use on my page, and when one of these buttons is clicked, I want a pop-up contact form to open on the same page. how can I do it or is it possible?

    Thank you so much again to everyone. good luck.

    #282713

    Hi There,

    I have checked your website and found you are not using the Kadence theme on your website.

    Please contact Maxbizz Theme support for the same.

    Best Regards,
    Archita

    #282616

    Hi @grafx7711,

    I am sorry to hear that the review cart on your website is not displaying the correct prices.

    Could you kindly share how you were able to resolve the issue with the 1st plugin? This might help provide us with further information as to what the actual possible cause is.

    Also, it sounds like the issue you’re experiencing is related to the way these add-ons interact with WooCommerce. Since the problem is not directly related to Kadence, it is best to contact the developers of Sales Booster plugins for assistance. They may have the right solution or be able to provide you with further assistance.

    I hope this helps! Please let me know if you have any further questions.

    Cheers,
    Eze

    #282612

    Thanks so much. That is very helpful!

    As for needing additional Header Items, it looks like I can use the “HTML” item as many times as needed – it doesn’t appear to “store” setting for that item globally. For example, if I want to use several different Logos in the headers, I can’t use the “Logo” header item because the setting for it are global (same with the Contact items). So instead, I can just insert the logo image into an HTML item on all the various different headers we’re using.

    #282609

    Hi,

    Since a few months I have this problem that when I try to edit the home page it gives this message:

    And also sometimes an email from wordpress with a fatal error. In this case it has to do with kadence blocks – gutenberg blocks for page builder features. See the text from the email below:

    “””””
    Hallo!

    Sinds WordPress 5.2 is er een ingebouwde functie die herkent wanneer een plugin of thema een fatale fout veroorzaakt op je site en die je op de hoogte stelt met deze automatische e-mail.

    In dit geval heeft WordPress een probleem gevonden met één van je plugins: Kadence Blocks – Gutenberg Blocks for Page Builder Features.

    Bezoek eerst je site ( en kijk of er zichtbare problemen zijn. Bezoek daarna de pagina waar de fout was gevonden ( en kijk of er zichtbare problemen zijn.

    Neem contact op met je host voor hulp bij het verder onderzoeken van dit probleem.

    In het geval dat je site kapot lijkt te zijn, en je het dashboard niet op de normale manier kunt benaderen, heeft WordPress nu een speciale “herstelmodus”. Deze laat je op een veilige manier op je dashboard inloggen om het probleem verder te onderzoeken.

    Om je site veilig te houden verloopt deze link over 1 dag. Maak je daar maar niet druk om, er wordt een nieuwe link naar je gestuurd wanneer het probleem zich weer voordoet nadat de link is verlopen.

    Als je hulp nodig hebt met dit probleem, kan je gevraagd worden om de volgende informatie:
    WordPress versie 6.1.1
    Actief thema: Pinnacle Premium (versie 2.5.4) Huidige plugin: Kadence Blocks – Gutenberg Blocks for Page Builder Features (versie 3.0.22) PHP versie 8.1.15

    Foutdetails
    ===========
    Een fout van het type E_ERROR werd veroorzaakt op regelnummer 365 van het bestand /home/public/sites/www.kloekkefotografie.nl/wp-content/plugins/kadence-blocks/includes/class-kadence-blocks-css.php. Foutmelding: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes)

    “””””

    When I deactivate the plugin the problem is gone.

    Rick

    • This topic was modified 3 years, 2 months ago by rick.
    #282601

    Hello!

    The review cart (the one that slides into the screen from the right once someone adds to cart) is not displaying the proper prices with a few “addon and upsell plugins” I am using.

    For example: With the plugin “Advanced Product Fields for WooCommerce by StudioWombat” I have an option where the customer can add a gift box to the main product for an additional $10. That price is not reflected on the review cart. It is however reflected on the cart and checkout pages.

    The same goes for the upsell plugin “Sales Booster by Iconic“. Whenever I add a packaged bundle deal (buy X + Y and get 20% off your price), the discounted price is not shown on the review cart, only on the cart and checkout pages.

    Is there a code or option for Kadence to display the correct totals for this? Or do I need to contact the developers of these plugins in order for them to implement a fix?

    #282534

    Hi Chandler,

    Currently, we don’t have such a feature available for user to add additional items in header.

    I have submitted a feature request for this. You may add your vote or comment on additional information on this page – https://www.kadencewp.com/kadence-theme/feature-requests/additional-header-items-through-customize/

    Please note that we cannot give an estimated date for when this will be added.

    [Alternate Solution]
    You can add custom code in functions.php as per your requirement. If you are trying to show header menus on basis of different pages.
    For example:
    On YX team page, you want to show the YX Menu, and so on and so forth.
    You can also change the navigation menu of the page by adding a custom code.

    Try adding this code:

    add_filter( 'wp_nav_menu_args', 'bb_wp_nav_menu_args' );
    function bb_wp_nav_menu_args( $args = '' ) {
    // change the menu in the Header menu position
    if( $args['theme_location'] == 'primary' && is_page('about') ) {
    $args['menu'] = '21';
    }
    if( $args['theme_location'] == 'primary' && is_page('contact') ) {
    $args['menu'] = '26';
    }
    return $args;
    }

    Note: Just edit the code and add your correct menu ID. If you want to display on basis of another condition, do let us know with more details, we will send you code accordingly.

    Let us know if this is what you would like to accomplish.

    Best Regards,
    Archita

    #282510

    If you are searching like AB (PUNJABI) TRUCK TRAINING SCHOOL UTAH | Best Punjabi Truck Driving School Then contact us. When it comes to finding top-notch CDL training in Utah, you have many options available. However, it is important to choose a trusted and reliable school that has the experience and expertise to ensure that you get the best out of your investment. At Ab Truck Training School, we are committed to helping aspiring truck drivers get the skills and qualifications they need to embark on successful careers in the driving industry.

    Address: 461 E 740 N, Tooele, UT 84074
    Phone: (209) 237-6527

    For more information click here: CDL Training Classes in Utah

    #282494

    Hi There,

    I am able to replicate the issue at my end. The WooCommerce product images are showing full-size images, even on different screens. Check the screencast: https://share.getcloudapp.com/p9ueE429

    I also tested the same on other WooCommerce stores (not using Kadence theme), and they are also showing the same result.
    Check this store for reference: https://freshcart.madrasthemes.com/gutenberg/product/blueberry-greek-yogurt/

    Please contact WooCommerce support, as this issue is handled directly from the plugin.

    Best Regards,
    Archita

    #282447
    This reply has been marked as private.
    #282370
    This reply has been marked as private.
    #282362

    Hi, Hannah,

    I am experiencing the same problem. Site wide. I have been working to correct it for two days. I have contacted support directly since I am a premium customer. But no reponse ….yet.

    Is there a view to see what you changed and how to correct the problem.

    Thank you,
    Pamela

    p.s. Screen shots won’t help you. I think that part of the problem is a change in how the blocks are formatted. 😉

    #282310

    Firstly, make sure that you have enabled shipping in your store settings and have added shipping rates for your products. Depending on the platform you are using, this may involve setting up shipping zones and carriers and defining rates based on weight, destination, or other factors.

    Secondly, ensure that the shipping calculator feature is enabled in your theme settings or plugins. Some platforms have built-in shipping calculators, while others may require the installation of a third-party plugin.

    If you have confirmed that the shipping calculator feature is enabled and rates are set up correctly, then there may be a technical issue that requires further investigation. Check for any error messages or warnings in your platform’s logs or contact the customer support team for assistance.

    Lastly, if you have made customizations to your store’s code or theme, it’s possible that the shipping calculator feature may be affected. In this case, you may need to revert the changes or seek help from a developer to ensure that the shipping calculator feature is functioning properly. Source: https://calculette-temps-de-travail.com/

    #282126

    Hello Stuart,

    There isn’t an easy way to accomplish your goal of changing the page numbers into a previous and next button system. Unfortunately, the Page Break block is a core block that Kadence does not alter or improve upon. You may want to contact the WordPress community forums for advice on replacing those specific buttons.

    Anonymous
    #281704

    Dear Kadence Team,

    We are faicing the issue with Kadence free theme and Elementor Pro, with a basic function like anchor widget. I added the anchor widget from elementor to the theme, when i click the link word or button the achor works and directs me to the place where it should, however the theme creates an extra url (please see video ) and for example when you refresh the page it will jump again to the achor section.

    We have contacted the Elementor support team first and they back tu us with this:

    “After I disabled all 3rd party plugins besides Elementor, and Elementor pro and switched the theme to the Hello Elementor, the issue disappeared. Please check the following loom I made for you.

    Please check the test page I made for you:

    You should click on the red button.

    In this case, as we have no control over coding for third-party plugins or themes, we highly recommend that you report this issue to the support team for this theme Kadence so they may further troubleshoot and provide any recommendation (or possible fix) to resolve this issue.”

    Here is the primary website where the issu occures:

    Here is the website where the issu was fixed by elementor, so no kadence theme instaled:

    And we have created as well our test website without Kadence theme, and with Hello Elementor theme, no 3rd party plugins and works perfectly.

    So the theme is causing the issue for sure. Any help would be appriciated, this is so basic fuction that we do no want tu use for it 3rd party plugins as it is only anchor. We are not realy techical people but we will follow your guidance.

    Looking forward to hear from you soon.

    Thanks, Lukasz

    #281509

    Hi, all!

    Kindly add votes or comment on additional information on the following related feature requests:

    Also, you may see our roadmap on this page – https://www.kadencewp.com/kadence-blocks/roadmap/. This should let you know if the feature requested is planned to be implemented/added.

    Kind regards,
    Karla

    #281264

    Hi,

    Kadence has a built-in integration with BBPress.

    We don’t have any other recommendation for a forum plugin, but any well-coded plugin should work well with Kadence.

    Just contact us if you experience any issues.

    Regards,
    Bonn

    In forum: Kadence Theme

    In reply to: Reading Time

    #281184

    Hi,

    You can read about Kadence Reading Time plugin here: https://www.kadencewp.com/product/kadence-reading-time/

    Currently, we don’t have an in-depth documentation about Kadence Reading Time plugin.

    Just contact us if you are experiencing some issues.

    Regards,
    Bonn

    In forum: Kadence Theme

    In reply to: Custom hook

    #281173

    Hi Gabriel,

    I solved same issue by

    1. Creating just normal “Section” element
    2. Leave placement and all other option empty and PUBLISH
    3. Now here is the trick. Copy the short code and paste it in the Shortcode block in a desired area.

    I have-a fancy contact form that i paste it in a fancy areas.

    #281064

    I am trying to use the Megamenu feature to create a contact form that pops up when hovering over menu label. It seems to work fine in the header but not in the footer.

    Is this possible?

Viewing 20 results - 161 through 180 (of 5,124 total)