Hi,
is it possible to add a minimum css with “@media print” because print version of pages can’t be read (above all the content slider, and a lot of content layers) ?
Do you plan to write the media print css ?
Thanks,
Oli
Hi theuptimizers!
Please add following code to Quick CSS in Enfold theme options under Styling tab as well
.avia_message_box_content { font-weight: 400; }
Regards,
Yigit
Hello!
@gigoz please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox .iconbox_content .iconbox_content_title { overflow: visible; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info { margin-top: 40px; }
.social_header .phone-info.with_nav span { border-style: none; }
Regards,
Yigit
Hello wared!
You can go to Appearance > Widgets and create a widget area for your blog, say you wanted to use Sidebar Blog, just insert your widgets there http://i.imgur.com/xpkVNNU.jpg
Then edit your blog page and choose that widget area as your sidebar under Layout http://i.imgur.com/Dwwql1W.jpg
Please make sure that you choose to display sidebar on Blog page in Enfold theme options under Sidebar tab
Regards,
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.content { border-right: 1px solid #e1e1e1; }
Cheers!
Yigit
Hi mathysjp!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content {padding-bottom: 70px; }
On same pages you do not have enough content, that is why it happens. But that should fix it. You can adjust the value if it does not
Regards,
Yigit
Hi!
Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find following code in line 158
the_author_posts_link();
and change it to
the_author();
Cheers!
Yigit
-
This reply was modified 12 years, 4 months ago by
Yigit.
Thank you
I actually edited and replaced the Functions.php file inside the wp-includes folder rather than the Functions.php inside the wp-content/themes/enfold folder.
Website is back up – again thank you
Hello mikaelsv!
Assuming that you are using Single author, Big preview pic as your Blog Style, Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview img { padding: 7px;
background: #FFF;
display: block;
-moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.25);
}
Best regards,
Yigit
This reply has been marked as private.
Hi bcarey!
Have you edited functions.php file inside wp-includes folder?
If not, fastest and easiest way would be re-installing the theme
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 768px) { #layer_slider_2 { display: none!important; } }
@media only screen and (max-width: 767px) { #layer_slider_1 { display: none!important; } }
I had no problems inserting 2 layersliders one after another. You can try removing ruler after adding this code
Regards,
Yigit
Hello jennallocco!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger
#header_meta { box-shadow: none; }
.logo { height: 115%; top: -17px; }
3)
#footer .widgettitle { font-size: 12px; letter-spacing: -1px; }
Cheers!
Yigit
Hey!
Can you post the link to your website? And please note that Enfold is not compatible with IE versions below 8
Best regards,
Yigit
Hello!
I have seen hundreds of Enfold, but there is no such effect http://www.screenr.com/QMLH :)
Regards,
Yigit
I think it would be easiest if we can just log in and take a look at your page structure live. The home page seems off and typically, even in IE8 with the theme I don’t have anywhere near as many issues as you are running into with the general layout.
Also quickly fix the css from Peter above from:
main_menu .menu li a { max-width:none; }
to
.main_menu .menu li a { max-width:none; }
The . at the start makes it not work at all.
Hi,
I opened a thread with several serious issues in 2.3. It was closed with no answers to any of the problems posted.
Why?
https://kriesi.at/support/topic/a-few-issues-with-enfold-2-2/#post-169840
Jason
Hi!
Because we don’t want to be responsible if the freelancer fails and we want to avoid that someone thinks we offer an “official customization service”.
From time to time I can help out with customization work but right now I’m too busy because I already work on some customization projects and I need to work on the Enfold 2.4 update :)
Best regards,
Peter
Hi finessecreative!
Please add following code to Quick CSS in Enfold theme options
.main_menu ul:first-child > li > a { cursor: pointer!important; }
Regards,
Yigit
Hey!
You should add these css codes into Quick CSS that is in Enfold theme options under Styling tab, or into Custom.css file which is inside Enfold CSS folder.
We are going to need to see your website live. But in the meantime you can check your thumbnail and featured image sizes, and change values in Functions.php file http://i.imgur.com/LFdXdPD.jpg
Please note that you need to remove all images then upload them again or changes will not be effective
Cheers!
Yigit
I use “Home 7 – One Page Layout”, but I want to replace these scroll-over background images:
<div id=”av_section_3″ class=”avia-section main_color avia-section-large avia-no-shadow avia-full-stretch avia-builder-el-14 el_after_av_section container_wrap fullsize” style=”background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2013/04/photodune-757323-living-room-m.jpg); background-attachment: fixed; background-position: top left; “>
and
<div id=”av_section_6″ class=”avia-section main_color avia-section-large avia-no-shadow avia-full-stretch avia-builder-el-29 el_after_av_section container_wrap fullsize” style=”background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2013/06/tablet-1.jpg); background-attachment: fixed; background-position: top left; “>
Where can I do that, i don’t see these in options??
Regards Henk
This seems to fix it well, but there is a little jump at the end of the scrolling, because the main_menu doesn´t stay exactly at the percentage-value. Any idea?
.main_menu{
top: 45%;
}
.main_menu .menu > li > a {
height: 30px !important;
line-height: 30px !important;
}
.header-scrolled .main_menu{
top: 12%;
}
Regards
Hallo Peter
besten Dank für das Demo Video. Ich habe mal mein Cache geleert und den Flashplayer auf den aktuellsten Stand gebracht. Leider immer noch dasselbe Problem.
Lädt Dein Browser das Youtube Video auch als Flash content in die Webseite (rechtsclick auf das Video zum checken) ?
Habe auch versucht das Ajax Portfolio Plugin aus dem Link zu installieren, leider gibt es aber dann Konflikte mit dem Integrierten der Enfold Template.
Lange Rede, kurzer Sinn :
Denkst Du es wäre möglich, die Template für das nächste Update im Ajax Portfolio um die Funktion für Audio und Video Slides zu erweitern ?
Bin auch gerne Bereit mich finanziell daran zu beteiligen, denn ich bin unbedingt darauf angewiesen.
Liebe Grüsse
Daniel
Oh, hi Josue,
now I see that there is a issue with the Menu-Items. If you scroll down, they stay at the same position till the navbar is at the smallest point. Then the Nav-Items jump to the right position.
Any idea?
Best regards
Bruno
Hi
Thank you for your response – I have followed the instructions and it has worked.
Regarding “Time Spent Downloading a Page” in Webmaster Tools – the following domains use the Enfold Theme. You will note from the results below each domain that the downloads seem very slow – can you please review the websites and let me know where I might be going wrong and what steps I can take to improve the download speed.
http://www.landregistryrecords.co.uk
high 20,367 Average 4,370 Low 0
http://www.land-reg.com
High 11,338 Average 2,392 Low 208
I look forward to your response/support on this matter.
Regards
Hi
I have a problem with the background image.
I set follow settings in the Enfold Theme options:
– main content: Custom Background Image; Position of the image= TOP Center; Repeat=Repeat; Attachment=Scroll
Same settings for footer and sockets.
I don’t want any footers or sockets or sidebars.
on the website Preview ( http://uovleu.ch.gothicus.ch-meta.net/ ) I have on some pages a white bar at bottom. How can I solve this?
cheers Jean-Pierre