blufragola
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Checkout script alert errorThank you for your answer.
I’ve updated the plugin to the 1.9.0 version and now I can save my js code without errors, but unfortunately it seems that it doesn’t affect the checkout page at all.
I tried with the previous dummy script:jQuery(document).ready(function() { jQuery("#billing_first_name_field").addClass("secondxxx"); });
but nothing changes in the checkout page.
Could you please check? Thank you.
RegardsForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Checkout script alert errorReally? Thank you so much! I look forward to it.
Cheers.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Checkout script alert errorSent credentials to you…thank you.
Forum: Plugins
In reply to: [WooCommerce] Where are zeroes after decimal point?Yeaaahhh, it works like a charm!
Thank you very much! ??
Forum: Themes and Templates
In reply to: [Virtue] Virtue Theme changelog new versionsThank you. ??
Forum: Themes and Templates
In reply to: [Virtue] Fatal Error WC_ATTRIBUTE_LABEL() after upgrade to 2.0.2Thank you very much!!!
That was the problem: I hadn’t the last version of Woocommerce…my fault.
Now I have updated it and there aren’t errors anymore with Virtue Theme 2.0.2
Thank you for your work.
Forum: Themes and Templates
In reply to: [Virtue] Fatal Error WC_ATTRIBUTE_LABEL() after upgrade to 2.0.2Thank you for your suggestion.
I’ve done it right now, but unfortunately I have still no luck: I have the same error. ??Forum: Themes and Templates
In reply to: [Virtue] modify search results templateThank you for your answer!
Before reading you I had found a solution by myself: in the customization panel of the theme, there is a tab, probably called “Various Settings” or something similar (I’m not sure about the name because my theme is in Italian) where I could set “Blog Post Summary Default” to “Portrait image”.
It works like a charm for me, because it shows a list of the search results with title, description and the image! ??Hope it could help to someone else.
Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] Option to Re-order doesn't showHello.
I have the same issue: “Re-Order” appears for regular Posts, but it is missing for my Custom Post Types.
I uninstalled the plugin and then reinstalled it. Nothing has changed.
Any suggestions?
Thank you.Hello again.
As an alternative to the forced attachment of the image to the custom post I have another idea: is there a way to provide the custom field image (that I need to be repeatable) with an textfield? This way I could translate it like the other custom fields and try to use its value in the
<a title="">
, necessary for lightbox effect.
I only need the image field and the text field to be “grouped”, because of the “repeatability”, and then I need only a little suggestion for the retrieving of the value.Thank you (for your work, and for your time!)
You made an excellent work, and I can get your frustration about the limitation of WordPress.
I need some (little?) help, if you can:
I uploaded an image by custom field image, but, as said, it didn’t result to be attached to any page or article in Media Library.
Then I manually attached it to my custom post and, this time, when I asked WPML to duplicate (make instances) of my images, it worked.The question is: is there some hack I could use to force the images uploaded by custom field to be attached to the custom post? It would resolve my problem.
Thank you again
I digged deeply:
when I upload or insert an image from Media Library in a Post or a Page (=with standard procedures) andDuplicate uploaded media to translations
is checked, it makes a “copy” of the image in Media Library.
This way I can use one instance for the post in English, one for the one in Italian: the image is only one, but I have 2 instances available, and I can modify title, alt, description, etc, independently.This doesn’t happen with images uploaded by my custom field image into a Custom Post: it doesn’t create another instance of the uploaded or inserted image. I have only one instance of the image, with its title, alt, etc. Only one for all languages.
Why this kind of images is seen differently by WPML and it doesn’t “duplicate” them?
I have just written also in WPML forum (it is available only for who bought the plugin). Not an answer yet, I’m waiting, but in a top post they suggest this:
“If you’re running into compatibility problems with other plugins or themes, the best way to fix them is to get the authors of those plugins / themes involved.
We work together with any author who’s prepared to work with us.
Contact the other author and let us know. We’ll create free accounts for them so that they can download WPML and participate in this forum.
We’ll do everything that it takes to get WPML to work together with other plugins and themes. All we need is cooperation from the other side as well.”
I report it as it is written: I don’t ask you to do this because I guess you’re very busy, and you are already so kind answering my silly questions.
If you have any idea to fix this issue, I’ll appreciate your suggestions.
Thank you, as always.
I say sorry…
I’m trying to be more specific, but I didn’t do it before because I didn’t want to be long or off-topic since is involved another plugin, WPML.
I’m using CCTM to build a custom panel for my customer, to make it easy for him to upload, delete, or edit his products.
In this panel (my custom post type), I have a repeatable custom field image.This website is also multilingual and I’m using WPML for the translations.
With WPML I can automatically duplicate(not phisically) attached images (or featured) of a post, and I can use different titles, alt, and other details, although the image is exactly the same: after the uploading, many instances of the same image appear in Media Library and I can edit them separately.
With my custom field image (attachment? featured?), I can duplicate the image seeing it in multiple istances in Media Library, as said before, but when I try to change the title of one instance, it changes in all the instances all at once.
I have noticed that in Media Library, the image uploaded by custom field resulted NOT ATTACHED to any post, so I supposed it could be the reason why it didn’t work as I expected…but I don’t know if it is.
It’s very difficult to put together different plugin and make them work. Many times I don’t know who I have to do questions to. ?? Sorry
Yeah, “customization land”… LOL
I have left all like before (I used
to_array
) BUT I have inserted this portion of code inside the<a>
tag:
title="<?php print CCTM::filter($img, 'gallery', '[+post_title+]'); ?>"
($img
was the result offoreach($array_of_images as $img)
)It works! ??
Thank you very much (again) for your precious suggestions and patient support!!!
Oh, what a mess! ?? …my fault.
It’s difficult to me to put together filters: if I use your
gallery
filter I don’t know how to show the medium-sized image for the first of the gallery, and the thumbnail for the others; if I use theto_array
filter, to iterate and show different size for the first image and the others, I don’t know how to use thegallery
filter in theforeach
loop to extract[+alt+]
,[+post_title+]
and so on (width and height of thumbnails or medium images, for example).I know and I’m not so skilled with all this stuff…sorry! ??