Themes multiple issues
Hi @givanz I am trying to duplicate and modify some themes and these are the issues I am addressing.
- If I choose to modify a theme using the Duplicate button, I am not able to use the revisions feature since the backup folder seems to be missing from the duplicated structure.
- If I move around a section from the sections menu then the save does not becomes active.
- If I move around a section using the Move Element Down/Up button then I am able to save the result but then the Javascript libraries are stopping to work. For example the scroll animations are not working. For example on the Apsho theme the screenshots and the comments are not responding.
- When you select the Activate theme button you get some html code on related success notification.
Thanks in advance and thank you for that great platform.
Hi
Thank you for bug reports, they are fixed in latest.zip
- I changed duplicated code to copy backup folder also to avoid this issue, changed file
admin/controller/theme/themes.php - Now save button is enabled when sections are reordered changed file
public/js/vvvebjs/builder.js - Fixed activate theme notification text, changed file
admin/template/notifications.tpl, clear cache is needed.
Can you please provide more details for 3, I moved sections with up/downs buttons but I'm unable to break animations, tried on homepage on Apsho theme.
Hi @givanz and many thanks for your quick rensponce. Here are the steps I just tried (I have not updated yet to the latest.zip since I reported this).
- While I am in the editor I went to the "screenshots" section and I moved this section after the "faq" section.
- I saved the changes and I viewed the in a new tab.
- I scrolled to "screenshots section and the section is not properly formated (Screenshots are out of the cellphone frame) anymore and changing screenshots is not working. Please refer to the screenshot.
Thanks for the screenshot, this was caused by slider js code not initializing after the new section was added.
I added code to initialize the slider after the section is inserted in the last theme update, changed files inside /js folder.
Great news, thanks
Hi @givanz , still is not working, but the .testimonial sections I am afraid has similar issue and becomes unresponsive. This is happening if I edit anything and then save.