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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 49,681 through 49,700 (of 53,646 total)
  • Author
    Search Results
  • #20009

    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 Theme
    #20005

    I am currently working on some changes on this page ( ). 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 Theme

    In reply to: Slider with image

    #19999

    Hannah, I changed the page template so many times last night to try to fix this, but only this morning it worked! Thank you!

    In forum: Virtue Theme

    In reply to: Slider with image

    #19998

    Hey, are you using a featured page template? That could be your issue.

    Hannah

    In forum: Virtue Theme
    #19992

    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.

    #19988

    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/

    #19984

    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!

    #19983

    Can you post a link to the pages you mean?

    #19981

    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!

    #19976

    I 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!!

    #19970

    I 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

    #19969

    I have a Primary Navigation Menu with a log in. Once logged in I would like to have a new menu with different pages….Cna someon advise how to set up and link in separate steps…..

    Thanks

    In forum: Virtue Theme
    #19968

    Thanks Hannah – but does your way work with Google Adsense ads or example? I’m thinking I’d like ot place one o these banner ads at the top of the page. Sorry if I am missing your point or anything.

    #19964

    Hi. I’m new to this theme, and am a beginner to WordPress in general. I’d like to know the simplest way to get an ad banner across the top of my page please. Many thanks in advance. Peter

    In forum: Pinnacle Theme

    In reply to: Home page design

    #19960

    Hey Sherif, you can add a virtue: carousel widget to page builder and just select portfolio posts. Is that what you mean?

    Hannah

    #19959

    Hi Ben,
    the slider is showing on all pages now. I had to reset some options on the portfolio pages and now its all working perfectly.
    Thank you so much for fixing this. Much appreciated.
    Josh

    In forum: Pinnacle Theme
    #19958

    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:

    Just need to now how you made such sequence.

    BTW: thanks for adding the button option in the Icon box short code.

    Thanks

    #19952

    Hi 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

    #19937

    So 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

    #19935

    Refining 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)

    * * * *

Viewing 20 results - 49,681 through 49,700 (of 53,646 total)