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 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 28,121 through 28,140 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    Topic: removing blog

    #88481

    Hi, When I go to my url, the “home page” seems to be the “latest post” I will not be having a blog on my website, I will not be doing “posts” I am just going to have a store. How do I make the first page I see when I type my url in the search bar the actual “home page”, Instead of this page trying to show “posts”

    #88476

    Please accept my apologies if this message has already been received. I thought I had sent it a couple of hours ago but can’t seem to see it now. I was wondering if there is any video/ videos showing the creation of a sample virtue ecommerce site from scratch right through to shipping and gateways etc.

    #88472

    I would send screenshots if I could, but there’s no way to attach here

    Use any photosharing site like http://tinygrab.com/ or https://www.awesomescreenshot.com/

    In terms of how variations work… it sounds like you’re talking about addons which is handled different from a product variation. For example a shoe size is a variation which would be different from your desire.

    Here is a woocommerce plugin for adding addons: https://www.woothemes.com/products/product-add-ons/

    I think thats more what your looking for.

    But if your not wanting to spend for a plugin I can think of one way to make the options you want work. I’ve updated your product so you can see: http://shoottheplanet.net/product/mojave-national-preserve-lava-tubes-and-sand-dunes/
    And nope not seeing any popups

    Ben

    In forum: Virtue Theme
    #88458

    This will disable it all over the site though will it not? I just want to disable this one gallery

    #88457
    This reply has been marked as private.
    #88456

    Hey,
    Do you mind posting a link to your site?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #88452

    Here is a tutorial about getting started with WooCommerce for your site. The tutorial links to some deeper instructions on the WooThemes site.

    https://www.kadencewp.com/installing-woocommerce/

    Give that a look and let me know if that helps.

    #88450
    This reply has been marked as private.
    #88448

    Is there a video or series of videos showing the setup of a virtue site from scratch through to payment gateway/ shipping etc

    In forum: Virtue Theme
    #88447

    This is the p;ugin supplied by braintree https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/
    The problem is Braintree payment solution does not show on site.

    #88441

    The majority of images are darker. That code didn’t work. I’ll have a test site up in a couple of days and send you the link so you can have a look.

    #88413

    Kevin, thanks for your advice. I got a code from the plugin author,that can be added anywhere in the website.

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>
    

    Is it possible to use that code into my child theme’s function.php. I’d like the buttons placed (option 1) between the product image and the thumbnails, or (option 2) right below the add-to-cart button?
    caption

    Here is my function.php

    <?php 
    
    //Creating a popup for the Shoes Size Chart.
    
    add_action('woocommerce_single_product_summary', 'kt_size_chart_custom', 15); 
    function kt_size_chart_custom() {
    	echo '<div class="mycustom_size_chart"><a href="http://merlutti.com/size-chart/" class="pvideolight kt_sizing_chart">(View Sizing Chart)</a></div>';
    	}
    	
    
    //Removing Addtional Information Tab WooCommcerce.
    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
    
        unset( $tabs['additional_information'] );  	// Remove the additional information tab
    
        return $tabs;
    
    }
    In forum: Virtue Theme

    In reply to: Products images fuzzy

    #88406

    Yes, I looked at your settings, figured out why you were having the issue based on your images and sizes and settings and came up with a solution that would make your site better even though most of your images are not large enough to show crystal clear on large retina screens (like an imac for example or ipad).

    I alway suggest using larger images that are compressed well. 1200×1200 is a good start but 1600×1600 is good future proof. Also uploading images at the same ratio that you’re going to use them is a nice way to get the most out of your image sizes.

    Ben

    #88402

    Indigo,
    I’m confused. I didn’t see any variable product in your site? Can you link to a variable product for me?

    sudheer, Please do not post in someone else topic. You can create your own.

    You can change the footer copyright text from within your theme options > misc settings.

    Ben

    #88401

    hello

    my site is conop.us

    and in the footer, i have a gallery i am putting in column 2. i have already made the css to make column 2 80% of the width, and i have created a gallery for the column. i wanted the images to be smaller, so in a 5 column gallery, i changed .tcol-lg-25 size to 15% as opposed to the standard 20%.

    but what is happening now is all of the items are going over to the left.. is there a better way to make them still take up 100% of the width while keeping the smaller size?

    In forum: Virtue Theme

    In reply to: Products images fuzzy

    #88400

    So you updated and then updated on my site ? just to make sure ..

    when you say – retina size isn’t uploaded.. you mean i should use retina images ..
    what exactly do you mean ?

    sorry

    #88397
    This reply has been marked as private.
    #88396

    Ben

    Sure… site is here: Roebling Lofts

    The site width in Misc Settings wasn’t set previously, though I did turn it on just now and have left it set. There’s still a white border next to the slider.

    Michael

    In forum: Virtue Theme

    In reply to: Mobile site

    #88382

    You can use a mobile redirect and make a “mobile” home page like this: https://wordpress.org/plugins/simple-mobile-url-redirect/

    Or you can create a seperate site and use the redirect to control a totally different site.

    Or you can use a mobile theme like this: https://wordpress.org/plugins/wptouch/

    Ben

    In forum: Pinnacle Theme

    In reply to: Call To Action Button

    #88363

    Hi Calle,
    How have you added the icon to your site? Have you tested it a default page?

    Hannah

Viewing 20 results - 28,121 through 28,140 (of 39,333 total)