Charla
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Friends Inviter] When I invite no one get a notificationSame issue here.
Forum: Plugins
In reply to: [SW Lazy Load] Having some issuesGetting this error also, seems it is only throwing the error due to Gravatar user icons.
Forum: Plugins
In reply to: [WP Fastest Cache] Cache Timeout: Server time: NaN-NaN-NaN NaN:NaN:NaNGetting the same thing also. What I’m seeing is that it shows the time then quickly shows “Server time: NaN-NaN-NaN NaN:NaN:NaN”
Nice idea, but interfering. It is interrupting the flow of some menus, etc. Would be nice if just a class is used for BuddyVerified itself. +1
Forum: Plugins
In reply to: [BP Direct Menus] quick fix to add support for notificationsCool.. will definitely check that out.
Forum: Plugins
In reply to: [Wp-Insert] WP-Insert Page Rules Ignored For Latest BuddypressThanks for the reply.
Forum: Plugins
In reply to: [osTicket WP Bridge] Stuck in Offline ModeI am getting the same. Seems like it’s not posting the data to the form or pulling it. ??
Unfortunately decided to turn off the toolbar all together and created a customized menu instead. Thanks for trying to help @angelo_nwl.
No I am not using multisite.
Forum: Plugins
In reply to: [Wp-Insert] The ads in the middle of captionMay want to change the “Minimum Character Count” under settings for the placement or change the “Paragraph Buffer Count.”
Forum: Plugins
In reply to: [Wp-Insert] Erro Login WP – GeoIP RedeclareI had this issue before too and believe it was later fixed in an update. To resolve mine I updated GEO IP and modified the code referenced in the link below. I later updated to the latest version of WP-Insert.
There have been discussions about it in the WP-Insert forums here on WordPress.
https://www.ads-software.com/support/topic/geoip-error-2?replies=13https://www.ads-software.com/support/topic/fatal-error-cannot-redeclare-geoip_country_code_by_name?replies=4
Forum: Plugins
In reply to: [Wp-Insert] WP-Insert Page Rules Ignored For Latest BuddypressUsed the code similar to the issue here which was related to ads getting injected into the RSS Feed.
https://www.ads-software.com/support/topic/wp-insert-inserts-ad-in-rss-feedCode used until a fix is issued or rule added to WP-Insert:
if (!bp_is_blog_page()) { return $content; } //Stop wp-insert from putting ads on Buddypress pages in /wp-insert/includes/inpostads/content.php Placed it under line 6 $options = get_option('wp_insert_inpostads_options'); Should look like this: $options = get_option('wp_insert_inpostads_options'); if (!bp_is_blog_page()) { return $content; } //Stop wp-insert from putting ads on Buddypress pages
Forum: Plugins
In reply to: [osTicket WP Bridge] osTicket version 1.8.1 and Bridge?Thanks for the update Michael.
@angelo_nwl. Never mentioned that I tried it on other sites, but since you mentioned that I did try the code and placed it in the functions.php (in the child-theme and then tried the parent theme) on a few sites and it did not work on any of the other sites I work on.
Multi-site – No
Child theme – Yes
Tried – both parent theme and child theme5.5.2