Forum Replies Created
-
AuthorPosts
-
avia_link_column is undefined and aborts click (start line 618)
More…
It gets better…
One step closer…
Please see my comments from 3/23/2020 below:
March 21, 2020 at 12:25 am in reply to: Column Link not working for custom link with anchor #1194973Please see my comments below:
Please see my comments
Please review the information in the private content section.
This reply has been marked as private.Hi,
On https://www.spectodesign.com when you click on the “Strategy” column the column href is pointed to https://www.spectodesign.com/services/#technology. The two other columns “Creative” and “Technology” use the standard page selector and work fine.
Victoria,
I see. What is the timeline for Enfold AMP optimization?Thanks.
It is the WordPress plugin “AMP for WP – Accelerated Mobile Pages”, not “AMP for WordPress” by Automattic.
Thanks.Please see private login information below
March 22, 2017 at 11:36 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #765103Enfold 4.0.3 works now great again for us. (also in combination with WP Rocket).
March 13, 2017 at 10:19 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #760290We spoke with WP Rocket, they informed us that Enfold is aware of the 4.x.x theme update is causing these problems (Safari scrolling and CSS minification issues) and apparently you (Enfold) are working on it to fix this:
“There are a couple of issues that Enfold has on their end which they are aware of and working on. Once those are done, we’ll see how minification performs, it should be fine once they make their fixes.”
Is there an ETA for the Enfold theme fix?
Thanks.
Tobiy,
For the website at Specto Design Los Angeles we simply set the menu opacity:
#mobile-advanced {
opacity: 0.95;
}Here is our website:
Specto Design Los AngelesHi Yigit,
Thanks, I just made it work with the code below, is your filter preferred over the one I’m using?
add_filter('avf_logo_alt', 'avf_logo_alt_new'); function avf_logo_alt_new($alt) { $alt = 'my new alt text'; return $alt; }
-
AuthorPosts