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,821 through 50,840 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #14352

    If you would take a look at the following page, ( ). The default sorting is barely visible. I can’t seem to locate the proper area to make the correct css override.

    In forum: Virtue Theme

    In reply to: Gallery Question

    #14351

    I am going to mark this on resolved. The previous css, seems to have worked, and only effected those particular pages.

    In forum: Virtue Theme

    In reply to: Gallery Question

    #14349

    I tried this.
    .handgun-gallery-page-1 .grid_item img {
    width: 210px;
    height: 210px;
    }
    on the following page. http://baywatcharms.com/cerakote-2/handgun-gallery-page-1/
    it worked. Just don’t know if it will effect anything else.

    In forum: Virtue Theme
    #14347

    I just noticed that my photo galleries are like they should be. Could I have done something to make this happen. Take a look at the following page, and you will see what I am talking about. The pictures are not centered anymore. And when you hover, The caption is bigger than the photo. It wasn’t like this before. ( ). I remember changing the settings on some images in the products somewhere to make them smaller. Just can’t remember exactly where I did it.

    In forum: Virtue Theme
    #14335

    Just paste in the desired URL. So if you’re wanting to link to a specific category on your shop page just copy the url of the page and paste it into the widget. Make sense?

    In forum: Virtue Theme
    #14333

    Thanks Hannah. Looks pretty straight forward. But how about having those images link to a filtered set of product, as opposed to having to set up a new page just for the link?

    In forum: Virtue Theme
    #14324

    So another way of doing this is in theme options > home layout. Enable the image menu in homepage layout manager and set up the home image menu below.

    In forum: Virtue Theme
    #14317

    Hey, Kadence Themes is working on getting a demo3 style tutorial out right now. The selection boxes you’re referring to are displayed through the virtue: image menu item widget. Assuming your page is set to a static page and the front page is the home page you need to go into your home page and and add a row with three columns through page builder. Then select the Virtue: Image Menu Item widget and upload an image and give it a title, description and link. Repeat this process for the second two columns.
    Hope this helps!
    Hannah

    #14311

    Hi,

    How can I change logo size?
    I would like to have this logo size
    http://themes.kadencethemes.com/virtue-premium-2/

    But on my page is onyl 165px wide. Margin set to 0.

    Tnx

    #14310

    The homepage of the website shows the blogposts. The featured image comes before the blogpost title. My question is how to move the title above the featured image.

    Thank you!

    #14309

    Hello Ben,

    One more thing regarding the product category filter, how do I highlight the first product category as selected, in a highlighted box by default, when you land on the page, the “show All” filter is currently not showing, but it’s defined as selected by default. (this may be a simple css fix)

    (<)li class=”postclass”>
    (<)a class=”selected” title=”all” data-filter=”*” href=”#”>
    <h5>Show All</h5>
    <div class=”arrow-up”></div>
    </a(>)
    </li(>)
    ————————————————————————————–
    (<)li class=”postclass”>
    (<)a rel=”featured-products” title=”” data-filter=”.featured-products” href=”#”>
    <h5>Fatured Products</h5>
    <div class=”arrow-up”></div>
    </a(>)
    </li(>)

    #14296

    Does this work on all pages or just on the home page? I only seem to be able to get it to work for the home page. Sorry, I should have specified that I’m looking to adjust a mobile slider on a secondary page.

    #14289

    The site is currently on localhost, I can send you the code where the title is located, I’m using the slug name.

    <div class=”clearfix”>
    <div class=”page-description”>
    <div class=”pf-content”>
    <p>
    <script type=”text/javascript”>
    jQuery(document).ready(function ($) {
    $(‘#portfoliowrapper’).isotopeb({ filter: ‘.featured-products’ });
    });
    </script>
    </p>
    </div>
    </div>
    </div>
    <section id=”options” class=”clearfix”>

    <i class=”icon-tags”></i>


    <ul id=”filters” class=”clearfix option-set filter-collapse”>
    <li class=”postclass”>

    <h5>All</h5>
    <div class=”arrow-up”></div>

    <li class=”postclass”>

    <h5>Featured Products</h5>
    <div class=”arrow-up”></div>

    #14288

    Is there a way to load a specific slider when a mobile device is detected? I’m trying to avoid having to clone the whole page if possible.

    #14285

    Its ok!
    Actually I have a bunch of clothing products to display for the the wholesale buyers. They don’t really care much about individual product description and I am not even displaying their prices because it depends on their order quantity. (They place orders by emails/calls). So, I don’t have individual description pages for each image but I thought it would be nice to have them filter like
    “All” | “Men” | “Women”

    #14276

    Hello to the creators of such awesome theme,

    I am using Captioned Virtue Gallery. I want to add filters like this ( to the top right corner.
    Clicking any image should just open enlarged view of image with next/previous image options. That’s why I am using Gallery (not Portfolio). Unless there is any way to achieve this in a Portfolio Grid page.

    Could you please help me add those filters in there?

    Thanks!

    #14274

    drop in the shop page.
    Or wherever your working? Just make sure you are on the text tab.

    Ben

    #14269

    You would have to use javascript. Like adding this to the end of your page, except where the portfolio-cat is you would need to change that to your first type.

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    $('#portfoliowrapper').isotopeb({ filter: '.portfolio-cat' });
    });
    </script>

    Ben

    #14267

    Thanks for the tip, I’ve one more question about the Category Filter, after hiding the first-child, how do I set the first category after the “show All” as default to show up in the page?

    In forum: Virtue Theme
Viewing 20 results - 50,821 through 50,840 (of 53,646 total)