-
Search Results
-
Topic: not work any SEO plugin
Hello,
I made a esearch in the forum but I could not solve my problem.I initially used WP SEO by Yoast without problems but after an update of the template can not seem to use it more.
If active the plugin “disappear” all the admin panel, I see a blank page.
I have tried other SEO plugin but I have the same problem.This is the site http://redsrl.net/home/
I checked the forum and I see that Yoast is cited as a plugin compatible, but I have this problem.
I am using the following versions:
WP SEO Yoast 1.5.3.2
Enfold 2.8thank you in advance if you can solve my problem
Hi,
I’ve downloaded and updated the latest Enfold version today and have noticed certain icons no longer display correctly. How to fix this please?
Example: click on the search icon in the main menu of this page http://goo.gl/UhiOTZ
Thanks in advance
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>
