Hi
I’m planning to use Enfold for another client but have a quick question. The client’s website http://www.theimplantcentre.com is targeted at 2 very different user groups; patients & dentists. You currently come into the patient side of the site and you access the dentist side by clicking on the ‘Information for dentists’ in the top right hand corner. The dentist site is delivered via http://www.theimplantcentre.com/dentists. When building the two sites they will both need their own homepages and menu structure. How do you recommend I go about setting this up on the server / within wordpress? Ideally I’d like to be able to manage both sites from within the one wordpress login but I suppose it’s not essential. Should I continue to use http://www.theimplantcentre.com/dentists or would it make more sense having http://www.dentists.theimplantcentre.com? Any thoughts and advice would be much appreciated.
Regards
Rupert
looks better! logo is the right size & padding is good. I changed the right margin to bring the menu in, but need the logo to move to the left about 10 px
where can I set that?
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -15px;
top: 40px; }
.logo img {
margin-top: 20px!important;
padding-top: 0;
}}
thank you for your speedy reply – trying to go public with this today!
Hi fgrippe!
Please see this topic https://kriesi.at/support/topic/add-a-new-custom-font/
Best regards,
Yigit
Where can I make change to the search results page? Currently only the posts show a summary and regular pages and portfolio items do not. Also, how do I set the sidebar on the search results page? I actually would like the option to not display one. Finally, when you use the search in the top banner, there is a nice type-ahead feature that displays results as you type. Is there a way to change “Portfolio items” text to something else? I use “portfolio” to showcase partners in our initiatives, so it would be better to say “Partners” instead.
Thanks
http://www.kennethbsmith.com/clients/abww/
I had to make progress on this client dev site, so if you look, you will see that I went back to the default settings of width: 1030 px for now. But I still want to know how to change the width of the .container on the desktop and the iPad.
In FireBug I see this: .responsive .container { width: 1030px; } Can you explain? Changing the page width seems elementary, so maybe I am missing something.
Hi,
hi have the same problem of this post:
https://kriesi.at/support/topic/translate-gallery-with-wpml
My website first Language is the italian, in a gallery post i can’t edit eh title my second language (english) gallery images.
Thank you
Mattia
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -10px;
top: 40px; }
.logo img {
margin-top: 10px;
}}
.responsive .mobile_slide_out .logo img{ max-height: 95px !important; }
}
with that code the logo and menu overlap – menu is good, logo a bit too big & low.
Hi Ismael, thanks for your reply. Here’s a link to a screenshot (https://www.dropbox.com/s/gmrgps9bg1rr87w/screenshot.jpg).
I have a non-rectangular .png for a title bar (oval in center) that I want to overlap with the menu. What I’m trying to do is separate the sub-menu, pulling that to the top z-index layer.
Here’s the code I have now: Again, notice the sub-menu under the graphic (z-index).
/* Title Bar Backgrounds */
.container_wrap, #header_main {
clear: both;
position: relative;
z-index: 1;
border-top-style: solid;
border-top-width: 0px;
border-bottom-width: 1px;
}
.header_color {border-color: transparent;}
.title_container .main-title, .title_container .breadcrumb {display: none;}
#menu-item-149073 {z-index: 1500;}
.page-id-149135 .alternate_color {
background: transparent url(https://staging.boomerangdesigns.com/mom/wp-content/uploads/blog-title-bar.png) center center no-repeat;
height: 164px;
margin: -56px 0 0 0;
z-index: 1000;
text-align: center;
}
I hope that makes sense.
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -45px; }
.logo img {
margin-top: 20px;
}}
With the fix i posted in your other thread, this should look fine as well
Regards,
Yigit
Hi!
You have custom CSS code added related with logo image, please change it to
.logo img {
padding-top: 35px;
}
That should fix it. And if you have already opened a thread regarding this issue, please let us know so we can avoid confusion
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well and adjust as needed
.html_boxed #main { padding-top: 100px; }
Regards,
Yigit
Hi!
Please try following code instead
#top-posts-2 {
border: 3px dashed #C9B737;
}
Best regards,
Yigit
Hi Cdfb!
Please see Ismael’s post here https://kriesi.at/support/topic/socket-2/#post-199782
Best regards,
Yigit
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, 1 month 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, 1 month ago by
Munford.
sorry..you are right…it was the Tribulant Newsletter Plugin who was causing the problem….Have to talk to them…;)
THX!!