Digital experiences for all disciplines
Forum Replies Created
-
-
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.Hi,
You have https with you? If not go to woocommerce -> Settings -> uncheck ” Force secure checkout ”
Let me know, what you got.
Thanks,
laranz.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.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.September 9, 2013 at 12:54 am in reply to: color customizer > color-body > link text changes side navigation menu text colo #20598Hi,
Sorry for the mess up. Can you try this now?
.page-content a
{
color: blue !important;
}Thanks,
laranz.Hi,
How you create that page? Can you explain?
Thanks,
laranz.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.September 9, 2013 at 12:31 am in reply to: color customizer > color-body > link text changes side navigation menu text colo #20593Hi,
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.Hi Chris,
Thanks for the kind words 🙂
Let me know if you have any other questions.
Thanks,
laranz.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.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.September 8, 2013 at 11:31 pm in reply to: color customizer > color-body > link text changes side navigation menu text colo #20578Hi,
Simply which link you wanna change?
Thanks,
laranz.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.Hi,
You mean that’s the only way to add flex slider?
Thanks,
laranz.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. -