wpuser7777
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [discover] site does not work on mobileWe have Discover Pro – Many links dont work on mobile. We are still awaiting a response
This fix is not working. First the old backups were obviously not being deleted as the plugin claimed to do. I deleted all of them, and reinstalled the plugin. It is still stuck at “creating zip file”.
Forum: Themes and Templates
In reply to: [discover] Create child themeI also cannot get the child theme for Discover ( I have Pro version) to work. As a work around I am using the Appearance–>Theme Options–>Custom CSS to add custom CSS.
Forum: Themes and Templates
In reply to: [discover] How to remove "Read more" button from slidersYou will need to go to Appearance–> Editor
Click on element-boxes.php on the right
Find the line <span class=”read-more”>”><?php _e(‘Read More’ , ‘discover’); ?></span>Add <!– to the beginning of the line and –> to the end of the line to comment it out.
It should look like this in the end <!– <span class=”read-more”>”><?php _e(‘Read More’ , ‘discover’); ?></span> –>
Update file.
Forum: Themes and Templates
In reply to: [discover] How to remove "Read more" button from slidersComment out this line in element-boxes.php to remove Read More.
<!– <span class=”read-more”>“><?php _e(‘Read More’ , ‘discover’); ?></span> –>
Forum: Themes and Templates
In reply to: [discover] Remove Nav bar from all post.Not sure which bottom navigation bar you are referring to?