Forum Replies Created
-
AuthorPosts
-
September 19, 2017 at 12:54 am in reply to: Existing Catalogue content not loading in editor in PHP7.1, seems ok in PHP7.0 #853616
Yes, it does look like that already. There are no customisations to the theme files.
Thanks John. I’ve done that. Was that meant to fix the issue? It still seems to occur. Is there something else I need to do too?
I also set the uploads/dynamic_avia/enfold_child.css file to 777 in case that makes a difference, but it didn’t.
I performed the same actions on the new page that caused elements to disappear on the old page, and it was ok, so it’s possible the problem is fixed. I am still concerned the problem may recur though. I think in the early stages of trying to replicate this problem I did manage to replicate it on a different page, though not consistently, so I am still concerned there’s a bug somewhere that’s going to cause more problems in future. However, I also understand I need to be able to replicate a problem reliably before you can help, so I’m happy to consider this issue to be considered closed for now. Thanks for your help!
To be clear, the extra
</a>
tag shows up in line 236 of the source code, being:
<div class='flex_column_table av-equal-height-column-flextable' ><div class=" flex_column av_one_third flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding first avia-builder-el-3 el_after_av_submenu el_before_av_two_third avia-builder-el-first " style='border-radius:0px; '><div style='padding-bottom:0px;' class='av-special-heading av-special-heading-h1 blockquote modern-quote avia-builder-el-4 avia-builder-el-no-sibling '><h1 class='av-special-heading-tag' itemprop="headline" >Welcome</h1><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div></div></a>
I’ve replaced the home page with a (mostly) manually created copy, and that may have fixed the problem. One of the surplus
</a>
tags isn’t in the new copy of the page, but I can still see one after the div element that starts with<div class=" flex_column av_one_third flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding first avia-builder-el-3 el_after_av_submenu el_before_av_two_third avia-builder-el-first " style='border-radius:0px; '>
Goodness knows how it got there. I created that element from scratch on a new page using the Avia Layout Builder. The only element I copied from the old page was the first Fullwidth Easy Slider which had lots of images in and it was going to prove very difficult to create that again from scratch.
- This reply was modified 7 years, 7 months ago by TerryGrow.
I’ve checked the code tags from the front end of the website, and I found this code:
<div class='flex_column_table av-equal-height-column-flextable' > <div class=" flex_column av_one_third flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding first avia-builder-el-3 el_after_av_submenu el_before_av_two_third avia-builder-el-first " style='border-radius:0px; '><div style='padding-bottom:0px;' class='av-special-heading av-special-heading-h1 blockquote modern-quote avia-builder-el-4 avia-builder-el-no-sibling '><h1 class='av-special-heading-tag' itemprop="headline" >Welcome</h1><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div></div></a> <div class='av-flex-placeholder'></div><div class=" flex_column av_two_third flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding avia-builder-el-5 el_after_av_one_third el_before_av_one_full " style='border-radius:0px; '><div class='avia-image-container av-styling- avia-builder-el-6 avia-builder-el-no-sibling avia-align-right ' itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><a href='http://themanse.co.nz/booking/' class='avia_image' ><img class='avia_image ' src='http://themanse.co.nz/wp-content/uploads/2014/10/TM-BOOK-WITH-US-BUTTON-01.png' alt='Book with us' title='Book With Us' itemprop="thumbnailUrl" /></a></div></div></div></div><!--close column table wrapper. Autoclose: --></a>
There are two closing
</a>
tags that seem to have no matching tag. The elements in the Visual Builder are just a Special Heading in a 1/3 Column, and a Text Block containing a linked image in a 2/3 Column. The source in the Text Block has no issue, and the Special Heading isn’t even linked, so I don’t know how the extra tags are being put there or how to remove them, or whether they might come back once removed.I can replace the page, but is there a better way? Thanks
- This reply was modified 7 years, 7 months ago by TerryGrow.
Please note the given login details are for the live site. Feel free to temporarily disable plugins or attempt to replicate the issue; I do have a backup.
To anyone else trying this, the following worked for me. There is a wrapping span tag that I removed from a previously suggested solution to get it to work:
Add this to the Navigation Label for the menu item:
<span class="av-icon-char" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
And add this css to the site (through whatever means you prefer), changing the id of the menu-item to the particular menu-item you’re trying to target (mine is 292 – inspect your page source for yours):
#menu-item-292 .av_font_icon.av-icon-style-border .av-icon-char { padding: 10px 0 0 0; border-width: 0; }
August 22, 2016 at 4:19 am in reply to: WooCommerce Update Cart not working with Enfold 3.7.1 #675506I had to restore the site to its previous version to get the cart working again, so the login details given privately above will no longer work. Strangely, when I cloned the site to a subdomain, the Update Cart button worked, but when I cloned the working clone back to the normal location, the Update Cart button stopped working again. I don’t know why that might be. I’ll try updating the site again in perhaps 6 months time; hopefully it will be sorted out by then.
-
AuthorPosts