Forum Replies Created
-
AuthorPosts
-
March 28, 2019 at 4:37 pm in reply to: Change media break to activate Burger Menu in Enfold Photography #1084173
Thanks for the reply Vinay.
I think I did not explained myself properly.
I was hoping to activate the mobile header (ie. header that apperes on phones) but at a tablet width (ie. 1024px).
This is the header I would like to display on tablet size screen : https://imgur.com/MdIYF4F
But, with the CSS I’ve used in your link, it only displays the burger menu : https://imgur.com/tZ9LQdF
Thanks again for your help!
OK. Thanks for the reply Jordan!
December 6, 2018 at 4:13 pm in reply to: Updated to Enfold 4.5 and now Enfold's Product Reviews plugin not working #1041710Hey Victoria,
Sorry for the long wait…
It seems to have come back. Maybe a plugin compatibility issue…
Thanks,
PhetSeems like Jetpack and LayerSlider WP 6.7.1. are not working together properly… I’ve deactivated Jetpack’s image optimizer and it worked properly.
Case closed.
Thanks!
Hey Ismael,
“Cycles” was set to 99, as per my screenshot. But, it slider will not even loop once…
The other problem I’m having is that the first time someone load the slider, they see the first slide. After that the others slides does not load…
The slider is the one at the Service section of the page
- This reply was modified 6 years, 6 months ago by Phet.
We can close this topic.
Thanks Rikard,
PhetHey Rikard,
I had to add this piece of code into my child theme’s functions.php :
//add back to store button in empty cart add_action('woocommerce_cart_is_empty', 'manual_back_to_store_cart_empty'); function manual_back_to_store_cart_empty() { ?> <a class="button wc-backward" href="/boutique"><?php _e( 'Return to shop', 'woocommerce' ) ?></a> <?php }
For some reason, it was not integrating it with out it…
Thanks,
PhetSame here… “Instagram has returned invalid data.”
Enfold ver.4.2.6
Thanks for the help.
Thanks Rikard. For anyone looking for this info: ‘course_unit’ .
We can close this one.
Hey Rikard,
That’s the thing… I know I got to replace it, but I don’t know the name of the custom post type… Is there an easy way I can find that out?
Thanks,
PMThanks for the reply Jordan. We can close this one.
Thanks for the reply Victoria. But I’ve decided to go with another route.
However, I did find this plugin Quantity Field on Shop Page that did do the job.
We can close this one.
Thanks again!
October 25, 2017 at 12:44 am in reply to: Change Responsive Breakpoint for Left Column Header #868473Hey Basilis,
Not sure what you’re saying? There is no first level Mobile Menu panel in Enfold’s set up page…
The only thing I see with the mention of “Mobile menu” is Enfold > Main Menu > General (tab) > Menu Items for mobile. I’ve activated this option to “Smartphones AND Tablet (990px).
But it’s still not working on tablet with 1024px width. FYI, it is working on smaller screen, like cellphones.
Thanks.
October 24, 2017 at 6:38 pm in reply to: Change Responsive Breakpoint for Left Column Header #868329Same question here !
FYI, my “Menu Items for mobile” in the “Main Menu” tab is set to “smartphone and tablet (990px)”…
Thanks! It worked!
September 6, 2017 at 5:26 pm in reply to: Disable default Enfold language switcher, when WPML is enable #848770Thanks Yigit! This code did work.
Hey Gunter,
Just wanted to say that I realy appriciate the help. Don’t know why WP doesn’t make this just a built-in thing! French is probably not the only language that has this particularity. I try another crack with my friend Google and try to search for a plugin or function.
Thanks for the insight Gunter! But it’s not what I’ld like to do…
The situation is that sometime, when a user types a word like “Pre-Order” or other words that like “Trois-Rivières” that containes a discretionary hyphen, this word is “broken” after the discretionary hyphen. Resulting with a portion of the word at the end of the line and a second portion of the word on the next line.
Also, I can’t expect a user to use a CSS class or the HTML entity #8209; everytime they try to type these type of words… It need to be as easy as possible for the user.
I think idealy, it would be a plugin or function (for the function.php file) that would replace any discretionary hyphen by the non-breaking hyphen HTML entity #8209; just before rendering the page… Not sure if it existe…
- This reply was modified 7 years, 4 months ago by Phet.
Here’s the link : http://www.myosante.com/
Not sure if CSS can do it…
Other thing to note is that we can’t expect that the user will use the hex code for the non-breaking hyphen every time they go in and write an article.
Thanks for the help.
Just checked Safari on my other OSX. The ones with Safari 9.1.2 did not render the tabs properly VS the ones with 10.1.1. Is there a workaround to this?
FYI : on 9.1.2, sometimes it’s OK and sometimes it’s not.
Hey Nikko,
I’m on a Mac.
FYI, I’ve tried clearing my cash.
Thanks,
PhetThanks for the tip Andy!
Got a URL we could view? If not, try this :
.woocommerce-product-gallery__image a.lightbox-added { height: DefineYourCustomHeight !important; }
FYI, this is only a “band-aid” to the problem…
Hey Elsmore01, it is probably coming from the same issue. I’m not sure at a 100% if your issue was the same as mine, but my thumbnails were different sizes, depending on the size of the original image I uploaded. I chose to change the height of the div that contained those images with some CSS :
.thumbnails .woocommerce-product-gallery__image a.noHover.noLightbox { height: 5.7em; }
The height value, will depend on your layout, so you will need to adjust.
Hope this helps!
@mensmaximus, you’re a beast!! Thanks again for your help!Thanks Max!
Thanks for the fix!
The ratio between the height and width of the thumbnails, in the gallery, were at 1/1. Is there a way we can keep the cropping function?
Again, thanks for the help!
Yep… 120×120 stretched.
Same here…
Tried Meuwessen fix. It did work, but picture is generated at 120px X 120px…
-
AuthorPosts