Hi SphereEvenements!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.page-id-2870 .av_two_fifth { display: none; }}
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Hi!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
Hey slavik!
It is expected behaviour. However you can turn on ALB debugging mode to see shortcodes in default editor. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .entry-content-header {
display: none;
}
Cheers!
Yigit
Hi,
I activated Enfold theme and switched to Advanced Layout Editor for any page and made some edits.
Then I switched back to Default Editor and there is only blank field (no content).
I can switch back to Advanced Layout Editor and content is preserved, but no chance to switch back to Default Editor to make some other edits.
There were shortcodes from older theme, but I tried it also for new page and it still does not work.
I am using WP 3.9.2, all plugins deactivated. There is no error message in Chrome console. Any idea?
Thank you for your help!
Hey ewerde!
Please go to Enfold/Config-templatebuilder/avia-shortcodes folder and open Magazine.php file and find
$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";
and change it to
$titleAttr = "title='".get_the_title($entry->ID)."'";
It will display post title on mouse over
Best regards,
Yigit
Hi Peter,
Thanks for getting back to me. The plugin that loads the additional maps API is a custom written one that integrates with another 3rd party plugin. Suffice to say, I managed to deactivate that of Enfold by using the following code:
/*
* Remove Google Maps API Call if used in Enfold theme and Auto Location is active
*/
function disable_google_map_api($load_google_map_api) {
$load_google_map_api = false;
return $load_google_map_api;
}
$plugins = get_option('active_plugins');
$required_plugin = 'auto-location-pro/auto-location.php';
if ( in_array( $required_plugin , $plugins ) ) {
add_filter('avf_load_google_map_api', 'disable_google_map_api', 10, 1);
}
Das ist es irgendwie noch nicht. Schaue ich mir das Plugin mit dem Woo Standardtheme Mystile an, ist dem Bild und Titel deutlich mehr Raum gegeben, Buttons u.ä. sind deutlich weniger Platz beanspruchend.
In Enfold sind das Plus und Minus bei der Anzahl ja schon ideal für die Bedienung angelegt, aber so bleibt da zu wenig Platz für eben vor allem das Bild.
Guck mal, das sieht jeder öffentlich: https://bildmanufaktur-wackernah.de/wp-content/uploads/2014/08/Bildschirmfoto-2014-08-25-um-10.14.46.png
und das sehe ich, wenn ich den Wunschzettel angelegt habe und ihn editieren möchte: https://bildmanufaktur-wackernah.de/wp-content/uploads/2014/08/Bildschirmfoto-2014-08-25-um-10.13.59.png
This reply has been marked as private.
This reply has been marked as private.
Hallo, ich bin auf der Suche nach einer Möglichkeit die Farb-Sektion zu erweitern. Die Möglichkeit der Farb_Sektion ein Hintergrundbild einzufügen ist schon klasse…Was ich aber benötige ist die Möglichkeit mehrere Bilder dort einzufügen und dann als Slidshow ablaufen zu lassen. Es soll also keine Background Slideshow über die ganze Seite erstellt werden sondern nur für diese Farb-Sektion. Auch wenn Enfold das momentan noch nicht mitbringt… Hat jemand eine Idee wie man das realisieren kann?
This reply has been marked as private.
Thank you, I’l have a look. I thought it would be possible through the theme, so I hadn’t looked at plugins.
I do have one small problem though; I used the ‘text blocks’ plugin to try and add text/image/button blocks to my sidebars and although it works fine with image and text, if I add a button it only displays the shortcode text in the sidebar, not a button. Is there a similar plugin you know of which is compatible with Enfold? I know I can use an extra button plugin, but I’m trying to avoid using too many plugins if possible and I had been hoping that your buttons would be sufficient.
Hi!
Thanks for the bug report. We’ll fix this with the next update. If you need a quick fix open up /wp-content/themes/enfold/js/shortcodes.js and replace
youtube : {loaded: false, src: 'http://www.youtube.com/iframe_api' }
with
youtube : {loaded: false, src: 'https://www.youtube.com/iframe_api' }
Regards,
Peter
Hi,
Some users reported redirection and meta tag issues with Yoast SEO 1.5.5.3. A user contacted the Yoast support team and they’re working on a patch.
(ref https://kriesi.at/support/topic/wordpress-seo-plugin-1-5-5-3-breaks-enfold-page-w/#post-308267 )
Update: Please install the latest Yoast SEO version. You can download it here: https://wordpress.org/plugins/wordpress-seo/ for free.
Hi!
In fact it seems to be a bug with the latest Yoast SEO plugin version. Another user contacted the Yoast support team and they suggested following (temporary) fix unril they release an update:
For the moment, I’d recommend that Enfold make an announcement on their home page and advise that customers that who have installed wp-seo 1.5.5.3 fall back to version of WP-Seo 1.5.5 that can be found on https://github.com/Yoast/wordpress-seo/releases.
The process to fall back is easy.
1) download 1.5.5
2) In WP I’d recommend an export of your WP-SEO settings in 1.5.5.3 (just in case)
3) Upload via FTP v 1.5.5 into plugin folder
4) In WordPress Deactivate Version 1.5.5.3
5) In WordPress Activate version 1.5.5
6) Goto pages that you are using Enfold ‘Blog Content’ and dbl check that they have proper SEO meta description content and not imported content that comes from the ‘bug’. Rewrite Yoast SEO metadescription, keyword, permalinks, slugs as needed. This bug is a bad one, you may need to really clean up your page.
7) Resubmit page link to Google webmaster tools/Fetch as Google. Your pages that have been corrupted by this bug, your SEO is incorrect, and you have to be re-crawled, after you have updated step#6
(ref: https://kriesi.at/support/topic/wordpress-seo-plugin-1-5-5-3-breaks-enfold-page-w/ )
Best regards,
Peter
-
This reply was modified 11 years, 7 months ago by
Dude.
Hi!
You can test if it works with Enfold – you can insert the css code into the quick css field or into the child theme style.css file:
#main{
z-index:2;
position:relative;
margin-bottom:500px; /* Set statically, but it illustrates the principle */
}
#footer{
bottom:0;
position:fixed;
z-index:1;
height:500px; /* Statically set to match the #main margin-bottom */
}
If it doesn’t work you can try to replace the #main selector with #wrap_all. If it still doesn’t work afterwards you need to hire a freelancer/developer who can look into it and rewrite/customize the code for you if necessary.
Regards,
Peter
Hey!
Du könntest versuchen statt dem Exzerpt den gesamten Post Inhalt auf der Suchseite anzuzeigen. Dann sollte wordpress auch die Bilder in den Posts, etc. inkludieren. Hierzu öffne enfold / includes / loop-search.php und ersetze:
$excerpt = trim(get_the_excerpt());
if(!empty($excerpt))
{
the_excerpt();
}
else
{
$excerpt = strip_shortcodes( get_the_content() );
$excerpt = apply_filters('the_excerpt', $excerpt);
$excerpt = str_replace(']]>', ']]>', $excerpt);
echo $excerpt;
}
durch
the_content();
Du kannst die loop-search.php auch vom child theme Ordner laden, wenn dies gewünscht wird.
Best regards,
Peter
Hi Tal!
Enable this, set a custom class (ex: custom_iconlist) to the icon list and then add this to the Quick CSS:
.custom_iconlist .iconlist-char {
font-size: 22px !important;
}
Regards,
Josue
Hey Lukas!
If you use a child theme with a custom name, the theme options page title and all “Enfold” strings will be converted to the custom name, it will look like this:

Regards,
Josue
Hey Nick!
Enable this, set a custom class (ex: red_iconbox) to the icon box and then add this to the Quick CSS:
.red_iconbox .iconbox_icon {
background: red !important;
}
Cheers!
Josue
Hey!
Thank you for using Enfold.
If you want to add a pagination on top of the portfolio grid element, edit config-templatebuilder > avia-shortcodes > portfolio.php. Find this code on line 373:
$output .= "<div class='{$class} grid-sort-container isotope {$style_class}-container with-{$contents}-container grid-total-{$total} grid-col-{$columns} grid-links-{$linking}' data-portfolio-id='{$container_id}'>";
Replace it with this:
//append pagination
if($paginate == "yes" && $avia_pagination = avia_pagination($this->entries->max_num_pages, 'nav')) $output .= "<div class='pagination-wrap pagination-{$post_type}'>{$avia_pagination}</div>";
$output .= "<div class='{$class} grid-sort-container isotope {$style_class}-container with-{$contents}-container grid-total-{$total} grid-col-{$columns} grid-links-{$linking}' data-portfolio-id='{$container_id}'>";
Cheers!
Ismael
Hey yes9310!
Thank you for using Enfold.
The logo is in the way of the menus. Please use this:
strong.logo {
display: none;
}
Regards,
Ismael
Hey debenm!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css to break the word:
.entry-content {
word-break: break-word;
}
Best regards,
Ismael
Hi MacMyDays!
Thank you for using Enfold.
You can send a screenshot on how you want the post list to look like but if you want an alternate background color, you can use this on QuicK CSS or custom.css
.post:first-child {
padding-top: 0px;
}
.post {
border-bottom: 1px solid black !important;
padding: 30px 15px 0 15px
}
.post:nth-child(odd) {
background: blue;
}
.post:nth-child(even) {
background: red;
}
Regards,
Ismael
Hey mostlymedia!
Thank you for using Enfold.
You can use the Custom Menu widget for the menu and the Widget Logic plugin to create display different widgets per language. Please refer to this link for more info: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Yes, it is possible to change the width of the table columns using css but we won’t be able to know if it will work on every cases. Use this on Quick CSS or custom.css:
tr, td {
width: 19%;
}
Change the background color to white using this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #ffffff;
}
Again, it is much better to create your own table if you want flexibility and control over the appearance of the object.
Regards,
Ismael
Thanks for your response, but unfortunately that code doesn’t work. I also just updated to the latest version of enfold to see if that might be the issue, however the code still doesn’t work. To be clear, it does work on pages and portfolio items, but not for products. Any other suggestions?
I forgot to mention that I’m using a child theme, so the code is partially successful when put in the child theme’s functions.php.
Hey vhgb!
Thank you for using Enfold.
Please post the actual website url here. I tried http://dev.deboedrukker.nl/ but it’s not loading.
Best regards,
Ismael
Hello – I am trying to set up a page with the Half Sized Blog Element (Single Author Style) as shown here: http://kriesi.at/themes/enfold/shortcodes/blog-element/
When I select the options for Single Author – Small Preview Pic in the options window, it only appears on the page with the post thumbnail living above the excerpt and centered. I would like the image to float to the left of the excerpt, with the dotted line linking to the pagination, as shown on the sample link above. Can you advise?
Thanks.