well, i only have standard ones: all in one SEO pack, google xml sitemaps, google analytics, and contact form 7 / db / captcha. that’s it! and i have those on ALL my sites, but this one for some reason got the weird email from Google.
well, just wanted to share it with you. as Enfold is a responsive theme, i was confused about how they were claiming about redirection, etc.
Hey!
Yes, please use Quick CSS field in Enfold theme options > General Styling tab or Custom.css file inside Enfold/css folder for your custom CSS codes
Cheers!
Yigit
Hey!
1- Please give your Color Section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS
#your-custom-id .container { padding: 10px; background-color: black; }
2-
.my_table .my_table_col_right input[type="submit"] {
background-color: black;
border: 1px solid white;
}
If you do not want to have border around your button, remove “border: 1px solid white;”
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img { max-width: 80%; }}
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
Yigit
Hey rcgroup!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .phone-info span {
color: #808080!important;
}
.phone-info span {
color: white!important;
}
2- Please add Fullscreen Slider element to your page under Media Elements in ALB
Cheers!
Yigit
Hey!
Yes i was. I have created a private page called “Test-page”, please review it.
I also noticed that you are using an older version of the theme which not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey mijyman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2511 .container_wrap {
border-top: none!important;
}
If you would like to apply the code globally, please remove .page-id-2511 from the code
Best regards,
Yigit
I DID the following in the post the recommended
echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true);
echo “<div class=’header-custom-image’>
</div>”;
After I inserted this in the site I got the following error
Parse error: syntax error, unexpected ‘class’ (T_CLASS), expecting ‘,’ or ‘;’ in /home/deerstone/public_html/clclawncare/wp-content/themes/enfold/includes/helper-main-menu.php on line 103
This is a SEO SITE SEAL with a backlink to the clients BBB Review site. So its not just an an Image. How do I get this code to work properly?
I have a multi-page Gravity Forms in a tab of the Enfold theme. When I hit next at the bottom of the first page of the form it takes me to another tab of that same page and the form is gone. I’m not sure what’s going wrong here. Any ideas?
Hi!
Please see “Intro to the Header Configurator” video tutorial here – http://kriesi.at/documentation/enfold/videos/
Best regards,
Yigit
Hey Jim!
You are currently using very old version of the theme which is not compatible with WordPress version you are using. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
P.S.: Please do not share your purchase code publicly. I have edited your post and removed it
Cheers!
Yigit
Thanks Devin,
I took the very suffered decision to redo the site completely! I set up a subdomain, installed a brand new WP and Enfold and restarted the whole process… I’ve been on the site over 12 hours today and fortunately, I managed to recreate everything seamlessly.
The site is only in English though, as I haven’t installed WPML nor any plugins yet. I just did a full back up using UpdraftPlus plugin.
I will then reinstall WPML and hope I won’t have problems having the site back multilingual as the other is.
Then, if everything works fine I’ll plan on moving the site from the subdomain to the main domain (I don’t know how to do it, but I guess it won’t be hell and maybe the tech support at my server can do that for me).
Thanks for your help. I appreciate anyway.
Do you think this solution is a feasible one, though really a hard one for me?
Antonio
Hey Peter!
Please add following code to Quick CSS in Enfold theme options under Generel Stlying tab
.current-menu-ancestor a > .avia-menu-fx {
opacity: 1;
visibility: visible;
}
Best regards,
Yigit
Hey jdrakeproductions!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container img { box-shadow: none; }
a.slide-image { background-color: transparent!important; }
Cheers!
Yigit
Hey!
Great, please let me know if it doesn’t work because of whatever reasons. One thing I forgot to mention – if you add the code to the enfold/functions.php file because you don’t use a child theme insert it at the very top after the
<?php
tag. Otherwise the code might not work.
Regards,
Peter
Hi Yigit,
I applied the code from Peter’s but it’s not working. I am using WP 3.9.2 and the latest version of Enfold.
Thanks,
– CJ
Hey victor!
You can download a license certificate for each item you purchased. Envato will add a second copy of Enfold to your downloads list (My account page > Downloads) and if you download the license certificate of the second item you’ll notice the license key is different. Use this (new) license key on your server to activate automatic theme updates. Do not use the license key of your first purchase on another server, otherwise Envato may block the access to updates because of license violations (multiple instances are activated but you just have a single license).
Cheers!
Peter
Hi!
This is only possible if you use the “Masonry Blog” ( http://kriesi.at/themes/enfold/blog/masonry-blog/ ) or portfolio element. The standard blog and the blog grid don’t support colored backgrounds without major theme code customization.
You can change the background of masonry blog posts with this code:
#top #wrap_all .post.av-masonry-entry.science_sort, #top #wrap_all .post.av-masonry-entry.science_sort .av-inner-masonry-content {
background: #333;
}
and replace “science” with the slug of your post category. Obviously you can also choose a different background color value.
Use this code to change the color of portfolio grid items:
#top #wrap_all .grid-entry.isotope-item.science_sort, #top #wrap_all .grid-entry.isotope-item.science_sort .grid-content {
background: #333;
}
Again you need to replace “science” with the slugs of your portfolio category(ies). If you’ve multiple categories you need to duplicate the code for each category like:
#top #wrap_all .grid-entry.isotope-item.science_sort, #top #wrap_all .grid-entry.isotope-item.science_sort .grid-content {
background: #333;
}
#top #wrap_all .grid-entry.isotope-item.mysecondcat_sort, #top #wrap_all .grid-entry.isotope-item.mysecondcat_sort.grid-content {
background: #ff0000;
}
You can insert the css code into the quick css field or child theme style.css file.
Best regards,
Peter
Hi – i received the following email from Webmaster tools for a site i maintain running Enfold. What does it mean? I’m not doing anything out of the ordinary, as you can see: http://www.unchartedantiques.com
Message type: [WNC-351207]
Webmaster Tools
Stop redirecting smartphone users to the homepage of http://www.unchartedantiques.com/
Dear webmaster of http://www.unchartedantiques.com/,
Google systems have detected that your desktop site URLs redirect smartphone users to the homepage of the smartphone site rather than the page they found in Search results. This critical issue causes problems for Googlebot for smartphones because it can’t access your smartphone URLs. It also confuses your users.
Start now to fix this problem:
1 Check the Webmaster Tools Crawl report.
The Smartphone crawl errors section shows faulty redirect examples.
See error examples
2 Debug using the example URLs.
Investigate your server settings by starting with example URLs.
3 Configure your server correctly.
Redirect smartphone users to the equivalent URL on your smartphone site.
4 Use desktop page if there is no smartphone equivalent.
If some of your desktop URLs don’t have a smartphone equivalent, allow users to remain on the desktop.
Hi!
You can use this code – insert it into the child theme functions.php or enfold/functions.php file:
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
function custom_override_checkout_fields( $fields ) {
$fields['order']['order_comments']['label'] = 'Remarks (i.e. carbon offsets retired on behalf of John Smith):';
return $fields;
}
If you also want to adjust the placeholder text use this code instead:
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
function custom_override_checkout_fields( $fields ) {
$fields['order']['order_comments']['label'] = 'Remarks (i.e. carbon offsets retired on behalf of John Smith):';
$fields['order']['order_comments']['placeholder'] = 'My placeholder text';
return $fields;
}
and replace “My placeholder text” with your custom placeholder text.
Best regards,
Peter
This reply has been marked as private.
Hey!
Unfortunately this is not a default woocommerce feature and Enfold simply doesn’t add it as a “new” feature. You can try to switch the theme to Twenty Thirteen (default wordpress theme) and you’ll notice the thumbnails also don’t change if the user selects a different variation. I recommend to suggest the idea here: https://kriesi.at/support/enfold-feature-requests/ and we’ll see if more users are interested. If yes we’ll look into it and probably add it as a new feature to an upcoming update. If you need a quick solution you can try this plugin: https://wordpress.org/plugins/woocommerce-dynamic-gallery/ but I’m not sure if it works with Enfold.
Regards,
Peter
Hey!
It works now. I just enabled the “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” option on the Enfold > Blog Layout option page.
Best regards,
Peter
Hi,
it’s very stange.
When I want to change the homepage on http://www.webethique.com/ the Yoast tags, description are change by the last article on the homepage (Location vacances Mazet des Pins Graveson), and if I update the link is also changed with a error message (do you want realy do that) ????
Regards,
Philippe
-
This topic was modified 11 years, 7 months ago by
webethique.
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#tw-recent-posts-2 {
background-color: #eee;
padding: 10px;
}
Regards,
Yigit
This reply has been marked as private.
Hi royaltask!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul.nested_nav > li > li:before {
content: '→';
}
If that does not work, please post the link to your website
Cheers!
Yigit