Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox .iconbox_content .iconbox_content_title { padding: 2px 0 2px 0; }
Cheers!
Yigit
Hi Jonathan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-blog .post_delimiter { padding: 0; }
Regards,
Yigit
Hi AndrewDouglas!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.current-menu-item>a>.avia-menu-fx {display: none; }
We can provide you custom CSS code to change styling options if you point out the exact elements
Best regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous, div.pp_default .pp_nav .pp_play, a.pp_close, div.pp_default .pp_expand, a.pp_next, a.pp_previous { color: transparent; }
Regards,
Yigit
I’ll have some pages that will be private for some specific people so I want to add a password entry. Is it possible in Enfold? and how?
But when I add [nolink] it also stops showing my copyright details :(
Dear Kriesi Team,
I’ve got a question concerning the enfold theme in combination with the WooCommerce shop plug in. We are a company, that would like to sell video clips via the woocommerce shop. The whole layout incl. programming was done by a programmer and is oriented on big video agencies like shutterstock.com or corbismotion. We created a catalog of small thumbnails (jpeg) that are loaded first. While mouse over, a low res video starts to play. By clicking on the video, you get into the article details and can buy the article. Here is a screenshot of the catalog view incl. mouse over effect:
WooCommerce Thumbnails" />
We have noticed, that all small thumbnail images are a little bit unsharp, although the woocommerce thumbnails size (Woocommerce settings -> Image options) matches exactely the pixel size of our source jpegs, that I’ve uploaded to each article and which are clearly sharp.
Woocommerce or WordPress must either do an unnecessary resizing, that we don’t want or must apply a compression to the jpegs.
Due to the responsive design, the images getting more and more unsharp when reducing the windows size of the browser. I found out, that woocommerce scales the thumbnails to five different pixel sizes, depending on the size of the browser window.
Thumbnail size full screen window 187×105
reduce window size Thumbnail jumps to 159×89
reduce window size more Thumbnail jumps to162x91
reduce window size more Thumbnail jumps to 208×117
reduce window size more Thumbnail jumps to 266×150 (its a view like on an i-phone display)
Is there a way that we can make our thumbnail images sharper throughout the whole responsive layout and avoid unnecessary image processing by woocommerce/wordpress?
Thanks for your answer!
inside the footer socket, But I found a way to it, Thanks for the help!
Hey Shandhamankar!
You can go to Enfold theme options > Footer and add [nolink] to Copyright section to remove “Enfold Theme by Kriesi”.
Where exactly would you like to add social media links?
Cheers!
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options to increase top padding on all pages
.fixed_header.social_header #main {
padding-top: 147px;
}
You just need to adjust this value
Regards,
Yigit
Enfold feature request – Gallery and Portfolio.
1 – Gallery
Ability to add captions/descriptions under (or over) the main/large preview image in the Gallery with Preview.
Also to have these captions/descriptions appear under (or over) the pop-up slide show images
2 – Portfolio
To have the option of removing the grey keyline borders completely.
To be able to introduce space between images
Thanks,
:o)
OK, thanks Devin – I’ll explore some plugins.
I’ll also post the option to include captions in the ‘feature request’ thread.
:o)
Enfold 1.6
Wordpress 3.6.1
I am trying to add the following shortcode to display the 10 latest blog posts into a standard wordpress text widget to show on the blog pages of the site including the archive and category pages:
[display-posts posts_per_page=”10″]
The shortcode does not work. It just shows the text exactly as typed into the text widget.
Any idea?
Dear Ismael,
You can even see how the logo is broken in Google Chrome in my computer, not event in my Nokia Windows Phone,…
See here, http://equipodemarketing.com/contacto/
Have you talk with Kriesi about this problem?. Please I need a solution, because my client starts to be angry.
What reason this happens with Enfold version 2.4.2 and not whit 2.3.2.?
See here, http://equipodemarketing.responwebdesign.com/contacto/
Many thanks for everything, Adolfo
Hi beyondeverything!
Please try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
Peter
Hi!
Der Code findet sich in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog.php – suche nach folgender Function
function query_entries($params)
Vermutlich muss man eine meta_query hinzufügen bzw mittels meta_value oder meta_value_num den orderby Wert anpassen.
Best regards,
Peter
Hi!
Yes – you can use the after_setup_theme hook – i.e. following function would overwrite the entry_without_sidebar thumbnail size which is define in functions.php.
function avia_after_parent_theme_setup() {
global $avia_config;
$avia_config['imgSize']['entry_without_sidebar'] = array('width'=>1030, 'height'=>450 );
}
add_action( 'after_setup_theme', 'avia_after_parent_theme_setup', 10);
Regards,
Peter
Hi Josue,
Thanks for your reply. I allready found that post and it didn’t mention anything about editing .php files in your child theme.
I want to load the .php files from the enfold theme first, and then have the changes in my child overrule the regular enfold theme. Is there some code to get this done?
Hey!
As far as I know the contact form code/class is wrapped into a “class_exists” check – thus you can overwrite it with a child theme. Just make a copy of the /wp-content/themes/enfold/framework/php/class-form-generator.php file and place it into the child theme folder. Then modify class-form-generator.php in your child theme folder and add following code to the child theme functions.php:
require_once( 'class-form-generator.php' );
to include the code/file. WordPress will load the child theme code first and the parent theme will use it because the “class_exists” check avoids that the contact form code will load a second time.
Cheers!
Peter
thank you Devin, for the information. So I need to use a work around. So I will copy the administrator role, and strip it from all the rights I do not want the semi-admin to be able to do. Should work then.
But it would be cool if you and your team could maybe think about capabilities and user roles, so that the site admin can determine other user groups, and what they are able to do. Because I think it is often a topic, to let users do some things (for instance set up sliders) but not let them update plugins or something. So maybe a solution for the user rights of the layout builder and the slider would not be a bad idea. :)
Thanks and best regards from Austria :)
Hey theworldawaits!
Please try to add an important tag to your css code
p.verse { font-size: 9px !important; }
There’s no general tooltip feature at the moment but you can use the “icon” shortcode which supports a tooltip Enfold v2.4.1. Another solution would be the html5 abbr tag: http://www.w3schools.com/tags/tag_abbr.asp which can be used for a small tooltip box.
Best regards,
Peter
Add a blue button to a post (button has white text/icon and blue background and lighter blue background on mouseover)
copy shortcode
create text widget in sidebar
add shortcode
the resulting button in the sidebar has dark text instead of white.
Mouseover changes text to white but it seems the default color for the button text is controlled somewhere else.
Internal site so no links but that should be easy to reproduce
EDIT: the button on the page looks just like the shortcode demo, white text with colored background that changes slightly on mouseover.
Taking the same code and putting it in the sidebar gives a different default text color
Hello,
I had questions regarding updating enfold theme. Should I always keep track of files that I changed and later insert things I changed into new files? I mean this: update/replace whole theme and then fill with my changes again, or there is easier way to keep track of changes in relation to previous version?
Hey!
But you completely deactivated the sidebar on these pages? BBPress normally will show a sidebar on the right (like here: http://kriesi.at/themes/enfold/forums/ ) you’re using a fullwidth page template at the moment. Maybe you modified a file to remove the sidebar (forum.php, etc.)?
Cheers!
Peter
@Compustar82 Beyond Compare is a fantastic program and time saver. http://www.scootersoftware.com/
@Devin , not trying to meddle with your support here, just trying to help. I have no relation to this company, but can vouch that it works as advertised and many programming friends I know use it. Although there is a trial available, comparison software is well worth the price due to the time it saves you. If you do any type of web management or programming and value your time, it’s definitely worth the cost.
Cheers.
Are those recommended above the included contact form in Enfold?
Is it possible that when someone completes a form, it will attach an excel file of the form to the email send to my address? I’d like it in excel so that I can then directly import that into a quotation software.
Josue,
Is there a really excellent web forms plugin that integrates easily with the Enfold theme? I am not a fluent web designer but I have a limited budget with this project so I have to roll up my sleeves and try many things myself.
Hi!
Regarding the logo element, yes that would be it.
For the page/single titles, actually you’ll need to edit this file: functions-enfold.php:
Change line 274:
'heading' => 'h1'
To this:
'heading' => 'h2'
Cheers!
Josue