Hi famewebdesign!
Please add following code to Quick CSS in Enfold theme options under general Styling tab and adjust as needed
img.alignleft {
margin-right: 25px;
}
Cheers!
Yigit
Hey inthaiguy!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 480px) {
.responsive .container { width: 360px; }}
Best regards,
Yigit
Hi Marcelo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#mobile-advanced a, #mobile-advanced .mega_menu_title { border-color: red !important; }
Best regards,
Yigit
Hey!
Der “Weiterlesen” Tag dient nur dazu Excerpts/Auszüge für die Blog Seite zu erstellen und macht nur bei Posts/Artikel Sinn, welche auf der Blog Seite angezeigt werden. Den Text innerhalb einer Seite oder eines Posts kann mann damit nicht kürzen. Siehe auch http://en.support.wordpress.com/splitting-content/more-tag/
Eine solche Funktion bietet Enfold auch out-of-the-box nicht an. Das Toggle/Accordion Element ist aber möglicherweise eine Alternative. Ansonsten kann man die Plugin Datenbank (zB: http://wordpress.org/plugins/oik-read-more/ oder http://wordpress.org/plugins/better-read-more/ ) nach geeigneten Plugins durchsuchen.
Cheers!
Peter
Hey envapk2!
No, right now the product grid element does not come with the same options like the portfolio grid element. It would require some work to implement these options and it’s a customization which is beyond the scope of our support service. You can suggest your idea here: https://kriesi.at/support/enfold-feature-requests/ and we might add it to Enfold if more users vote for it.
Cheers!
Peter
Hi pako69!
1) Because you link to the thumbnail version of the image. The image link points to http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_4-1030×643.jpg and not http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_4.jpg
Make sure the link points to the original image.
2) Yes, I think this is a bug. To fix it open up enfold/js/avia.js and replace:
image: {
titleSrc: function(item){
// return item.el.find('img').attr('title');
return item.el.attr('title');
}
},
with
image: {
titleSrc: function(item){
var title = item.el.attr('title');
if(! title) title = item.el.find('img').attr('title');
return title;
}
},
I’ll ask Kriesi to fix this with the next update.
Best regards,
Peter
Hi!
As far as I see in the code, the default magazine query is only by date descending. See enfold/config-templatebuilder/avia-shortcodes/magazine.php Line 366ff.
We also have a chance to hook into the query parameters, if it does not work:
line 388: apply_filters(‘avf_magazine_entries_query’, $query, $params);
Best thing you try and if you encounter problems, we can take a closer look.
Best regards,
Günter
Hi!
For a client I am looking for the possibility to not display any logo in the header. Removing their current logo makes the Enfold-logo show, and I’d prefer not to have any logo there at all. How can I make this happen?
Thanks!
Welmoed
Similar issue here. I’m running the latest version of both Enfold and Yoast SEO.
My problem is that on a couple of pages where I have used the Avia layout builder to put together some fairly complex pages, I am now unable to save the page [I get the WP “Are you sure you want to do this?” error].
On other pages – which are also assembled with the Avia layout builder, but are very simple in design – I have no problems at all. The only way I can save changes to the complex pages is to deactivate Yoast.
Perhaps there’s some conflict between the plugin and one of the page elements I’m using on these complex pages?
Hi chrisheath28!
Can you elaborate please? Changes you make in Enfold theme options > General Styling tab are not working?
Cheers!
Yigit
Hi, I have instaled the latest version of enfold and the latest version of revolution slider in my older web http://escalamas.com
The slider dont’t appears ok, in the page appears 2 right arrows and 2 left arrows, this is nok.
I like the slider appears just at bottom of header (0px margin).
http://escalamas.com/?page_id=2
Thanks so much!!
Xavier.
New installation of WP and Enfold with no active plugins but still cannot get style options for text in the Advanced Editor.
Hi Jcochran904!
Please add 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 in Enfold theme options under General Styling tab
#your-custom-id div.avia_textblock {
background: rgba(255,255,255,0.5);
padding: 10px;
}
Best regards,
Yigit
This reply has been marked as private.
Hi Carlos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.button.add_to_cart_button:nth-child(2) {
display: none!important;
}
Cheers!
Yigit
Hi Dave,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column { border-right: 1px solid #e2e2e2; padding-right: 10px; }
#footer .flex_column:last-child { border-right: none!important; }
If that is not what you meant, please post a screenshot and show how you would like it to look
Best regards,
Yigit
Hi Jonathan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu li > a:after { content: ' ▾'; }
.menu li > a:only-child:after { content: ''; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-accordion-slider-wrap {
box-shadow: 10px 10px 5px #888888;
}
Best regards,
Yigit
Hello guys,
Where and how can I change text font color for the entire website?
I’d like to make font a little lighter.
Website is http://www.step1.com.br
Many thanks,
Miguel Kieling
Hey!
Not everything you are looking for is available as a built in option unfortunately but the majority (if not all) of the blog layout options are in the Blog section of the theme options.
All of the color options are in the general styling section.. You don’t need to copy anything to the Quick CSS or custom.css file unless you are customizing beyond what is available in the styling options.
The blog default title can be changed with a filter function: http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/
To change a default icon see: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
The theme has no predefined option for featured images on categories so you would need to find a plugin that does that.
Best regards,
Devin
I updated the German informal “Du” version to 2.9.1, as used on http://www.oberton.org. It has a few more translated phrases than the included German.
Alle deutschen Phrasen der Originaldatei 2.9.1 sind auf Du-Form umformuliert, und noch die eine oder andere, die in der Originalversion noch nicht übersetzt ist.
enfold-du2-de_DE.po, update to 2.9.1
New link with .po and .mo files: enfold-informal-de_DE.zip
-
This reply was modified 11 years, 8 months ago by
oberton. Reason: New link to .zip file added
Hey midischool!
It is a custom button made by Kriesi for Kriesi.at site and currently not available on Enfold. However you can request it here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hi Slade!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value and set the size in Header Custom Height to 160px
Best regards,
Yigit
Hello,
Theme: Enfold, Plugin: WPML,
Standard language is german, 2nd language is english. German Post alre alright. English Posts are visible thru magazine-style and as single posts but not shown in slider or in gridview.
Both theme-options are the same in both langauages.
Frontpage german: ramsau.com/blog
Frontpage english: ramsau.com/blog/en
Blog german: http://ramsau.com/blog/aktuelles/
Blog english: http://ramsau.com/blog/en/news/
Any idea why english doesnt work?
-
This topic was modified 11 years, 8 months ago by
xxtita.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia_animated_image {
opacity: 1;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.iconbox_icon:before { color: red!important; }
body * { text-transform: none!important; }
h1, h2, h3, h4, h5, h6 { font-weight: normal!important; }
You can go to Enfold theme options > Advanced Styling and edit “Main Menu Links” and change their sizes
Best regards,
Yigit
Hi!
Older versions were using this lightbox – https://wordpress.org/plugins/prettyphoto/
You can simply deactivate standard one and install this one in Plugins > Add New tab
There were some issues with this lightbox and many users requested for a more modern one, that is why it was changed. Please request play button feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Hey tomtomic!
You can try using this plugin – https://wordpress.org/plugins/codestyling-localization/
Or you can go to Enfold/lang folder and translate the files manually using Poedit – http://poedit.net/
Cheers!
Yigit