Forum Replies Created
-
AuthorPosts
-
Never mind, redirected using google short links.
August 21, 2017 at 7:55 pm in reply to: Image with hotspots does NOT work with default WordPress editor #842201I’m having the same issue.
Hi Andy,
I deactivated each plugin one by one and it didn’t help at all. I then reinstalled Enfold theme files over FTP but that also didn’t work.
I ended up locating the chunk of code in my child theme’s functions.php file that is causing the error. Commenting it out fixes the blog pagination issue for the Blog Post module. I don’t see what would cause it though?
Here is the code culprit:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
To see whether it was the code in functions.php or the files in my child theme’s /shortcodes/ folder, I renamed all the files in the /shortcodes/ folder and left the code uncommented in functions.php, but the pagination issue still existed.
Any ideas?
- This reply was modified 8 years, 6 months ago by albertoSSC. Reason: More info
Hi Ishmael, thanks for the reply.
I tried setting that New page as the blog in Theme Options, but it just overrode it with the standard blog roll.
The News page is just a normal page using a Blog Post shortcode module. Pagination works when I change the blog page in Theme Options to that page, but the styles aren’t what I want it to be and such.
Hey Yigit,
I tried deactivating plugins already but to no avail. I’ve attached a link to a page that is using a blog post with pagination issues.
Hey guys, I think it might be Events Calendar related if anyone has that activated.
I used this temp fix until the plugin authors update their code: https://wordpress.org/support/topic/upgrade-breaks-menu-admin
But at least my menu editing works now… hope this helps.
I’m also getting this error. Can’t access or edit any of my menus.
But a quick Google of “wordpress 4.4 menu” shows that a lot of other users are getting this and not just Enfold users. Perhaps it’s a core issue? Seems like a huge oversight of a bug. :/
- This reply was modified 8 years, 11 months ago by albertoSSC.
Thanks so much for the fix Josue! You’re a savior!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thanks Yigit!
Unfortunately I pasted the code into my child theme’s functions.php and nothing changed and the website is still exhibiting the same behavior. :(
-
AuthorPosts