-
AuthorPosts
-
March 10, 2020 at 4:09 pm #1191893
Is it possible to get the shopping cart, request and PayPal logo in one row? Currently, these are among themselves. Enclosed the desired result on an image and the link to the current state. Thank you very much
March 11, 2020 at 5:34 am #1192135Hey Heimkinopartner,
Please try the following in Quick CSS under Enfold->General Styling:
#zoid-paypal-button-9a6eb31e18 { width: auto; }
Best regards,
RikardMarch 11, 2020 at 4:56 pm #1192351Thanks for the answer, unfortunately it did not help.
March 12, 2020 at 2:54 pm #1192636Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonMarch 12, 2020 at 5:42 pm #1192694I put the code back in and I let it go. Cache cleared, no change. Everything looks the same.
March 18, 2020 at 7:26 am #1194046Hi Heimkinopartner,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoMarch 21, 2020 at 7:15 pm #1195127See Privat Content, Thanks for your help.
March 23, 2020 at 8:59 am #1195389Hi Heimkinopartner,
Thanks for giving us access.
After checking it, it does not seem possible to have the “Anfrage stellen” go before the Paypal button because of its current structure, maybe you can use a woocommerce hook to move that button after the “In den Warenkorb” button, but you may need assistance from the Yith plugin support for that.
But aligning the Paypal button can be done by adding this CSS code in Quick CSS, located in Enfold > General Styling:#top .single_variation_wrap .woocommerce-variation-add-to-cart { display: flex; }
Best regards,
NikkoMarch 23, 2020 at 1:34 pm #1195460Great, thank you very much. We get to at least “Anfrage stellen” still next to PayPal. Is currently one line further below.
March 23, 2020 at 2:44 pm #1195476Hi Heimkinopartner,
You’re welcome, please replace the code I gave to this one:
#top .single_variation_wrap { display: flex; align-items: center; } #top .single_variation_wrap .woocommerce-variation-add-to-cart { display: flex; flex-basis: 434px; }
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.