Sanapaino
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Upgrade Stripe APIGreat! Thanks.
Just little addition to @harmoney’s report: the error occurs in my install if there is multiple ToC’s in page: first for min-max H2 and second for min-max H3 AND there is some content between ToC’s. Third for H4 is also broken and has extra list level (ul>li>ul>li).
What makes my lousy bug report even worse is that I don’t have access to this crappy server’s logs. I can’t even provide buggy examples for confidelity reasons.
I am closing this thread and put the blame on my client’s ISP as your plugin works just fine in any other servers I have access to.
Thanks.
I know I didn’t offer much to hold on to. Sorry about that.
I tried with a new page with simple headlines and paragraphs but the same thing happens.
Also, tested another TOC plugin and that one works ok (but is uglier) so now I am trying to compare the code on both. Maybe something arises…
Maybe some kind of setup problem with the server?
Forum: Plugins
In reply to: [Require Post Category] Problem with custom post type & custom taxonomyYes! That did the trick. Thank you.
Forum: Plugins
In reply to: [Require Post Category] Problem with custom post type & custom taxonomySorry, no. I’ve tried with and without any (other) plugins and in three different themes (incl. default 2020) and three different installations in public and local servers. And four browsers. For
post
with standard categories everything is fine but custom posts or taxonomies, no.Forum: Plugins
In reply to: [Require Post Category] Problem with custom post type & custom taxonomyThanks but no luck yet. Console shows the Object: { message: “Choose this…”} but the UI shows nothing.
Here’s how I unset for post and try to set for custom_post and page:
// require post category on custom post type function custom_rpc_post_types( $post_types ) { unset($post_types['post']); $post_types['custom_post'] = array( 'custom_cat' => array( 'message' => "Choose this..." ) ); $post_types['page'] = array( 'custom_cat' => array( 'message' => "Choose that..." ) ); return $post_types; } add_filter( 'rpc_post_types', 'custom_rpc_post_types' );
- This reply was modified 5 years, 1 month ago by Sanapaino.
Hello and sorry for the delay. No resolution yet. Unfortunately there is no such thing as “My selling tools” nor the “PayPal button language encoding” section in my PayPal… And I have a business account.
Um, ok, I hope my visual presentation isn’t as unclear as I think it is. :p
https://www.dropbox.com/s/v8brhrf6r98gas6/missing-fields.pngGood answer, thanks.
Hello, Damon. Addition to my original post: ajax gets called four times.
1.
[fts_twitter tweets_count=6 cover_photo=no stats_bar=no show_retweets=no show_replies=no grid=yes search=#hashtag column_width=28rem space_between_posts=0]2. No link, sorry. Developer site.
3. As you can see, I installed also the FTS CS plugin (paid and all ?? but it has no effect on this problem. Neither disabling any other plugins.
### Begin System Info ###
SITE_URL: https://[redacted]
Feed Them Social Version: 2.1.9
— WordPress Configuration:
WordPress Version: 4.7.5
Multisite: No
Permalink Structure: /%year%/%monthnum%/%postname%/
Active Theme: Theme
PHP Memory Limit: 256M
WP_DEBUG: Disabled— Webserver Configuration:
PHP Version: 7.1.4
Web Server Info: Apache— PHP Configuration:
Safe Mode: No
Upload Max Size: 20M
Post Max Size: 21M
Upload Max Filesize: 20M
Time Limit: 60
Max Input Vars: 1000
Allow URL File Open: On (1)
Display Erros: On (1)— PHP Extensions:
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.— Active Plugins:
Advanced Custom Fields: 4.4.11
Advanced Custom Fields: Repeater Field: 1.1.1
Contact Form 7: 4.8
Feed Them Social (Facebook, Instagram, Twitter, etc): 2.1.9
Feed Them Social Combined Streams: 1.0.4
Redirection: 2.6
Search Everything: 8.1.9— Custom Token or Keys added to Options Pages
— You must have a custom token to use the feeds
Facebook App Token: Yes
FB App ID for Like Button: No
Twitter Consumer Key: Yes
Twitter Secret: Yes
Twitter Token: Yes
Twitter Token Secret: Yes
Pinterest Token: No
Instagram: Yes
YouTube: Yes— Offset Post Limit:
Offset Facebook Post Limit: None
Hide Notice on Front End: No— FaceBook & Twitter Date Format and Timezone
Date Format: l, F jS, Y \a\t g:ia
Timezone: Europe/Minsk— Fix Twitter Time:
Fix: Yes— Disable Magnific CSS:
Fix: Yes— Fix Internal Server Error:
Fix: No— Load More Options:
Override: No— Premium Extensions:
FTS Combined Streams: Yes### End System Info ###
Forum: Plugins
In reply to: [WordPress Leads] Leads 2.7.3 is broken with WP 4.6.12.7.7 resolves the issue.
Forum: Plugins
In reply to: [Restrict Categories] Bug in editing an existing post in another categoryI agree. This is at least an annoyance if not a bug.
Forum: Plugins
In reply to: [Restrict Categories] Administrators can't see CategoriesThis may be old news already but keendev’s solution seems to be working.
Warning: tmpfile() [function.tmpfile]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s):… etc.