Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Go to Theme Options -> Archive/Category Options -> Sidebar Config -> No Sidebar. It will do the trick.
Let us know,
Thanks,
laranz.Hi,
1. Which plugin you used for facebook meta tag creation? Or you have your own code? If you have your own code then in the description meta tag, strip the shortcodes.
2. Add this in the Custom CSS in Theme Options..product-carousel .posted_in { display: none; }
3. Did you choose the correct sidebar in the Theme Options for woocommerce pages?
Let us know,
Thanks,
laranz.Hi,
Can you try disable all the plugins and try? In the meantime
Let us know,
Thanks,
laranz.Hi Mike,
You want in the Galleries? If so \swift-framework\page-builder\builder\shortcodes\gallery.php You need to edit the args for the query in line #40-#45.
$gallery_args = array( 'post_type' => 'galleries', 'post_status' => 'publish', 'p' => $gallery_id );
Refer the parameters here: https://codex.wordpress.org/Class_Reference/WP_Query
Let us know,
Thanks,
laranz.February 2, 2015 at 7:15 am in reply to: Questions about Team, Mobile Back and Social Sharing #146117Hi,
1. Which back button, can you show your website?
2. Like @javierojuel That plugin will do that trick.
3. Can you show your website?Let us know,
Thanks,
laranz.February 2, 2015 at 6:44 am in reply to: Product Images Disappear when Some Product Gallery Thumbnails Clicked #146114Hi,
Will forward this to our dev team to take a look at the issue.
Let us know,
Thanks,
laranz.Hi,
One way is to edit the file directly. If you are okay with code edits, you can do that in \includes\sf-header.php
Let us know,
Thanks,
laranz.Hi,
Try to change this in that Custom CSS.
.standard-browser .sf-icon-box-animated:hover .front, .no-csstransitions .sf-icon-box-animated .front, .sf-icon-box-animated.sf-mobile-hover .front { opacity: 0.01; }
Let us know,
Thanks,
laranz.Hi,
Try this Custom CSS,
.widget_nav_menu .current-menu-item a:before { display: block; }
.widget_nav_menu ul li a:before { display: none; }Let us know,
Thanks,
laranz.Hi Fabio,
Glad you solved the other issue 🙂 For menu limit, can you try this solution http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Let us know,
Thanks,
laranz.Hi,
For mini products, you can customize the Number of items in the page builder element Products (mini) for standard products in the shop, you can customize that with the above code.
Let us know,
Thanks,
laranz.Hi,
Can you switch back to a default theme and try this happens or not? I think this is not a theme issue.
Let us know,
Thanks,
laranz.Hi,
Sorry I didn’t understand this “how can I change that page or that page for every blog post.” Can you explain in a brief?
Let us know,
Thanks,
laranz.Hi,
Answer you in a screenshot: http://take.ms/dqeph the file is located in \wp-content\themes\neighborhood\includes\swift-framework\sf-content-display\sf-post-formats.php
Let us know,
Thanks,
laranz.Hi @wmstudio,
Yes it maybe due to the cache issue, can you check after some time?
Let us know,
Thanks,
laranz. -