vicdilu
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] Mobile dropdown menu not workingHi,
Thanks for your prompt reply.
I have made this change (and I have also cleared the cache) but the problem remains.
Is there any other thing I could try?
Hi,
I have the same problem.
How did you solve it? Did you use anothr plugin for catalog mode?
Thanks in advance
Hi,
Thanks for your prompt reply.
I have some knwoledge of PHP and the use of hooks and filter in wordpress but I don’t have very clear how to hide the admin button for a certain category. I have made some trials but they are not working.
Could you put an example to addapt this snippet to exclude a category (instead using it for unpaid orders).
Thanks,
VictorHi Ewout,
Thank you very much for your reply.
I believe that solution will work fine. I still have to do some testing but it seems a good solution.
Happy new year!
VictorForum: Plugins
In reply to: [EWWW Image Optimizer] Optimize other image sizesYou are right. I tried the bulk optimize page, and all images were optimized, the original image and the resized images.
The problem is related with wordpress resizing, not with your plugin. I don´t know why some wordpress resized images have bigger file size than the original image (although the resized image is smaller than the original one). I notice this on some images, it doesn’t happen with all images.
Thanks for your great plugin and support
Forum: Plugins
In reply to: [Polylang] Delete all data of other languages when removing pluginThanks!
Your solution, using the language filter and the bulk actions, was very helpful.
It would be great feature a buton to remove all these data with one click (like WPML). It took me a while to remove all the data on other languages, beacause there was a lot of taxonomies and custom post types.
Regards,
VictorForum: Plugins
In reply to: [Blogger Importer] Images stop importing and stalls out – won't resumeHi Avrom,
Thanks for your reply.
Finally I got the import completed in localhost.
In my case, with the third point was enough; I changed memory_limit to 512MB and I also changed max_execution_time to 0. The import took me around 5 hours and the website has a weight bigger than 3GB (more than 9000 images), but everything seems ok (text, photos and comments)
Thanks again,
VictorForum: Plugins
In reply to: [Blogger Importer] Images stop importing and stalls out – won't resumeHi Avrom,
I am also trying to import a blog from blogger to WAMP (before doing it on the live site) and it also stops when importing images (no increase after a long time).
Did you get to solve it?
Thanks in advance,
VictorHi,
I started working with Events Manager and I believe it’s a great plugin, highly customizable.
However, I am having the same problem as dlip. I have created a custom atribute for my events from the plugin settings and I can display it without problem in the event page, but I can´t integrate this custom atribute in the events search form (as a dropdown).
I have copied the entire code of this tutorial in the functions.php of my theme, but nothing happened.
http://wp-events-plugin.com/tutorials/creating-a-events-manager-add-on-a-complete-walkthrough/
I didn´t change anything in the code because I wanted to see how it works by default, but I didn´t see any change in the back-end, neither in the front-end (on the events search form)
I have also tried other approaches to get this working, for example using custom taxonomies, but I am not able to integrate it in the events search form
http://ww.wp.xz.cn/support/topic/plugin-events-manager-searching-by-custom-taxonomy?replies=10
I would apreciatte any help, as the possibility of users being able to search by a custom atribute (i.e. Age and choose among children, young people, adults, etc) is a key feature on my website.
Thanks in advance,
VictorHi Emark,
With this last version, the label is also translated in the emails.
Great work!
Thanks again for your support,
VictorHi Emark,
I have just tried this last beta version, and it remains exactly the same (no label in the emails).
Thanks for your effort in trying to fix this tranlation issue.
VictorHi Emark,
I have tested this version of the plugin and it works somewhat better, but there is still some problem with the translated label (at least in my WP installation) If i have time I will do a new installation with default theme and only woocommerce and WPML plugins in order to test it better.
With this version, now the label appears translated in the Checkout Page as well as in the Order Confirmation Page (with the previous version the Order Confirmation Page only appeared in the original language), but now the label does not appear in the emails (before, it appeared only in the original language, now it doesn’t appear at all)
If you need more details, please let me know.
Thanks for your support,
VictorHi Emark,
First of all, thanks for your great plugin.
I am using version 3.6.2 of your plugin and last versions of WPML plugins.
I added a Select Options field to the shipping form and it works well.
After saving my settings in the WooCommerce Checkout Manager Options, the label was available in WPML > Strings Translations
I translated this label, and it shows tranlated in the correspondent language in the shipping form in the checkout page. However, once the order is proceeded, this labels appears only in the original language (english). The same problem for the email the costumer receives.
To sum up, the label of the new field is translated in the checkout page, but not in the order details, neither in the emails.
I am doing anything wrong? Do I have to configure the wpml-config.xml file in the wpml plugin?
Thanks again for your plugin and your support and sorry for my english mistakes.
Victor
Hi!
I had the same issue, but i´m already working fine with fancybox for wordpress and galleries.
The problem is not because of the plugin, but a known bug of wordpress 3.5.1
To work fine, Fancybox needs the gallery to be linked to the image file, but wordpress 3.5.1 is not saving this option.
You can see some solutions here:
http://www.wpthemesplanet.com/2013/03/gallery-creation-issue-in-wordpress-3-5-1/
I hope this information will help you!
Hi!
I am glad the post is being helpful!
I have the plugin working fine, but the other day I realized this plugin includes a small advertisement on the footer (on the right side) If you want to remove it, you would have to delete these lines (120 to 130 in the file content-slider.php) This is the code to be deleted:
if (!function_exists('fs_slide_credit')) { function fs_slide_credit() { echo '<div class="copy_wrap" style="display: block; margin: 0px; clear: both;"><p style="font-size: 9px; text-align: right; display: block;">Slider by <a style="font-size: 9px; text-align: right;" href="http://www.aesthetic-clinic-med.de/" target="_blank" title="schönheitschirurgie">Aesthetic</a></p></div>'; } } add_action('wp_footer', 'fs_slide_credit');