Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #219752

    Christian
    Moderator

    Hey Greg,

    Masonry is controlled by Javascript therefore, it would require custom development to implement that. Regretfully, that falls beyond the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://theme.co/x/member/custom-development/.

    Thanks.

    #322854

    Martin S
    Participant

    Hi
    Having the same issue as Greg B. Everything works on the woocommerce single product page, but the shop page is strange. No images, no add to cart button, Just the product title linked. http://www.hypnotia.dk/shop

    My theme is updated. I tried the custom css from above but no. When I switch to another theme, it works so it must be a conflict with X. Love the X theme though – its remarkable…
    Any help greatly apprieciated..

    #322902

    John Ezra
    Member

    Hi Martin,

    Thanks for writing in! Upon checking your site, we get this error.

    Fatal error: Cannot redeclare x_shortcode_dropcap() in /home/hypnosev/public_html/hypnotia.dk/wp-content/plugins/x-shortcodes/functions/shortcodes.php on line 78

    Please make sure the site is accessible and let us know – thanks!

    In the meantime in case you haven’t already, please deactivate and delete X-Shortcodes. Then install Cornerstone even if you don’t intend to use our new page builder. Cornerstone retires and replaces X-Shortcodes. The shortcodes required for X to funciton properly are within Cornerstone, hence it is a required plugin.

    Hope this helps – thanks!

    #323123

    Martin S
    Participant

    Okay, sorry about this. X-shortcodes plugin is deleted, my site is accesible now:-)

    #323172

    Zeshan
    Member

    Hi Martin,

    Thanks for writing in!

    Upon checking your website, I’m seeing some custom CSS code that is hiding the featured image on products page (see: http://prntscr.com/7pv0f1). You could try adding following CSS code as well to enable it on products page only:

    .products .entry-featured {
      display: block !important;
    }
    

    Please clear your caching plugin after making the above change.

    Thanks!

    #323640

    Martin S
    Participant

    Okay that worked, thx a whole lot. You really deserve the success you have with X theme.

    I have another little bug with X theme though. When I edit pages in cornerstone, the media button doesn´t work. Any ideas about this?

    #323675

    Nabeel A
    Moderator

    Hey Martin,

    Glad it worked. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how this goes!