S
Forum Replies Created
-
Thanks for your response, I’ll look out for a future update.
Hi Justin. Thanks for the reply, I wasn’t aware it was a paid ad-on (new to the company here). Cheers, S
Hi,
We restarted one of the security plugins installed and cleaned up .htaccess, which has solved the issue.
Cheers, S
Forum: Plugins
In reply to: [Subtitles] Compatibility with HestiaHi Philip,
I didn’t come up with a solution for this, with my ‘best’ option being placing the code in the parent theme.
If you have a solution then that would be great, if not then don’t worry too much!
Thanks,
ScottForum: Themes and Templates
In reply to: [Avata] Adding / Duplicating SectionsSorry to bug again – we’re looking to go live in January, will this functionality be available by then?
Thank you.
Forum: Themes and Templates
In reply to: [Avata] Adding / Duplicating SectionsHi,
Excellent news, thanks for letting me know.
I’ll keep up to date and look out for the functionality.
Forum: Plugins
In reply to: [Email Before Download] No inline link or file sent upon submissionFigured it out, our company integrates with a system that needs a script in the contact form itself – this was causing a conflict.
@budy74 try updating the class-tgm-plugin-activation.php file, link to the latest version is in my previous comment.
From the ARVE support forum:
Nico (Dev): “Thanks for sending me the error logs, the problem is your theme. Your theme uses a very old version of the TGM-Plugin-Activation class that not takes into account others, using the class as well (like the new ARVE version 7). Please contact the author of your theme and ask about updating the theme with it. You could also manually replace the /inc/class-tgm-plugin-activation.php file with the one from the latest release to fix this error yourself.”
Replacing that file fixed it for me, with the site working after updating the plugin.
The previous download link is no longer valid, this link is from the official site for 6.5.0.
- This reply was modified 8 years, 6 months ago by S.
@docoptic I’ve put the zipped plugin in my Dropbox, link below. I’ll remove it once a fixed version is released. This is of course several versions behind, but unfortunately I don’t have a more recent one.
I’ve found the same thing, rolled back to a previous version that I had locally (6.5.0). Hopefully a fix will be put out VERY soon. I’ve no idea what reason there’d be for breaking, I’m no developer.
Great solution, I also encountered the styling problem speerbot has mentioned. I found that it is caused by inclusion of ‘top: auto;’ in the parent stylesheet for the text element.
Simply add the following to your child stylesheet, to replace ‘auto’ with ‘50%’:
@media only screen and (max-width: 767px) { .text-slider-section { top: 50%; } }
This fix is working for me, hopefully it helps others!