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 - 32,321 through 32,340 (of 39,333 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme
    #59713

    1. I have resolved my issue and display 4 products in the cross-sells carousel. Thanks to you sincerely !

    2. I come back about the child theme. I have resolved the issue with menu, footer and widget.
    But I have lots of issues since I activated the child theme :
    – Sentence at the top of the website (in front and back office) : https://drive.google.com/open?id=0B3YrYC6FdtRkanA3aDh3bmU5NmM
    – Error message when I save changes in css custum : https://drive.google.com/open?id=0B3YrYC6FdtRkU3lRRUtTN0I2TDA
    – My old css custom does not work anymore on some elements. Example : my current footer with child theme : https://drive.google.com/open?id=0B3YrYC6FdtRkQ24tWWJIWENIcmM (VS my old footer : https://drive.google.com/open?id=0B3YrYC6FdtRkVlVYRFdkVXBzbDA)
    – I have the sentence of the child theme functions.php : https://drive.google.com/open?id=0B3YrYC6FdtRkZ1JsSVNDNTg5QzQ

    Thanks for your help again..

    In forum: Pinnacle Theme
    #59709

    Hello Ben,

    Thanks again for your patience and your help !

    1. Child theme : sorry about my knowledge… I did it thxs to you and it almost works perfectly : http://tjc.apps-1and1.net. My menu and one of footer widgets do not display anymore in front. However, they display in the back office. Otherwise, some elements of my child theme “functions.php” display at the top of the site…

    2. Cross-sells block : I have tried to delete these elements that you said. It works if I want to have 6 products on the same line, but I lost arrows / carousel at the center… I have spent lots of time to create the same product carousel between HP / related product / upsells / cross-sells carousels.

    /************************* PRODUCT CAROUSEL *************************/
    /*--------------------------------- CONTAINER ---------------------------------*/
    .cart-collaterals, .home-product,
    .related.products, .upsells.products
    { /*Global container*/
        border-top: 1px solid #000;
        text-align: center;
        margin-left: -80px;
        margin-right: -80px;
        margin-top: 60px !important;
        padding: 0px
    }
    #product_wrapper2,
    .fredcarousel {/*Carousel > Container*/
        margin: auto !important;
        max-width: 1500px !important;
    }
    #carouselcontainer.rowtight, #hp_carouselcontainer.rowtight,
    #product_wrapper2.rowtight {/*Carousel>container lv 2*/
        margin-left: 90px  !important;
        margin-right: 90px !important;
    }
    #upsale-product-carousel .tcol-md-25, #related-product-carousel .tcol-md-25,
    #product_wrapper2 .tcol-md-6, #home-product-carousel .tcol-md-25 { /* columns container*/
        max-width: 260px  !important;
        width: 20%;
    }
    
    /*--------------------------------- TITLE ---------------------------------*/
    .cart-collaterals .cross-sells h2, .hometitle,
    .related.products>h3, .upsells.products>h3 { /*Title*/
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
        background-color: #000;
        display: inline-block;
        line-height: 0px;
        padding: 25px 20px;
        margin-top: 0;
        position: relative;
        top: -24px;
    }
    
    /*--------------------------------- ARROWS ---------------------------------*/
    .kt-icon-arrow-left:before,
    .icon-arrow-left:before {
        content: "e3b7";
    }
    .kt-icon-arrow-right:before,
    .icon-arrow-right:before {
        content: "e3b5";
    }
     .prev_carousel {
        left: 55px;
    }
    .next_carousel {
        right: 55px;
    }
    .next_carousel, .prev_carousel {
        font-family: kt-icon;
        color: #000;
        background: transparent;
        line-height: 0px;
        font-size: 45px;
        opacity: 1;
    }
    .carousel_outerrim:hover .next_carousel, .carousel_outerrim:hover .prev_carousel,
    .carousel_slider_outer:hover .next_carousel, .carousel_slider_outer:hover .prev_carousel {
        color: #000;
        opacity: 1;
    }
    
    /*--------------------------------- PRODUCT ITEMS ---------------------------------*/
    .grid_item { /*Product > grid*/
        display: inline-block;
    }
    .products div.product_item { /*Product>container*/
        border-radius: 0px;
    }
    .product_item a.product_img_link { /*Product>Image>Container*/
        padding: 0px;
    }
    
    .product_item .product_details h5 { /*Product details>Title*/
        line-height: 10px;
        min-height: 0px;
        padding: 5px 0px 0;
        font-size: 14px;
        font-weight: 500;
    }
    .woocommerce .products .star-rating, .product_item .notrated, .products .star-rating { /*Product details>Rating*/
        display: none;
    }
    .product_item .price {/*Product details>Price*/
        font-size: 14px;
        padding: 0px;
    }
    .product_item .add_to_cart_button, .product_item a.button { /*Product details>Add to cart*/
        display: none
    }
    
    /*--------------------------------- CROSS SELLING ---------------------------------*/
    .cart-collaterals .cross-sells { /*Cross-selling>container*/
        width: 100%;
    }
    
    /*--------------------------------- RELATED / UPSELLS PRODUCTS ---------------------------------*/
    .related.products>h3:after, .upsells.products>h3:after { /*Title>after*/
        display: none;
    }

    => So I will keep 5 products on the cross-sells block (I will change your function). Is it good if I add :

    function kad_woocommerce_cross_sells_total( $limit ) {
      return 5;
    }
    add_filter( 'woocommerce_cross_sells_total', 'kad_woocommerce_cross_sells_total', 10, 1 );
    function kad_woocommerce_cross_sells_columns( $columns ) {
      return 5;
    }
    add_filter( 'woocommerce_cross_sells_columns', 'kad_woocommerce_cross_sells_columns', 10, 1 );
    In forum: Virtue Theme
    #59706

    Sure here is our website link.
    http://www.genesisfurniturelv.com
    I’ve attached the link with the website that has the perfect example Above.
    Thanks Hannah..

    #59695

    Hey,
    Can you post a link to the site?

    Ben

    #59690

    Hi again!
    I was wondering if there is a custom css to make the body corners round also the secondary menu round?
    I found this website as an example of what I’m taking about
    Also on that website, how can I create that menu with these ||| dividing The different pages in the footer section?
    Thanks!

    Amanda

    #59680

    Hey Greg,
    It depends on how you’re adding your content. Try adding this to your custom css box in Theme Options > Custom CSS:

    .panel-grid-cell .widget-title:after {
        display: none;
    }
    .panel-grid-cell .widget-title {
        margin-bottom: 20px;
    }

    If that doesn’t work please post a link to your site.

    Hannah

    #59674

    One of my post’s feature image is not showing, yet it has been selected and updated on the blog page the same as my other posts. My site is .
    BackpackerBill

    #59664

    Hi I recently purchased Virtue Premium and started designing my site via the theme options. I’m looking at Page Builder now after the fact and think I might rather what to go that route instead. Would I have to rebuild all my pages as a result or would those prior pages be Ok?

    Additionally does this impact posts that have been created?

    In forum: Virtue Theme

    In reply to: General queries

    #59663

    Hi Ben,

    1. Worked perfectly.

    2. I had not made a separate HOME page before, I was using the theme default homepage settings for my homepage.
    I would like to use the page builder option because as you say, it gives me more freedom.
    a] But how do I add the kadence slider to it. Which widget do I use to do that?
    b] Also, I want an image menu with text below, that links when clicked. How do I go about doing that in page builder?
    c] How do I switch from the default home page to the page builder homepage. The default is set to the website address (www.example.com). The page builder homepage is http://www.example.com/home. I would like the page builder homepage to be the http://www.example.com. Is it possible?

    3. a] I still need to check this out….will let you know how that goes.
    b] Worked perfectly.

    #59662

    Yes! In fact, I’ll post the link to the pinnacle demo page – http://themes.kadencethemes.com/pinnacle-premium/

    I am referring to the little line below “Key Features”, “Featured Products”, “Featured Portfolio”, “Follow Us”. Both getting rid of it and maybe increasing the space between the line and the text, as I notice it’s touching the ‘y’ and ‘g’ on my site.

    Thank you!
    Greg

    #59656

    The function i posted works fine in my test site. Did you make sure to copy that from here? in the forms and not email right?
    What else is in your child them functions file?

    You will need to access the file through your servers ftp so you can fix the error and your site will then become live again.

    Ben

    #59653

    How do I get rid of underlines/borders (whatever the proper name is) under categories in custom menu? Ive tried various solutions to customCSS over the net and didn’t work. Didn’t find anything on this forum either (maybe looking under wrong keywords).

    website link:

    In forum: Virtue Theme
    #59648

    Ok, So I’m seeing the slider loading on your site without issue?

    The first error you posted “Invalid argument supplied for foreach()”
    That means the a slider was added that didn’t have any sides as part of it. Or that when the slider tried to pull from the databse it came back empty. Are you seeing no slides right now? Try repairing your database on your server.

    Ben

    #59625

    setting the primary color should make it become your link color. Not just visited, if you want a separate visited color you would use css. For example.

    a:visited {color:#d39d4a;}

    Ben

    #59624

    Hi,

    My website has a 3 column layout for the portfolio grid. When the window is shrunk or viewed on a landscape tablet for example, it will show three columns still and then eventually two columns once the window is at a certain size.

    I was wondering if it is possible to change the breakpoint when the columns change from 3 to 2. So that at the first mobile breakpoint there are two columns and the three column layout is for desktop only.

    In forum: Virtue Theme

    In reply to: Mobile favicon

    #59618

    Hey,
    In your appearance > customize. click on site identity and set your icon there.

    Ben

    #59611

    I noticed that if I set Primary Color in Basic Styling it becomes the visited link color. It works, but is this the recommended way?

    Also, I cannot change the color of my unvisited links. a:link {color:#d39d4a;} for example, does absolutely nothing even when I !important it in Advanced Settings – Custom CSS.

    Any ideas?

    #59596

    I am having the same issue with the banner not showing up, however I do not have a sticky header. Any suggestions?

    Here’s the site: http://silverkeysolution.com/

    **Nevermind– it’s suddenly working. Perhaps it was just taking a while to save…

    In forum: Virtue Theme

    In reply to: Call to action

    #59592

    1. Yeah thats a bug about to be fixed in an update today.

    2. disabled the call to action and just leave your shortcode then add this.

    .kt_footer_sitewide_shortcode {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Mobile favicon

    #59582

    Hey Milla,
    Can you link to an example? As far as I know, favicons become hidden on mobile. It doesn’t have anything to do with the site, but rather the mobile device.

    Hannah

Viewing 20 results - 32,321 through 32,340 (of 39,333 total)