Forum Replies Created
-
AuthorPosts
-
Ahhh thanks so much for finding this. Do you happen to know another script i can use to allow html in excerpts? That is what that code did.
I have updated these settings and am still getting the same results.
Any page that has the social share element on it will not load and as soon as I remove that element it loads again.
Hi,
I did not modify the search template at all.
Update on dev website
- This reply was modified 2 years, 9 months ago by acscreativenew.
I did not modify the social share within the child theme.
So everything on my theme is already updated theme and plugins.
It is using the built in social share that is causing the issues.
Hi,
Sorry, login should be good now.
I have turned off all the plugins and im still getting the same error. Also, debugging is turned on now.
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 16384 bytes) in /home/devcganet/public_html/wp-includes/formatting.php on line 486
- This reply was modified 2 years, 10 months ago by acscreativenew.
Can I use this within the Special Heading Element for the Heading Text?
I cut it down so its green and its still not working?
So it does on this one. Check out this page.
This one is set to “Emergency 24/7 Commercial and Industrial Chutes and Trash Compactor Repairs” within the yoast settings on the page but still not showing this on the front end.
I figured this one out. I think I needed to allow shortcode processing with in the settings.
Probably not, this is a big live website so I do not want to mess with deactivating plugins.
So I have added that to the functions file and still no change.
This worked! Thanks so much for helping out here.
Thanks
-DanHi,
Thanks for the help on this. Its still not working. I still get a jquery not defined error in the console.
I edited the code also as I need the date to show up AFTER the excerpt. I think that code was trying to put it after the title. Here is what im using now but still not working.
function ava_move_meta_after_title(){ ?> <script> (function($){ $('.slide-entry').each(function() { var metaInfo = $(this).find('.slide-meta'); var postTitle = $(this).find('.slide-entry-excerpt'); metaInfo.insertAfter($(postTitle)); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_move_meta_after_title');
if i remove the (jQuery) part at the end I do not get that console error but still does not work.
Thanks
- This reply was modified 3 years, 6 months ago by acscreativenew.
Here is the link.
Is that using the blog element within the page builder or is that an archive page?
That is exactly what im looking for.
Thanks
-DanThat code you are pointing to is the same I already have in my functions file but I still do not get a excerpt?
Top nav search, do one for lyme.
The ajax works but still just {…} for excerpt
Thanks
-DanSo I did text with the parent theme and it works.
I have alo tested the child theme with all plugins turned off and everything cleared from the functions.php file.
I just opened up wp-admin. I did have it blocked by ip.
I also block China and Ukraine so as long as you are not in those counties you should be good.
Thanks
-DanI did try it, It fixed the ajax part but its not showing the excerpt?
I did try it, It fixed the ajax part but its not showing the excerpt?
Digging into this a little more it looks like it might be a z-index issue. When i inspect element and add a z-index to the .avia-tab it then works?
Can you release a patch for this or tell me how to edit the admin css?
Hi,
so yes, I can get it working but my roadblock is getting the template to use the enfold search results page template. The template they give me is from like the 2019 theme. I have tried to integrate this using your search.php page so I can keep all the enfold styles, pagination and things like that but im having no luck. I was hoping you guys could create a template to use for a supplemental search that ties right into your search page.
I created a supplemental search called ‘conditions_search’. I want to use this only to search the conditions post type within a page so it needs to be a seperate search than the main one and the default search in the header.
Thanks
-DanHi,
So I have created a test page on the sandbox url and its still getting the same issue.
ITs not taking the columns.
If you login you can see I copied the short code from the live site to the sandbox via the debugging tool.
I have also added the LIVE website shortcode to the private section.
I will give that a try but isnt this all code that the Enfold Theme generates? I didn’t add in the auto close tags? It seems like something got messed up within the update when I ran it.
I will give your options a try and see what happens. I would rather not use CSS to fix the issue as I feel it should just work out of the box.
Thanks
-DanHi, So i was able to pin point the big issue i was having and get the page back to mostly normal. I had a display flex on the body tag. Removing this put the page back.
Im still having an issue with the equal height col in the middle of the page. The image and text on the blue background should be side by side not stacked. If you login and set that col to individual height it works fine, but if i use equal height it breaks. I have seen this issue before.
Think you can take another look?
Thanks
-DanHi,
Thanks for looking into this for me.
However i’m still not able to find what is causing this error. I have removed all the code in the functions.php file to try and troubleshoot and that did nothing. I took a look at my custom-post-type.php and removed all the code except for the code that creates the CPT as its needed and that did not work. I also moved all the code from custom-post-type.php to the functions.php file so it would not have to be “require_once”. I have also removed the top section where I “enqueue_style” from the default parent theme and still no luck.
I have reinstalled the Enfold parent theme just in case it was a error with the update and still nothing.
If I go to older version of the theme it works just fine. You can actually see it here.
im not sure where to go from here, I would like to be able to keep the theme up to date but currently I can not.
Any other help or ideas would be much appreciated.
You can find it here.
Thanks
Could you guys give it a shot now please.
-
AuthorPosts