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 - 47,061 through 47,080 (of 53,646 total)
  • Author
    Search Results
  • #32458

    Hello Ben! I am building a new site here and on desktop view, looking good so far. On mobile though, the Homepage Blog goes over what’s still part of the Homepage Content. I only have Homepage Content + Homepage Blog as a homepage layout. Please give it a look. Thank you so much!

    In forum: Virtue Theme

    In reply to: Testimonial page

    #32451

    I want Testimonial form off to the right and Testimonials to list on the left. I put visual editor widget in primary sidebar, I put testimonial form code in visual editor widget, and put [testimonial_posts columns=”1″] in the editor page. Only 3 out of 7 testimonials show on page. All testimonials are published.
    What is the better way to do this?

    I also tied this on a Fullwidth Page

    <div style=”float: right;width: 475px; height: 525px; border: 1px solid #333; padding: 10px; margin: 5px;”>Column 2[kad_testimonial_form ]</div>
    <div style=”float: left; width: 475px; height: 1200px; border: 1px solid #333; padding: 10px; margin: 5px;”>Column 1[testimonial_posts columns=”1″]</div>

    Still only 3 out of 7 testimonial show on page.

    #32444

    I found this on mobile :

    In forum: Virtue Theme

    In reply to: Testimonial page

    #32436

    I want Testimonial form off to the right and Testimonials to list on the left. I put visual editor widget in primary sidebar, I put testimonial form code in visual editor widget, and put [testimonial_posts columns=”1″] in the editor page. Only 3 out of 7 testimonials show on page. All testimonials are published.
    What is the better way to do this?

    #32430

    HELLO, I am using the Kadence slider and want to duplicate Virgue Demo Style 3. I am up and running but have come to 2 minor problems I need help with.

    1. Demo 3 sliders have, as an example, “For The – HIKER – NEW SHOES” in one of the sliders. How do I set the words to come in separately into the slider as in the demo? In other words, I want “For the” come in first, Hiker second, and so on? Also, how do I change the color of the writing in each of the sliders different? My current setting is for only one general setting that is applicable to all sliders?

    2. The current sliders on the home page cut off the half portion of the above menu? In the above menu I have Shop, Men’s, Women’s, Kid’s and Acessories. The sliders are displayed covering half of the letters of the said menu.

    My website is http://www.noandyo.com/sandbox.

    Thanks for all your help.

    Yanni

    #32428

    Hey guys,

    This is new. With your help, we have made it to where the basic functionality of the site and the store both work. It has gone really well thanks to all of your help. Everyone here really appreciates your support.

    Now we will be showing the site to partners and customers. Here’s my problem. I am not a graphics designer and I do not have any natural graphics skills, so my homepage is really (really) ugly. It needs to be better to convey everything the company stands for — we sell an upmarket, lifestyle product.

    Do you have any recommendation for how to fix this problem?

    #32422

    I found in Virtue Short codes – Testimonial Form. I thought a form would be downloaded as it did in Contacts Page.

    #32420

    Those instructions are for a testimonial grid page. Not a form??

    Ben

    #32416

    You can remove the focus with this css:

    a:hover, a:visited, a:link, a:active, a:focus {
        outline: none;
    }
    

    the focus color is strange but you can force it right with this css, I’ll add in the next version:

    a:focus {
        color: #8d2094
    }

    As for a similar style with the icon font… hmm, looking at the site you linked to you should be able to try this:

    .woocommerce p.stars:after {
    content: "";
    display: block;
    clear: both;
    }
    .woocommerce p.stars span a {
    float: left;
    left: 0;
    overflow: hidden;
    letter-spacing: 1px;
    padding-top: 16px;
    position: absolute;
    top: 0;
    }
    .woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after{
      content:'' !important;
    }
    .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
      border:0;
    }
    .woocommerce p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
    }
    .woocommerce p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
    }
    .woocommerce p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
    }
    .woocommerce p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
    }
    .woocommerce p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
    }
    
    .comment-form-rating p.stars span {
    display: block;
    float: left;
    height: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
    }
    .woocommerce .comment-form-rating p.stars span:before, .woocommerce .comment-form-rating p.stars span a:before, .woocommerce .comment-form-rating .star-rating:before, .woocommerce .comment-form-rating .star-rating span:before {
    font-family: virtue_icons; 
    font-size: 14px;
    font-weight: 400;
    left: 0;
    letter-spacing: 1px;
    line-height: 16px;
    padding-left: 1px;
    position: absolute;
    top: 2px;
    width: 100%;
    white-space: nowrap;
    }
    .comment-form-rating p.stars span:before {
    color: #8d2094;
    content: "e2ffe2ffe2ffe2ffe2ff";
    font-family: virtue_icons; 
    text-indent: 0;   
    }
    .woocommerce p.stars span a.active:before, .woocommerce p.stars span a:hover:before, .woocommerce-page p.stars span a:focus:before {
        content: "e301e301e301e301e301";
    font-family: virtue_icons; 
    text-indent: 0;   
    }

    Ben

    In forum: Virtue Theme

    In reply to: Search Results

    #32415

    Unfortunately, this did not help me. I want to search the attachment page titles and nothing comes up. My website is capa.furniture.

    Thanks

    #32413

    Virtue Premium
    I followed these instruction but a form did not load?

    Step 1 – To create a new Testimonial Grid page go to your wordpress admin >> page and click the new page button.
    Step 2 – Find the page attributes box (usually on the right) and locate the template select box and choose “Testimonial Grid”.
    Step 3 – Save or Publish the page, by click the appropriate button in the top right of your screen.
    Step 4 – You will see a page that looks like the one below. Edit the fields for the desired output.

    #32406

    You have the page set up right.

    I’m reading back and see that hannah has the wrong shortcode. should be:

    [product_category category="appliances" per_page="4" columns="4"]

    The category=”slug” not name. See all the shortcodes here:
    http://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

    #32404

    Hey,
    You can use this to style it on the shop page:

    .product_item .product_price {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    }

    And this for the product page:

    .pricebox .product_price {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    }

    Hope that helps!

    Hannah

    #32403

    Excellent! This is just what I wanted. Thanks.

    I can’t seem to get the category=”name” to work. I have added two widgets with the short code and a title, but they are both showing every product.

    Also, I want to make sure I am doing this right.

    1. I rename the current shop page to be shop_old.
    2. I create the new shop page called shop and link to that from my menus.
    3. I set the base shopping page in Woocommerce settings to be shop_old (if I make it shop, it messes up my formatting).
    4. I do a re-direct from shop_old to shop, so that the odd click around always ends up at the new shop.

    Is this right?

    Here is my new shop with Pagebuilder, the titles and shortcode.

    http://kamadoworks.com/shop-page/

    #32397

    Ha, I’m sure it’s not a bug.. http://demo2.woothemes.com/storefront/product/woo-single-2/

    I switched the coded to the new woocommerce code last update. The point was to remove the need for images and the previous option was built with images. This works with the icon font built into the theme.

    I personally like it a lot more then the previous gif stars. These easily change colors to match the theme of your site. and I think the layout is cool.

    But design is up to you. if you want to use the old way you certainly can. Here is the css you would need:

    .woocommerce p.stars:after,
    .woocommerce-page p.stars:after {
      content: "";
      display: block;
      clear: both;
    }
    .woocommerce p.stars span,
    .woocommerce-page p.stars span {
      width: 80px;
      height: 16px;
      position: relative;
      float: left;
      background: url(https://www.fiveroasters.de/wp-content/themes/virtue_premium/assets/img/star.png) repeat-x left 0;
    }
    .woocommerce p.stars span a,
    .woocommerce-page p.stars span a {
      float: left;
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 0;
      padding-top: 16px;
      overflow: hidden;
    }
    .woocommerce p.stars span a:hover,
    .woocommerce-page p.stars span a:hover,
    .woocommerce p.stars span a:focus,
    .woocommerce-page p.stars span a:focus {
      background: url(https://www.fiveroasters.de/wp-content/themes/virtue_premium/assets/img/star.png) repeat-x left -16px;
    }
    .woocommerce p.stars span a.active,
    .woocommerce-page p.stars span a.active {
      background: url(https://www.fiveroasters.de/wp-content/themes/virtue_premium/assets/img/star.png) repeat-x left -32px;
    }
    .woocommerce p.stars span a.star-1,
    .woocommerce-page p.stars span a.star-1 {
      width: 16px;
      z-index: 10;
    }
    .woocommerce p.stars span a.star-2,
    .woocommerce-page p.stars span a.star-2 {
      width: 32px;
      z-index: 9;
    }
    .woocommerce p.stars span a.star-3,
    .woocommerce-page p.stars span a.star-3 {
      width: 48px;
      z-index: 8;
    }
    .woocommerce p.stars span a.star-4,
    .woocommerce-page p.stars span a.star-4 {
      width: 64px;
      z-index: 7;
    }
    .woocommerce p.stars span a.star-5,
    .woocommerce-page p.stars span a.star-5 {
      width: 80px;
      z-index: 6;
    }
    .woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after{
      content:'' !important;
    }
    .woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4, .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
      border:0;
    }

    Ben

    #32383

    James, yes, the only thing is woocommerce will still link to your woocommerce shop page if you say go to the cart and it’s empty.

    What you can do is add a redirect to your custom shop page using a plugin like this: https://wordpress.org/plugins/safe-redirect-manager/

    Ben

    #32355

    Thanks Hannah!

    Does this mean that I can build my /shop page using Page Builder, and use that page as my main shop landing page, rather than the default page that comes with Woocommerce?

    In forum: Virtue Theme
    #32351

    Hi Ben,

    The blog page has disappeared. I’ve contacted my host, but before I move forward with the solution they are proposing (which may require me to recreate my entire site!) Could you please check to see if there is something peculiar to the Virtue Premium theme perhaps in the last update. The Blog goes to a blank screen (like what happened to my homepage which you helped fix). When I deactivate all plugins and click on the Blog a WordPress icon above a menu listing of countries appears on the page. The file folder/path in the browser window:

    Can you shed any light on this? I will reactivate your account access.

    Thank you!
    Janet

    In forum: Virtue Theme

    In reply to: Revolution Slider

    #32344

    Hi Glenda,
    To find the revolution slider open the theme’s zip then navigate to virtue_premium/lib/plugins/
    To manually re-install download the latest copy of the theme here- https://www.kadencewp.com/my-account/ then open the new zip and navigate to to the same file. Next go to your plugins page in the admin of your site, click add new. Upload then navigate to that folder above and install the zip files.
    Hope that helps!

    Hannah

    #32343

    Hey James,
    I think your best bet for doing this is to use shortcodes. So you would add your title, then add a shortcode like this: [recent_products per_page="4" columns="4" cat=grills] Then repeat that process, just changing out the category. Pagebuiler may also be a helpful tool in this.
    Another option is to just have a product category page like this one- http://themes.kadencethemes.com/virtue-premium/product-categories-grid/
    Hope that’s helpful!

    Hannah

Viewing 20 results - 47,061 through 47,080 (of 53,646 total)