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 - 1,501 through 1,520 (of 53,646 total)
  • Author
    Search Results
  • #287374

    I am using Kadence conversions which is great, but I was wondering, is it possible to have two buttons on the page? One for the obvious signup/conversion and one that says No, that closes the popup and then lets them continue to view the page.

    I know there is an X button at the top. But an additional No would be nice.

    The problem I have, is I marked the Popup to close when the user has Signed up or convereted.

    I am unsure how to add an extra button, where if they click No, it simply closes the conversion.

    In forum: Ascend Theme

    In reply to: Multiple Sidebars

    #287369

    Hi, @jcvvcj!

    This topic has been marked as resolved and it can cause a delay in responding to you. Kindly submit a new forum topic for your question in the future.

    There is no option to add a new sidebar. However, if you have the Kadence Theme Pro add-on, the “Hooked Elements” can help you replace and show a different sidebar content for specific posts/pages. Here’s a link to the feature – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/.

    Let us know if we can help you further.

    Regards,
    Karla

    In forum: Virtue Theme
    #287368

    Hi, @akbarumar978.

    “I have the authors’ biographical info in the users settings but it does not show on author’s pages.”

    Make sure that you’ve toggled the visibility of the archive pages’ description in Customize > Posts/Pages Layout > Archive Layout > Title Elements. This should also take effect on the author archive page – https://share.zight.com/KouKwAbj

    “Can you please tell me how can I add customized info to authors pages and if I can not create customized authors pages separately then please tell me how to add the basic information along with social media profiles on authors page where it is currently showing only the posts by authors.”

    If you have both the Kadence Theme Pro and Kadence Blocks Pro add-ons, you can add content sections to archive pages. The Kadence Blocks Pro add-on has a dynamic content feature so you can show a different value for each user. Please refer to the following links:

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    #287367

    Hi there!

    This custom code snippet will redirect a specific user to the homepage if they go to the Customizer:

    function restrict_customizer_access() {
        if (is_user_logged_in()) {
            $current_user = wp_get_current_user();
    
            $restricted_admins = array('karla','username_2');
    
            if (in_array($current_user->user_login, $restricted_admins)) {
                wp_redirect(home_url());
                exit;
            }
        }
    }
    
    add_action('customize_register', 'restrict_customizer_access');

    I tried it on my website and it worked. You can add multiple usernames to the $restricted_admins array.

    I hope this helps with the setup that you want. Let us know if we can help you further.

    Regards,
    Karla

    #287366

    Hi Garyjay,

    Thank you for the additional information.

    From the first screenshot you shared, it appears that you are disabling the “Show Post Title?” for posts and not pages. Here is a screenshot for your reference:
    https://share.zight.com/7Kun8Qy9

    From the second screenshot you shared, it appears that you do not have built-in page settings in the editor. Here is a screencast of it on my website:
    https://share.zight.com/rRuBo1bg. Can you confirm if you are using the latest version of Kadence Theme Version 1.1.51?

    Please try the following troubleshooting steps listed here:
    https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/

    In the meantime, could you try disabling the toggle visibility icon for page Title under Title Elements and see if that helps? Here is a screencast of how to achieve this:
    https://share.zight.com/o0uOmRmN

    You can send us a support ticket so that we can investigate this on your website:
    https://www.kadencewp.com/premium-support-tickets/
    https://www.kadencewp.com/free-support-tickets/

    Please let us know how we can help further.

    Cheers,
    Eze

    #287355

    Hi @contact-eric-technoguest,

    I reviewed your website and I didn’t find any product on your website. Can you share the URL of the shop page? Or do you want to add effect to your post’s images?

    Kindly open a new support forum for new inquiries. This will help us maintain minimal topics in a ticket and avoid confusion along with the conversation.

    Regards,
    Archita

    #287348

    Hi Gabs,

    Currently, there is no built-in functionality to add an element after four/a few posts in the post-archive loop. Check the screenshot to see available element placement on the archive page: https://share.zight.com/L1uyQJD7

    You can also submit a feature request here: https://www.kadencewp.com/kadence-theme/feature-requests/ so the developers can consider the feature that you have in mind. However, please note that we cannot give an ETA of when this will be added. The development team considers certain factors before implementing new ones.

    I hope this helps, please let us know if we can assist you further.

    Best Regards,
    Archita

    #287331

    Hi, Connie!

    Kindly submit a ticket on this page for premium support or account-related concerns – https://www.kadencewp.com/premium-support-tickets/.

    On the other hand, once you end your working relationship with your clients, you need to deactivate the API keys of the pro plugins from their websites.

    You should have an access to their websites as you’re the one maintaining it.

    We are working on a license system to improve this process but right now, this is the solution to deactivate your API key on a website.

    Let us know if we can help you further with this.

    Regards,
    Karla

    #287328

    Hi there!

    This topic has been marked as resolved. Kindly open a new forum topic so the support team can see it right away.

    “Where can we see, how many credits we have left in our account?”
    You should be able to see the credits you have left by going to Dashboard > Kadence > Home. Click on the “i” icon at the top-right part of the page – https://share.zight.com/8LulPRLZ.

    Kind regards,
    Karla

    #287320

    Hi there,

    Thank you for reaching out.

    To disable the Read More or Learn More buttons on archive blog posts (blog page, Related Posts), kindly navigate to the theme Customizer > Posts/Pages Layout > Archive Layout and disable the Readmore post item element.

    Here is a screencast of how to achieve this:
    https://share.zight.com/o0uO8WA9

    I hope this helps. Please let us know how we can help further.

    Cheers,
    Eze

    #287317

    Hello checking to see if this was ever implemented? Looking to have a URL trigger an Advanced Gallery Lightbox on the page.

    #287316

    Can you tell me EXACTLY what the name of the default template is? And where it is? Is it DRAFT? Is it SAMPLE? What is actual default template so maybe I can see if there’s something there that allows me to edit the page.

    #287315

    That’s exactly what I have been doing.
    If there was a way to share a screen capture with you, I would.
    When I use the customize, and choose single, sliding over left or right does nothing. The page refreshes and the title is still there.
    The ‘disable’ on the right side doesn’t exist.

    Screenshot-2024-01-30-at-1-57-44-PM Screenshot-2024-01-30-at-1-59-40-PM

    #287308

    Hey Garyjay,

    It looks like you are using the Kadence Theme.

    Removing the Title of your Page from the Editor will result in a No Title styled name as described. You can add your Text Titles back to your Pages like before, and below, I will go over how you can remove the Title Element from your pages.

    You can go to your Customizer and navigate to your Post/Pages Layout -> Page Layout.
    The first option will be the Page Title. You can disable this toggle to hide the title.
    Here is a video for reference: https://share.zight.com/o0uO8qWJ

    If the issue continues, it might be a setting in your Individual Page Settings.
    You can edit the Page in question and select the Page Settings Icon.
    Then, you can disable the Page Title here manually.
    Here is a video for reference: https://share.zight.com/jku8ZYze

    I hope this information was helpful to you. Please let us know if we can further help.

    #287304

    I have no idea what THEME title I am using. It is called KADENCE theme in wordpress.

    Screenshot-2024-01-29-at-5-37-03-PM

    When I attempt to “just simply” remove the title from the home page, the menu changes to #913 (No title)

    Screenshot-2024-01-29-at-5-25-54-PM

    When I add the word HOME then the menu nav changes to HOME.

    I do not want the word HOME on the home page.
    I want the HOME button to navigate to the HOME page.
    There is no “Hide title on page” choice. Anywhere I can find.

    I have been screwing with this for days.
    It is wrecking havoc with firefox, bing “finding” the site, causing redirects that go no where.
    I am not a coder. I am simply trying to build a website using tools available.

    This is supposed to be simple. What is going on?
    I appreciate any help. I’m exhausted trying to figure this out.

    • This reply was modified 2 years, 2 months ago by garyjay.
    • This reply was modified 2 years, 2 months ago by garyjay.
    #287303

    I have spent DAYS trying to figure this out.
    When I add HOME to the home page then HOME is in the navigation button.

    When I remove HOME from the home page – because I don’t what the word HOME on that page – the navigation turns into #931
    It was #131.

    This is screwing up the google search, the search on other browsers, etc.

    Why is this so incredibly difficult? I do not want the word HOME on the home page and I want the menu to call the HOME page HOME not #931.

    Screenshot-2024-01-29-at-5-26-43-PM

    Screenshot-2024-01-29-at-5-25-54-PM

    #287298

    Hey Chris,

    Thanks for reaching out.

    You can do something like this by using a Parent Section Block, nesting Seven Children Section Blocks inside of it, and then setting the Section Block to display Horizontally.

    You can add a Section Block inside a Post/Page. This is the Parent Section.
    Select the Parent Section, and in the Block Settings, set the Direction setting to the Horizontal Direction option.
    You can then add a Child Section Block inside of the Parent Section Block.
    You can Select the Child Section Block and Duplicate it Six times.

    This should allow you to use 7 Columns this way. Here is a video of this process for reference: https://share.zight.com/04uRqYv4

    I hope this information was helpful to you. Please let us know if we can further help.

    Best Regards,
    Victor

    #287294

    My posts, pages, blocks and contact entries are not displaying on the backend but they’re working on the frontend.

    I switched to another theme and they started showing.

    Has anyone experienced that before? How did you fix it?

    #287292

    It would be very useful if we could select an image size when choosing a background image. Currently, the block loads the original version of the image – which can put a massive overhead on the page load time. This is particularly true with mobile devises.

    This feature was requested by the Elementor community years ago – and has just been introduced!

    #287280

    Hello dear forum members, since 1-2 days I have a “503 Service Unavailable” error message when I activate the Kadence Blocks – PRO Extension Plugin and try to edit pages or posts. When I deactivate the plugin, I can edit the pages and posts normally. Does anyone have the same problem and may be able to help with a solution. Thanks for all answers and efforts in advance.

    EDIT: So far I have restarted all server services and cleared cache etc. I had also deactivated all plugins and gradually reactivated them. This has led me to identify Kadence Blocks – PRO Extension Plugin as the source of the problem.

    Cheers
    Frank

Viewing 20 results - 1,501 through 1,520 (of 53,646 total)