Forum Replies Created
-
AuthorPosts
-
Dear Rikard,
i haven`t found the field “warenkorb kurzbeschreibung” – so in english “shopping cart short description”.
do you know the hook for this field?
Best Regards,
AndreasNovember 28, 2022 at 2:03 pm in reply to: Gallery on Blog Posts just working fine, when logged in #1374145Login Details in the Private Section, Thanks a lot!
November 25, 2022 at 4:35 pm in reply to: Gallery on Blog Posts just working fine, when logged in #1373891Dear Ismael,
thanks for your suggestion. but it don`t work. problem still exists.
attached in private is a link of a page, where there is the gallery issue.
November 22, 2022 at 11:03 pm in reply to: Gallery on Blog Posts just working fine, when logged in #1373576And here with the logged out pic in the private content section:
Replacing the header.php did nothing.
As i was copying the footer.php (was not in the child folder before) it was the solution for the problem.
Now it`s working.Ticket is solved!
Hey Ismael,
We are using the official woocommerce amazon pay plugin for the integration.
Would be great, that amazon pay is listed with all the payment methods.
Thanks
Also tried to disabling the borlabs cookie again, but no change.
i pasted the login credentials in the private content.
Thanks!
AndreasDear Mike,
thanks for reply and sry for my late reply.
I tried all the thinks you wrote, deactivating all plugins, incl. wprocket.
Deleting old css and js files, disabled lazy load, etc…But problem occurs still on apple devices.
Any further ideas?
thanks,
AndreasAttached in private content, you`ll see the difference between
left –> mobile view (chrome/desktop)
right –> iphone (chrome/mobile)elements are not shown?
Thanks for helping me!
Sorry…
Latest WP Version
Enfold Theme 4.8.2I also tried to disable all plugins – but problem still occurs.
Hey Ismael,
same like before. I have deleted the code in the meantime, because customers try to order different quantities of bottles through this quantitiy field, but only 1 goes in the cart.
Do you have another idea?
Best Regards,
AndreasDear Ismael,
do i just add this code to the existing?
initial value to 6 –> i just found this code on enfold support and used it… no idea how it really works ;-)Best Regards,
AndreasI added the following code:
/**
* Add quantity field on the archive page.
*/
function custom_quantity_field_archive() {$product = wc_get_product( get_the_ID() );
if ( ! $product->is_sold_individually() && ‘variable’ != $product->product_type && $product->is_purchasable() ) {
woocommerce_quantity_input( array( ‘min_value’ => 1, ‘max_value’ => $product->backorders_allowed() ? ” : $product->get_stock_quantity() ) );
}}
add_action( ‘woocommerce_after_shop_loop_item’, ‘custom_quantity_field_archive’, 0, 9 );/**
* Add requires JavaScript.
*/
function custom_add_to_cart_quantity_handler() {wc_enqueue_js( ‘
jQuery( “.type-product” ).on( “click”, “.quantity input”, function() {
return false;
});
jQuery( “.type-product” ).on( “change input”, “.quantity .qty”, function() {
var add_to_cart_button = jQuery( this ).parents( “.product” ).find( “.add_to_cart_button” );// For AJAX add-to-cart actions
add_to_cart_button.data( “quantity”, jQuery( this ).val() );// For non-AJAX add-to-cart actions
add_to_cart_button.attr( “href”, “?add-to-cart=” + add_to_cart_button.attr( “data-product_id” ) + “&quantity=” + jQuery( this ).val() );
});
‘ );}
add_action( ‘init’, ‘custom_add_to_cart_quantity_handler’ );/*Remove Flag form Enfold Menu*/
function avia_remove_main_menu_flags(){
remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 9998, 2 );
remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 9998, 2 );
remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
}
add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);—
I think somewhere from this site… i added it a while ago,- but noticed it later that it don`t worked
https://kriesi.at/support/topic/adding-quantity-field-in-shop-overview-page-woocommerce/
https://kriesi.at/support/topic/add-a-quantity-field-to-woocommerce-products/Hey Victoria,
attached you`ll find the link to the site.
Thanks for helping me!
Thanks. This was the problem!
Thanks to your reply…
so i would do another 3 support threads?This css lines don`t show the logo on desktop,- but on mobile. thats correct.
The background image on mobile still appears,- it should still be visible on desktop.
is there a way, that the menu items fit in the black box?Attached you`ll find how it looks like at the moment.
Dear Victoria,
sorry for the late reply.
On the following Demo Site you`ll see an example in the Menu.
Thanks,
AndreasDear Rikard,
but this will make just a yellow background. as you can see in the picture, the background goes a bit underneath the text.
thx
AndreasHi Victoria,
and how would the css part look like?
can you give me some help?Best Regards,
AndreasDear Rikard,
just simple words, not the whole sentence.
Shoud be a little highlighting of words.thanks!
AndreasJanuary 20, 2020 at 10:47 pm in reply to: Open Link in new Tab not working – since new Update #1176498Admin Login attached in private content.
Thanks… I deleted the zip (font) and reuploaded it again and saved all integrations with the font.
works now…this happend probably,- because it was first on a dev site before it went life under the actual url.
thanks!
User Details attached in private Content.
Thx a lotHey Nikko,
yes, it`s the font you mentioned.
I imported the font via the enfold import function, as a zip file and selected it in the font section.
Normally on all other sites it is working?`As i and also you mentioned… it`s just working in chrome… all other browsers show an alternative font instead of qwigley?
Best Regards,
AndreasOctober 1, 2019 at 7:54 pm in reply to: URGENT – New Cookie Verdict- technical solutions needed #1143906I already tested the settings – and for my opinion – enfold works perfect also with the new regulation.
the option: Default Cookie and Services Option Settings –> must be set with “User must accept and must opt-in”.
but the end of the sentence is “only essential cookies selected” and i don`t know what that mean in this case?Dear Victoria,
attached you`ll find a Mockup of what i want to achieve in the shop.
A picture in the background with less opacity.
Thanks,
AndreasAttached you`ll find the url.
The social Icon is at the moment just at the first speaker (robert).
thx a lot
andreasFebruary 5, 2019 at 12:51 am in reply to: Partner/Logo Element no Tooltip, but fixed Text under the picture #1062946Hi Ismael,
i tried this code in the functions.php and did the quick css adption. but no result.
attached you`ll find the site with the partner logo somewhere in the middle.the title is set at the first 2 person.
thanks in advance!
AndreasFebruary 4, 2019 at 11:16 am in reply to: Shop & Category Pages – Transparent Header, Shop – Footer not 100% width #1062604Dear Victoria,
thanks for your Information. Attached you find the login credentials.
I already removed the sorting options via css (display none). i also was looking for a possibility via php.
Thank you Victoria for your help!
AndreasFebruary 3, 2019 at 10:49 am in reply to: Shop & Category Pages – Transparent Header, Shop – Footer not 100% width #1062173hallo?
-
AuthorPosts