hellowm
Forum Replies Created
-
I found checkbox My Content Filters unchecked. Thank you.
First, I would like to thank you for your willingness to investigate the above problem further.
The problem is solved by uncheck box, Add Open Graph Tags.
Thank you, Again.
First, I would like to thank you for your willingness to investigate the above problem further.
The problem is solved by uncheck box, Add Open Graph Tags. at the Next Scripts: Social Networks Auto Poster Plugin.
Thank you, Again.
Thank you, I will.
FYI, Huge-IT Support wrote “we will test both plugins and inform you about the result”
Thank you, for your plan to test.
FYI, NextScripts plugin support wrote: “The most common reason for this is the amount of memory allowed for PHP on your server. Please check and make sure it’s not 32M or less. You need at least 64M, but if you have other plugins 128M or even 256M is recommended. Another possible problem is broken curl/sslcurl, please check CurlSSL from Help/Support tab.”.
Following on NextScripts plugin support advice, found that the Memory and the Cron are okay. The setup is PHP Version: 5.5.31; Memory limit: 256 MByte; Memory usage: 68.64 MByte. AS for the Cron test, the test results shows the Cron was executed 10 times in 15 minutes – Your WP Cron is OK.
Thank you, Again.
Thank you for your quick response. I believe the Memory and the Cron is okay
The plugin Help/Support tab shows:
Setup/Installation/Configuration Instructions
PHP Version: 5.5.31; Memory limit: 256 MByte; Memory usage: 68.64 MByteAnd the Cron/Test Results shows:
Cron Check Results:
==== Cron was executed 10 times in 15 minutes ===
Your WP Cron is OKForum: Plugins
In reply to: [bbp style pack] Menu options Login/Register and Logout/Edit ProfileThank you Robin for your input. I found that the my Login/Logout issue caused by the Page Cache. There is no problem with the Login/Logout function in the menu after deactivate the W3 Cache plugin, deactivate CloudFlare and clear the Browser history. Thank you again for your great plugin.
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Problems…You can try a plugin name – Shortcodes in Menus – to add the Google Language Translator shortcode to the menu. I didn’t use it myself. Good luck.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosFinally, I can upload video. Following are the steps:
1- Based on the code posted above by biggia. I used the following code:
ALTER TABLE WP_hdflvvideoshare MODIFY google_adsense_value INT( 3 ) NULL;
ALTER TABLE WP_hdflvvideoshare MODIFY google_adsense INT( 3 ) NULL;
ALTER TABLE WP_hdflvvideoshare MODIFY midrollads INT( 11 ) NULL;
ALTER TABLE WP_hdflvvideoshare MODIFY imaad INT( 11 ) NULL;
ALTER TABLE WP_hdflvvideoshare MODIFY prerollads VARCHAR(25) NULL;
ALTER TABLE WP_hdflvvideoshare MODIFY postrollads VARCHAR(25) NULL;Please note that I changed the table name _videoinfotable to _hdflvvideoshare. Also, you will need to change WP_ to your Database Prefix. Then, RUN the above SQL statements in phpMyAdmin.
My Result: after this step I able to upload videos and the plugin created the video pages. But, the video pages didn’t play any videos. I tried resetting the Permlink, but it didn’t help.
2- Delete the plugin folder /contus-video-gallery/ under /wp-content/plugins/ and install the plugin from the Dashboard.
My Result: All video pages are working and I can upload new videos.
Final note: after install the plugin, to see the plugin created pages, you will need to edit hdflvvideoshare.php at /wp-contents/plugins/contus-video-gallery/ and find show_ui. (at Line 112 in current plugin version 3.0), change the value from false to true.
That’s it. Good luck.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosThank you stratogod for sharing your solution. My error log shows “… WordPress database error Column ‘imaad’ cannot be null for query …”. ALTER TABLE didn’t fix the “imaad” problem for me.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosThank you Biggia for sharing Apptha solution. Unfortunately, the solution didn’t solve the problem for me.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Delete generated pages for demo dataThank you. Great support.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Translation bug corrected with 3.0.5.1I faced the same problem and solved with other language. You can Rename your PO and MO files under wp-content/plugins/wp-members/lang to wp-members-fr.mo and wp-members-fr.po. That’s it.