Fleetstar
Forum Replies Created
-
Yes, it works!
Thanks a lot for your help and quick repsonse!
Cheers,
Maggiemaybe good to mention: I use a custom walker and use the jc_disable_public_walker filter.
a nav menu
Hi James,
I think the +. I’ll try to explain it this way:
The menu structure is as follows:
– Taxonomy
– term 1
– post1
– post2
– etcWhen I am on the archive page of the CPT the active classes are added to the taxonomy, when on the term archive they are added to the taxonomy and term and when on a single page to the applicable post as well. That is how works in version 0.7.2
In version 0.8.3 the active classes are only added to the taxonomy archive page and the term archive page (i had to re-save the menu to get this to show) but not on the single pages.I made some screenshots to clarify how it should work (and in v. 0.7.2. worked):
Archive page
Term archive
Single postCheers and thanks,
MaggieSorry something went wrong with the links.
Before: http://cl.ly/TWGW
After: http://cl.ly/TWIBUnfortunately no.. still the same.
Followed the steps, the blog is connected and after publishing the checkmark is gone.. See screenshot here: http://cl.ly/TUoGThese are the settings of the app in facebook: http://cl.ly/TV0n
This is the link to the screenshot: http://cl.ly/TUKJ
It is in Dutch, but you’ll probably know what to look for..
It is strange that is says that the last activity is over 6 months ago, while I reset the whole thing about 5 days ago.
Appreciate the help.
I have some custom fields (Advanced Custum Fields, included in theme, not as plugin) to fill, write some text, add an image as featured image and maybe insert a gallery. I then publish the post, before publishing the field to publish to facebook is checked. Then I publish and the checkmark is gone.
I use these plugins:
– Woocommerce
– WPML (wpml, wpml woocommerce, wpml media, wpml string translation, wpml translation management)
– Pronamic iDeal (installed after the problem was already there)
– Mailchimp
– Metaslider
and Jetpack of course.Thanks for the help!
Hi Jeremy,
Thanks for the reply.
The url of an article that is supposed to appear on FB is:
http://miomurano.com/music-art-gem-foulards/Thanks for having a look.
Cheers,
MaggieForum: Fixing WordPress
In reply to: Custom post type plus custom taxonomy permalink structureYou could try this plugin:
Custom Post PermalinksForum: Fixing WordPress
In reply to: problems with is_post_type() – perhaps it is a bug?For is_singular to work with post_type you need to write it like this:
is_singular( $post_type = your_post_type )
This works for me.
Forum: Fixing WordPress
In reply to: Pagination in custom post-type template fileYou may try changing the permalink to /%taxonomy%/%postname%
Forum: Plugins
In reply to: short code as custom field value input@ indiesophical
I had the same problem, but figured it out. You have to put it inside the loop but wrapped in different div’s than the the_content. That worked for me.
Forum: Themes and Templates
In reply to: Link to parent page in navigation?@dakranii Thanks this works perfectly!
Cheers,
Maggy