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 - 50,901 through 50,920 (of 53,646 total)
  • Author
    Search Results
  • #13977

    Hey Timothy, what else are you wanting to do? Just went to your shop page and it’s looking good other than some colors should be changed to make it more visible. You can add customization’s in your shop settings in theme options. Page builder is not used in the demo shop page.
    You can use this code to adjust the picture sizes:

    .grid_item img {
    height:
    width:
    }
    #13973

    We use the Image Carousel slider as our home page slider. But the slider will not show any text or links, een if the caption option is turned on.
    You can see the page here:
    How can we fix this?

    #13971

    Hi everyone 🙂

    I have this website here :

    When viewing it on the ipad on landscape mode it displays
    just fine with three columns below the main slider. In portrait
    Mode however, the three images are displayed as three rows
    in one column.

    How do i make it auto-resize so it stays in three column mode?

    In page-builder it is set to three columns at the top each 33% wide.
    I thought it was supposed to do that automatically.

    I appreciate your help 🙂

    Andrew

    #13967

    Hi there,

    I’m having some issues with my website, will be great if you could help me out 🙂

    I’m using Woocommerce and Virtue theme for my website.

    I’m having problems with both product variation option and product sorting function.

    After clicking on the product variation and “add to cart” just leads to an error that says “Please choose product options…” (It was running fine while on localhost)

    Product sorting isn’t displaying on the page in my product categories and sub-categories pages, it’s there but it’s hidden away by not showing any text/box, you need to click on the white space to see and select from the drop down menu. The sorting function still works, but it’s just not displaying properly.

    thanks in advance!!

    Mary

    #13961

    Good Day,
    Thanks for this great theme and the incredible support available to assist in its implementation. (I am a veterinarian not a web developer.)

    I need to know how to set the maximum page width of my site

    temp.avmi.net

    to 1000 pixels?

    I am sure this is a CSS addition, but not sure of the correct syntax.

    Thanks
    Mike

    #13957

    I kind of like the look of that. I made the changes in shop settings. But I don’t where to go from there. Are they using the page builder? Can I adjust the size of the photos? Just confused on where to go next.

    #13950

    Hello,

    Is there a way to reduce the space between the menu bar and the home page slider (less blank space)?

    I have a example of what I mean:

    Thanks!

    Greetings,
    Frank

    #13949

    How about not showing the product prices on the home page featured product carousel? Would like to show the name of the product and the “read more” text, but no prices. Just want that to show when you select and go to the actual product listing.

    (Welcome back, btw. Hope the trip was awesome. Always tough coming back.)

    #13921

    If you take a look at this page, ( http://baywatcharms.com/firearms-2/handguns/semi-autos/glock-page-1/ ) you will what I am wanting to do. Each one of these items link to the actual product page. I was hoping to include a add to cart, and add to wishlist somewhere on each description.

    #13917

    No, The filters are not in the shortcode. But I’ve been thinking of adding theme in so I’ll do that and I’ll add in the code for the portfolio grid page to be hidden if password protected in the next update.

    Ben

    #13915

    To be clear with the terms I am assuming your are talking about the products carousels like the “featured products” on this page: http://themes.kadencethemes.com/virtue-premium/

    Using page builder you can add virtue: carousel widgets to your home page and that would allow you to pick a category to show products from. You of course can choose which items are featured in woocommerce.

    https://www.kadencewp.com/using-page-builder-virtue-premium/

    Does that help?

    Ben

    In forum: Virtue Theme

    In reply to: Masonry portfolio

    #13911

    .kad_caption is the class you want to edit, and

    .kad_caption .kad_caption_inner

    The filter doesn’t apply to a gallery page.

    Ben

    #13905

    My question is related to: How to select and promote different types of products on different product sliders on homepage?

    For example, I have foour different types of product sliders on my home page:
    1. Best Selling IP Cameras
    2. Best Selling CCTV Cameras
    3. Video Management Software
    4. IP Video Analytics Software

    Now, from 150 products, I want to promote on above product sliders only seleted products, 10-15 products in each of it’s belonging product slider.
    (10 IP cameras in the “Best Selling Cameras” product slider; 15 CCTV cameras in the “Best Selling CCTV Cameras” product slider; 12 video management software solutions in the “Video Management Software” product slider,… etc…)

    Please help on this topic.

    Thank you in advance.
    Kind Regards,
    Slavko.

    In forum: Virtue Theme

    In reply to: Masonry portfolio

    #13903

    Ben,
    I found the CSS to adjust caption but can not seem to make it work

    and here is what I put in the custom CSS box which did not work

    .portfolio_item .piteminfo h5 {
    margin: 0;
    padding: 37px 0;
    color: #333;
    }

    portfolio_item .piteminfo {
    padding: 29px;
    text-align: center;
    }

    On Dev tools this CSS raised the H5 captions toward the center of the page and background as well
    Did not work when I put it in Theme Option/advanced settings/custom CSS

    Thanks

    Barry

    In forum: Virtue Theme

    In reply to: Staff displa

    #13900

    Using the staff page you can set the columns to two then add this css to your custom css box and it will create a single column page, with the images on the left:

    .staffwrapper > .tcol-md-6  {
    width:100%;
    }
    .staff_item > .imghoverclass {
    float: left;
    max-width: 300px;
    margin-right: 20px;
    }

    Ben

    In forum: Virtue Theme

    In reply to: rev slider in blogpage

    #13899

    Yeah this isn’t a built in option, the simple option would be to create a child theme, copy page-blog.php and put it in your child theme, then add your revslider shortcode to the page template.

    Ben

    #13892

    Hey Craig,
    When I developed I added all the code to make the single portfolio posts hidden but not the grid. It wouldn’t take much to add support for the grid page but another option would be to use the portfolio shortcodes to create your portfolio grid. Anything added through the page content box is automatically hidden:
    http://docs.kadencethemes.com/virtue/#shortcodes

    Ben

    In forum: Virtue Theme

    In reply to: Resize Text Widget

    #13891

    Hi Hannah, Many thanks.

    Site is http://www.frannyfearnby.com

    Problem is on blog page. I want the posting policy notice across the bottom. And you can see the scrunched up copyright info I would like to expand.

    It is an adult site but does not contain anything offensive.

    Thanks.
    Graeme.

    #13886

    Ok I think I understand. So in each portfolio page you would select a portfolio work type under portfolio page options.
    Does that work?

    Hannah

    #13885

    Good morning-
    Not quite –
    I have products and they are in categories.
    I’m trying to set up a portfolio grid page with just 1 category on it.
    Where is that done?
    Thanks
    Patricia

Viewing 20 results - 50,901 through 50,920 (of 53,646 total)