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
Hello,
Just wanted to let you know that when in the shop archive page and a simple product is added to cart via the add to cart button on the main shop page another overlaying button appears, “View Cart” button, and when hovering the mouse over the product image both the add to cart button and the view cart are visible.the View cart is overlaying the Add to Cart button.
I am using the “Simple Text (light)” option for shop archive images.
In forum: Virtue ThemeTopic: Display Qestion
I am currently working on some changes on this page ( *Login to see link ). Is there a way to not have the icon images show up, but just the actual product images show. I just don’t think it looks very good the way it is.
In forum: Virtue ThemeIn reply to: Slider with image
In forum: Virtue ThemeIn reply to: Slider with image
In forum: Virtue ThemeTopic: Slider with image
There is a random slider showing up on my Feedback page. I have no idea what I did to put it there! I have re-created this page three times now, and the slider shows up with an image from the page I am creating each time. The image is always different, and it happens every time I add a new image.
Here you can see the ‘thank you’ doggy cartoon that I just added is now at the top of the page too.
*Login to see linkIn forum: Virtue ThemeIn reply to: "Add to Cart" button and button font sizing
Thanks again, Hannah!
Now some of the buttons are fixed, but others having to do with the cart are still tiny print. If you go through the steps of adding the item to your cart and then viewing cart, taking it out of the cart, etc. you’ll see what I mean. http://siteground176.com/~musical4/product/seagull-merlin-hybrid-gig-bag/
Also, the type on the main shop page (“Showing the single result”) is now fixed: http://siteground176.com/~musical4/shop/
…But the “Category” on the item page–> Still tiny. http://siteground176.com/~musical4/product/seagull-merlin-hybrid-gig-bag/
In forum: Virtue ThemeIn reply to: "Add to Cart" button and button font sizing
http://siteground176.com/~musical4/shop/
If you add the test product that is listed to your cart, you’ll see the tiny type on the buttons. You can see the category font size right on the ‘shop’ page.
Thanks!
In forum: Virtue ThemeIn reply to: "Add to Cart" button and button font sizing
In forum: Virtue ThemeIn reply to: "Add to Cart" button and button font sizing
Thanks Hannah! The removal of the ‘add to cart’ button worked like a charm!
I’m afraid though that the button font size is still really tiny (I put it all the way up to 40px just to be sure it wasn’t just the font I was using, but no- no change!). I’m also noticing that the product “Categories” text (both on the shop page and on the product listing page) is also really tiny.
Thanks!
In forum: Virtue ThemeI was wondering if there’s a way to completely remove the “Add to Cart” button from the individual product listings on my shop page? Many of my items are made-to-order (and somewhat customizable) so clients need to read the description to be sure they’ve understood this and to know what information I need from them at checkout.
Also, the font size on all my buttons (‘comment’ button on blog posts, ‘checkout’, etc.) is really tiny. How would I make this larger?
Thank you in advance!!
In forum: Pinnacle ThemeI really like to use the arrow at the bottom of slider, but it need to scroll a couple of pixels further. Because it still shows a little bit of the slider. I have enough content on my page so that’s not the problem. What can I do to fix this, i’ve tried everting I can do.
Thanks,
Kriya
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Ad Banner under Main menu
In forum: Virtue ThemeTopic: Ad Banner under Main menu
In forum: Pinnacle ThemeIn reply to: Home page design
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeTopic: Home page design
Hi Ben,
I was checking your design company website, and got a question about the home page.
You have designed the home page as, icon box, then portfolio items with background, then a text part.
This seems a page designed specifically for the home page, and not using the home layout widgets in the options.
So, can I add a portfolio inside any of my pages, using Page Builder? or did you assign a home page, then assigned the portfolio, and home widget area? There is not option to add a background color specifically for the portfolio area unless I I am using Page Builder.
I am referring to this: *Login to see link
Just need to now how you made such sequence.
BTW: thanks for adding the button option in the Icon box short code.
Thanks
In forum: Pinnacle ThemeHi Ben,
Thanks so much for that, it worked perfectly across the main pages of the site. I saved the code you wrote into the child-theme’s functions.php file and the slider worked strait away 🙂
It’s not showing on the portfolio pages though. These pages are just showing a white background in the header area at the moment… I am looking through the options panel for a setting that I may have overlooked. But can the function you wrote be tweaked so the home slider shows on portfolio pages too?
Thanks again Ben, I really appreciate your help.
Josh
In forum: Pinnacle ThemeOctober 15, 2014 at 2:24 pm #19937So I’ve been thinking, If you want the home slider to appear on every page I have a pretty easy solution, Make sure you have the latest version 1.0.8 and using a functions plugin or child theme add this function:
add_action('kt_header_overlay', 'kt_slider_overlay'); function kt_slider_overlay() { ob_start(); ?> <div class="kt-slider-header-overlay sliderclass"> <?php $pinnacle = get_option( 'pinnacle' ); putRevSlider( $pinnacle['rev_slider'] ); ?> <?php if(isset($pinnacle['header_slider_arrow']) && $pinnacle['header_slider_arrow'] == 1) { echo '<div class="kad_fullslider_arrow"><a href="#kt-slideto"><i class="kt-icon-arrow-down"></i></a></div>'; }?> </div><!--sliderclass--> <div id="kt-slideto"></div> <?php $output = ob_get_clean(); echo $output; }You can get a functions plugin here: https://wordpress.org/plugins/custom-functions/
Ben
In forum: Virtue ThemeRefining the Tabs on the Single Product Page.
This is the css used now, but it seems verbose, is all this code really needed to target the tabs?
/*Change the tabs padding*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
padding: 0.5em 0.5em;
color: #B0A59B;
}/*Change the color and shading of the tabs (Description)*/
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: -moz-linear-gradient(center top, #F5F4F1 0px, #D8D4CA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #BEC0C1;
color: #606265;
}/*indent the single product description text*/
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
padding-left: 8%;
padding-right: 12%;
}Thanks
~ Ann
http://www.FrancescasFancy.com (not live yet)* * * *
-
AuthorSearch Results


