Forum Replies Created
-
AuthorPosts
-
September 3, 2018 at 10:04 pm in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1005195
HI Vicoria
I’ve been playing around with the quantity buttons – I’ve used this PHP code?php add_action( 'woocommerce_before_shop_loop_item', 'beardedguy_add_quantity_input' ); function beardedguy_add_quantity_input() { global $product; $product_type = ( version_compare( WC_VERSION, '3.0', '<' ) ) ? $product->product_type : $product->get_type(); if ( 'simple' == $product_type ) { remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_single_add_to_cart', 10 ); } else { remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_single_add_to_cart', 10 ); add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); } } ?>
and via CSS I’m able to hide the extra “add to cart button but I really would like the quantity buttons ligned out in the center middle
ps: ok hiding the “add to cart button” hides it also from the single product page :( so I need also a solution for that
- This reply was modified 6 years, 2 months ago by Yannick77.
September 3, 2018 at 3:20 pm in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1005016This reply has been marked as private.September 3, 2018 at 1:15 pm in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1004931Hi I also have troubles with the lay-out when I add the Quantity button in the shop overview.
screenshot: https://pasteboard.co/HCamgSR.png
See link in private content- This reply was modified 6 years, 2 months ago by Yannick77.
July 6, 2018 at 8:44 am in reply to: Add Phone number in between logo and hamburger menu on mobile #981901Hi Mike,
Yes this topic can be closed.July 5, 2018 at 9:07 am in reply to: Add Phone number in between logo and hamburger menu on mobile #981470Thank you that worked!
One question
I usually use the “Quick CSS” option in the Enfold settings (me being lazy), but is it performance whise better to place it in the css of the childtheme?.July 4, 2018 at 8:49 am in reply to: Add Phone number in between logo and hamburger menu on mobile #981004Hello Mike,
the website XY is it not mine, I used it as an example ;-)
With help from people on the Enfold FB group I’ve been able to add a phone icon in the menu (not image in a widget area)
BUT I’m struggling with the icon size I would like it to be 20px – I cannot seem to make just that menu-item larger.
This is the test website: http://new.eaglebelgium.comThis is the PHP
/* Phone Icon */ if(!function_exists('avia_append_phone_icon')) { //first append search item to main menu add_filter( 'wp_nav_menu_items', 'avia_append_phone_icon', 9997, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_phone_icon', 9997, 2 ); function avia_append_phone_icon( $items, $args ) { if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { $items .= '<li id="menu-item-phone" class="noMobile menu-item menu-phone menu-item-avia-special"> <a href="#" '.av_icon_string('phone').'><span class="avia_hidden_link_text">'.__('Phone','avia_framework').'</span></a> </li>'; } return $items; } } function avf_default_icons_mod($icons) { $icons['phone'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854'); return $icons; } add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
The CSS to hide the phone-icon on large screens
@media only screen and (min-width: 480px) { #menu-item-phone { display: none !important; } }
June 12, 2018 at 3:36 pm in reply to: Page becomes uneditable when I insert a slection field in a contactform #971712This reply has been marked as private.June 5, 2018 at 3:08 pm in reply to: Page becomes uneditable when I insert a slection field in a contactform #967257This reply has been marked as private.June 2, 2018 at 11:17 am in reply to: Page becomes uneditable when I insert a slection field in a contactform #965765This reply has been marked as private.June 1, 2018 at 9:17 am in reply to: Page becomes uneditable when I insert a slection field in a contactform #965119This reply has been marked as private.May 31, 2018 at 12:58 pm in reply to: Page becomes uneditable when I insert a slection field in a contactform #964760I re-uploaded the Theme allready with FTP once.
I added now the header.php to the child theme… sadly enough the loading wheel keeps on spinningStrangely enough when I recreated the page that when I added a “selection field” to the form the editor froze and I could not save/update the page. Pages whit contact forms with “selection field” are now uneditable :-/
May 31, 2018 at 11:55 am in reply to: Page becomes uneditable when I insert a slection field in a contactform #964737did anyone had a chance to look at this?
just put [nolink] in the copyright box
Hi everyone,
I had to rebuild a website because the previous theme got abandoned so I choose Enfold. It was built with visual composer and after a while VC just stopped working bacause lack of updates.So here’s another Enfold website – endlessflow.nl
Another Enfold website live, a one-pager this time. :-)
February 23, 2018 at 3:24 pm in reply to: Theme Update issue/error – with the update to 4.2.4 the "Headline Rotator" stops #916734This reply has been marked as private.February 23, 2018 at 10:00 am in reply to: Theme Update issue/error – with the update to 4.2.4 the "Headline Rotator" stops #916566This reply has been marked as private.February 22, 2018 at 9:28 pm in reply to: Theme Update issue/error – with the update to 4.2.4 the "Headline Rotator" stops #916348This reply has been marked as private.February 22, 2018 at 3:55 pm in reply to: Theme Update issue/error – with the update to 4.2.4 the "Headline Rotator" stops #916144This reply has been marked as private.OK I figured it out. One of my hosters does not allow (anymore) emails to be sent from another domain. Because I’m the admin of all the WP installs of my clients, my email address is the main administrative contact in the settings page. With CF7 you can change the “From” address so I changed that to an email adress of the domain. But with the ENFOLD contactform I cannot change the “from” emailadress it uses the main WP admin address.
So maybe you should add that functionality to your form (like CF7) because all “admin” related mails from the website should come to my email address… Or do you have workaround?
- This reply was modified 6 years, 11 months ago by Yannick77.
Okay just checked on a new Enfold installl same issue :/ getting worried now because I have used Enfold for several websites :/
Hi I have the same issue, never had problems before. I installed contact form 7 right away to rule out server and configuration issues. And with contact Form 7 I’m receiving the emails… so not really sure what’s going on. Also the “send” button works fine and success message is displayed correctly.
- This reply was modified 6 years, 11 months ago by Yannick77.
I did it, will translate and correct the remaining Dutch.
April 24, 2017 at 10:26 am in reply to: 1/2 columns don't stay next to each other in tab section #782220OK I will wait for a theme update then?
April 23, 2017 at 3:43 pm in reply to: 1/2 columns don't stay next to each other in tab section #781960This layout issue is driving me crazy ;-) But I think I have pinpointed the issue. When I create a seventh 1/3 column in the first tab then the layout of the following tabs is off.
You can test it on the kriesi-test page on eveka.be – Duplicate a 1/3 column in the first tab so you have seven columns. And look then at the second tab.
I do really need that seventh column…
ps: I have just created an ampty TEST page and just worked with empty columns in the Tab sections and same issue if you put more then six columns in the first tab… the layout in following tabs is messed up…
pps: I just recreated the issue on another ENFOLD website to make sure it was not just something website specific you can see it here http://www.homepost.be/test/ TAB 1 has more then 6 columns and layout tab 2 is messed up
- This reply was modified 7 years, 7 months ago by Yannick77.
April 21, 2017 at 4:20 pm in reply to: 1/2 columns don't stay next to each other in tab section #781292@ Ismael on your Test page https://eveka.be/wp-admin/post.php?post=770&action=edit I added the columns but now with content and the problem is back…
April 21, 2017 at 9:20 am in reply to: 1/2 columns don't stay next to each other in tab section #781065it is on the homepage
April 20, 2017 at 8:56 pm in reply to: 1/2 columns don't stay next to each other in tab section #780767Okay I tried your approach Andy but it did not work. In the second tab the layout editor refuses to set 3 1/3 columns next to each other.. the third one skips to a second row… and “funny” enough when I created a third tab (just to try) it only allows one 1/3 column every row….
And when I move the tabs second becomes first tab… the columns are ok in the first tab and not in the second…
TAB1
TAB2
TAB3
- This reply was modified 7 years, 7 months ago by Yannick77.
April 18, 2017 at 1:44 pm in reply to: 1/2 columns don't stay next to each other in tab section #779281Hi since yesterday or today I have the same issue… alltough I use 1/3 columns https://eveka.be (homepage)
Strange thing is that I did not have this issue before…
ps: I saved the tab section as template so I restored the old one if you want to recreate the issue, clone one of the columns or create an extra column yourself.
- This reply was modified 7 years, 7 months ago by Yannick77.
My latest Enfold website (n°5) in cyberspace http://www.eveka.be
Let me know if you like it or not ;-)
-
AuthorPosts