LESIMOON
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] $submission->get_posted_data('Value');Nevermind, it was my coding skills.
The error was on another value.
CheersForum: Plugins
In reply to: [Ultimate Product Catalog] Product shortcodeI just tried on a full page :
I see only 3 product with this shortcode:
[insert-products catalogue_url=”http://myurl.com/catalogue/” products_wide=”4″ product_count=”4″]
My catalog page has 4 items ([product-catalogue id=”1])I want to use the [insert-products] shortcode on my home page, in a columns that take 1/3 of the page.
example : http://i.imgur.com/lP1I9It.jpgThe problem is my product don’t use 50% or 100% of the column, there are tiny. I would like to see 2 product per line if possible.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product shortcodeWow that’s even more than expected, thank you !
By the way, I don’t see any difference between products_wide=”4″ and products_wide=”1″Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Image doesn't appearHey,
I fixed my problem by installing another catalog plugin.
I case you want to fix the conflict, the theme I use is Newstube.Even if there is a conflict in my case, you did a good job with this plugin. Keep it going !
I did it.
Still not caching nor scanning.
Also tried to desactivate the plugin, and once again, the database tables arn’t removed.I still have the problem after the last update.
In the WordfenceDiagnotic, only the cURL support test failed.
Is is linked?I have a dedicated server running on debian.
I installed everything by myself including MySQL / phpmyadmin.
According to phpmyadmin, my database user also have all privileges on wp_wfxxxx tables.
I manually deleted all those wp_wfxxxx tables and reinstalled the plugin but I still have the problem.Thanks for the fast support
Forum: Plugins
In reply to: [Better WordPress Minify] 400 Bad RequestThe default path is /var/www/html
/home/user come to 400 Bad request
/home is working perfectlyForum: Plugins
In reply to: [Better WordPress Minify] 400 Bad Requestnvm, I jsut had to change WordPress Document Root to “/home” in General settings.
Forum: Plugins
In reply to: [Better WordPress Minify] 400 Bad RequestIt might be related to symlinks.
My documentRoot is /var/www/html/user but it’s a link on /home/user.Forum: Plugins
In reply to: [Contact Form 7] Dutch translationJust in case you didn’t know, you can already change this message while waiting the translation update.
In you form edit, click on the “message” tab and you can change any message you want.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 pluginThis is not a Contact Form 7 form.
They are using CF7 on this page.Maybe the problem comes from the WordPress settings
take a look at this link
Forum: Plugins
In reply to: [Contact Form 7] add action before sending mailYeah it also happened to me.
I think it’s because the function is trying to find a data who’s not existing.Also, my add_action code is :
add_action( 'wpcf7_before_send_mail', 'cf7_beforesend' );Doesn’t you add_action happened AFTER the mail is sent?
Forum: Plugins
In reply to: [Contact Form 7] File attachment problemDid you put [your-file][file-436] in “Message Body” area?
AFAIK it display name/url of the file in this section.Make sure you put [your-file][file-436] in the “File Attachments” area.