Jack_mcs Posted November 16, 2017 Share Posted November 16, 2017 This module displays text on the home page and, after a settable time, the text slides away. The text is still visible to the search engines and to your customers, if they click on the link, so this allows for better SEO as well as space management. Currently only available for the Responsive version, though it should work in some later 2.3.4 versions. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted November 30, 2017 Share Posted November 30, 2017 Hi Jack, Thanks for all your contribs! Where is the link supposed to show and what might prevent it? 2.3.4 bs gold Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 30, 2017 Author Share Posted November 30, 2017 You have to install the module in admin->modules->Content. It is for the index page so your index page has to have the code to load such modules. I don't have a Gold shop setup so I don't know if that code is present in it. It will be something like this: <div class="row"> <?php echo $oscTemplate->getContent('index'); ?> </div> If your code doesn't have that, you can try adding it. It requires some module handling code to be present in template_top but I think that should be there. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.