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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Slider above menu Contact Page
February 15, 2019 at 10:07 am #216711That’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.
In forum: Virtue ThemeIn reply to: Slider above menu Contact Page
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
In forum: Pinnacle ThemeIn reply to: Accordion directs to the bottom
February 15, 2019 at 10:01 am #216708First 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 ThemeIn reply to: Menu Assignment Blogs
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 ThemeTopic: Footer
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
*Login to see linkIn forum: Virtue ThemeIn reply to: Two themes in one installation
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 ThemeIn reply to: Gap at the top of home page
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
In forum: Virtue ThemeIn reply to: Slider above menu Contact Page
In forum: Virtue ThemeIn reply to: Spacing between rows of kadence blocks
In forum: Virtue ThemeHi,
I want to do the following loke on this page:
There are different colors/themes depending on what menu item is active:
here blue:
*Login to see link
an here brown:
*Login to see linkSo i’d thought about using the multiple themes plugin to get this done.
*Login to see linkI 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,
FranzIn forum: Virtue ThemeTopic: removing logo from home page
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
*Login to see linkIn forum: Virtue ThemeTopic: Gap at the top of home page
In forum: Pinnacle ThemeHi 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 *Login to see link
Microneedling item is one of them with this issue.
Thank you!
Lilian
In forum: Virtue ThemeFebruary 15, 2019 at 5:46 am #216670Hi, 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
In forum: Ascend ThemeSince 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: *Login to see link
Please help with this, thank you
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
February 14, 2019 at 11:42 pm #216653You 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 ThemeIn reply to: woocommerce cross sells
February 14, 2019 at 11:23 pm #216648Hey,
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
In forum: Membership ForumsIn reply to: Kadence Simple Social Share – No Instagram
February 14, 2019 at 11:20 pm #216647Hey 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
In forum: Ascend ThemeFebruary 14, 2019 at 10:16 pm #216635Hi,
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
AngeloIn forum: Virtue ThemeIn reply to: Parallex Settings
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
-
AuthorSearch Results


