f4iedrich
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove Fields] doesn't remove the 'Bio Box'hi nabil. thanks for doing the update.. the plug-in works well now!
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Is there a way to post to Custom Post Types?Thanks for your reply and detailed example Raam Dev. I’ll give it a spin. I appreciate you helping out here!
BForum: Plugins
In reply to: [Postie] [Plugin: Postie] Is there a way to post to Custom Post Types?@wayne. Thanks for the recent updates. I’m trying to understand how to make use of the recent custom post type feature you added..
Using custom post types, I would like to post in a category named “Lost and Found” with tag_id=1618 and post_type=dailyposts_type for example.
What’s the correct subject line syntax to post some text into this category?
Many Thanks.
BernhardForum: Plugins
In reply to: [Postie] [Plugin: Postie] Is there a way to post to Custom Post Types?Hello Raam Dev,
Thanks for you post. I’m using taxonomies and replaced the ‘postie-functions.php’ file you modified, but without success. Posts are sent to the default category that I specified in the Postie config options.
Here is what I put in the Subject Line:
“Durban // Test”
hoping that the Post titled “Test” would appear “Durban”. I tried using the ‘tag_ID, which also didn’t work. Does your code recognize the tag_ID of the post?
I’m using Postie Version 1.4.4
Thanks. Bernhard
hi. i ended up abandoning the idea using the ‘hover’ type and went for the ‘click’ type. as long as the pages are in the wordpress menu that you are using (jquery accordion menu widget), the css should work..
here is the (widget) css i am using..
#dc_jqaccordion_widget-%ID%-item ul, #dc_jqaccordion_widget-%ID%-item ul li {margin: 0; padding: 0; border: none; list-style: none;font-weight: bold;} #dc_jqaccordion_widget-%ID%-item ul a {text-decoration:none; display: block;} #dc_jqaccordion_widget-%ID%-item ul ul a {padding: 2px 0px 0px 25px; background: #fff; font-weight: normal;} #dc_jqaccordion_widget-%ID%-item ul a.dcjq-parent {font-weight: bold;}
hope this helps. b
hello squizeers.
thanks for taking a look.
the menu config is set as:
hover
auto expand on current page item
hover delay 0.2
animation speed normalherewith the css. i took this from the clean skin css and removed some code.
#dc_jqaccordion_widget-%ID%-item ul, #dc_jqaccordion_widget-%ID%-item ul li {margin: 0; padding: 0; border: none; list-style: none;font-weight: bold;} #dc_jqaccordion_widget-%ID%-item ul a {text-decoration:none; display: block;} #dc_jqaccordion_widget-%ID%-item ul ul a {padding: 2px 0px 0px 25px; background: #fff; font-weight: normal;} #dc_jqaccordion_widget-%ID%-item ul a.dcjq-parent {font-weight: bold;}
this css code is in my child theme
.dcjq-accordion li a.active {color: #86055F; !important;}
it looks the the link is made active and stays active once you move the mouse and hovered for a sec on the link and move on again. the non-active links stay active. hope im making sense here.
regards. b