Forum Replies Created
-
AuthorPosts
-
Hi! I did as you recommended and the website appeared again but many things are broken:
– the colour of the buttons
– the colour of the separators and the alignment is not centered anymore
– the icon lists are not shown properly anymore
– below the footer of the website, there is a note:
Notice: Use of undefined constant ICL_LANGUAGE_NAME_EN – assumed ‘ICL_LANGUAGE_NAME_EN’ in /var/www/vhosts/phamosa.de/web2017.phamosa.de/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 73This is not the only website I’m having problems with! Same issues with two other domains.
Please help urgently, most of the websites are already “online” (not on subdomain).
Shall I downgrade to an earlier version?Thanks
HI!
If I use this code as suggested to me by a colleague of you, Rikard, the border of the active menu item remains WHITE although I want the whole font to be red. But only in SAFARI browser and on the transparent menu#avia-menu .current-menu-item .avia-menu-text {
color:darkred !important;
}See here, it looks terrible!
How can I fix this?
Thanks
CarolinHi Mike
before changing something in the config.php. I tried and delete the quick css to see if this finally has the effect I’m looking for.
.single-product .product div.images a {
pointer-events: none;
}The title tag (not the alt tag) is now displayed on the main image above but still NOT on the thumbnails below which is what I need..
So this behaviour is not caused by the code above.What could be another reason?
Thanks
CarolinHi Mike,
thanks for the link. Can you give me the final solution out of that post?
It seems a little unclear with all the corrections in it.
If I use that solution, do I have to delete this code from the Quick Css?
.single-product .product div.images a {
pointer-events: none;
}Thanks
CarolinHi Mike,
if we remove it, I have the other problem which is the lightbox that opens up by click. Can’t we disable the lightbox with another code without completely disabling the pointer-event?
Thanks
CarolinThanks to your support, I had the effect on the product image removed (no zoom and no lightbox) as requested.
This was the code you gave me for Quick CSS
.single-product .product div.images a {
pointer-events: none;
}What happens now is that the alt tag that I used for the photos in the image gallery of a single product view does not show anymore.
I need it so that the customers can identify the color when they hover over a photo in the gallery.Can you fix that?
Thank you so much!
CarolinJanuary 8, 2018 at 10:49 pm in reply to: Change product variation when clicking on gallery photo #894947Hi Basilis,
thanks for the info. Can you send me a link to this discussion on the Woocommerce support forum so that I can follow it?
Thanks, best regards
CarolinJanuary 4, 2018 at 11:16 pm in reply to: Disable transition effect on hover woocommerce single view product + border #893456Ok this is exactly what I needed! Thank you so much!
January 3, 2018 at 11:19 pm in reply to: Disable transition effect on hover woocommerce single view product + border #892957No, nothing at all, just the usual WooCommerce plugin.
Btw, WP Globus is among the biggest multilingual plugins for WordPress..
https://wpglobus.com/Thanks for helping me!
Best regards
CarolinJanuary 3, 2018 at 10:13 pm in reply to: Disable transition effect on hover woocommerce single view product + border #892926Hi Ismael,
I disabled the lightbox modal window but the lightbox still shows when I click on a product image. Could you please check again?Thanks, best regards
CarolinSorry about this, please find the URL below
Hi Victoria,
I have already sent the credentials, please see below.
Merry Christmas!
CarolinDecember 24, 2017 at 2:49 pm in reply to: Disable transition effect on hover woocommerce single view product + border #891941Hi Victoria,
thank you! I added the code to the functions.php and it indeed removed the zoom effect. Now there’s still the popup that opens up when you click on the picture. How can I remove that, too?
Thank you, have a great Christmas!
CarolinDecember 18, 2017 at 10:15 pm in reply to: Disable transition effect on hover woocommerce single view product + border #890268Yes exactly. No zoom, no pop up upon click, just the image.
Thank you!!
CarolinDecember 16, 2017 at 11:11 pm in reply to: Disable transition effect on hover woocommerce single view product + border #889718Hi Victoria,
I don’t understand your reply.
What do I have to do to disable the effect?
Is the code that your colleague sent not correct?Thanks
CarolinDecember 13, 2017 at 11:40 pm in reply to: Disable transition effect on hover woocommerce single view product + border #888629Hi Basilis,
I put it into the css file of the child theme and asked Victoria if that was correct.
If you cannot find the code, it was probably wrong and it has to go into the css file in the Enfold folder?Thanks
CarolinDecember 12, 2017 at 11:38 pm in reply to: Disable transition effect on hover woocommerce single view product + border #888104Ciao Victoria,
is it correct that I put it into the enfold child/style.css file?
It still doesn’t work and the photo still moves when you move the mouse on top of it.
Same if I put it into the Quick Css in the backend.Could you please check?
Thanks again!!
December 12, 2017 at 1:50 pm in reply to: Disable transition effect on hover woocommerce single view product + border #887930Ok, sorry, you wanted to log into the backend.
I changed the role of the user to “administration” – please try to log in with the same credentials.Thanks
CarolinDecember 12, 2017 at 11:44 am in reply to: Disable transition effect on hover woocommerce single view product + border #887850When you have successfully locked in, you can choose any product in the shop to see the effect
for example this oneDecember 11, 2017 at 1:55 pm in reply to: Disable transition effect on hover woocommerce single view product + border #887394I’ve already sent the login credentials.. please see below
November 10, 2017 at 6:05 pm in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #875268Perfect, you have a really excellent support! Thank you!
November 8, 2017 at 5:47 pm in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #874268November 8, 2017 at 5:44 pm in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #874267November 8, 2017 at 5:19 pm in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #874259Hi Victoria,
talking only about the MOBILE version and the single product view.
I tried with this code to fix the problem@media (max-width: 800px) {
.single-product .sidebar {
display: none!important;
}
}But the single product page on MOBILE is still cut so that you can only see the left part and the right part is covered with white.
I really have no idea what the problem is on the mobile.Here is the full code that I use in the custom css. Maybe you find another code that leads to this problem.
#menu-item-search {
display: none;
}#footer .widget {
text-align: center;
}#top #wrap_all #header.header-scrolled.header-scrolled-full, .header_color .header_bg {
background: rgba(255, 255, 255, 0.5);
}div .product-sorting {display: none;}
.single-product .product {
width: 100%;
}
.single-product-summary {
float:left;
width:40%;
}.sidebar.sidebar_sidebar_right {
padding-top: 10px;
}@media (max-width: 800px) {
.single-product .sidebar {
display: none!important;
}
}.avia-content-slider .slide-entry-title { text-align: center !important;}
.product_list_widget .woocommerce-Price-amount.amount {
margin-top: -15px;
display: inherit;
}.woocommerce .login .lost_password {
top: 0 !important;
}November 6, 2017 at 12:35 am in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #872873Hi Mike,
thanks for the fix. Does this code hide the single product sidebar ONLY on the mobile version? I want to keep it in the desktop version.
The price which is too low was also in the mobile version on my mobile phone. The one you shot is in the desktop version.
I will try to get a screenshot from my cell phone.Please let me know, thank you!
CarolinHi Mike,
I think this is a different issue as I only use global attributes which I’ve just checked.
When I enter the content, I cannot even save it: when I push the SAVE ATTRIBUTES button, it seems to load, then stops and the SAVE button is still active.I’m contacting the Woocommerce support now, too, but maybe you have another idea?
Thanks
November 1, 2017 at 10:31 pm in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #871410Hi Victoria,
thank you very much!
Now that I have it displayed correctly on the desktop version but the mobile one is chaotic:
1) the sidebar on the right covers half of the content. I would like to hide the right sidebar (single product view) on the mobile version. and
2) on the “Ähnliche Produkte” widget below, the price of one of the products is too low.I tried with the product “Abdeckstift”.
Thanks for your help
CarolinHI Basilis
thanks for your reply, I saw it just now.
I have a problem with an Woocommerce attribute field that I named “ingredients” (Inhaltsstoffe).
I need this for a cosmetics online shop.However, when I copy the info into the values field, the frontend doesn’t display anything!
Is the content too long, is there a limit?I don’t know what to do alternatively to display the content (see above)! A pdf download would also be ok but I wouldn’t know how to implement that in the atrribute field.
Log in credentials above!
Thanks
CarolinOctober 23, 2017 at 11:46 am in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #867578Hi Victoria,
thank you, this fixed the problem with the alignment of the right widget.
Now the other things I marked in yellow:
– the vertical line is too far left and touches the boxes of the article specification –> the left part would need more padding to the right
– there is some strange space between the article name and the price in the right widget. Can we remove that?Is there the general option to put a “Zurück zur Übersicht” Button to get back to the “Shop” page?
Here is the screenshot
woocommerce.JPG" alt="Screenshot Product Single View" />Thanks
Carolin -
AuthorPosts