compumatter
Forum Replies Created
-
Forum: Plugins
In reply to: [Blossom Recipe Maker] How to add featured imageThis is resolved. It was a problem with my theme. It is showing now as a post thumbnail at the bottom of the right side column beneath Recipe Tags as the “Featured Image” for that post. post-thumbnails was not enabled on my theme but is now
Forum: Plugins
In reply to: [RecipePress Reloaded] Documentation for Short codesI agree. Downloaded the plugin and there is ZERO examples of what shortcode to use where.
I have just verified that it does not support multi-site by default.
View post on imgur.com
Is this possible?
Hello,
No changes. Just adding this plugin. I should say that I am on a multi-site version of WordPress. Perhaps it’s something to do with that.
Hello and thank you for this effort.
In my case I wish to hook at the point where they have submitted their request to change the password but before it is saved to the database. In this way I can run our own password criteria plugin against the value supplied.
Do you know which this would be?
Thanks.
Jay
CompuMatter- This reply was modified 6 years, 5 months ago by compumatter.
Forum: Plugins
In reply to: [Advanced TinyMCE Configuration] Updating Settings on EditorTowel thrown in. Went in a different direction.
Forum: Plugins
In reply to: [Advanced Editor Tools] Unwanted line below tableHello. I am glad you solved this. I am sorry I could not stay with you beyond my first offer but am glad you resolved it! Even if you don’t know how 😉
Forum: Plugins
In reply to: [Advanced Editor Tools] Unwanted line below tableHello,
I cannot tell you what generates it as I do not have the time to investigate. However, I can show you what element is controlling (and also the padding)
Knowing this you could insert a css !important to force it to disappear
See this picture I have created for you. https://compumatter.com/test/border.png
It demonstrates .entry-content td is the source of your problem. So in css this will kill the border.
.entry-content td{
border:none !important;
}Jay
CompuMatterForum: Plugins
In reply to: [Advanced TinyMCE Configuration] Updating Settings on EditorYea – getting the idea the developer is not looking back at this stage.
Forum: Plugins
In reply to: [Advanced TinyMCE Configuration] Updating Settings on EditorI have researched the same error online but nowhere does it tell us how to remove the error.
I have tried going into Settings > TinyMCE Advanced and resaving the settings but it has no effect on anything.
Can you tell us the specific method to remove this error ?
Thanks.
Jay
CompuMatterForum: Networking WordPress
In reply to: WP-CLI blog url as “root domain”Thank you. Maybe it will get more ‘press’ here 😉
I have verified that wp-cli does not handle modifying the blog url. However, since it is a required url to display the site properly, seems a candidate for future modifications of wp-cli
I don’t think this is a multi-site thing. It’s an every site thing. IF you are using a root domain and not a subdomain.
Forum: Plugins
In reply to: [EventCalendar] Sidebar – Featured Image Section – MissingSolved !
My custom theme did not have add_theme_support( ‘post-thumbnails’ ); inserted in it.
One copy and paste and resolved
Jay
Forum: Fixing WordPress
In reply to: Featured Image option disappeared?!Thanks, you solved my problem today with this answer. My custom theme did not have add_theme_support( ‘post-thumbnails’ ); inserted in it.
Solved !
Jay
Forum: Plugins
In reply to: [EventCalendar] Sidebar – Featured Image Section – MissingI would like to also note that I have turned off ALL plugins to see if one was conflicting but the problem still exists.
Forum: Plugins
In reply to: Plugins Loading Multiple TimeisHere is a video reflecting the symptom: https://youtu.be/p6l3YU_4IEg