Hi there,
Thanks for your continued help on this. So close… but neither of these snippets or putting it into Enfold Child> style.css worked. And now the Reserve Now button which had been working on the smartphone, is no longer appearing at all.
I hate to do this (because it gets so long) but I’ve pasted all my code in the style.css below. Can you see anything wrong, conflicting or have any ideas on what to do next? Thanks again, Lynn
/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
/* Hide layerslider on Smartphones and protrait Tablets */
@media only screen and (max-width: 768px) {
.avia-layerslider { display: none; }}
/* Place Reserve now on tablets */
@media only screen and (max-width: 989px) and (min-width: 768px) {
.header_color .header-button a { left: -40%!important; }}
/* Add Reserve Now button to Header-added code to header.php*/
.header-button {
position: absolute;
border: none;
top: 0;
left: 255px;
right: 180px;
}
.header_color .header-button a {
display: block;
padding: 2px 5px 10px 12px;
font-size: 22px;
text-align:justify;
font-weight: bold;
float: left;
color: #f8d699;
border-radius:0px 0px 15px 15px;
}
.header-button a.header-chat { background-color: #985e06; left center no-repeat; }
.header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227″ target=”_blank” }
}
/* Remove from home page only (right side)#, */
.breadcrumbs { display: none; }
.page-id-2 .entry-title { display: none; }
.sub_menu {
right: 175px !important;
}
/* Added TripAdvisor to ‘register-admin-options.php’ file, then to child functions.php Moves social icons to right of page */
#top .social_bookmarks li {
float: right !important;
}
/*Dropdown menu on top of LayerSlider*/
.container_wrap, #header_main { z-index: 1; }
/* Sizes/styles phone#, */
#top .social_bookmarks li a { font-size: 18px; }
.social_header .phone-info span {
font-size: 18px;
color: #f8d699;
font-style: italic;
padding-right: 28px;}
}
/* Change color of header social fonts*/
.header_color .social_bookmarks a { color: #f8d699; }
/*size main menu font*/
#avia-menu a {
font-size: 17px !important;
}
/* Color hover of TripAdvisor*/
#top .social_bookmarks_tripadvisor:hover a {
color:#fff;
background-color: #29A959!important;
}
/* Color main menu dropdown font*/
#top .main_menu .menu li ul a {
color: #f8d699 !important;
opacity: .7;
}
.header_color .main_menu ul:first-child > li > a { color: #f8d699; }
.slide-meta {display: none;}
.blog-categories.minor-meta {display: none;}
.text-sep.text-sep-cat {display: none;}
.header-buttons {
position: absolute;
right: 0;
border: none;
}
/* Get Reserve Now button on iPhone*/
@media only screen and (max-width: 480px) {
.header-button {
position:absolute;
top:90px;
left:30px;
right:20px;
}
}
/*Dropdown menu on top of LayerSlider*/
.container_wrap { z-index: 1;
}
/* Sidebar styling -latest portfolio widget*/
#portfoliobox-2 .news-headline {
font-size: 16px !important;
}
#portfoliobox-2 .news-excerpt {
font-size: 12px !important;
}
.image_size_widget .news-thumb {
height: 50px;
width: 50px;
}
.image_size_widget .news-thumb img {
width: 46px;
height: 46px;
}
}
add_theme_support(‘avia_template_builder_custom_css’);
Hello,
I bought ne the enfold theme and now i have the problem that my computer doesns show me any text in the backend of the theme. There are just a few letters "v" and "w" or ">>" all over the sides. I cant put letters in the formulars, looks like they are transparent and just the photos look ok.
It would be great if somebody could help me, I asked lots of people know and noboda knows what it is.
Its the same with this Forum, just over the Safari Browser I can see text with the other browsers I am not able to write something in the forum.
The strange thing is, that it must have something to do with that theme and with my computer because from everywhere else the side looks ok in the backend.
Here is a link to a side that looks similar like mine.
http://www.texto.de/komische-zeichen-angezeigt-78/
Would be great to get in answer :))
I uploaded the Enfold theme yet it was not showing up on my WP Manage Themes screen. I had my hosting provider look into it and he said “I have checked your concern in detail and could see that there is no issue with WordPress but the Enfold-Theme folder has No Theme Files Within it so it cannot located anything to display in WordPress. So I suggest you to upload a Valid theme Folder and see you can access it from WP-admin.
Please help…thanks
Thanks Ismael!
This does not work.
We have a right sidebar – default, set in Enfold Child under Theme Options
Would still like to understand how to get those photos/slideshows to be in the color section without padding etc…..
Also the logo in the HEADER still sometimes sits flush when in scroll mode (thought it was fixed)
Vertically in the iPod the logo is squished (width) – have not yet checked on the mobile.
Thanks – nearly finished with the visual and have to check the browsers and W3 verification.
-
This reply was modified 12 years, 1 month ago by
DaraEmerson.
Thanks, that worked!
I have two questions left:
1. Will this change persist Enfold updates?
2. Now it seems like the post was created on that day. Is it possible to display “Last edited on” instead of just the date?
Hey sandboxes!
I don’t know if LayerSlider supports this script and we can’t provide support for this customization. However you can try to place the html code into the “html” field of a layer
<span class="hsjs">Each line in this code’sHTML</span>
<span class="hsjs">is set off with a</span>
<span class="hsjs"><span></span>
<span class="hsjs">element, & HatchShow adjusts the font size</span>
<span class="hsjs">automatically.</span>
<span class="hsjs">Each line should end up</span>
<span class="hsjs">(roughly) the same width.</span>
and then insert this code at the very bottom of enfold/js/avia.js:
(function($){
$(window).load(function(){
$().hatchShow();
});
jQuery.fn.hatchShow = function(){
$('.hsjs').css('display','inner-block').css('white-space','pre').each(function(){
var t = $(this);
t.wrap("<span class='hatchshow_temp' style='display:block'>");
var pw = t.parent().width();
while( t.width() < pw ){t.css('font-size', (t.fontSize()+1)+"px"),
function(){while( t.width() > pw ){t.css('font-size', (t.fontSize()-.1)+"px")}};
};
}).css('visibility','visible');
};
jQuery.fn.fontSize = function(){return parseInt($(this).css('font-size').replace('px',''));};
})( jQuery );
Cheers!
Peter
Hi!
Open up wp-content/themes/enfold/includes/helper-post-format.php and replace
$current_post['title'] = "<a href='$link' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' $markup>".get_the_title()."</a>";
with
$current_post['title'] = "<a href='$link' target='_blank' rel='bookmark' title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."' $markup>".get_the_title()."</a>";
Cheers!
Peter
Hey!
Can you please post a link to your enfold website? This website: http://www.floatingflooradelaide.com.au/ does not use Enfold.
Regards,
Peter
Hey!
I suggest to try the portfolio ajax previews (you can select this option when you add a “portfolio grid” element to a page). The portfolio preview can show any type of content (slideshow, toggle, columns, etc.). Just select “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A on the portfolio entry editor page and insert your shortcode(s) into the text editor field.The preview content will load when the user clicks on a portfolio entry: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Cheers!
Peter
BTW, can you implement search in forum within a specific WP theme thread, Enflod for instance? Browsing through search results where it’s not obvious if it’s Enfold or not is not convenient. I have even tried to google “xxx site:https://kriesi.at/support/forum/enfold/” but it didn’t work, because topics are not within the enfold folder.
Hi Erdogan!
Dieses Seite ist nicht für Entwickler bestimmt, sondern für Personen wie dich. Einfach der Anleitung folgen (Einstellungen, etc. so wählen wie beschrieben) und dann den Code in das Quick CSS Feld (Enfold > Theme Options > Styling) einfügen oder in die Child Theme style.css einfügen. Genauer/besser kann ich die Anleitung auch nicht verfassen…
Cheers!
Peter
I recently purchased both the Enfold and Choices theme in hopes that I could mix and match elements and short codes that fit for my application.
Is there any way to adapt the layout of the Choices header into the Enfold? I would like the logo, menu placement and social media icon placement of the Choices header with the placement of the phone numbers as seen on my current site . I also want to then have the search bar from Enfold under the phone numbers.
Any help is greatly appreciated.
This reply has been marked as private.
Hey!
DId you try increasing the PHP memory limit?
Best regards,
Josue
Hey!
Please insert a blank Text widget on Appearance > Widgets > Footer – column widget areas. You can also disable the footer columns on Enfold > Footer > Footer columns.
Best regards,
Ismael
Hi!
I don’t see any white border below the slider. Can you please post a screenshot pointing to the issue? You can use imgur or dropbox to post a screenshot.
Regards,
Ismael
Hey!
Can you please separate the username and password? It is jumbled, not sure what login details to use. Did you set the home page using the Enfold > Theme Options > Frontpage settings?
Regards,
Ismael
Finally our site is ready. Enfold is such a great because it’s so easy to try new things!
http://blackouthair.fi/
This reply has been marked as private.
Hi Devin
Thank you for your response but I am not able to do it because I do not find it.
I went to “Appearance” and “Editor” but I could not find the right page.
Do I need to change it in a css or php pages or is it somewhere else in an other page?
I am using the Enfold theme.
Thank you.
Regards
Michael
This reply has been marked as private.
This reply has been marked as private.
Hey there,
is there a possibility to integrate a mailing list provider like Aweber in a contact form in Enfold?
Many marketers use themes or plugins like OptimizePress and I do too with other sites I have, but I think among the ones here using this incredible theme (Enfold) it would take everything to the next level if it were possible to send those who filled in a specific form into a mailing list and usually OP or similar have a few fields in the contact form’s backend where you insert the form code from Aweber, Mailchimop or whatever and it links the contact form or optin to your list!
Is it possible? If not, would you consider it in a future update of Enfold? I promise if you do that, your theme will just explode with sales in the market!
Antonio
This reply has been marked as private.
This reply has been marked as private.
Hello
Here is my version of Enfold: http://www.domodeco.fr/
It is not yet fully completed but it’s on the way.
This was a very hard migration from about 1100 Joomla 1.5 posts
I have some problems with the navigation (Enfold do not highlight the active link in the mainmenu/submenu if i use Pages as Blog, see:
https://kriesi.at/support/topic/building-a-non-conventional-website-with-enfold/
The site is a litle bit slow but i plan to migrate it to a PHP 5.3+/Apache 2 soon. I could, at this point, install some cache systems.
Hey guys,
I searched through the support forum and couldn’t quite find what I needed. I’m using Enfold’s “Black” theme option.
In my navigation, I need the inactive sub/child pages’ text to be white (currently gray) and the active sub/child pages to be black (currently white).
What would I put into the Quick CSS to make this happen?
Thanks for the help.