Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 2,802 total)
  • Posted in:
  • in reply to: Can not use Woocommerce Layered Nav Filters #20611
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Did you have attributes? also those attributes have products?

    Can you try disabling all the other plugins?

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: SSL Connection error #20609
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You have https with you? If not go to woocommerce -> Settings -> uncheck ” Force secure checkout ”

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Categories shortcode in homepage #20603
    laranz – SUPPORT
    Member
    Post count: 3186

    Try this.

    .woocommerce .products li
    {
    overflow: hidden;
    }
    .woocommerce .products li:hover img{
    	-moz-transform: scale(1.2);
    	-webkit-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	transform: scale(1.2);
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: make my theme width of 960 instead of current 1170 #20602
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I forward this to another support staff, if he knows he will guide or else you need to find a dev.

    Thanks for your patience.

    Thanks,
    laranz.

    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry for the mess up. Can you try this now?

    .page-content a
    {
    color: blue !important;
    }

    Thanks,
    laranz.

    in reply to: Problems with Blog #20597
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    How you create that page? Can you explain?

    Thanks,
    laranz.

    in reply to: Main list only 1 column on mobile #20596
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try to put this in Custom CSS.

    @media only screen and (max-width: 479px) {
    body .woocommerce-shop-page ul.products li.product, body .product_list_widget > div > ul.products li.product{
    width: 100% !important;
    }
    }
    

    I will also, let the developer to know this issue.

    Thanks,
    laranz.

    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Put this in the Custom CSS.

    .page a , .post a
    {
    color: blue !important;
    }

    change the blue color to your fav color name or hex value.

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: Responsiveness Not Working? #20590
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Chris,

    Thanks for the kind words 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

    in reply to: shortcode flex slider #20589
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Yes.

    or while creating posts in Post Meta just below the post editor,

    In Post Meta -> Thumbnail Options -> Post Thumbnail Type -> Slider and upload some images there. It will create a flex slider in the Post.

    Thanks,
    laranz.

    in reply to: No Excerpt Pages #20587
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this.

    Go to \includes\swift-framework\sf-content-display\sf-post-formats.php line #216 – #228 it looks like this

    if ($content_output == "excerpt") {
    			if ($custom_excerpt != '') {
    			$post_excerpt = custom_excerpt($custom_excerpt, $excerpt_length);
    			} else {
    			if ($post_format == "quote") {
    			$post_excerpt = get_the_content_with_formatting();
    			} else {
    			$post_excerpt = excerpt($excerpt_length);
    			}
    			}
    		} else {
    			$post_excerpt = get_the_content_with_formatting();
    		}
    

    delete that and add this

    $post_excerpt = get_the_content_with_formatting();
    

    Let me know, what you got.

    Thanks,
    laranz.

    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Simply which link you wanna change?

    Thanks,
    laranz.

    in reply to: Excerpt length for Home page blog items? #20576
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Send me the login details using the “Set as private reply” below, I will edit that for you. to make 20 to 60.

    or goto includes\swift-framework\sf-content-display\sf-post-formats-3.6.php line #249

    function sf_get_post_item($postID, $blog_type, $show_title = "yes", $show_excerpt = "yes", $show_details = "yes", $excerpt_length = "20", $content_output = "excerpt", $show_read_more = "no") {
    

    change the excerpt length from 20 to 60.

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: shortcode flex slider #20575
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean that’s the only way to add flex slider?

    Thanks,
    laranz.

    in reply to: Responsiveness Not Working? #20574
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Which mini-header you are saying?

    There is two || || in that line #216, I will let the developer know this, I edit the footer.php for you.

    and also you mean in the new version you mean the shortcodes are not animating? which shortcodes? also which elements top and bottom spaces?

    Let me know, what you got.

    Thanks,
    laranz.

Viewing 15 posts - 2,536 through 2,550 (of 2,802 total)