Hey!
Please add following code to Quick CSS as well
1-
#top .social_bookmarks_pinterest:hover a {
color: #cb2027;
background-color: transparent;
}
#top .social_bookmarks_twitter:hover a {
color: #46d4fe;
background-color: transparent;
}
#top .social_bookmarks_gplus:hover a {
color: #de5a49;
background-color: transparent;
}
#top .social_bookmarks_facebook:hover a {
color: #37589b;
background-color: transparent;
}
#top .social_bookmarks_linkedin:hover a {
color: #419cca;
background-color: transparent;
}
#top .social_bookmarks_rss:hover a {
color: #ffa133;
background-color: transparent;
}
#top .social_bookmarks_mail:hover a {
color: #9fae37;
background-color: transparent;
}
2&3- Please refer to Peter’s post here https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
4- As far as i know, no, but you can request it here https://kriesi.at/support/topic/enfold-feature-requests/
5-
@media only screen and (max-width: 767px) {
.responsive #header_meta .social_bookmarks li {
border-style: none; }
.responsive #top #header_meta .social_bookmarks li:last-child a {
border-right-style: none; }}
Regards,
Yigit
Hi!
Ok, please let us know if it doesn’t help.
Regards,
Peter
There’s a similar posting about this, but this code snippet won’t do the trick, neither when I use it in our child theme nor when applied directly to js/avia.js inside the main enfold theme folder:
jQuery('.page article').each(function(){
jQuery(this).find('.entry-content-header').after(jQuery(this).find('.big-preview').detach());
})
I’ve verified my js/avia.js and the code is correctly being shown at the end of wp-content/themes/enfold/js/avia.js?ver=1, but the featured image is still on top of everything.
Hello,
Thanks for great theme.
Everything works smooth except Contact form.I did not receive mail whenever form is filled and submitted.
I followed some of the links like
https://kriesi.at/support/topic/enfold-contact-form-doesnt-send-emails-and-dont-show-message-error/
but did not work for me.
<?php
mail( (Email address hidden if logged out) ‘, ‘test’, ‘test’);
?>
I have tested mail sending service by putting code mentioned in above link in testing.php file on my site in result I received mail in spam folder so I think its not issue from hosting server.
When I submit on filling form i do not receive mail even in spam folder.
I am willing to use mail id other than (Email address hidden if logged out) .
Thanks in advance.
Hi Josue
Thanks for the hint. But i dod not get it to work. Do i have to put the code in the quick css or anywhere else?
And i use another header ( Header with social icons and bottom navigation.)
Do i have to edit the code then? I tried this:
.social_header .header_bg, #header_meta, #header {
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
….in quick css but had no success.
Thanks in advance
Hi Yigit,
I noticed this code causes a problem in the search box. See that little space? When I remove the code the problem goes away. Hmm.
#top input[type="text"] {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100!important;
}
Thank you so much for your time, Jasmer
-
This reply was modified 12 years, 2 months ago by
Jasmer. Reason: one problem solved, one still remaining
Hi Yigit,
thanks for the answer. But this does not solve the Problem i mentioned.
Please take a look at the screenshot:
http://authentic-voice.at/wp-content/uploads/2014/01/123.jpg
The Menu is still overlapping to the right. How can i get rid of this?
And i am not able to enlarge the size ofthe menu font.
I tried these codes:
.main_menu ul:first-child>li>a {
font-size: 16px;
}
and :
#top .main_menu .menu li ul a { font-size: 15px; }
both with different fonts but no change in the size.
Thanks
This reply has been marked as private.
Hi Kriesi,
This topic was closed a few days ago so I assumed maybe the problem was coming from my side…
In fact, now the layout builder is working again in Safari. But it’s not the first time I had an issue with it…Anyway, finger crossed, I can work with it now, so the thread can be closed.
Kind regards,
Chrys
Hi!
Yes but the default theme contact form does not support such a feature. You can use an advanced contact form plugin like http://wordpress.org/plugins/contact-form-7/ and follow the tutorial here: http://wordpress.org/support/topic/contact-form-7-adwords-conversion-tracking?replies=4 to implement the conversion tracking.
Cheers!
Peter
Hi,
i´m building a site and using Enfold. I need to go live asap with the first page. The other pages will be added later on. Since i don´t have any other pages yet, i really need to get rid of the menu for now. I´ve searched the forum and have managed to loose the main menu, but the mobile menu still remains. It is´nt visible but it still takes up the space from the top of the page. Please give me a clue on how to do this right…
Br. Okko
Hey DavidMiles!
Please deactivate all plugins and check if a plugin causes the issue. I couldn’t find any obvious flaw in the theme stylesheets which could cause this issue.
Cheers!
Peter
Hi again.
That last code fixed the mobile menu issue, and it looks good on the web, but the logo is still too small on the mobile, with a little too much padding at the top. how do I adjust that? If I make the padding less that 50 px it disappears.
-
This reply was modified 12 years, 2 months ago by
Munford.
sorry..you are right…it was the Tribulant Newsletter Plugin who was causing the problem….Have to talk to them…;)
THX!!
Hey!
You need to change your server configuration – see https://kriesi.at/support/topic/part-of-menu-gone/#post-207973
Unfortunately there’s nothing else I can do to help you.
Best regards,
Peter
Hi there – I”m about to launch my site – WP auto updated to 3.8 and the contact form stopped giving me a confirmation notification.
I can fill out the form, send it and receive the message – but when I fill in the form there is no confirmation showing on the page.
Can you let me know how to fix this? I’ve just upgraded to the latest version of the theme 2.4.5
Cheers
Hey Yigit! Thanks!
1. **********BROWSER FONT RENDERING: Why does the font look bolder in Chrome, Firefox Etc? Look at the copyright etc. All the font is noticeably bolder. It ruins my fun! note: I reset my browser to factory defaults so it definitely cleared the cache.
Safari (perfect)
Chrome (not good)
2. BUTTON: The submit button seems to get larger and smaller when I change the text. How can I change that differential? I’d like to make the font larger and the button smaller.
3. BUTTON EDIT: Would you happen to know how to make the button look like this? With just a ultra thin stroke around it :)
Gracias! Jas
Here is the entire CSS so you can see what is gong on:
/* misc */
.title_container {
display: none;
}
.form-allowed-tags {
display:none;
}
a, a:hover {
text-decoration: none!important;
}
/* top */
#top .social_bookmarks li {
border-right-style: none;
}
.phone-info {
font-weight: 500!important;
font-size: 110%!important;
}
.main_menu a {
font-weight: 400!important;
}
/* body */
h2 {
font-weight: 100!important;
font-size: 130%!important;
}
h3 {
font-weight: 100!important;
}
h4 {
font-weight: 100!important;
font-size: 130%!important;
}
p {
font-weight: 100!important;
font-size: 110%!important;
}
body {
font-weight: 100!important;
}
/* form*/
.avia_ajax_form label {
font-weight: 100!important;
}
#top input[type="text"] {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100!important;
}
#top textarea {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100!important;
}
.avia_ajax_form .button {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 100!important;
}
/* sidebar */
.asc_count {
font-weight: 300!important;
}
.news-headline {
font-weight: 100!important;
}
.rsswidget {
font-weight: 300!important;
}
Hey!
You can make a similar slider with LayerSlider (full-width)
Cheers!
Josue
Hi Devin. What you say makes good sense. Moreover, I’d think most people would intuitively scroll anyway. But I thought again when I saw that the Google and the Twitter folks were not assuming as much (then again, they have no menus up top on those sites and no buttons on the slide).. Actually, it’s no biggie, unless of course it becomes a biggie.
Thanks again–will do as you suggest.
Seems this
.ls-wp-fullwidth-container
Needs
padding-top 25px
no luck execuitng that
Hi there,
I’m not sure if this is something simple, but I want to add a drop down drawer/panel to the Enfold theme. Something similar to the style switcher on the demo site, but have it at the top of the page where I can add a log-in form and maybe text to the left side. See this website as an example (this is not a WP site, but this is what I want to accomplish).
Notice the tab at the top where it says ‘Reserved Area”. This is what I want to do. How would I go about this?
Thanks
Hey!
You can add this on Quick CSS to resize the logo then move the slideout menu:
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -50px;
top: 50px;
}
.responsive .mobile_slide_out .logo img{ max-height: 95px !important; }
}
Regards,
Ismael
Hi Matthew!
The page is not loading properly. Have you tried increasing the z-index of the header?
#header {
position: relative;
z-index: 3000;
}
Best regards,
Ismael
Hi!
Go to Appearance and activate Twenty Fourteen (default WP theme), then try to navigate to this page:
http://www.bizentro.com:8080/?s=%EC%9D%B4%EB%9E%9C%ED%83%9D
If no results are displayed, then the issue is not theme-related and you’ll need to contact your service provider, otherwise reply back to this topic.
Regards,
Josue