Forum Replies Created
-
AuthorPosts
-
I found the issue. I added this code to the functions.php tp remove the home link. It did remove the home link but then it changed the order to put the blog category before the blog link.
// Remove home from breadcrumbs
add_filter(‘avia_breadcrumbs_args’, ‘avia_change_home_breadcrumb’, 10, 1);
function avia_change_home_breadcrumb($args){
$args[‘show_home’] = false;
return $args;
}Thank you!
see credentials below
Fixed when I updated WP to 5.5
found the issue.
The plugin worked in the end.I am using the better search replace plugin but it is not finding this data to update?
I updated the new version of the plugin advanced mobile pages and I am able to use the advanced editor again. There must be a conflict between the plugin and the aviation builder (was a problem).
Mark as closed.
I am also experiencing the same thing. Had to revert back to an image instead of video until this is addressed.
Hi Mike. I saw what you created and I am not able to duplicate? I am very confused. I created a new draft post and it just will not show the advanced builder. See attached screenshot.
Any advise you can offer is appreciated.
I put access in the previous comment.
See private link.
Thanks!Is there a way to have the shares below the blog title?
Please advise if you can offer any assistance.
I have spoken to some people at WP and they know this is an issue with WP 4.8.
As a followup, I was able to add a text widget with the following plugin. Maybe this will help you solve the issue. https://wordpress.org/plugins/classic-text-widget/. However, I added Javascript and the widget does not display correctly. I wonder if Javascript inside the widget area is not the cause? Maybe the JS in the widget is causing a break in WP? I do have adsense ads in the widget area on another site and cannot see the text area in text widgets too????
- This reply was modified 7 years, 4 months ago by Matthew C..
Hi Yigit. I added your code to wp-config and have the same issue still.
I have 6 sites wth this theme and different hosting with same issue, so no, hosting is not the issue:
Apache Version 2.4.25
PHP Version 5.6.30
MySQL Version 5.6.35
Wordpress: 4.8.I will try and delete all the widgets and re-add – will advise as I need to be sure I have a copy of all of them first.
I am running PHP 5.6.30. Here are the errors I see. https://www.screencast.com/t/aVySyo2jpLdM
Yes if you wish to have a go, please do. However, please reactivate all plugins.
I have just paused all plugins at the same time and am still am not able to edit text widgets. As you can see from the attached image, there is nothing in the text widget.
Yes the text is showing on the front end.. The text editor is not showing for the text widget only.
Ok, I found a workaround. I did have “Disable the visual editor when writing” checked. However, once I activated, I was able to edit text. Something to look into.
Actually, this goes for all text fields. I cannot save the work in any text field on any page.
Found the issue. Sorry, it was JS code
I deactivated one at a time, refreshed and none caused the site to load on IE 10.
thanks
thanks
I have it. Please close.
Thank you. Can you also assist in making the search bar bigger?
Hi Ygiti. This is not feasible as I have 500 posts. Can’t I just edit a php file?
-
AuthorPosts