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 - 13,341 through 13,360 (of 53,646 total)
  • Author
    Search Results
  • #216711

    That’s a good poi9nt! Although I was a bit put off of CF7 after I put ity on another site and it caused all sorts of spam & issues on the home page.

    Thank you for your help.

    #216710

    Not without using the feature page template. But you could do that and then use a contact form plugin such as contact form 7 (https://wordpress.org/plugins/contact-form-7/) to add a contact form to the page via shortcode.

    Hannah

    #216708

    First I have to strongly suggest for a better user experience that you not use Accordions for this amount of content. Accordions are the best when the content is small and generally equal in size.

    Ideally, for the kind of content you have here, I would suggest vertical tabs or creating unique pages for each area and adding simple page navigation at the top.

    Using Kadence Blocks you can easily add vertical tabs to your pages.

    Now to explain what is happening. No scrolling runs when you click on an accordion to open or close but what changes is the height of your page. When you have mixed therapies open the height of your page increases by a lot and the user has to scroll down to see all the content. If that user scrolls down to 1500px as an example, then your page size changes from 2000px to 1500px all of the sudden that user is at the end of your page and not in the content.

    This isn’t a bug as much as a consequence of the user experience you’ve created with adding all the content into the accordions. And there is no really reliable hack to make the browsers give this a better user experience.

    BUT, you can certainly try using a hack if you want to keep with accordions for this content. In your theme options > theme extensions enabled the header and footer scripts. Then save the page and reload.

    Next go to theme options > header and footer scripts and in the footer scripts section add this:

    <script type="text/javascript">
    jQuery(window).load(function () {
    	jQuery(".accordion-toggle").click(function() {
    		var $link = jQuery(this).attr('href');
    		setTimeout( function () {
    			if (jQuery($link).offset().top - jQuery(window).scrollTop() < 0) {
    				jQuery(window).scrollTo($link, 1000, {offset: -60});
    			}
    		}, 300 );
    	});
    });
    </script>

    I hope that helps, clarifies and gives you some options.

    Ben

    In forum: Virtue Theme

    In reply to: Menu Assignment Blogs

    #216703

    Hello,

    You should be able to do this by using the category feature of the blog.

    For each blog, you can select which category you’d like to display. (under blog list options)
    http://docs.kadencethemes.com/virtue-premium/templates/blog-page-template/

    And then to determine which posts show, you need to assign each post to the correct category:
    http://docs.kadencethemes.com/virtue-premium/blog-posts/

    Let me know if that helps!

    -Kevin

    In forum: Virtue Theme

    Topic: Footer

    #216698

    Hi there.
    Thank you very much for your help earlier. Do you think it would be possible to give me the css fo hiding the footer on my home page as well.
    Kind regards, Paul
    Here is the link

    #216691

    Hi Franz,
    I haven’t worked with that plugin, so I’m not sure if you would be able to use the same theme twice. What you could do it use css and page id’s to adjust the styling from one page to the next. Would that work for you? Can you post a link to your site?

    Hannah

    In forum: Virtue Theme
    #216687

    I answered for you here: https://www.kadencewp.com/support-forums/topic/removing-logo-from-home-page/
    Please stick to one topic per question:)

    Hannah

    #216682

    Hey,
    You can add your slider shortcode into the content area of your contact page and it will show above the contact form. It just won’t show above the title as it would when using a feature template.
    Hope that helps!

    Hannah

    #216681

    Hey Suzy,
    It looks like 85px of padding is being added to the top and bottom of your rows. In your edit page when you edit the Row Layout block and you open the Padding/Margin tab in the right sidebar, are you able to reduce the padding there?

    Hannah

    #216677

    Hi,

    I want to do the following loke on this page:

    There are different colors/themes depending on what menu item is active:
    here blue:

    an here brown:

    So i’d thought about using the multiple themes plugin to get this done.

    I would like to use Virtue for both themes A and B but with different color styles.
    How can i install Virtue twice? Or is there another possibility to solve the problem with different styles depending on what menu item is active?

    Gest regards,
    Franz

    #216673

    Hi there.
    Could you please kindly supply with some css coding. I have a band at the top of my home page above a rev slider which I do not want. Any assistance would be greatly appreciated. One of your colleagues sent me some coding to hide the banner but I decided to go with a logo on the site and this seems to have put another space on the home page above the slide.
    Kind regards, Paul
    Here is the link

    #216672

    Hi there.
    Could you please kindly supply with some css coding. I have a gap at the top of my home page above a rev slider which I do not want. Any assistance would be greatly appreciated.
    Kind regards, Paul

    #216671

    Hi guys,

    I have an accordion widget but when you open some of them direct the page to the bottom instead of where the content is.

    You can check on

    Microneedling item is one of them with this issue.

    Thank you!

    Lilian

    #216670

    Hi, is it possible to add a Kadence slider above the menu on the contact page template (the way a Feature Page allows you)?

    Thanks in advance

    #216668

    Since the last updates and it seems introduction to blocks, the product pages are not displaying properly (also affects footer on product page), other pages seem to be ok.

    example:

    Please help with this, thank you

    #216653

    You can add this to the end of your custom css so it can override a few items:

    
    .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .kt-breadcrumb-container span a {
        padding-left:20px;
        margin-right: 5px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span {
        padding: 5px 5px 5px 0;
    }
    
    .parent-pageid-18063 .bc_nomargin #kadbreadcrumbs, .page-id-18063 .bc_nomargin #kadbreadcrumbs {
        padding-bottom: 0;
        margin-top: 10px;
    }
    
    .parent-pageid-18063 #kadbreadcrumbs a, .page-id-18063 #kadbreadcrumbs a, .parent-pageid-18063 span.kad-breadcurrent, .page-id-18063 span.kad-breadcurrent {
        margin-bottom:0;
    }

    Ben

    In forum: Ascend Theme
    #216648

    Hey,
    Yes the theme moves it to align things in the checkout page.

    You would need to use this:

    remove_action( 'woocommerce_after_cart', 'woocommerce_cross_sell_display' );

    But if you don’t want to show cross sells why are you assigning them to your products in the first place? If you don’t assign them then they would not show.

    Ben

    #216647

    Hey Josh,

    You can’t “share” to Instagram. If you could share a site then I would add that to the simple sharing plugin.

    If you would like to “link” to an Instagram account then you would use a social linking widget. Sharing is totally different than linking. Your sharing buttons don’t link to your fecebook, they create a post of the user to share on their own account about your webpage.

    Does that make sense? We are not using sharing buttons in our footer. Those are social profile links.

    Ben

    #216635

    Hi,
    finally i will give a try to Elementor (free) ( i always use siteorigin pagebuilder) but i immediately found a difference: with page builder, if i want to build a more complex template in a widget i used to add a pagebuilder widget into the footer widget and there i used to build my layout…. with elementor i cannot find that widget … do you have an idea to solve my problem?

    thank you very much
    Angelo

    In forum: Virtue Theme

    In reply to: Parallex Settings

    #216631

    Hi Kevin,

    http://themes.kadencethemes.com/virtue-premium/

    On second looking at this page I can see the background does move a little as well. Alot of the parallex I see the background is fixed and doesn’t move??

    I have just tried the hero image as full width stretched an it fixed it. Thanks!!

    Regards, Mel

Viewing 20 results - 13,341 through 13,360 (of 53,646 total)