Forum Replies Created
-
AuthorPosts
-
November 16, 2017 at 12:42 pm in reply to: WooCommerce notice indicates that your theme contains outdated copies #877493November 16, 2017 at 12:42 pm in reply to: Enfold Contact Form is not working on any of my sites #877491
Hey goddess10,
Did you try following this? http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
RikardHey ZeyadElbaser,
Yes, you can copy header.php to your child theme and add it there. Or you can use a function in functions.php to add the code there instead, which might be easier:
function add_custom_code(){ ?> YOUR SCRIPT GOES HERE <?php } add_action('wp_head', 'add_custom_code');Best regards,
Rikard-
This reply was modified 8 years, 5 months ago by
Rikard.
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardNovember 16, 2017 at 12:32 pm in reply to: Add blank vertical space between burger menu items #877480Hey jellyfish007,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardNovember 16, 2017 at 12:15 pm in reply to: BUG? Footer widgets not working when 'Display as icon' has been selected #877467Hey Jaap,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 16, 2017 at 12:13 pm in reply to: Design with Enfold and Provide HTML and CSS for a Non- WordPress site #877465Hey Perry,
You can find style.css in the root of the theme installation, if you need to copy html markup then you can right click each page in your browser and select to view the source.
Best regards,
RikardHi,
You could add several Color Section elements and then hide/show the correct one in the elements options and add different images to them for the screen size in question. But the fact that some parts of the images won’t display remains the same.
Best regards,
RikardHi,
Thanks, though the details are not working. Could you check and verify please?
Best regards,
RikardHey Ripoll,
No, we have a comments element in the builder though. If you want to use those plugins then you would have to integrate them manually.
Best regards,
RikardNovember 15, 2017 at 11:17 am in reply to: header colour shows through and is a little short #877041Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.header_bg { opacity:1 !important; }Best regards,
RikardNovember 15, 2017 at 11:02 am in reply to: Submenu items don't display on click in mobile menu #877035Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold->General Styling:
.mejs-container { width: 100% !important; }Best regards,
RikardHey lena1234,
No, that is not possible using the layout builder at this point unfortunately.
Best regards,
RikardHi,
Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey Amselus,
There is no functionality for that in the theme by default unfortunately, you would have to use a plugin or third party code to achieve something like that.
Best regards,
RikardHey massimobr,
So you want it to apply globally on the entire site? If so then please try this instead of what you posted:
.entry-content h2 { margin-top: 15px; margin-bottom: 15px; } .entry-content h2 a { color: #2195f3 !important; text-decoration: underline !important; }Best regards,
RikardHey mikicherniak,
I’m not sure what mean to be honest, it seems to be loading fine on my end. Could you try to explain a bit further please?
Best regards,
RikardHey Picante,
Could you post a link to where we can see the elements in question please?
Best regards,
RikardHey JasperDriessen,
Have you started out somewhere? If so then please post a link to where we can see what you have done so far.
Best regards,
RikardHey jelle,
So you want to make the background transparent and the text dark I guess? Please post a link to where we can see the element in question.
Best regards,
RikardHi,
Thanks but the details don’t seem to work, could you check and verify please?
Best regards,
RikardHey Picante,
That should be possible yes, could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardHey jelle,
I’m not sure where you are seeing that, are you using a plugin in WordPress to edit your images?
Best regards,
RikardHey jelle,
You would have to target the menu item individually if you only want to target the one? Please post a link to page in question so that we can have a closer look.
Best regards,
RikardHey jelle,
You can select to not show it under Enfold->Main Menu.
Best regards,
RikardHey Fabienne,
I can see the Facebook icon in your contact section on the front page, is that correct? Where else do you want it to display?
Best regards,
RikardNovember 15, 2017 at 10:11 am in reply to: Translated pages via WPML are not displaying correctly and cannot be found. #877000Hi,
Thanks for the feedback. Could you try to disable all plugins except WPML to see if one of the is causing a conflict?
Best regards,
RikardNovember 15, 2017 at 10:00 am in reply to: Animated Countdown Clock – Language issue (English -> German) #876995Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey newki75,
Please try replacing your code with this:
/* Add font*/ add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Volkhov'] = 'Volkhov:400,700'; $fonts['Lora'] = 'Lora:400,700'; return $fonts; }Best regards,
Rikard -
This reply was modified 8 years, 5 months ago by
-
AuthorPosts
