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,961 through 1,980 (of 53,646 total)
  • Author
    Search Results
  • #285235

    Hi Jill,

    You can upload the image in Customizer > Colors & Fonts > Site Background. You also need to set the Content Background transparent if your page/post/archive layout is fullwidth – here’s a video for reference: https://share.getcloudapp.com/kpulXvA2

    If this does not work for you, can you send the link to your website to look closer at your setup?

    Best,
    Chito

    In forum: Kadence Theme

    In reply to: Smooth scrolling

    #285231

    Hi, Gabi!

    The smooth scrolling effect will only be obvious when a user is being redirected to a part of the page by clicking an anchor. Similar to what they did here – https://webdesign.tutsplus.com/smooth-scrolling-vanilla-javascript–cms-35165t.

    Based on the sample website that you gave, you wanted the normal scroll to have a smooth or slower effect. There is no built-in option to achieve this and you might need to add custom codes.

    For reference, here’s a post forum where one user gave an example of how you can achieve it – https://stackoverflow.com/questions/76552820/how-to-create-smooth-movement-while-mouse-scrolling.

    On the other hand, you may also look for a developer who can help you implement the desired scroll speed effect.

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

    Regards,
    Karla

    #285224

    Hi,
    I have tried to follow the instructions above for customizing the search results page. I am using Kadence Pro theme and all the associated plugins. First of all I can’t find “Kadence Theme Builder” at the top of my search results page. I tried to add a “Post Archive” block but was unable to locate it.
    What am I doing wrong here?

    #285221

    Hi!
    The link to the Viber messenger does not work in the header and footer.
    There is no Viber in “Social Network Links”. For this I use the “CUSTOM 1” field.

    Viber link has the format:
    viber://chat?number=%2Bphone_number (%2B instead of + here)

    For example, for the number +1-222-333-4567 the link will look like this:
    viber://chat?number=%2B12223334567

    I add a link to “CUSTOM 1”, save, reload the page, but the link in the menu doesn’t work. “href” is empty:
    <a href="" aria-label="Viber" target="_blank" rel="noopener noreferrer" class="social-button header-social-item social-link-custom1">...

    • This topic was modified 2 years, 7 months ago by 270378.
    #285212

    Hi Karla,

    Thanks for your explanations. They are helpful.

    Starting with the desktop: I understand that my request is outside the scope of a free account.
    I have thought of another way to achieve something similar. I wrote a simple line of CSS to make the dropdown title bold (parent page) and make the child pages a regular weight. This code works on mobile/tablet but does not work on desktop. Any suggestions?

    The CSS code I used is:

    .boldmenu {
    font-family: “Open Sans”, sans-serif;
    font-weight: 800;
    }

    As for sharing my site, I’m happy to do so but I’m designing it using local and don’t feel comfortable putting the live link login on a public site. If you’d like to reach out to me privately, I’m happy to share. Alternatively I can upload a full page view if you want to see what the site is looking like but I’m not sure this will help you.

    With regards to mobile: Your interpretation of what I am looking for is correct. I think the workaround of using a bold title for the parent pages would suffice here too.

    Thanks,
    Gary

    dropdown-menu-bold-title

    #285208

    Hi there,

    Thanks for the links.

    That’s because the code works only on Pinnacle theme. Kadence theme has different HTML structures and classes.

    Here’s the code you can use:

    @media screen and (max-width: 1024px) {
    	.archive.woocommerce.has-sidebar .content-container{
    		display: flex;
    		flex-wrap: wrap;
    		flex-direction: column-reverse;
    	}
        .archive.woocommerce.has-sidebar .primary-sidebar{
            width: 100%
        }
    }

    Please note that it works only on WooCommerce product archive pages. It works also on tablet and mobile.

    If you’d only want that on mobile, replace 1024px in the code with 767px.

    Hope this helps, and let us know how we can assist further.

    Best,
    Chito

    In forum: Kadence Theme

    In reply to: Smooth scrolling

    #285207
    This reply has been marked as private.
    #285205

    Hello everyone,

    First of all, sorry for my bad English. I’m trying my best 🙂

    I have issues with the publication of my website. The homepage and all the other pages, are not showing when i’m accessing the URL. It’s working as a preview though. I have made a video in order to show the problem :

    The website link is :

    For info, i have well defined the Homepage as a static page with “homepage”, i have refreshed WordPress and firefox cache, i have published as “public” the page. I have no other ideas…

    Have you ever faced the same situation? How do you fix it?

    Many thanks in advance,

    Florian

    • This topic was modified 2 years, 7 months ago by f.thealet.
    #285198

    Hi team

    I want to have a local mp4 video looping as the hero image on the home page. I have added it as a background video on a row.

    Now I want to have a text block on top of the video block, that is positioned at the bottom right of the screen (on laptops + it should be sitting just above the fold, on mobile devices, the text block should sit in the center)…. It doesn’t matter what the text block say, but let’s pretend it says something like [h1] We are Awesome [h2] come and have fun [button text book now]

    However, it seems I am unable to position the text where I want it. Each time I try to add padding or margins to a section (or even a new row added into a section), that seems to increase the size of the video. I really would like the video to be at 100% width and height of the available viewport, with a text block to the bottom right. How can that be achieved.

    Example:

    #285192

    Hi Chito,

    Thanks for getting back to me. I’m currently building the site using local so it’s only on my computer. I’d rather not post the login details on a public site at this point. Is there a way I can privately message you?

    Alternatively I can post a screenshot of how I’ve constructed the page with the page layout elements visible on the left hand side inside the WordPress editor.

    Let me know if one of these suggestions would help.

    Thanks,
    Gary

    #285191

    Hey Gary,

    Could you please send here the pages where we can see your setup? This will help us look closer to it and provide a more accurate solution.

    Thanks,
    Chito

    #285190

    Hey Kevin,

    You can create custom fields to add custom content in the global tabs on each product page. Here’s a video for your guide: https://share.getcloudapp.com/Wnu6oEn9

    This is the Advanced Custom Fields (ACF) plugin that I use:
    https://wordpress.org/plugins/advanced-custom-fields/

    Feel free to use any ACF you want.

    The Kadence Dynamic HTML block I used in the video is a premium block from Kadence Blocks Pro plugin that preserves the HTML format we put in the What You See Is What You Get (WYSIWYG) editor.

    Hope this helps, and let us know how we can assist further.

    Best,
    Chito

    #285189

    Hi Jonathan,

    Can you please share the link to the page privately in this topic to take a closer look? Kindly check the “Set as private reply” option below.

    Thanks,
    Chito

    #285186

    Hi Karla,

    Thanks for the suggestions. The desktop solution works physically but doesn’t really look aesthetically how I want. I have a drop shadow applied to the menu to separate it from the hero sections on the page. This drop shadow get introduced in to the dropdown which doesn’t look great. Plus my rules between options does not extend to the far left of the of the dropdown (I presume due to the padding for the element). Is it possible for you to fix these issues?

    I am aware of the collapse all sub menu option. Unfortunately it opens all my menus which is too overwhelming for the audience. I’ve attached an image of what I’m looking for. I’d like just the menu that is clicked on to open fully. This only currently works if a user has navigated in to a page on the second level drop down (ie: shops eyes). From clicking in to the menu from another location (ie: the about us page) still requires two clicks to fully open the menu.

    Anymore help would be appreciated 🙂

    Thanks,
    Gary

    menu-system mobile-menu

    #285185

    I think I’ve figured it out now… Pages that WP showed as ‘SiteOrigin, Elementor’ pages had the issue of being stuck on the old SiteOrigin content. We just deactivated all of the SiteOrigin plugsin and everything for Elementor started working. Problem solved for now. Just know that Elementor and SiteOrigin Page Builder aren’t fully compatible, and live page content can get “stuck” in an old state.

    Let me know if you want to know more, otherwise, I think the case is closed!

    #285183

    Hannah, Ben,

    We just started using Elementor as an editor for our pages within the Virtue Premium Theme (which I’ve been using for years; we’re on the latest version) but now whenever we save changes on a page, they don’t appear on the front-end at all…it’s like we changed nothing. (The front-end just shows that old content from before Elementor. When we go back in and edit the pages, all of our recent changes are there with no old content anywhere to be found!)

    We tried changing from the Default page template to the Elementor Canvas (and FullWidth) templates. (But that did nothing except remove old headers, footers, and sidebars…and it still shows the old content just stuffed against the top-left of the browser window!)

    Is this a known issue with Virtue Premium and Elementor? Any suggestions? (If you need to take a look at our issue directly, I can get a login to you so you can take a closer look. You guys have always been able to come up with a quick solution for me in the past when it comes to this kind of stuff…)

    Thanks in advance!

    #285182

    Hi I am using Kadence Shopkit with Global Tabs on Woocommerce and have created a couple of Global tabs on my store product page but for the life of me cannot find how to add individual content to each of these tabs when I am editing and creating new products. Any advice would be greatly appreciated

    #285174

    Hi!

    [carousel under the header]
    You can target the tab and make it look active by using custom CSS code. You can use the body tag’s CSS class so you can target which page a specific tab should look active – https://share.getcloudapp.com/KouEP5xL

    [On my product detail page: I have cross/upsell products, but can I turn it into a carousel, so I can show more items?]
    Those are set by you or any admin who can edit WooCommerce products. Please refer to this post for related products -https://woocommerce.com/document/related-products-up-sells-and-cross-sells/.

    [filter for my shop page]
    This is a widget item from the WooCommerce plugin. The prices that will be shown should be the min and maximum prices of the products listed on the archive page.

    To check the colors better, it would be great if we could see your page.

    [My woocommerce products image gallery are square, can I change the aspect ratio to a rectangle?]
    This should follow the thumbnail cropping from your Customizer > WooCommerce > Product Images settings. Could you try setting a custom aspect ratio here (https://share.getcloudapp.com/12ukWmeQ)?

    Let us know if we can help you further.

    Regards,
    Karla

    In forum: Kadence Theme

    In reply to: Category Optimize

    #285163

    Hi there,

    The category page is also a blog archive page, which you can customize in Appearance > Customize > Posts/Pages Layout > Archive Layout.

    You can also create an element template to override the default archive loop item content using hooked element. Here’s a guide:
    https://www.kadencewp.com/blog/introducing-kadence-elements-templates-design-your-site-your-way/

    Additionally, you can insert any Gutenberg-based blocks to category pages by creating a typical hooked element. Here’s our documentation for that:
    https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/

    I hope this information is helpful to you and let us know how we can assist further.

    Best,
    Chito

    #285161

    Hi Mcorley,

    I believe you are referring to the Real Estate Starter Template.

    Starter templates are intended to be what you start with on a fresh site. The primary functions of this plugin are to add the customization settings for the Kadence Theme, add the pages/posts/products and media files, install and activate required plugins so that when the import is finished, it will look and function the same as the demo pages.

    I can see from your current website that the listing details are regular WordPress blog posts. If this is also how you will be creating/displaying listing details on your website using the theme, the posts would mostly look like Blog posts.

    You can view the posts by clicking on the post items here: https://startertemplatecloud.com/g01/blog/

    ​Here’s a screen recording for reference: https://share.getcloudapp.com/OAul5O8N

    Note: This will still depend on your own content for the listing details. You would mostly use the Gutenberg editor to build out the content of the page.

    You are also not stuck with how the pages look like after you install the starter template. As previously mentioned, this is just provided for the users to have something to start from. You can and are encouraged to make changes to these initial settings to achieve the design you prefer.

    I hope this helps. If you have further questions, please let us know; we’ll be happy to help.

    Best regards,
    Teejay.

Viewing 20 results - 1,961 through 1,980 (of 53,646 total)