Forum Replies Created
-
AuthorPosts
-
Thank you Mike
This website is already the staging site for the one that will be going live when migration checks will be concludedI have just updated the theme to Enfold Version: 4.5.3 and PHP Warnings are gone.
I have also made a clean up and removed some useless functions and that maybe might have helped, I do not know. I have also created folder /wp-content/uploads/avia_instagram_cache/.
Thank you
Mauro
Thank you rmf339,
in this case I prefer to adjust it through css without touching theme filesHello
the function is in functions.php in the child theme
We are changing server and the new one is running on php 7,3 while the previous was on 7.0
This function is now throwing error 500PHP message: PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function action_woocommerce_shop_loop_item_title(),
and we had to comment it and now product names in the slider in the home are back to H2 and they are too big
How should be fixed?
Thank you
MauroNovember 29, 2018 at 3:06 pm in reply to: Dynamic email subject generated with Enfold’s Contact Form tool #1038974Thank you Vctoria
you can closeNovember 28, 2018 at 12:09 pm in reply to: Dynamic email subject generated with Enfold’s Contact Form tool #1038450Ok thank you
The link https://kriesi.at/support/enfold-feature-requests/?addentry to add a requested feature is not working since long. Why?November 27, 2018 at 1:19 pm in reply to: Dynamic email subject generated with Enfold’s Contact Form tool #1037976I was hoping you were offering a snippet, something like
(example taken from Formidable knowledgebase):
add_filter(‘frm_email_subject’, ‘change_subject’, 10, 2);
function change_subject($subject, $atts){
extract($atts);
if($form->id == 45){ //Replace 45 with the ID of your form.
$subject = ‘Thank You’; //Replace Thank You with your email subject
}
return $subject;
}
but with a dynamic value of subject taken from “avia_3_1” field-
This reply was modified 6 years, 10 months ago by
profumopuntoit.
Hello,
I reopen this ticket because I have installed Query Monitor plugin just to give a check, and in the section Php errors is highlighting that the code kindly suggested by rmf339 in https://kriesi.at/support/topic/product-slider-font-size-changed-from-h3-to-h2/#post-782550
in the line
function action_woocommerce_shop_loop_item_title( $woocommerce_template_loop_product_title, $int ) {
is giving error in
Missing argument 2 for action_woocommerce_shop_loop_item_title(), called in /wp-includes/class-wp-hook.php on line 286 and definedHow should be fixed?
Thank you
MauroGreat thank you Jordan
You can closePlease go to https://profumo.tinytake.com/sf/MzAwMzY5MV85MDAyNjI3 to see what I mean
Thank you
MauroThank you Mike.
Excellent support as always
MauroExcellent, thank you Mike!
Is it possible to have first [Remove] and after the discount, so that all the numeric values are properly aligned?
MauroSeptember 13, 2018 at 2:34 pm in reply to: Load the correct size images in footer and in product slider #1009411Hi Victoria
sorry I haven’t been very clear, I am not speaking of the product images that, with the code that you have highlighted, have been reduced a bit, thanks to a previous ticket, from 230×230 to 180×180, because I don’t like them so big in mobile view.
I am speaking of the header imageSeptember 12, 2018 at 5:25 pm in reply to: Load the correct size images in footer and in product slider #1009020Ok thank you. That’ fine.
One more issue
in the category pages there are some large images that do not get resized.
And that’s quite a problem because these are quite heavy imagesThank you
mauroExcellent
Solved thank you Ismael
Adding overflow: visible !important; would have been beyond my capacityBest regards,
Mauro-
This reply was modified 7 years ago by
profumopuntoit.
If you would like to look here are login credentials
No, it is same with or without
At the moment that function is commented in development site
Best regards,
MauroOk thank you, but why in FEATURED PRODUCTS and ON SALE widget in the footer product price is displayed only if the product has received some rating. If the product hasn’t been reviewed product price is NOT displayed at all?
Seems that the price row is coded within the loop of the star rating and it is not correct, because price should be displayed always and not conditionally if a rating exists.
Best regards,
Mauroyes, I know, for this I open this ticket
Happens to me only? In your demo you are not using this widget in footerHello,
I have commented out that function in the development site and also disabled “Woocommerce Variations Table – Grid” plugin that might have influenced how prices are displayed, but it is the sameBest regards,
MauroThis reply has been marked as private.Thank you,
I will give the credential of the development site where you can work freelyAugust 22, 2018 at 3:09 pm in reply to: Load the correct size images in footer and in product slider #1000386ok I cleared some useless code
In “Related products” in single product page (five columns) images should be 180×180 but are loaded as 230×230
Same in FEATURED PRODUCTS in the home pageThank you
MauroHello,
I tried to wrap as suggested
@media only screen and (min-width: 1024px) {
.news-thumb { height: 70px !important; width: 70px !important; padding: 0px; }
.news-thumb img { height: 70px !important; width: 70px !important; }
}
but than images doesn’t look correct.
Anyway the point of this ticket is:
On FEATURED PRODUCTS and ON SALE widget in the footer product price is displayed only if the product has received some rating. If the product hasn’t been reviewed product price is NOT displayed at all (because is wrapped inside <div class=”star-rating”>………</div>)Thank you
Mauro-
This reply was modified 7 years, 1 month ago by
profumopuntoit.
Ok thank you
and how to display correctly RECENT REVIEWS
div ul.product_list_widget .star-rating
in the widget in the right sidebar in the blog post?Some elements are on two line and overlap
August 17, 2018 at 4:53 pm in reply to: Load the correct size images in footer and in product slider #998511Great thank you! That’s the point!
So should I leave the line I added?and all the code that was indicated from that previous ticket (year 2014) is all necessary?
Thank you
MauroAugust 16, 2018 at 12:23 pm in reply to: Load the correct size images in footer and in product slider #997915Also in shop page and in product category page are loaded 450×450 images while should suffice 300×300 (that do exist)
August 14, 2018 at 5:52 pm in reply to: Load the correct size images in footer and in product slider #997179in FEATURED PRODUCTS section in the home page images are loaded 450×450 while 180×180 should be correct
August 14, 2018 at 5:47 pm in reply to: Load the correct size images in footer and in product slider #997172Thank you
I have replaced the file with the fixed one but in the footer are still loaded 450×450 images
I have tested in the development site where there is not caching plugin, varnish on different browsers with clean cacheI added then at raw 16
$avia_config[‘imgSize’][‘woocommerce_thumbnail’] = array(‘width’=>70, ‘height’=>70);and now it works, but I don’t know if it would give problem in some other area of the site
Thank you
-
This reply was modified 7 years, 2 months ago by
profumopuntoit.
August 13, 2018 at 11:08 am in reply to: Load the correct size images in footer and in product slider #996616with which plugin you tried ?
in any case 90×90 or 120×120 images do exists so why are not loaded in the footer and are loaded instead the 450×450?Thank you mauro
August 10, 2018 at 10:51 am in reply to: Load the correct size images in footer and in product slider #995899with which plugin you tried ?
on the staging site?
When I tried there was no problem.
Which error you got?Thank you
Mauro-
This reply was modified 7 years, 2 months ago by
profumopuntoit.
-
This reply was modified 6 years, 10 months ago by
-
AuthorPosts