Hey!
You can copy&paste this code – http://pastebin.com/gThAyenF
Then you can style the button using following code in Quick CSS
.header-button { padding: 5px; border-radius: 5px; background-color: red; color: white; }
If you would like to use Enfold’s default buttons, please use the code Josue posted here – https://kriesi.at/support/topic/adding-phone-number-text-and-button-to-main-header/#post-292289
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_transparency #top #wrap_all #main {
padding-top: 0!important;
}
.page-id-2 .content {
padding-top: 0;
}
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip.avia-tt {
width: 260px!important;
}
Regards,
Yigit
First of all – thanks for this great plug-in that seems to be one of the few (probably the only one) that works fine with WooCommerce using WC Markt Press.
However i have a line styling issue after installing the premium Plugin Event Calendar Pro.
I have double checked with the standard WP themes – and this issue doesnt occur, so i am having a hard time to find out what happens when i have an event date details displayed. One thing i noticed is that this happens AFTER Woocommerce installation. Once i deactivate and delete Woocommerce – everything looks perfectly. But once again – this happens only with the Enfold theme. I tested two standard WP themes and a different premium theme – everything’s fine here.
The error looks like this : http://pl.vc/4zn6k
It should look like this: http://pl.vc/2vsr6
any idea how to solve this?
my best regards
P.-
Hi Denis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.avia_mega_div img {
display: none !important;
}}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main { z-index: 2!important; }
.logo-text { z-index: 99!important; }
Best regards,
Yigit
I have just tried using the url to test out the search and you can clearly see there are no results for a string such as:
http://lolhatespeech.com/?s=search+term&tag=jew
I am using the default enfold search widget.
kcParticipant
hey there, sorry for my stupid question!
in the enfold contactform i can add more emailadresses, below i can read that my standard emailadress is xxxxxxxxx!
where can i change my standard emailadress for the contactform?
i looked everywhere, but i found nothing where it is to change.
thanks for unterstanding and help.
cheers
carsten
Hi all, I’ve a broken link in my website http://www.mywebsite/comments/feed/ at this level. I’ve checked all the internal links on WP but I dont find this one. Is this linked to enfold ? Thank you much for help.
Hello Devin,
Thanks for providing the link. Although i am still not getting the update notification, but i will wait for more time, no problem.
1. My question is will i still get update notification even if i am using child theme.
2. And should i also get update notification even i have changed the theme folder name from enfold to labhanshi (from ftp, in order to show “labhanshi” while someone view it using source code from the browser)
3. To wait for 12 hours is a minimum time, or it may show update notification even after few minutes or couple of hours also.
Thanks
This is great!
How can I add an additional line of space between the excerpt text and ‘Read more’?
Also, how can I change ‘Read more’ to ‘read more’ and remove the arrow?
Thanks, Richard
BTW, you guys rock! And I’m recommending Enfold to all my colleagues
Hello,
I am having trouble pinpointing a location with Google Map element.
Since i cant find the specific point with Address, i use a close address and then fetch coordinates. If i publish it displays fine.
Now if i go to edit again and set the actual coordinates of the specific point, it seems to ignore them and displays a blue map.
why is that?
thank you in advance.
using latest wordpress and enfold.
Hi,
I’ve bought enfold theme. It looks really nice and is very functional but on smartphone version some of the typical letters in Croatian language such as “č”, “ž”, “đ”, etc are not showing properly – instead of them there’s a symbol or an empty space.
Please let me know how to sort it out.
My best,
Tomisalv
I use wordpress 3.9.1 and Enfold 2.9.1
Hey cindy531!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the color value:
form input{
border-color: #a2a2a2;
}
Regards,
Günter
-
This reply was modified 11 years, 9 months ago by
Günter.
Hey!
If you want to create a template for a custom post type just copy the single.php template to your child theme folder and rename it to single-objects.php (and replace “objects” with the custom post type name if necessary). Then modify the single-objects.php template – I recommend to replace:
get_template_part( 'includes/loop', 'index' );
with
get_template_part( 'includes/loop', 'objects' );
– this change enables you to load another, separate loop template for your custom post type.
Then copy the wp-content/themes/enfold/includes/loop-index.php template into the child theme folder (i.e. to wp-content/themes/enfold-child/includes/ folder) and rename it to loop-objects.php. You can also modify the loop-objects.php template if necessary.
Best regards,
Peter
Moin Moin,
habe mir ein Portfolio erstellt mit folgendem Layout: 1/2 Text und 1/2 Bilder. Sieht im Preview und Update perfekt aus.
Wenn ich nun den Portfolio auf eine Page/ Seite einbinde, wird das Portfolio Layout verändert dargestellt und zwar 2/3 Bild und 1/3 Text.
Ich bin am verzweifeln. Bitte um Hilfe. Dankeschön und liebe Grüsse.
This reply has been marked as private.
Hi!
Yes, you’re using a child theme but the Enfold parent theme is not updated, it’s version 2.1. Download the latest version from your themeforest account then update the theme via FTP. Watch the video on the link we provided above.
Cheers!
Ismael
Hi danchristopher!
Thank you for visiting the support forum.
We need to see the actual website. Please post it here. Make sure that you’re running the latest version of WordPress and the Enfold theme.
Best regards,
Ismael
Hi guys
I am wondering if there is a simple way to upload image buttons to be featured in the navigation instead of just text. I could create the navigation buttons as png files and then upload them, but am not sure how to do it. I am using the Enfold theme.
Alternatively if you can recommend a plugin that could do it and would work with Enfold I’d appreciate it.
Cheers
Ivana
This reply has been marked as private.
Hi Ismael,
Thank you for looking into this. I just checked and it appears we are using a child theme of enfold. Does that make a difference?
Oh yeah! Thanks Ismael – that worked beautifully. I will take note of this, and tuck it away for future reference. Obviously the colors change depending on what I set up in the avia framework. Kudos to you; the team here is terrific!! (I’ll be recommending Enfold, and Team Kriesi to anyone who’s looking for a WordPress template…)
Consider this one RESOLVED :)
-
This reply was modified 11 years, 9 months ago by
rlhinirv57.
Hey!
Thank you for the update.
Actually, you’re not using the latest version of the theme. You’re using version 2.1 which is not compatible with WordPress 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Note that updating the website from version 2.1 might break some elements on the website so you might need to recreate them or configure the options again.
Cheers!
Ismael
This reply has been marked as private.
What do you mean by taking away the enfold logo? Did you add your own logo following this guide: http://kriesi.at/documentation/enfold/add-your-own-logo/
Hi Devin
Deactivated all plugins, no change.
I am certain I have done no changes in the header.php file- other than take away the enfold logo.
Thank you for your reply.
Arran
Hi,
after updating to the latest version of the theme, i received the following errors:
Warning: session_start() [function.session-start]: open(/tmp/sess_4b2a8da86c6cc88dd55c9fc1b999cebf, O_RDWR) failed: Permission denied (13) in /home/mindspar/public_html/lgr/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/mindspar/public_html/lgr/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/mindspar/public_html/lgr/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
I have created multiple new installations of WP at different paths and repeatedly get this issue. please help…
thanks,