cristina_pop
Forum Replies Created
-
Forum: Plugins
In reply to: [Email to Download] Download link in email is generating a corrupt fileHello! I have the same issue, the downloaded pdf file has a smaller size than the original (which is 245 KB) and I get the message “file corrupted”. I use version 3.0.4, with WordPress 4.7. Any idea how to solve this?
Forum: Plugins
In reply to: [Visitor Traffic Real Time Statistics] No search words since 4 months agoI’ve just noticed these replies. The issue is still the same, so I opened a ticket in the support center.
Forum: Plugins
In reply to: [Custom Post Type UI] CapabilitiesThank you very much, Michael! You were so quick and very helpful.
Setting map_meta_cap to false did the trick ??
Forum: Plugins
In reply to: [Custom Post Type UI] CapabilitiesHere it is:
function ghid_capabilities( $args, $post_type_slug ) { if ( 'ghid' != $post_type_slug ) { return $args; } $args['capabilities'] = array( 'publish_posts' => 'publish_ghid', 'edit_posts' => 'edit_ghid', 'edit_others_posts' => 'edit_others_ghid', 'delete_posts' => 'delete_ghid', 'delete_others_posts' => 'delete_others_ghid', 'read_private_posts' => 'read_private_ghid', 'edit_post' => 'edit_ghid', 'delete_post' => 'delete_ghid', 'read_post' => 'read_ghid', ); return $args; } add_filter( 'cptui_pre_register_post_type', 'ghid_capabilities', 10, 2 ); function eveniment_capabilities( $args, $post_type_slug ) { if ( 'eveniment' != $post_type_slug ) { return $args; } $args['capabilities'] = array( 'publish_posts' => 'publish_eveniment', 'edit_posts' => 'edit_eveniment', 'edit_others_posts' => 'edit_others_eveniment', 'delete_posts' => 'delete_eveniment', 'delete_others_posts' => 'delete_others_eveniment', 'read_private_posts' => 'read_private_eveniment', 'edit_post' => 'edit_eveniment', 'delete_post' => 'delete_eveniment', 'read_post' => 'read_eveniment', ); return $args; } add_filter( 'cptui_pre_register_post_type', 'eveniment_capabilities', 10, 2 );
(and it goes on the same with 3 more post types)
Forum: Plugins
In reply to: [Custom Post Type UI] CapabilitiesHi,
Thank you for this thread! It was the one place where I found the answer for the same issue as wpfan1000 (with the difference that I use several custom post types).
But solving that issue results into a new problem for me: once I add the filters in functions.php, the custom post types no longer appear in the admin menu. If I delete the filters from functions.php, the custom post types are in the admin menu again. This happens for all users, including the administrator, who has all capabilities granted.
Do you have any idea how to tackle this?
Forum: Plugins
In reply to: [Social Share Button] Counter not workingFor me it’s also not working, on two websites running WordPress 4.2.2, and on another one using 3.5.3, where it used to work.
Forum: Plugins
In reply to: [Polylang] After update apeared warningsGreat, thank you for the fast resolution! ??
Forum: Plugins
In reply to: [Polylang] After update apeared warningsHello,
I’ve got the same problem. Any idea what to do about it?
Forum: Plugins
In reply to: [Social Share Button] LinkedIn button in version 2.1The LinkedIn button appeared after I added linkedin as a domain to Social Sites, even without a share url.
I’m a recovered perfectionist, so I can stand 1px ??
But if future versions of the plugin will work without this little hack, I will of course be happy and grateful ??
Well I am using it, I just added a 1px padding at the top of the body, and now it all works as I need it to ??
Yes, it makes sense. I don’t feel confident with implementing the sticky feature myself because I also want it to have some different styling when you go lower on the page and js is definitely not my forte. But the problem is solved if I put a bit of padding to the top of the body, so I’ll go with this.
Thank you very much for the help, you rock! ??
I’ve just created a subscriber account and sent you the info through the contact form. Thank you for looking into it!
Wow, you’re fast and helpful! ??
Will you give me an e-mail address to create a user for you? Or can I somehow privately send you the access info?