Forum Replies Created
-
AuthorPosts
-
Hi Mike,
Thank you, this indeed works.
Beste regards,
Piero
Hi Victoria,
Thank you for the reaction but this is an external plugin for the WhatsApp social buttons.
Let me explain it again, the Enfold template where the theme settings are there is a function by the theme itself to add the Whatsapp icon into the Menu.This setting can be found in Header > Extra Elements.
Header Social Icons
Choose if and where to display social icons. You can define the icons at Social ProfilesThe word “Social Profiles” is clickable which goes to Social Profiles settings in the theme settings.
In the Dropdown there is the item “WhatsApp” then on the right you can add your number for the Whatsapp.
The same works for the other items in the dropdown example Facebook and on the right facebook.com/kriesiSo tell me why do I have to install the plugin in the article even tho there is an option in Enfold itself? Doesn’t this just have to work or maybe there is a bug in the theme that just an update can resolve this? And why did you tell me a few reactions back that I didn’t add my number on the right way? And now you tell me to read the article which advises me to install an extern plugin and modify the whole thing. And on your first reaction, you send me to another thread which has nothing to do with my issue here.
Maybe one of your colleagues can help me?
Thank you.- This reply was modified 5 years ago by peruwan.
Thanks, that’s also a way to do it, maybe that it could be in a future update as an option?
What is the correct way to make it work? Because I’ve just put my number there… (shouldn’t it be clearer if it needed more than just a number? as a suggestion in the field).
I’ve tried to put also a mailto but that doesn’t work either…Hi Victoria, i dont think you get my problem, i’ve got the latest enfold installed so that thread link that you gave is irrelevant.
I don’t have a problem with not appearing the whatsapp icon on my icon list which is the problem on that link that you send me.
I’ve a problem with the whatsapp logo on my Menu.PROBLEM 1: when the user clicks on the icon on the top menu in the header, the link doesn’t work properly because it links to that “DNS_PROBE_FINISHED_NXDOMAIN” page which is a BUG in the theme. So a update is needed for this problem.
PROBLEM 2: the whatsapp icon disappears when you on a smaller screen like a mobile. This can be a bug of a option of a css thing that maybe its on the documentation.
I’m asking if someone can help me with this.
Hi Victoria,
The problem is not that it doesn’t appear, because it does.
The problem is when you press on the whatsapp button then you get that fault page with the error “DNS_PROBE_FINISHED_NXDOMAIN”.Try it the homepage link is on the tread.
October 13, 2019 at 10:45 am in reply to: Adding the text before Price in Woocommerce archive/overview page #1147543Nevermind you can close this, i’ve already done it. The code is.
add_filter( ‘woocommerce_get_price_html’, ‘cw_change_product_price_display’ );
add_filter( ‘woocommerce_cart_item_price’, ‘cw_change_product_price_display’ );
function cw_change_product_price_display( $price ) {
// Your additional text in a translatable string
$text = __(‘Vanaf ‘);// returning the text before the price
return $text . ‘ ‘ . $price;
}October 11, 2019 at 10:48 pm in reply to: Advanced Custom field on the archive/shop woocommerce page #1147278No but i’ve done the work myself hahah thanks anyways. You can close/delete this one,
Hi is there a way to put a text before the price example: From $ 3,50.
I want to do this on the shop/archive page where you can see the products of the woocommerce plugin.
Or can i put my custom advanced field on it?Where can I find documentation to how to add an advanced custom field to the shop overview page in woocommerce enfold.
- This reply was modified 5 years, 1 month ago by peruwan.
Btw i saw on the Enfold Feature Requests page the problem solution but it has been requested over a year now and has the most votes also.
Custom Fields (ACF) and Custom Post Types (its the name of this request and my as-well)Hi Nikko, which question did you answer hahaha? The layout builder of Enfold is already enabled… theres no option for displaying the cart or more information this means i’ve to do this on CSS level and put it on display none.
And for the question of the custom field? Theres no option for that, ill suggest if it doesn’t exist to implement it like the Elementor Pro, they do this when you at a item and give it link which normally is a post, page or html link (could be a link to ur created custom field).Also, I saw a video of Elementor Pro, and there’s an option to add a custom field, it looks very easy and user-friendly to add one.
I don’t see anything similar to the enfold page builder, does this mean I have to implement this hardcoded in the functions.phpHi, you can close it. Thanks
@Ismael Thank it was indeed that file… weird that the file even existed in the root folder without me knowing or even planting is there…
Thank you again.Hi Basilis,
I’ve done this already for 3 times with no success.
Hi Victoria,
Php 7.3 version.Hi Rikard, I’ve done than twice with no success.
Yes, I have, but still. This happened after the latest Enfold update
Sorry kinda amateur hour going on here haha… i feel kinda dumb by overseeing that. Thanks.
Do it on filezilla without the http://
Here you go. Please be careful.
- This reply was modified 7 years, 3 months ago by peruwan.
I know what you meant but if i do that the settings will be gone.
I could switch but it would erase my color settings and other settings at the enfold settings menu. This would not be a good thing to do…
Sorry, but i mean the title of a blogpost. So an Article postname. As you see in the section http://bbril.nl/new/blog or in the homepage.
Or search on the homepage for the title BBRIL BLOGT OVER… beneath that you see the blog post and you wont see the title of an artitle just a date and image.Ok thank you, some things aren’t showing but its because of a plugin that isnt active. No problem i’ll activate it.
Sure
Thank you a other question is it possible when a user is clicking the left arrow the crossfade transition is different than the right arrow when clicking it? So let me say a example if a click from the left arrow the image goes from left to right fade and if the user clicks on the right arrow it goes from right to left fade.
Is this possible?
Ok thank you but i also want to make the background block disappear… I was trying to add to the background: transparent; ->> background: none!important; but that didn’t help.
The website is on a underconstruction page so you can’t see it. Sorry i was talking about the Layerslider WP slide navigation arrows that you can slide the image from left or right.
-
AuthorPosts