Forum Replies Created
-
AuthorPosts
-
Yes, you can close this ticket. I do have another Accessibility Compliance item I will send you guys in a separate ticket. (Soon we’ll have a complete manual done on “ADA Section 508 Compliance tweeks”.
Thank you for your help with this. It’s working .
Hi Rikard,
Yes, please do go right in and look over what you need to. (I have 4 other Enfold sites waiting on your findings.)FTP details are in private.
Thanks much.
Hi Rikard,
I am unable to locate “Appearance > Editor functionality”. Is this within the Dashboard or Enfold Theme Options?Here you go. Thanks!
Rikard, thanks for the script. But I may be including it incorrectly into my (child) function.php file. There are already some scripts in that file. Here is what’s at the end right now (before adding in your script):
function avia_sidebar_menu($echo = true) { $sidebar_menu = ""; $subNav = avia_get_option('page_nesting_nav'); $the_id = @get_the_ID(); $args = array(); global $post; if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page()) { $subNav = false; $parent = $post->ID; $sidebar_menu = ""; if (!empty($post->post_parent)) { if(isset($post->ancestors)) $ancestors = $post->ancestors; if(!isset($ancestors)) $ancestors = get_post_ancestors($post->ID); $root = count($ancestors)-1; $parent = $ancestors[$root]; } $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title'); //enables user to change query args $args = apply_filters('avia_sidebar_menu_args', $args, $post); //hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden $display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post); $children = wp_list_pages($args); if ($children) { $default_sidebar = false; $sidebar_menu .= "<a href='". get_the_permalink($parent) ."'>".get_the_title($parent)."</a>"; $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>"; $sidebar_menu .= $children; $sidebar_menu .= "</ul></nav>"; } } $sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post); if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; } }
I added your script exactly as you provided at the very end of the above. (I also tried it with an added “}” at the very end, but that did not change anything.
I started fresh using your above script and it now works. Thank you.
Thank you Mike (and Guenni),
I tried your solution first, Guenni, but it did not change my problem. However, Mike’s alternative solution did. (I replaced h3 with P).
I am curious why Enfold would choose to use a Title element in something that is generally not a title. It’s a caption. Perhaps this will be addressed in the next Enfold iteration.
Anyway, thank you very much for the support.
Hi Mike,
Thanks for the script. However, I was not able to get it to work. What I did was add a Code Block just above the Masonry Gallary. But the captions remain at <h3>.
Please see “private” for link to the page.Hi Yigit,
Thanks for the quick reply. I tried what you recommended but there was not change.
I copied the file “section.php” along with it’s parent folders into my child theme. I changed the line of code to the one you provided:But, no change in results.
If the code you provided me is correct, then no worries. I can just remove the “down arrow” option from my design.Guenni,
Thank you for steering me in the correct place. I totally missed that setting option. All good now.
Thank you. I hope that bug gets fixed in the next Enfold update.
Thank you very much, Nikko. What did you have to do? (So if I come across this again on any of my other Enfold sites.)
Nikko,
I’ve created a new thread at: https://kriesi.at/support/topic/tags-added-in/
It provides you with access to my Dashboard.
Hi Nikko. I had that already set to disable.
In fact, all items in Performance are set to disable (except for Responsive Images). I turned that option off as well and no difference.Hi Nikko,
No changes on my end. As I had reported above, “<br>” tags are automatically added at the end of “</div>” tags, when I apply Custom ID Attributes to a particular section.I have deleted my cache on numerous occassions, but the issue persists.
Hi Victoria,
I just now received an alert for the new Enfold 4.8.1 version. However, after updating the theme, the problem persists.Same thing here when I updated to version 4.8.
When I “inspect” with my Chrome browser tool, I see after closing </div> tags that an arbitrary “<br>” element appears. This then adds in spacing when none should be there. (Example: above and below the Layer Slider, and AV Submenu)To view the issue, please see Private for the link.
Thanks!
This is to follow-up on optimizing my page speed results.
After hiring someone at Codeable to fix the issue with eliminating render-blocking resources, we found that by replacing the current caching plugins (Comet Cache) and WP Performance Score Booster with WP Fastest Cache, it made a very big difference. I have done this with three of my Enfold sites now. I have gone from GTMetrix “E” score to “B” on my site. And on the other 2 sites, from “D” and “C” to “A” scores.
For my site it was more complicated so I had to use the Premium version of the WP Fastest Cache plugin. But the standard, free, version did fine for the others.I am wondering why Enfold has not made this caching plugin a priority. If there is some known issue with it with regards to Enfold, I’d like to know about it. Otherwise, this was a great help.
thanks Nikko
This reply has been marked as private.Hi again. Unfortunately, those solutions are outdated. I’ve tried several of the plugins and they either don’t change much, or break the site. One big item is that whenever I try to merge the CSS files in Performance option, it stops the child css files from working. I found this to be a constant no matter which eliminate rendering-blocking resource plugin that I use.
I’m wondering if I should simply install a fresh Enfold theme. If I did that, could I import my current custom templates into the fresh Enfold.
I really need to resolve this problem somehow. I have 7 Enflod websites and only 2 of them are generating good-enough scores.
Hi again.
I tried WP Rocket, but no discernable difference between it and Comet Cache or WP Super Cache.Of the 7 Enfold sites that I manage, 2 have B scores (via GTMextrix), and the rest have D or E. Not long ago, all my sites had B or A. So, I do need to resolve this.
Is there someone who could look over the settings to see if we can get one of the sites up to at least a B level? (From there, I can follow the lead and apply to my other Enfold sites.) If that is not possible, is there someone out there you can recommend?
I’ve been using Enfold almost exclusively for about 10 years now. Only recently has the page speed been such an issue.
Thanks for your time and ideas.
This reply has been marked as private.Hi Victoria. Thanks for the advice. I went into the WP Super Cache plugin settings (which is recommended by Enfold) and could not locate an option to “eliminate render blocking resources”. I Googled how to do this, but could not find a solution within this plugin. (I did see recommendations for WP Rocket.) But before changing cache plugins, I thought I would check with your team first.
Okay, thanks.
Interesting fix. Thank you. The site is now up.
I’m wondering where the problem lies. I had replaced the theme with a fresh version (straight from Code Canyon) and one would think that this would have repaired the problem.Did you add that code into the parent’s function.php file or the Child’s?
Thanks again.
This reply has been marked as private.Hi Nikko. That wp-config script didn’t work. And I don’t know how to correct database files. I think what I’ll do is reload the website with the most recent working version and then incrementally update from there.
Yes. I had turned off all of the Plugin items earlier and did not see a change. However, please go ahead and try on your end.
Thanks. -
AuthorPosts