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: Continue Shopping Button
September 25, 2014 at 11:20 pm #184541. You will need to use a child theme, or a plugin like this https://wordpress.org/plugins/custom-functions/
Then you add this code to the functions file or the plugin functions:
add_action( 'woocommerce_after_cart_table', 'kad_keepshopping', 40 ); function kad_keepshopping() { echo '<p class="return-to-shop"><a class="button kad-btn-primary wc-backward" href="'.apply_filters( 'woocommerce_return_to_shop_redirect', get_permalink( wc_get_page_id( 'shop' ) ) ).'">'.__('Return To Shop', 'woocommerce' ).'</a></p>'; }2.
add this css to your custom css box in the theme options:@media (max-width: 480px) { .kad_product { width: 50%; float: left; } }Ben
In forum: Virtue ThemeIn reply to: Continue Shopping Button
September 25, 2014 at 10:42 pm #184511. You would have to code it in. Where are you wanting it?
2. “Also instead of one item width per page I would like two in each row”.
I don’t understand ^ Can you explain?
Ben
In forum: Virtue ThemeTopic: Continue Shopping Button
In forum: Virtue ThemeTopic: Portfolio Item Page Spacing
Hi Ben,
Case in hand: *Login to see link
I would like to know if there’s a way that I could modify the Portfolio Item Page template. What I would like to happen is that I need to shrink the distance between the item text (post area) and the Featured Image (Carousel Slider). I know that I could just increase the size of the photos, but what I would like to know I could adjust the slider area, move the distance of the post area near to the right side of the slider; push it to the left a bit, eliminating the white space in between.
I hope this problem can be solved by some CSS. If there’s a need to change the PHP code itself, please do tell me what to change (if possible), or if not, I hope there could be some alternative to it. Your theme is really amazing and I wish to be able to use the theme for my future projects.
Many thanks,
CarloIn forum: Virtue ThemeIn reply to: Disable Sidebar on CPT
Thanks Ben
Wow – you are so fast to reply always – you must be super human 🙂
I fixed with the following:
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page'); function kad_sidebar_on_special_page($sidebar) { global $post; if ($post->post_type == "espresso_events") { return false; } return $sidebar; }In forum: Virtue ThemeHi,
I have a menu where one item has a submenu. When a page from the submenu is open, only the specific page in the submenu is highlighted.
I want the main item also to be highlighted.Here you can see what I mean: *Login to see link
I want the item ”Portfolio” to also be highlighted when a page in this submenu is opened.
(P.S. the portfolio button in the menu doesn’t has a link, I use it to order all the photo-pages in one menu.)My website is: http://www.frankgeenen.nl
Is this possible?
Frank
In forum: Virtue ThemeTopic: Disable Sidebar on CPT
Hi Ben
I am using event espresso 4 plugin. I would like to disable sidebar on all the event espresso CPT pages and posts.
I’ve tried the following in child theme function file, but not working – I get:
Fatal error: Call to undefined function espresso_events_query() – can you suggest the best method to target the CPT espresso_events?
add_filter('kadence_display_sidebar', 'event_sidebar');
function event_sidebar($sidebar) {
if (espresso_events_query()) {
return false;
}
return $sidebar;
}UPDATE: I fixed it with the following;
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
function kad_sidebar_on_special_page($sidebar) {
global $post;
if ($post->post_type == "espresso_events") {
return false;
}
return $sidebar;
}In forum: Virtue ThemeTopic: Popover
In forum: Virtue ThemeIn reply to: ADD NEW FORUM TOPIC
September 25, 2014 at 11:38 am #18410I’m working on a whole page that will be for showcase. Where people can submit there site to be showcased. It’s coming soon.
Ben
In forum: Virtue ThemeIn reply to: Problem with product sorting
September 25, 2014 at 11:35 am #18409Hey,
To explain, That demo has the filter turned on but it’s a bad example. And I turned off for that demo.The theme filter is not an ajax filter or a menu so it’s not designed to re-query the site. meaning it doesn’t work like a menu where you can click a category and see all of that category. It only filters what is already on the page. So it should only be used where you have all your products on one page. Not in an environment where there are pages and pages of products. for that use a menu or an ajax filter plugin like: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
Here is a better example, the shop page uses an ajax filter: http://themes.kadencethemes.com/virtue-premium-3/shop/
and the category page uses the theme filter: http://themes.kadencethemes.com/virtue-premium-3/product-category/gear-packs/
Ben
In forum: Virtue ThemeSeptember 25, 2014 at 11:14 am #184041. You didn’t post a link…
2. “proceed to checkout” is set by your primary color in the theme options > basic settings.
3. What button on your contact us page? Are you using the built in contact form.. post a link.
Ben
In forum: Virtue ThemeIn reply to: Displaying Product Category image
September 25, 2014 at 11:11 am #184031. I said you can add a slider to the category pages with virtue. You can create a slider using the cyclone, Kadence or revolution slider. Copy the shortcode and add that shortcode to the the Category Slider box on the category edit page.
the result looks like this: http://themes.kadencethemes.com/virtue-premium-3/product-category/gear-packs/
2. It depends on where you want the image to show but if you just want the image in the description you can use the shortocde I posted above. Anything else will require that you edit the woocommerce templates.
Ben
In forum: Virtue ThemeHello
I am a beginner and I actually do love the virtue theme. I startet my onlinestore and it seems to work. But a soon as I try to access the page with all the plugins or the themes I got a white empty screen. The dynamic image gallery in Woocommerce doesn’t work either. I deactivated different plugins to see if this is causing the problem. I’m sad to say, that everything works great when I changed the Theme. It seems like my premium virtue theme is causing the problem.
Is there anybody who could help me with this issue. Please use simple words and explain like for kids, so I will understand.
Thanks a lot for your precious help.
Sascha
In forum: Virtue ThemeTopic: Problem with product sorting
Hi,
I think your theme has bug. Go to page 3 on *Login to see link and click e.g “gear packs”. You will see nothing. You are on page 3 but in shop there are only 2 items in this category so all of them are on page 1. If there are no products on page 3 then it should redirect to page 1.
How can I fix it?
In forum: Virtue ThemeIn reply to: add phone number under main menu
In forum: Pinnacle ThemeIn reply to: Image Menu Item widget
Ben,
an image menu as a widget or shortcode would be great. Could be used on pages which have subpages in order to quickly build a graphical subpage grid nav. Thought about creating a widget with the same functionality as in yr Theme Options > Home Layout > Home Image Menu. The image could be something to upload, or – per default – the featured image of a page. In addition, a select box which lists existing post/pages/cpt’s (like the post editor’s link manager) or just the direct descendants of that particular page would be beneficial for adding the corresponding page link. But all that might be too specific for yr theme, hmm? Well, just an idea ….
DirkIn forum: Virtue Theme.product_item .kad_add_to_cart { background: #ff0000; color:#fff; } .product_item:hover .kad_add_to_cart { background: #3cb500; color:#fff; } .product_item .kad_add_to_cart:hover { background: #dd9933; color:#fff; } .woocommerce #content div.product form.cart .button.kad_add_to_cart { color: #fff; background: #ff0000; } .woocommerce-page button.button, .woocommerce-page input.button { background: red !important; color:white !important; text-shadow: transparent !important; border-color:#ca0606 !important; }I use this to change all button color to red, its work but on “contact us” page the button color not changed.
plis help 🙂In forum: Virtue ThemeIn reply to: Displaying Product Category image
In forum: Virtue ThemeSeptember 24, 2014 at 5:04 pm #18359The styling from the rest of my website did not carry over to the woo commerce content, I was able to adjust the fonts (and the hover color for the fonts); but I can’t figure out how to fix the hover colors for the images (on the home page in the Featured product section and in the Boutique). Is there any way to do this?
Also, is there any way to customize the background color and/or message on the big red “SOLD” notification?
Thanks
In forum: Virtue Theme -
AuthorSearch Results


