PinkishHue
Forum Replies Created
-
The same thing happened to me on WP v3.4.2. It seems to scan fine until the last section when it scans the admin dashboard, then the page freezes.
If I hit refresh the scan results then load.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Link for syndicated postsI also would like to know if this is possible. I’d like to keep the posts permalinks on my site but have an extra link within the post to the original post.
Thank you for any help anyone can give.
Forum: Fixing WordPress
In reply to: Allow users to post without signing inI have decided to go with a hand made solution instead of relying on a plugin as before you know it they’re out of date or no longer supported. Thankfully there’s quite a lot of helpful info out there if you search for ‘wordpress front end submission form’ or similar.
Here’s some more info (and a copy of the code) on what I’m using:
BUT so far I’m still working out how to implement different security features like the nonce: https://codex.www.ads-software.com/WordPress_Nonces
and validating the data to make sure people actually fill in everything they need to. It’s been tough getting it to this point but hopefully I can go the last mile and get these extra things worked out.
Forum: Fixing WordPress
In reply to: Allow users to post without signing inThere’s a lot of plugins but many are out of date or too buggy to use unfortunately. This one is simple and seems to work ok:
https://www.ads-software.com/extend/plugins/user-submitted-posts/
But I need something with the ability to add custom fields. I have been using TDO Mini Forms but have experienced some major problems so I’m researching alternatives.
Here’s some more recommendations (but again they may be out of date):
https://www.ads-software.com/support/topic/front-end-custom-form-to-post
Forum: Plugins
In reply to: [TDO Mini Forms] Possible alternative to TDO Mini FormsThis thread may also be helpful: https://www.ads-software.com/support/topic/front-end-custom-form-to-post
Forum: Plugins
In reply to: Good alternative for TDO mini forms.Update: this may be a possible good replacement, not sure:
https://www.ads-software.com/extend/plugins/user-submitted-posts/
edit: This thread may also be helpful: https://www.ads-software.com/support/topic/front-end-custom-form-to-post
I think this may be a possible alternative but it doesn’t look quite as comprehensive:
https://www.ads-software.com/extend/plugins/user-submitted-posts/
Hi, it is the default in WordPress to display the latest posts on the home page. Here is some info on how to change this:
https://codex.www.ads-software.com/Creating_a_Static_Front_Page
Forum: Themes and Templates
In reply to: Using PHP in template to create URL based on dropdownI haven’t found a great solution to this but have resorted to putting the PHP dropdown menu in a separate file and using an iframe to insert it in to my WordPress home page.
This works now so that if someone chooses their options from the dropdown list, they are redirected to a page based on tags like:
mywebsite.com/tag/option1+option2+option3
If anyone knows a better (none iframe) solution please do let me know ??
Thanks
Forum: Themes and Templates
In reply to: Different Colors on roll over menuDo you have a link to your site? Then I can give you better instructions.
Forum: Themes and Templates
In reply to: Different Colors on roll over menuIf you look at the source of your page, each link in the list (or each tab as you have worded it) should have it’s own unique identifier such as:
<li id=”menu-item-359″ class=”….
You can use these to style each one individually in your CSS file, e.g.:
li#menu-item-359:hover{
background:red;
}Forum: Themes and Templates
In reply to: Changing heading fontMaybe try adding !important to the end of the line you want changed in the child theme, for example:
font-family: ‘customfont’,sans-serif !important;
Forum: Plugins
In reply to: [Doc's Auto-tags] [Plugin: Doc's Auto-tags] Category insted of tagsHi John, many thanks for responding.
If you could add the functionality of being able to auto add categories in the same way as tags that would be fantastic, would that be a simple task?
I have tried to look at the source code of the plugin to see what would be needed but I am out of my depth!
I am using the plugin for a rescue animal rehoming website where we aggregate posts from another source (our forum) and am going to request the posters add codes such as #beagle #age3 #male in to their posts that will correspond to the auto tag/category, then people can do a more in-depth search on the WordPress site.
I would like to use categories for info such as the breed so that I can separate that from age, gender etc.
Custom taxonomies would be interesting from a WordPress fan point of view, but is not necessary for my current project if it’s a lot of work to implement.
I’m happy to send a small donation ($10 or something?) towards development if your time is limited as this plugin would really help me out, although I am working pro-bono for a non-profit organisation so if you are happy to provide it for free that would be great too.
Thanks again for your time ?? Much appreciated.
Maybe try copying the error in to a translation site to see what it says? https://freetranslation.com/
or contact the author via his website – https://www.yann.com/en/wp-plugins/yd-feedwordpress-content-filter
Hope you can get this issue resolved.
Cool, thanks for sharing the info.
I’ve been using FeedWordpress as I thought WPe-Matico wasn’t being updated any more, but it seems like it is (although maybe it still has some bugs?). I may consider switching to that but only if it doesn’t cause too much disruption.
Would still prefer a basic setup like this autotag plugin that works for categories.
I’ve had a look at the source but not sure I trust my skills enough to attempt to convert it to categories instead of tags.
I just realised, an even better solution might be to auto add custom taxonomies instead but I’m also having trouble finding a good search solution so people can search for X taxonomy AND Y taxonomy AND Z taxonomy.
If anyone knows more about how to do this or how to convert this autotag plugin to categories please do let us know! (But probably better on a new thread as this one has gone off-topic)
Thanks ??