-
Search Results
-
Topic: Font color in form fields
Dear Enfold support team,
I apologize in advance – probably this question has been asked before, but I didn’t find the proper answer via the search function.
How can I change the font color in form fields? I figured out how to change the background of form fields, but not how to change the actual font color (http://blog.datenschmutz.net/kontakt/)greetings, Ritchie
Topic: Viewport
Hi, I am using the enfold theme and its fantastic but how can i fix this?
The page content is 480 CSS pixels wide, but the viewport is only 320 CSS pixels wide. The following elements fall outside the viewport:
• The element <span class=”avia-menu-text”>Home</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Services & Pricing</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Web Design</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>eCommerce</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Graphic Design</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Print Design</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>SEO – Search E…e Optimization</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Google Adwords</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Blog</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Contact</span> falls outside the viewport.Hi, I love you’re theme, but am having some trouble with it being compatible with several of the real estate plug ins. I need something to provide a listings database, search function and display. WP-Property does not work with the theme in terms of displaying the properties (won’t use the template and just makes a mess across the screen).
I’m wondering if you know of one that works with your themes. It has to be pretty simple for me – I am not very technical.
Thanks so much.Any idea why Enfold does not play nicely with my dsIDXpress WP plugin’s search filter box? Enfold breaks the search filter box layout and functionality.
Here is what it’s suppose to look like and how it’s suppose to work (using a different theme):
http://findlosgatoshomes.com/idx/city/los-gatos/And here’s what happens with Enfold:
http://moltensites.com/demo/idx/city/newport-beach/Thanks
-markHello,
My org uses Enfold pretty much as a default for WP sites. I’m currently on a project where the client wants a side nav. I’ve searched through the support a bit for some ideas but they’re all coming up short in some way or another. Basically, I’m looking for the best way to disable the header/menu and create a left-side vertical nav area — responsive similar to the main header nav menu.
I’ve tried implementing Sidr without much success, and I’ve tried the various suggestions to just set display:none on the header (Might’ve been an update since that support question as the targeted class in that answer does not exist. I tried it on the main header’s id, but the body still maintains the offset in a data attrib.)
Just wanted to see if there was a friendlier way to accomplish what I’m trying before I go digging deeper. Thanks.
Hi,
I wish to add a flight search widget to my Enfold site.
1) Is this possible?
2) Where should I put the widget code? see below.<div id=”mmd-flight-widget”></div>
<script type=”text/javascript”>(function initWidget() {
var options = {
layout: {
theme: “momondo”
, width: “300”
, height: “250”
},
airports: {
origin: “LHR”,
destination: “GOI”
},
settings: {
openNewWindow: true,
domain: “www.momondo.co.uk”,
source: “”
}
};
var settings = options.settings;
var airports = options.airports;
var layout = options.layout;
var encoding = null;
onWidgetLoad = function (f)
{
f(“mmd-flight-widget”, {
searchForms: [{
type: 1,
searchURL: “http://[DOMAIN][PATH][QUERY]” + (!!settings.source ? “&source=” + settings.source : “”),
openNewWindow: settings.openNewWindow,
currency: settings.currency,
segments: [
{
airports: [
{ code: airports.origin || “” },
{ code: airports.destination || “” }
]
},
{
airports: [
{ code: airports.destination || “” },
{ code: airports.origin || “” }
]
}
]
}]
});
};
var scr = document.createElement(“script”);
scr[“src”] = “http://” + settings.domain + “/widgets/searchform?dimensions=” + layout.width + “x” + layout.height + “&types=1&callback=onWidgetLoad&theme=” + layout.theme;
var tag = document.getElementsByTagName(“head”);
if (tag && tag.length)
{
tag = tag[0];
tag.appendChild(scr);
}
})();
</script>Topic: CSS for Enfold Changes
Topic: remove featured image
I typically put an image top left in my post and set same as ‘post image’
unfortunately Enfold is handling this as two images and displaying both, which looks silly
how do I set the single post option to not display the feature image at all? I’m surprised that is not an inbuilt theme option, but can someone point me to the right CSS? I searched forum did not fine it. I do want the theme to handle post images as per normal otherwise however.
Also, how would I set a default post image for category/archive and related posts…i would like to set something to show by default instead of empty boxes with the zoom icon thx
Topic: Nofollow links
Hi Guys, awesome theme,
Although I did ask this question a few days ago, I can see all the other questions around mine have been answered, if its not relevant or obvious or ‘below you’ then please say so, so I can search for support else where, hopefully you just missed it so I’ll post it again.
1.***To my original question below I would also like to ask, How to add a rel=’nofollow’ tag to the widget “enfold advertising area’, as I’m sure you are aware Google is very hot on this since recent updates, and now clearly states all paid advertising should be ‘nofollow.’ ***
2. I want to nofollow the footer link, when I insert rel=’nofollow’ into the footer.php it crashes the entire footer.
this link is the one
Thank You.
// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);Topic: Enfold Update / js. file
Hi !
I have just uploaded Enfold last version. Before installing it, I was about to adapt the js. file as I always do for each update, with some special code I need to change for the responsive menu, around line 300. But this time the js. file is really different and I’m not skilled enough to know what I should do… Can you help me please ? I need to know what I should change now on the new js.file and where… :)
Thank you so much.
Best regards,Marie
website : http://www.auxigene.netHere is the js.file code I always change (cf SwitchWidth / twice -> : 989 instead of 767)
function avia_responsive_menu() { var win = $(window), header = $('.responsive #header'); if(!header.length) return; var menu = header.find('.main_menu ul:eq(0)'), first_level_items = menu.find('>li').length, bottom_menu = $('html').is('.bottom_nav_header'), switchWidth = 989; if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu) { switchWidth = 989; header.addClass('mobile_menu_tablet'); }Also, for info, code in my quick css regarding responsiveness also, in case I should also change something there…
Thank you again !/* Smaller font size on slider iPad iPhone */ @media only screen and (max-width: 767px) { .avia-caption .avia-caption-title { font-size: 10px; } } /* Responsive menu TABLET */ @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; } } /* Menu and logo not one into another */ @media only screen and (min-width: 767px) and (max-width: 989px) { .main_menu ul:first-child > li > a { font-size: 11px; } .responsive .main_menu ul:first-child > li > a { padding: 0 5px; }} /*Hide the menu*/ @media only screen and (max-width: 990px) { .responsive #header .main_menu ul { display: none; } } /*Title Container breadcrumb - Responsive*/ @media only screen and (max-width: 767px) { .responsive .title_container .breadcrumb { top: 12px; } #top .title_container .container { padding: 0px 0px 6px 0px; min-height: 90px; }} /*Decrease the padding between menu items on screens smaller than 1140px to stop menu from overlapping the logo*/ @media only screen and (max-width: 1140px) { .main_menu ul:first-child > li > a { padding: 0 7px!important; }}
