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: Pinnacle Theme
Greetings again,
I’m using Simple Text on Image (dark) for my Shop Product Style, and wondering if it’s possible to change the hover “ADD TO CART” button text to “VIEW COURSE”.
This would also require the button to redirect to the single product page for that particular item.
Sorry for asking, my client is uber frustrated that when they want to go to a product page they always add it to cart by accident. teehee.
My shop page: *Login to see link
Thanks either way!
In forum: Pinnacle ThemeIn reply to: Remove Page Title Text on Category Pages
This CSS will remove the titles comepletely.
.archive .page-header h1 { display: none; }If you want to retain the space that the title takes up in the header, then use this instead.
.archive .page-header h1 { visibility: hidden; }Place this code in Theme Options> Custom CSS.
Let me know if that works for you
In forum: Virtue ThemeThis is only occuring on my phone, not on tablet or laptop.
I am displaying the Subtitle not page title on my pages.
For laptop or tablet the long, wrapped subtitle lines are spaced too close together. Again, just on my phone.
Can you help me with this?
Thanks,
Jerry
In forum: Virtue ThemeIn reply to: breadcrums dont show up
In forum: Virtue ThemeIn reply to: Galley items duplicates
May 2, 2016 at 2:17 pm #93449Which gallery has duplicates?
I only see one with 8 items on the home page and I’m not seeing duplicates?
Ben
In forum: Virtue ThemeMay 2, 2016 at 2:13 pm #934461. see here: https://www.kadencewp.com/using-page-builder-virtue-premium/
3. which section?Ben
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
May 2, 2016 at 2:07 pm #93442Hey,
1. You would need to ask the plugin author then how to change the order of their tab.
Or you can change the order of all the theme and woocommerce tabs. Woocommerce would be global though in your theme options > product settings.
2. As long as you leave the product video box empty you won’t have any tab for it.
3. Glad you found the trouble plugin.
4. You can set the size for those in your woocommerce > settings > products. I would suggest like 60×60.
5. That would require that you edit woocommerce template files and change how it’s setup to output pricing. This is a bit beyond theme support. but just to be helpful you would be looking at a hook like this:
// Display only low price for variable WooCommerce products add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2); function custom_variation_price( $price, $product ) { $price = 'Starts at: '; $price .= woocommerce_price($product->get_price()); return $price; }NEXT SECTION
2. I don’t see this? Can you post a screen shot? (are you clearing your cache).
3. Posts and products are different if you created post categories thinking they would be product categories then yes delete them if you want to link to product categories then you should add them through the product category section of the menus page. Your current menu links should be removed if they do not link to the place you want them to You don’t edit links in the menu you just change how you add them.
9. Do you have any issue with the products overlapping then you view the demo site?
Ben
In forum: Pinnacle ThemeHello,
I’m customizing the category pages on a website, and I’m curious if there’s an easy way to remove only the text of the page header, not the page header itself. The text is overlaying over the graphic (that already has the text in it,) so naturally I’m looking for a way to remove the text from the category pages.
The “Display Page Title” option shows or hides both the image and the text.
Any advice would be appreciated.
Thank you,
James
In forum: Virtue ThemeMay 2, 2016 at 1:32 pm #93429Hey,
Have you made a portfolio page? One that is using the portfolio grid template?Ben
In forum: Virtue ThemeIn reply to: Virtue: Image resizing height in mobiles
May 2, 2016 at 1:22 pm #93424Can you post a link to the page using the code I posted?
can you confirm your are using the latest version of the theme 3.6.3?
Ben
In forum: Virtue ThemeIn reply to: Homepage keeps disappearing and reappearing?
May 2, 2016 at 12:54 pm #93416Hey Kenneth,
In your this post: http://blacklabelfightco.com/2016/03/30/ace-roscoe-sanchez/
You should set a custom excerpt because you are using pagebuilder and that creates issues when wordpress tries to create a excerpt out of pagebuilder content.
Thus you’re hitting this error:
Fatal error Out of memory (allocated 62914560) (tried to allocate 196608 bytes).Increasing your php memory would be good but the important thing is if your are going to use pagebuilder on posts it’s really best to set a custom excerpt.
Ben
In forum: Virtue ThemeTopic: WPML problem
Hi
My web is in 2 languages (spanish as main and english). http://www.piloloskids.com
Before it works well, but today I realize that in english version the shopping cart in english doesn’t work. If i buy something the shopping cart page is empty. Nevertheless the “cart” on the top bar is ok.
I disabled all the puglins and the problem persists, but when I switch to another theme, the shopping cart runs uk. Therefore, I supposed is something with the theme and WPML.
I don’t know if the problem is since the lastest update.
Do you know what can I do?
Thanks
Vito
In forum: Virtue ThemeIn reply to: Blog post full size in Homepage
Have you set your home page to be your blog in Settings> Reading?
The blog page that you linked to isn’t getting the posts from a shortcode, rather the page template that is set.
If you set your home page to be your blog, then it will automatically use the blog page template.
Try that method and let me know if that works for you.
In forum: Virtue ThemeIn reply to: a few questions about categories/uncategorized
1. This is happening because there is already a blog page. If you go into your pages, you should be able to find which one it is and either delete or deactivate it.
2. This is called a “favicon” and is controlled via Theme Options> Misc Settings.
3. These are breadcrumbs. The settings for them are found via Theme Options> Breadcrumbs. You can deactivate them there.
4. Post category is set within the post edit screen under “Portfolio Type.”
5. The category is simply a way to organize your related posts. You can use filters and other options to categorize them around your site. In some cases this may help with site navigation.
6. A plugin like this one will give you more control of how you share your posts on facebook. Check it out and see if it has options you’re looking for.
https://wordpress.org/plugins/facebook-auto-publish/Let me know if that helps!
In forum: Virtue Theme1. You can set a full width image for the row via the Edit Row > Design tab in page builder. There, you can set the image as well as force it to display parallax.
2. That image is controlled via Theme Options> Advanced Styling> Header Background. You can set to a different image there, or you can remove it entirely.
3. You’ll have to mess with the image positioning to get it to look the way you want. Whereever you set the image, find “Background Image Position” and play with those settings to see if you can get it displaying the way you want.
Hopefully this helps!
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
Good morning Ben,
1. When I try to add data it just never aligns properly so I started using a plugin. I’m still paying around with it.
2. I do see that I just have been confused how to get it to work. For example I add the product video from the top screen options and now can’t remove it for this product http://dilexivos.com/product/dilexi-vos-only-love-is-real-unisex-infant-onesie/. Please also see question 4 below related to this product.
3. I updated the yith zoom magnifier plugin and it was missing files so I have deactivated for now.
4. Now would be a good time to look at how my color variations appears below the main product image. Is there a way to better organize the other product images? Maybe thumbnails underneath the main image?
5. Several of my products have pricing variations for sizes 2Xl and 3XL. For example if I set the regular price at $50 and the sale price $30 for S-XL and add an extra amount for 2XL and 3XL, the shop page and product pages show $50-$55 with the line across it and the sale prices of $30-$35. How can I have the prices appear as $50 (regular price with the line across it) so it looks like $50-$30 and I just add some text explaining the extra cost of larger sizes. The variation will still need to work of course when they choose either 2XL or 3XL so the sale price changes to $35 from $30 for example.
Thanks!
In forum: Virtue ThemeIn reply to: order of woocommerce product variables
May 2, 2016 at 9:02 am #93375Hey,
are you creating the attributes on the single product page or in the attributes area. Note that the order is determined by the attribute order not your variation order.Ben
In forum: Virtue ThemeIn reply to: Virtue + Polylang + Portfolio
In forum: Virtue ThemeMay 2, 2016 at 8:54 am #93370Hey,
For that you would have to edit in a child theme: https://www.kadencewp.com/child-themes/Then you would need to add templates/home/latest-slider.php file into the child theme and make sure you have a templates then home folder to place it in.
After that you just have to edit line 20 of the latest-slider.php file change:
$wp_query->query(array('posts_per_page' => 4));to this:
$wp_query->query(array('posts_per_page' => 10));Ben
-
AuthorSearch Results


