sueblue
Forum Replies Created
-
Hi Par,
Simple History is still showing on the Editor’s Dashboard after the update.
Thanks
Thanks Par, but that did not change anything.
Here is how it was before the code:
Editor was not able to see the history… only the Simple History tab on the dashboard and the Simple History page saying “no events so far”.Here is how it is now after the code:
Same as before.Is there a way that Editors (or any role that is not admin) just don’t see Simple History on the dashboard?
Thanks
Forum: Themes and Templates
In reply to: Stop images from being cropped or truncated…How did you solve the issue?
I am having the same problem and see that it is showing properly on your website.
Thanks
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Wrong Image on Facebook ShareI got rid of the error message by following this:
As the message states, you can/should disable this on the settings page unticking “Try to update Facebook Open Graph Tags cache when saving the post”But… Facebook is still picking the wrong image.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Wrong Image on Facebook ShareI just got an error message
Error: Facebook Open Graph Tags cache NOT updated/purged.
Facebook returned: Object at URL ‘https://www.lisaillman.com/five-steps-to-having-a-successful-twitter-party/’ of type ‘article’ is invalid because it specifies multiple ‘og:url’ values: https://www.lisaillman.com/five-steps-to-having-a-successful-twitter-party/, https://www.lisaillman.com/five-steps-to-having-a-successful-twitter-party/.Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Wrong Image on Facebook ShareHi,
I am having the same issue here https://www.lisaillman.com/blog/
I have set to use this image: https://www.lisaillman.com/wp-content/uploads/2015/07/twitterbird2.jpg
Instead, Facebook is picking another image.
Forum: Themes and Templates
In reply to: How to create a separate page for my blog postsHad to do this:
Go to SETTINGS – and READING.
You will see a setting called FRONT PAGE DISPLAYS
Change this to – STATIC PAGE.Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textThanks Jonathan
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textHi Jonathan,
Where do I send you the FTP info?
Thanks
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textHi Jon,
I have updated to the latest hotfix #3 (1.1.4.2).
Yes, the code is inside the theme’s functions.phpIt is just under the other code that works (modify_categories_dropdown).
Cleared cache and still shows “Apply Filter” Instead of “Submit Search”
Thanks
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textThanks Jonathan!
Again, I must be missing something here.
It is not changing the “Apply Filter” text.function modify_filter_button($string){ return 'Submit Search'; } add_filter('beautiful_filters_apply_button', 'modify_filter_button', 10, 1);
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textThanks!
It worked!Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textHi Jonathan,
I must be doing something wrong.
I added the following code to functions.phpfunction modify_categories_dropdown($args,$taxonomy ){ return $args['show_option_all'] = 'My Modified Text'; } add_filter('beautiful_filters_dropdown_categories','modify_categories_dropdown',10,2);
The result was 2 empty dropdowns with the word Uncategorized inside.
Thanks!
Forum: Reviews
In reply to: [Beautiful taxonomy filters] Easy to implement. Saves a lot of time!I want to add a comment.
The support given by the author is amazing!
Fast and to the point.Much better than many paid plugins.
You can notice this by looking at the forum were the majority of the issues are marked RESOLVED!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Change "Apply Filter" textThank you Jonathan.
Client said it was not urgent, so I will wait until it is available.