It’s not “dangerous” but it wont help your SEO efforts.
Hi Rob,
Please add following code custom.css file or to Quick CSS in Enfold theme options page under Styling
@media screen and (max-width: 767px) {
#top .social_bookmarks { display: none; }
.header_color .container_wrap_meta { padding-top: 10px; }
}
Regards,
Yigit
cheers guys!!!
quick other question – is it dangerous to leave it as it is??
just out of interest… when you click on any of the php files it doesn’t allow it to be loaded but stilll…..hmm
Hi!
Try following – open up js/avia.js and replace
(function($)
{
"use strict";
$(document).ready(function()
{
with
(function($)
{
"use strict";
$(document).ready(function()
{
$('.lshowcase-logos a').addClass('noLightbox');
Regards,
Peter
Hi Btina,
Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
p#element_avia_name_1, p#element_avia_e-mail_1, p#element_avia_titel_1, p#element_avia_nachricht_1 { margin: 0; }
Regards,
Yigit
Works like a charm! Thank you so much!
Hi, I want to use the Logos-showcase plug-in (http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745) with Enfold but the hover on logo thumbnails not working with URL link (the image disappears).
They work when the logo doesn’t have link.
The hover function use this CSS :
Code:
.lshowcase-hover-grayscale:hover {
filter: url(“data:image/svg+xml;utf8,<svg xmlns=’
http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0’/></filter></svg>#grayscale”);
opacity: 1;
}
The plug-in work correctly with the core themes of WordPress…
regards.
Jean
Hi,
Please add this code to custom.css file or to Quick CSS in Enfold theme options page under Styling to change social icons color and background color
.social_header .phone-info , #top .social_bookmarks li a { color: white; }
.header_color .container_wrap_meta { background: black; }
Please update Enfold to version 2.0.1 and WordPress to 3.6 then try deactivating all plugins and check if they are causing the issue.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/67209750
Regards,
Yigit
Hi,
For some reason my Navigationpoint does not work. I created a Page named Kontakt and set that up in the Settings under Menü. I creaded a Menü for Enfold Main Menu and saved that. And build a Navigationpoint for just the Kontakt Page – that means I’d like to have just one button in the Navigation. I also set the static page in the Settings, but anyway…. if I go back to my website click on the botton I creaded for the Navigation it does just realode the Mainpage. I never had that bevor I just have no clue why that could be … this is really strange to me! Any idea why this could happen?
Please have a look
http://www.diefarben.com
Password: Enfold_2013
Thank you
Btina
Hi!
You can configure the category archive layout on the theme option page. Go to “Enfold > Sidebar” and select “Sidebar on Archive Pages” > “Right Sidebar”.
Regards,
Peter
1) You can remove the white space with following css code
#fullwidthmap .avia-builder-widget-area {
margin-bottom: -6px !important;
}
2) In wp-contentthemesenfoldframeworkphpclass-framework-widgets.php replace
var myOptions = {
zoom:".$zoom.",
mapTypeControl:true,
mapTypeId:google.maps.MapTypeId.".$type.",
mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
navigationControl:true,
navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
center:latlng
};
with
var myOptions = {
zoom:".$zoom.",
mapTypeControl:true,
mapTypeId:google.maps.MapTypeId.".$type.",
mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
navigationControl:true,
navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
center:latlng,
draggable: false
};
Hey!
I use following rules on my websites
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /*?*
Disallow: /*?
Allow: /wp-content/uploads
Regards,
Peter
Create a Robots.txt file and block the wp-content folder
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-content/
Disallow: /wp-includes/
Allow: /wp-content/uploads/
Something like this should do it
Guys – I redone our site and was just working on putting in 301 redirects for the old sites pages to hit our new homepage rather than a 404
I noticed Google had already indexed alot of pages from our new site (done with Enfold)
However it was also picking up alot of theme files (which I’d prefer it not to)
Is there away of stopping Google doing this (without losing indexing of other pages??)
For instance its indexing folders such as: (I’ve changed the theme folder name from Enfold to reference the sites name!)
/themes/digi-v201/framework/
/wp-content/themes/digi-v201/framework/js/
/wp-content/themes/digi…/config-layerslider/
/wp-content/themes/digi-v201/framework/css/
etc etc
ranks quite a few…
Any help very appreciated!!
G
I tested it and it worked. Thanks again for all the help and support the team provided to me. Appreciate it!
Hi,
no, Flashlight does not support the ajax portfolio feature. Btw – my answer here: https://kriesi.at/support/topic/one-column-portfolio-option is also not valid for Flashlight but the feature is only planned for Enfold at the moment.
No, it should work even if you installed WooCommerce before you assigned the main menu to the theme location. However note that the cart won’t display if no product was added to the cart. Eg like on the demo page: http://kriesi.at/themes/enfold/shop/ you must first select a product and afterwards Enfold fades in the cart (right side). If the cart still doesn’t work please post a link to your website and we’ll check the code.
You can find it in wp-contentthemesenfoldconfig-woocommerceconfig.php – search for
if($product->product_type == 'variable' && empty($output))
{
$output = "<a class='add_to_cart_button button product_type_variable' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Select options','avia_framework')."</a>";
}
if($product->product_type == 'simple')
{
$output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Show Details','avia_framework')."</a>";
}
You need to replace avia-font-entypo-fontello span with an image or another font icon if you want to change the look of the icons.
In fact Enfold even hides the sidebar on mobile devices. If you want to display it insert following code into the quick css field
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}
It will show up underneath the main content. It’s not easily possible to turn the sidebar menu into a mobile menu and we can’t help you with this customiztion because it’s beyond the scope of our support forum. You can try to hire a freelancer for this job though.
Thanks. I found out, that Open Sans on Google Fonts has no trouble with diactritics, but Enfold has.
Look: http://goo.gl/LoZgPd
I really like Open Sans in Enfold, so it’s here any way, how to fix it? :)
I’m using the s2member plugin and I want to use some of their conditional shortcode statements to output display objects.
Ie. I want to do this:
[s2If current_user_can(access_s2member_ccap_customccap1)]
random text
[/s2If]
[s2If current_user_can(access_s2member_ccap_customcap2)]
[av_portfolio columns='2' items='16' contents='excerpt' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
[/s2If]
But I’m having trouble getting it to work using the Advanced Layout Editor. It seems to work if I enter it in the default editor. Is there any way to put my s2member conditions around some Enfold shortcode?
Or is my only option to design the whole page with shortcode? If that’s the case, is there an index of all Enfold shortcode for all elements?
Last question: I already messed up the ALE of one page by editing the debug code on it’s own after creating the page in the ALE. Am I ok if I just completely delete that page in wordpress and recreate it from scratch or is my database still corrupted? I now understand why you don’t enable the debug code by default.
Thanks.
You awesome thing Ismael, thanks for helping here!
I have added the .htaccess information and get an Internal 500 Error
Is the second set of code meant to be done as well (by the host as you say)? or were you saying it can be an either/or situation?
This is my current htaccess code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~turabeac/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~turabeac/index.php [L]
</IfModule>
# END WordPress
# Fix Enfold menus
php_value suhosin.post.max_vars 2048
php_value suhosin.request.max_vars 2048
# END Fix Enfold menus
cheers
Darryl
Hi,
It is something you need to work with a freelance developer if you really want one. You can also place a feature request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Try following – open up /wp-content/themes/enfold/framework/php/class-framework-widgets.php and replace
$twittercount = wp_remote_get( 'https://twitter.com/users/'.$twitter );
if (!is_wp_error($twittercount))
with
$twittercount = '';
if (!is_wp_error($twittercount) && !empty($twittercount) )
I guess Twitter removed the old api completely now and the twitter follower count doesn’t work anymore. We’ll fix this in the next update.
1) Yes you can translate the dummy data. Open up wp-contentthemesenfoldincludesadmindummy.xml and translate the text strings within the xml nodes. If you want to import the translated text string on the client server replace the original dummy.xml file with your translated version and import the dummy content afterwards. Alternatively translate it on your server and use a db migrate tool (like: WP MIGRATE DB to clone the translated posts to other servers. You also don’t need to import the dummy data if you clone the db directly.
2) The admin page is not fully translatable but most text strings are translatable (eg the layout builder elements & descriptions) and use the avia_framework textdomain. Please try to re-scan the theme files and make sure that you generated a mo file based on the po file.
Hey,
Please update to WP 3.6 then download Enfold 2.0.1. It will fix the slider issues.
Regards,
Ismael
Hi,
Please place the code on custom.css located on the css folder. Remove browser cache then reload the page a few times. If you have a cache plugin, flush the settings.
Regards,
Ismael
Devin,
Sorry to keep coming back on this question. I added the css code to both Chinese and English version of the ENFOLD Quick CSS field but the date and time are still shown up on the page, http://acutta.com/template/?post_type=product. I only referenced the portfolio widget once on the page and three courses are listed as below (sorry don’t know how to upload a screenshot so I just did a copy and paste directly from the page). As you can see, the time and date are still there.
COURSES
013
Test portfolio 3
September 3, 2013 – 2:05 pm
014
Test portfolio 2
September 3, 2013 – 2:04 pm
friends-420×417
Test portfolio 1
September 3, 2013 – 2:04 pm
Thanks,
Hi,
Please add this code to custom.css file or in Quick CSS in Enfold theme options page under Styling
.container .wrap { border-bottom: solid 1px black; padding-bottom: 5px; }
div.container { height: 270px; }
div.main_menu { right: 25%; top: 47%;}
Regards,
Yigit
Hi,
Please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header_meta { z-index: 1; }
#header_main .social_bookmarks { margin-top: -76px; left: 0; }
That should do it
Regards,
Yigit