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
Topic: Disable Page Titles
In forum: Virtue ThemeIn reply to: Logo & Tagline Section
I appreciate input. Hannah, while I believe I can find where to put that css code – but, then what? I am a zero at coding. What that looks like is the 100px is the controller for the size of that section. So, if I increase that that whole logo bar with the Page tabs will be wider.
Ben, I can’t find “places in the left side of the header”. I see “Header” is a choice of header style in the Main Settings of Theme Options. And there is Header info in the Advanced Stylings. But I can’t find the section you are referring to.
ClintM
In forum: Virtue ThemeTopic: sample for Shopping page
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
June 9, 2014 at 11:18 am #10326Ok you seem to be referring to the admin area. In which case, no you can’t have two of those pages (they aren’t really pages, but for the sake of explaining). It’s not possible with woocommerce or wordpress. You can decide how products show on the front end but you can’t sort the products in the admin to the two different areas of the admin.
Ben
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
As “Shop Page” I understood this: http://screencast.com/t/mlYRSFZQ6xD
and “Product Page” this: http://screencast.com/t/qe88jiArgWhat I need is this: http://screencast.com/t/EYyMwrtzXR
Maybe it can be done with this shortcode:
[product_page id=”99″]
[product_page sku=”FOO”]…but I have no clue where to put in…
Thanky ou
Martin
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
June 9, 2014 at 10:20 am #10319A “product page” is a “shop page” so maybe you can explain the difference that you see? Or are you talking about a “single product post”.
You can add a page with products by using woocommerce shortcodes: http://docs.woothemes.com/document/woocommerce-shortcodes/
Is that what you want?
Ben
In forum: Virtue ThemeIn reply to: Logo & Tagline Section
June 9, 2014 at 10:17 am #10318Hey ClintM
The logo is places in the left side of the header. You can have it as tall as you like depending on the image ratio. You have four options for logo layout, If you choose the first one the logo can be as tall as you like until the width is 33% of the page width.
So the size depends on how you ant the logo layout to be and the size of your image.If you post a link I’m sure You can get what you want.
Ben
In forum: Virtue ThemeIn reply to: Show captions for featured images
June 9, 2014 at 10:05 am #10317No, not really you can add a caption with the credit and it will show in the lightbox. Also if you use a gallery you can have the caption show with a mouse over. like the example here at the bottom of this page: http://themes.kadencethemes.com/virtue-premium/wordpress-gallery/
Ben
In forum: Virtue ThemeIn reply to: text widget home widget area don't add new
June 9, 2014 at 9:56 am #10312You can’t add page builder to the visual editor. You have to use the pagebuilder tab. Check out this tutorial: https://www.kadencewp.com/using-page-builder-virtue-premium/
Ben
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
In forum: Virtue ThemeIn reply to: Woocommerce sidebars
In forum: Virtue ThemeIn reply to: Child Theme How to?
Hi Ben,
Many thanks, So updates should not effect the site. Thats good to know, but I will do a backup when its finished!
I know the basics of HTML and how to change the things I want in CSS, I was just looking for a quick way to style the sidebar to match the sites main CSS. I have Contact Form 7 on a page, and at the moment, RSS feed, and Links (blogroll feed) in a sidebar. May add twit feed etc later.
I looked at some of the links text in the blogroll, using firefox, as far as I could tell, it was reading H4 from the CSS, but it does not render as such.
Anyway, I will do some research and plow on.
Thanks,
Graeme.
In forum: Virtue ThemeIn reply to: Woocommerce sidebars
OK, sidebars back! (Once I had removed the PHP tags around the function 😉 ). Client happy!
Only slight problem now is that, although I have told Virtue to use an alternative sidebar on all shop pages, it now reverts to the ordinary sidebar on account, cart and checkout pages.
I think I can use a WooCommerce plugin (edit: ‘WooSidebars’) to rectify this for the moment though. (Unless you’ve got another super-wizzy function for this as well!)
Cheers,
Colin
In forum: Virtue ThemeIn reply to: text widget home widget area don't add new
In forum: Virtue ThemeIn reply to: css overides
June 8, 2014 at 11:56 pm #10277Can you post a link to the page? One thing to note is the css you are adding to the custom css box may be overridden if you are using the same css trail. So for example adding another class for id:
#content #pg-72-0 .panel-grid-cell .panelBen
In forum: Virtue ThemeIn reply to: Woocommerce sidebars
June 8, 2014 at 11:45 pm #10276Hey so theme design is not to have a sidebar on those pages. It was a design decision. But you can add theme with a custom function. I recommend using a child theme. You can download an empty one here:
https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zipThen just add this to your functions.php file.
<?php add_filter('kadence_display_sidebar', 'kad_sidebar_on_woopages'); function kad_sidebar_on_woopages($sidebar) { if (is_cart() || is_checkout() || is_account_page()) { return true; } return $sidebar; } ?>Ben
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
June 8, 2014 at 11:38 pm #10275Hey,
The menus are controlled by you so I don’t understand the first question.The second question are you wanting to clone the “shop page” are you using the woocommerce WPML extension?
Ben
In forum: Virtue ThemeIn reply to: Code showing in Testimonial
June 8, 2014 at 11:32 pm #10273Hey,
So with the home page are you using a caching plugin?Can you send me a login to your site? I want to take a look at the code in your testimonials to see if I can figure it out?
Do you know which version you updated from ?
Ben
In forum: Virtue ThemeTopic: css overides
My site is *Login to see link . I am trying to close the spacing between the Hrule and the first paragraph. I tried by inspecting element, getting the Css for that and pasting it in the css in the advance settings, but it doesn’t seem to take effect. I can view the change in the inspect element. I am looking at the following on the inspect element page #pg-72-0, .panel-grid-cell .panel
In forum: Virtue ThemeTopic: Woocommerce sidebars
-
AuthorSearch Results


