martinperreault
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Responsive for Youtube] Video always LOOPS even if Loop is untickedYes thank you, it is now fixed! ?? thank you very much for fast support!
Forum: Plugins
In reply to: [Advanced Post List] Future post lists doesn't displayI also have the same problem:
I try to generate a list of FUTURE POSTS. Inside the ADMIN , I see the complete list as previews. But on the front end, nothing shows up. I tried the shortcode on a page, and also the sidebar widget, with same result. And I also tried adding PAST PUBLISHED posts, and those display correctly on the front end, but the FUTURE POSTS are still missing from the list…???
Forum: Plugins
In reply to: [Tweetily - Tweet Your Posts Automatically!] Attach Featured ImageI would really like to see this feature as well. But since this post is mark as resolved, and the feature is not present in the plugin, I will open a new topic request. I apologize in advance for the double post, but I fear this feature request will be dismissed since it is marked as resolved…
Forum: Fixing WordPress
In reply to: Need help: how to create a shortcode containing a dynamic valueActually, I found the solution:
// [zip file=”file-value”]
add_shortcode( ‘zip’, ‘zip_func’ );
function zip_func( $atts ) {// zip function to return file dynamic ID
$a = shortcode_atts( array(
‘file’ => ‘sample.zip’,
), $atts );if($api->haveSubscriptions($api->getCategoryProducts(46))){
return ‘You’re a Subscriber: **a href=”https://www.website.com/files/’ . $a[‘file’] . ‘”**download’;}else if($api->getUser()){
return ‘not subscribed’;}else{
return ‘Guest’;
}}
(replace ** with < and >)
Then the admin needs to add the following shortcode:
[zip file”filename.zip”>If admin only enters [zip] , the the default filename “sample.zip” will be the target file.
Hi again.
yesterday, I tried the following:– went in Cpanel
– deleted BOTH users from my database
– re-added each user to the database, and when cpanel asked what priviledge to give those users, I said FULL priviledges .RESULT:
today I checked my database, and wp_wfHoover was 18GB in size!!!!!This is insane. I REALLY don’t understand what’s happening and why.
Thanks. Maybe I am doing it wrong… I get this error message:
#1142 – GRANT command denied to user ‘martinp’@’localhost’ for table ‘wrdp1’
Hi,
yesterday I decided to retry Wordfence on my site. Overnight, the databse became overbloated, with wp_wfHoover gaining over 4.6GB in size!I checked the user priviledges on this database, and it seems I have two users on it (dunno why), but both users have the full priviledges. See the following screenshot:
<img src=”https://dl.dropboxusercontent.com/u/5840419/wordfence_hugedatabase.jpg”>
screenshotWhat could possibly be the cause of this problem?
Note I also use Wordfence on another wordpress site on the same server, and I do not experience this problem.I would really love to fix this issue because Wordfence is a necessity on the website I want to use it. It has a large volume of traffic, and it could really use the protection Wordfence provides.
Forum: Plugins
In reply to: [Editorial Calendar] Feature Request: Display 4 weeks (rows) instead of 3THANK YOU so much Zach!! I don’t know why I didn’t think of looking in the Screen Options. The option to choose the number of weeks to display worked perfectly for our needs. Thanks a lot!
A Suggestion, if I may:
Perhaps add that as an OPTION directly in the plugins listing, under your plugin’s name
ie:
Wordpress Editorial Calendar
Deactivate | Edit | Settings
(settings would bring us to the Screen Options of the Calendar?)When I saw no Setting Option in the Plugins LIsting, I assumed there was no possible way to change the number of weeks to display.
Anyhow, it’s a minor suggestion. I’m very glad the option exists already!
Cheers!
Forum: Plugins
In reply to: [Tweetily - Tweet Your Posts Automatically!] Attach Featured ImageI see this post is resolved. Does this mean the plugin can now join the featured image to the tweet? If so, where can we set this feature? I didn’t see it in the plugin settings…
Thanks!
Forum: Plugins
In reply to: [Yakadanda Instagram] Lightbox THICKBOX tiny display on smartphonesI really wish this display problem was fixed towards a responsive method… Any news on this?
Bets wishes,
I don`t understand because in my case, the user of the database does have full access:
Thank you for the suggestions. I am overswamped with the finishing touches on a website to be released. I will test as you suggested as soon as I have free time. I will report back here with the results.
Forum: Plugins
In reply to: [Tweetily - Tweet Your Posts Automatically!] Attach Featured Imagea BIG +1 here
I have been looking all over the place for a plugin that can do this.
I have been using Tweetily for a long time now, but it seriously needs the attach Featured IMage function…Forum: Plugins
In reply to: [Yakadanda Instagram] "Infinite" Scroll does not work on iPhone & iPadPS. perhpaps add a button at the end of the rows to “load more” rows…?
Forum: Plugins
In reply to: [WooCommerce] Product Tab Description & Short Description problemHi,
any news on WHEN we can expect a FIX for this problem?My long description is also merged with my short description in the main description field. And no Description Tab appears at the bottom of the product, just the reviews tab.