Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • #26797
    Profile photo of Henri
    Henri
    Participant

    Hi Robin,

    thanks for upgrading the Symbiostock plugin and add-ons. I have placed an order for the plugins, which I have previously downloaded, using the upgrade option and I am eagerly awaiting to download them again. Is there many changes on the Symbiostock Express theme or can I use my child theme?

    Best regards,
    Henri

    #26209
    Profile photo of Henri
    Henri
    Participant

    Thank you Henri, but that did not change anything ;)

    That’s odd. Are you using Symbiostock Express theme? Because Symbiostock Express is built on Virtue theme by Kadence Themes and they suggest that too (https://wordpress.org/support/topic/display-more-post-in-searchresults-page). If you use some other theme then it might be that it’s overwriting that value.

    #26207
    Profile photo of Henri
    Henri
    Participant

    By the way, is it possible to set the amount of images to show on search pages?

    If I remember correctly the setting is in the WordPress Settings > Reading. Change the Blog pages show at most.

    #26177
    Profile photo of Henri
    Henri
    Participant

    Hi,

    here are CSS codes that I’m using with Symbiostock Express theme (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):

    /* Hide prices */
    	.post-type-archive-product .product_price { display: none; } /* hide the price underneath the thumbnails on shop pages */
    	.tax-product_cat .product_price { display: none; } /* hide the price underneath the thumbnails on product category pages */
    	.tax-product_tag .product_price { display: none; } /* hide the price underneath the thumbnails on product tag pages */
    	.single-product .pricebox { display: none; } /* hide the price on single product pages */
    	.home #home-product-carousel .product_price { display: none; } /* hide the price underneath the thumbnails on home product carousel */
    	.single-product #upsale-product-carousel .product_price { display: none; } /* hide the price underneath the thumbnails on upsale product carousel */
    	.single-product #related-product-carousel .product_price { display: none; } /* hide the price underneath the thumbnails on related product carousel */
    /* Hide prices END */

    Those codes will hide all prices, but you can delete rows that you don’t need.

    #25546
    Profile photo of Henri
    Henri
    Participant

    Hi Andre – your little graphics of Independent Network are not displaying when I go to the blog.

    Really? I tried on different devices without issues. Could you please send me a screenshot to make sure I know what you meant? Thanks for letting me know anyway.

    Google Chrome’s Web Console displays a mixed content warning message when I go to your blog: “Mixed Content: The page at ‘https://picturebreeze.com/blog/’ was loaded over HTTPS, but requested an insecure image ‘http://picturebreeze.com/wp-content/uploads/2015/12/logo-ia-90×350.png’. This request has been blocked; the content must be served over HTTPS.” That is the reason why some images are not working.

    To fix this error, requests to HTTP content should be removed and replaced with content served over HTTPS. Some common examples of mixed content include JavaScript files, stylesheets, images, videos, and other media.

    #25388
    Profile photo of Henri
    Henri
    Participant

    Are your WordPress sites updating automatically major releases (e.g. 4.2, 4.3, 4.4)? Because my site has never updated major releases automatically and I have not change any default settings regarding it. My site only updates minor releases (e.g. 4.2.1, 4.2.2, 4.2.3) automatically and I think it is only a good thing because those updates usually have security improvements.

    That’s why I don’t like the idea to add the disabling of the core auto updates in Symbiostock by default. Of course, it can be an optional setting, or user can install some plugin (e.g. Easy Updates Manager) to control it.

    #25180
    Profile photo of Henri
    Henri
    Participant

    Try this CSS code (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):
    .search-results .entry-content { display: none; }

    #24892
    Profile photo of Henri
    Henri
    Participant

    Hi,

    Like Steve already said the plugin that my site uses is WP Image Zoooom. I’m using just the free version that works with WooCommerce and Symbiostock straight away.

    However his magnification is greater than mine – I’m not sure how to control that!

    There are many settings on the Image Zoom page (4 zooming types, Animation Easing Effect, Fade Effect etc.) and WooCommerce > Settings > Products > Display page has setting called “Single Product Image” that controls the image size on the separate zoom window. If you change it bigger, you will see more details.

    Henri

    #24852
    Profile photo of Henri
    Henri
    Participant

    Is it now safe to update WordPress 4.4, WooCommerce 2.4.12 and Symbiostock 2.1.6?

    WordPress.org’s Installation page says:

    Symbiostock requires WooCommerce 2.4.12 to operate. — — Install WooCommerce 2.4.10 via the link provided above.

    #24159
    Profile photo of Henri
    Henri
    Participant

    Try this CSS code (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):

    .post-type-archive-product .product_price { display: none; } /* hide the price underneath the thumbnails on shop pages */
    .tax-product_cat .product_price { display: none; } /* hide the price underneath the thumbnails on product category pages */
    .tax-product_tag .product_price { display: none; } /* hide the price underneath the thumbnails on product tag pages */
    .single-product .pricebox { display: none; } /* hide the price on single product pages */
    .home #home-product-carousel .product_price { display: none; } /* hide the price underneath the thumbnails on home product carousel */
    .single-product #upsale-product-carousel .product_price { display: none; } /* hide the price underneath the thumbnails on upsale product carousel */
    .single-product #related-product-carousel .product_price { display: none; } /* hide the price underneath the thumbnails on related product carousel */
    #24046
    Profile photo of Henri
    Henri
    Participant
    #24039
    Profile photo of Henri
    Henri
    Participant

    There is one caveat of this feature – if you use a Symbiostock product’s image in a blog post, or in another part of your site, if the title is renamed and the thumbnail therefore renamed, any hard-coded references to that image will no longer work.

    I like this new feature that image titles are included in thumbnail images’ filenames. However, I noticed that when image title is changed, the thumbnail is renamed (for example from format 88612868211.jpg to image-title-123.jpg) and old one doesn’t exist anymore, but the resized versions of the old thumbnail still exist (format: 88612868211.jpg-150×150.jpg, 88612868211.jpg-260×173@2x.jpg etc.). I think those should be renamed or deleted also.

    #24022
    Profile photo of Henri
    Henri
    Participant

    Is this feature only for plus users or are you going to release the feature for the standalone version also?

    #24007
    Profile photo of Henri
    Henri
    Participant

    Yes, I have done that – it was more a question of removing the descriptions from my own search results rather than the ones that appear because of the Symzio widget.

    Try this CSS code (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):
    .search-results .entry-content { display: none; }
    You may need to reload the page or clean browser cache before it starts working.

    #24006
    Profile photo of Henri
    Henri
    Participant

    Thank you Robin for the plugin update (version 2.0.1)! Now it is easy to change those settings directly from Symbiostock > Settings page.

Viewing 15 posts - 1 through 15 (of 32 total)