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 'sidebar'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Make Product Titles & Text Capitalized
6. I added a widget for the yith filter plugin and it doesn’t appear in my sidebar
7. I just noticed that the white space issue on my shop page now exists on my home page, what is going on with these issues? I’m feeling less confident using this theme as I get closer to launching my site.In forum: Virtue ThemeIn reply to: Make Product Titles & Text Capitalized
2, 3. Try clearing your cache. I’m seeing it the changes on your site.
In Theme Options> Shop Settings, you need to turn off the theme filter. Then you need to add the plugin as a widget into the sidebar. You’ll have to read the plugin docs to figure out how to best implement it into your site.
In forum: Virtue ThemeThanks Hannah,
1. No, not using a child theme and just learned what is it… Is there a recommended link for procedure for creating and activating a child theme?
2. Here’s a link : http://www.guyshachar.com/en/blog/ the tags cloud is on the sidebar. The tag names seem bulky – it would maybe be nice to reduce the pixel size difference between the tags sizes.
3. Will check…In forum: Virtue ThemeIn reply to: page layout
In forum: Virtue ThemeIn reply to: Change from H1 to H2 on category page
July 13, 2016 at 11:59 pm #103348Because of how late this shows up in html (sidebar is after all your page content) and because of how google sees all your products and links to product pages I don’t recommend this. You might have gotten some SEO advice and thats fine but from what I know of SEO this isn’t a good idea.
That code is called into the page through a hook, you can unhook using a function like this:
remove_action( ‘kt_woocommerce_page_title_left’, ‘kt_woocommerce_page_title_output’, 10 );Then add your own action with your own function to call the woocommerce title.
Ben
In forum: Pinnacle ThemeIn reply to: Blog Post Picture
You can change that photo via Theme Options> Blog Settings> Blog Post Defaults. In that section, set Default post summary feature Image to be the image that you want.
There isn’t really an option to have default content on the bottom of each of your posts, but you could setup a sidebar for your posts. You can create new sidebars via Theme Options> Misc Settings> Create Sidebars.
Once you create that sidebar, you can go to Appearance> widgets and add the content you want to appear there.
Then, on each post, you’ll assign that sidebar under the Post options.
Does this work for you?
In forum: Virtue ThemeHi Ben & Team,
Thanks for all your support.
I have installed the Paypay Express Checkout plugin, by Angeleye. I need your assistance on a couple of items to make it a real express checkout.
1. If I add an item to the cart, either on the category or product page by the “ADD to Cart” button, it works fine. The cart page is from the Paypal plugin and the checkout goes directly to the Paypal page. Everything is perfect. The issue is the “Checkout” button from 2 other places:
(a) The cart dropdown menu: If I have the Show Cart icon in main menu, there is a popup menu showing the items in the cart, along with the View Cart, Checkout and Paypal Express buttons. But, if the “Checkout” button is click, it goes to the standard Woocommerce checkout page with the form(s) to fill out and not the Express checkout page. This defeats the purpose of the express checkout. It seems this button is not calling the Paypal Express plugin feature for some reason.
(b)Sidebar-with a sidebar having the Woocomerce Show Cart widget, the same issue happens as in (a).
I figured a way to hide the button in the sidebar widget, using “a.button.checkout{display: none;}” in advanced theme options. But this does not work in the cart popup from the main menu. I also tried “#kad-head-cart-popup a.button.checkout{display: none;}, but that didn’t work either. I would like to keep the cart icon with the d popup in the main menu, as this is a very nice feature. Is there a way to do this? Also, how to align the View Cart button to be centered, after the Checkout button is removed.
2. Small item: how to change the background on the View Cart on the category page. When the Add To Cart button is clicked,the View Cart is displayed on top of the item with a clear (transparent) background. How do I change to have a color background, if possible.
Thanks in advance.
In forum: Virtue ThemeTopic: Center Blog Posts
In forum: Virtue ThemeIn reply to: Large product image & sidebar
In forum: Virtue ThemeHello, I’d like to display a large product image, no product meta and sidebar, but activating “Product Sidebar Default” makes the image 50% smaller by adding product_meta div whitespace. Can I collapse or completely remove the product_meta area, so product image is fullsize with sidebar?
Thank you, Eric
In forum: Virtue ThemeTopic: Menu
Hey Team
I am trying to create a menu for the sidebar that looks like this: Menu I am trying to create
I made up a menu called sidebar with a few categories. Enabled the full width option but it just puts the sub categories directly under the main category.
See here: Demo Page for Menu
I am missing something and would appreciate some guidance.
Many thanks
IanIn forum: Virtue ThemeTopic: portfolio types and layout
Hi,
I have a simple portfolio and want to skip the portfolio page and go from the home page straight to my portfolio posts. Except I want to retain the navigation from the Portfolio page to navigate by portfolio type. Is there any way I can navigate by portfolio type on the Portfolio posts? Thanks.Or is there a way to lay out the Portfolio Page with just one post and a sidebar?
Linda
In forum: Virtue ThemeIn reply to: page layout
July 8, 2016 at 1:32 pm #102608Hey,
If you wnat the sidebar beside the page title add this css:body.archive.woocommerce .titleclass > .container { width:auto; }And add this in your child theme functions.php file:
function kt_custom_child_init() { remove_action( 'woocommerce_above_main_content', 'kt_woocommerce_page_title_container', 20 ); add_action( 'woocommerce_before_main_content', 'kt_woocommerce_page_title_container_check', 20 ); function kt_woocommerce_page_title_container_check() { if(is_archive()) { kt_woocommerce_page_title_container(); } } } add_action('init', 'kt_custom_child_init');Ben
In forum: Virtue ThemeIn reply to: Style sidebar menu
In forum: Virtue ThemeTopic: Style sidebar menu
In forum: Virtue ThemeIn reply to: How to change the text font of a post by default
July 8, 2016 at 11:13 am #1025591. Close just use this:
.category .post h3 { font-size: 16px; line-height:30px }2.
.sidebar .widget { border-bottom: 1px dotted #444; } .sidebar .widget-first, .sidebar .widget:last-child { border-bottom: 0; }3. Inside the post you would need to add that yourself. click on “virtue shortcodes” then click divider and choose the dots option.
BenIn forum: Virtue ThemeIn reply to: page layout
In forum: Virtue ThemeIn reply to: page layout
just another question too
http://www.kurdtag.com/wp-content/uploads/2016/07/qqq.png
this is a screenshot i need this section of my website to be like this, the sidebar goes upkurdtag.com
In forum: Virtue ThemeIn reply to: How to change the text font of a post by default
Thank you for many help.
2. How could I change the font of the title for each post (I think h3 tag) in category page.
I tried to use the CSS below but failed.
.category .entry-content h3 {
font-size: 16px;
}3. I want to add a single dotted line between “Search from Area” and “Search from Image” at sidebar if possible.
As for the blog post I would like to add a single dotted line under the secound picture(bicyle picture) before beginning of the next text(beginning with ■)
http://moremoretraveler.com/asakusa_bicycle/I appreciate for your response.
Hi
I am using Virtue premium theme with child theme. I just did update to latest version and something happened.
Before update Page titles (name of category) on product category pages was left to the sidebar. And sidebar was all the way up to secondary menu.
Now after update Page titles are above the sidebar and under the secondary menu with nothing on the left. Product count is also moved with Page title.Screenshots:
*Login to see linkHow do I get Page titles back to where they ware before update?
Thanks
Ales -
AuthorSearch Results


