Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Yigit,
I installed the beta version of Enfold but still do not see the icon on the website.
I have added temporary login credentials below.
Thanks
LyseDecember 24, 2019 at 8:13 am in reply to: Buttons within column not displaying correctly on mobile devices #1168894Yes on the desktop there is a large gap.
December 24, 2019 at 7:26 am in reply to: Buttons within column not displaying correctly on mobile devices #1168862Hi Mike,
OK I converted the grid to a column row and it now displays correctly on mobile devices. I find the images kind of small on my desktop but I guess I can live with that.
Thank you
LyseDecember 18, 2019 at 3:10 pm in reply to: Buttons within column not displaying correctly on mobile devices #1167297This reply has been marked as private.Hi….I found the answer. Thank you…..
You may close this ticket.
LyseHi Basilis,
PHP 7.3Hi Ismael,
Here’s a link to the issue: https://www.dropbox.com/s/tg3pnuwbmf6w935/Failed%20to%20initialize%20plugin%20layerslider_button.png?dl=0
I do use Firefox Developer Windows 10 as well.
Lyse
Hi Rikard,
I have not encountered any issues with the plugin or theme. However, when you work on several forms at a time, and for both the notifications and confirmation messages, it does get annoying. This does not happen on my other websites, just this one.
Although it would be nice to have it fixed, I do understand that it’s not critical.
Thanks
LyseHi Rikard,
I have added temporary login credentials to the production site. (Please no deactivating of plugins). If need be I can give you access to my staging area to do that if need be.To see the problem, go to the Gravity Form menu to see my forms. Pick the first one on the list (that’s inactive) and select Settings > Notifications. Select Edit notification – you will see the pink floating error.
Thanks
LyseHi Ismael,
Thank you. I will go back to the plugin developer for resolution.
Much appreciated.
LyseHi Victoria
“Internal server error” and this is what I see in the server log:
[Sat Oct 12 14:14:03.219739 2019] [php7:error] [pid 7759] [client 209.107.216.145:58904] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function WWOF_Product_Listing_Helper::wwof_get_available_variations(), 1 passed in /nas/content/staging/herbalhealing/wp-content/themes/enfold-child/woocommerce/wwof-product-listing.php on line 55 and exactly 3 expected in /nas/content/staging/herbalhealing/wp-content/plugins/woocommerce-wholesale-order-form/includes/class-wwof-product-listing-helper.php:1321\nStack trace:\n#0 /nas/content/staging/herbalhealing/wp-content/themes/enfold-child/woocommerce/wwof-product-listing.php(55): WWOF_Product_Listing_Helper::wwof_get_available_variations(Object(WC_Product_Variable))\n#1 /nas/content/staging/herbalhealing/wp-content/plugins/woocommerce/includes/wc-core-functions.php(249): include(‘/nas/content/st…’)\n#2 /nas/content/staging/herbalhealing/wp-content/plugins/woocommerce-wholesale-order-form/includes/class-wwof-product-listing-helper.php(1439): wc_get_template(‘wwof-product-li…’, Array, ”, ‘/nas/content/st…’)\n#3 /nas/content/staging/herbalhealing/wp-content/ in /nas/content/staging/herbalhealing/wp-content/plugins/woocommerce-wholesale-order-form/includes/class-wwof-product-listing-helper.php on line 1321, referer: https://herbalhealing.staging.wpengine.com/wholesale-ordering
Thanks
LyseHi
Any update on this pressing issue. My wholesale customers cannot use the special ordering page because of the theme.
Thanks
LyseOctober 11, 2019 at 7:03 pm in reply to: Postion of sub menu container when using transparency layout #1147212Hi Jordan,
All is good. You can close this topic.
Thanks
LyseOctober 11, 2019 at 4:10 pm in reply to: Postion of sub menu container when using transparency layout #1147145Hi Ismael,
Perfect!
Much appreciated
LyseOctober 10, 2019 at 7:00 pm in reply to: Postion of sub menu container when using transparency layout #1146913One more thing, can you provide CSS for the mega menu as well?
LyseOctober 10, 2019 at 6:59 pm in reply to: Postion of sub menu container when using transparency layout #1146912Hi Ismael,
That is perfect and exactly what I was looking for/
Thanks you so very much
LyseOctober 8, 2019 at 2:30 am in reply to: Postion of sub menu container when using transparency layout #1145975Hi Basilis,
Can this not be done via CSS?
LyseOctober 3, 2019 at 3:46 pm in reply to: Postion of sub menu container when using transparency layout #1144493Hi Rikard,
I would like it further in both instances and to look somewhat the same when using the shrinking header.
Thanks,
LyseOctober 2, 2019 at 3:42 pm in reply to: Postion of sub menu container when using transparency layout #1144182Hi Rikard,
Here’s the link to the screenshot (issue is the larger gap on the image with the red arrow) :
https://www.dropbox.com/s/zduhxuzgdbcu6t4/sub%20menu%20issue.jpg?dl=0Thanks
LyseSeptember 1, 2019 at 7:03 pm in reply to: Update 4.6 makes cookie consent reload every time #1132696I have the same issue on my websites.
How do with stop this>
LyseHi Mike
On the live site I copied the small device CSS in the theme quick style area and it worked. Don’t really understand why but as long as it worked I was Ok with it. My client kept asking to get it fixedThanks
Hi Mike,
I fixed the CSS code to fix the sidebar widget:
/*position search container below secondary menu */ @media only screen and (max-width: 767px) { .wc_ps_sidebar_container { width: 320px!important; margin: 5px 2px 2px 5px!important; } .phone-info.with_nav span { margin-top: 15px !important; margin-bottom:5px!important; } } @media only screen and (min-width: 989px) { .wc_ps_sidebar_container { width: 350px!important; margin: 10px 10px 10px 285px!important; } }
It works perfectly on the staging and live website on large screen.
On the smaller screen, it works well on the staging site where the phone # gets moved below the search bar, but on the live site, the search bar covers the phone #.Same CSS code is use for both sites.
Any ideas why?
Thanks
Lyse
@media only screen and (min-width: 989px) {
.avia-builder-widget-area .wc_ps_sidebar_container {
width: 100%!important;
margin: 10px 10px 10px 0px!important;
}
}So now
Hi Mike,
I changed the code like this instead because the previous suggestion had the search bar in the header not displaying correctly:
/*position container as part of secondary menu */@media only screen and (min-width: 989px) {
.wc_ps_sidebar_container {
width: 350px!important;
margin: 10px 10px 10px 285px!important;
}
}
@media only screen and (min-width: 989px) {
.avia-builder-widget-area .wc_ps_sidebar_container {
width: 100%!important;
margin: 10px 10px 10px 0px!important;
}
}I still can’t see what’s happening on my live site….
Thanks
LyseHi Mike,
You’ll also see that my search bar in the widget area now displays incorrectly. I will be removing all of search bar widgets I’ve created but until this issue is fixed I can remove the search function. So would need temporary fix.
Lyse
Hi Mike,
I have the same settings on my staging server, yet the search bar displays
Lyse
Hi Mike,
That worked perfectly. I’ve tested this on my staging server, but when I go to my live site: https://silviafindings.com/ I don’t see my search bar at all (on PC and mobile devices). My PC was turned off all night.
Any clue why this is not working on my production site?
Thanks
LyseHi Ismael,
One more thing, with this code, on the smaller devices, this hides the phone # that is part of the secondary menu because it gets displayed on the next line on smaller devices. Is there a way to get the phone # to show on the same line as the secondary menu?
Thanks
LyseHi Ismael,
I got it to work after making the following changes:
@media only screen and (max-width: 767px) {
.wc_ps_sidebar_container {
width: 320px!important;
margin: 2px 2px 2px 5px!important;
}
}
@media only screen and (min-width: 989px) {
.wc_ps_sidebar_container {
width: 350px!important;
margin: 10px 10px 10px 285px!important;
}
}Thank you so much, you’ve been extremely helpful and patient.
LyseHi Ismael,
1) Screenshot of what the search bar looks like on my iphone using .wc_ps_sidebar_container {width: calc(150% – 0px – 0px – 2px)!important;}
https://www.dropbox.com/s/17ux6h7bft564pc/search%20bar%20on%20iphone%20100.jpg?dl=02) Screenshot of what this CSS code looks like on my large monitor:
https://www.dropbox.com/s/gcqtmne3e9ehyw4/search%20bar%20too%20small%20large%20screen.png?dl=03) Screenshot of changing the CSS to .wc_ps_sidebar_container {width: calc(280% – 0px – 0px – 2px)!important;}
https://www.dropbox.com/s/gcqtmne3e9ehyw4/search%20bar%20too%20small%20large%20screen.png?dl=0Screenshot (3) is what I want to see on the larger screens
Screenshot (1) I want to keep when on smaller screen sizesHope this clarifies what I’m trying to accomplish.
Lyse
-
AuthorPosts