Hey evtilsley!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open Testimonials.php file and find
if($src) $avatar = "<div class='avia-testimonial-image' $markup>".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";
and change it to
if($src) $avatar = "<div class='avia-testimonial-image' $markup>". wp_get_attachment_link( $src ). "".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";
You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Yigit
Hi!
It seems like code is not being applied. Can you try adding the same code to Custom.css file inside Enfold/css folder?
Cheers!
Yigit
Hey Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_2 .content {
padding-top: 0;
padding-bottom: 0;
}
It will only effect the color section element with ID #after_section_2
Regards,
Yigit
Hey meridianwest!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_color .toggler { color: #197b8c ; font-size: 15px; }
Cheers!
Yigit
Hey FeDiNo82!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 119px;
}
Best regards,
Yigit
On your page:
http://kriesi.at/themes/enfold/shortcodes/testimonials/
I’d like the thumbnail associated with each testimonial to link to the fillsize JPG.
Is this possible for a future feature?
Hi aleicook!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_color select { background-color: white; border-color: #f68b1f; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.mlp_language_box {
float: right;
margin-right: 7%;
}
Cheers!
Yigit
Hi!
That plugin is not needed with the theme. The color sections already allow for fixed background images as well as the Fullscreen slider element. You can see examples here:
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
Also just an FYI bumping pushes topics to the back of our queue and not the front since so it causes a full cycle of a delay on when we’ll see the topic.
Best regards,
Devin
Hey Dennis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
p.ls-s-1 { margin-left: 30px!important; float: left!important; }
LayerSlider is a fullwidth element and rest of the site is in a container, that is why it would require so many lines of custom CSS code to always keep the text aligned with logo on all screen sizes which we cannot provide.
Regards,
Yigit
Hallo Peter
Danke!
Kannst du mir noch sagen, wie ich beim ‘shopping_cart .button.checkout’ den Text ‘Bezahlvorgang/Zahlungsweisen’ in ‘Zur Kasse gehen’ abändern kann?
Grosses Kompliment für euer Enfold-Theme. Es ist einfach genial.
Beste Grüsse
Stefan
Hey Yigit,
Fully understood – I noticed that other Enfold customers had run into the same problem so thought it might be a simple fix that someone would know.
I’m currently developing locally so can send you a link. I’ll keep on searching… thanks anyway!
Stuart
Delighted to say, buy pure chance, I found the problem and fixed it.
In the vimeo link, looking closely through all the steps, in minute 1:50 it shows the folder of the theme ‘enfold’, inside a folder called ‘wp-enfold’.
Only by misplacing the ‘enfold-child’ file and zip that i downloaded from the vimeo comment, i saw that i had 2 folders named ‘enfold’ (one inside the other) and no folder called wp-enfold. this is how i received it from Kriesi’s download – different from their (your :) own video tutorial.
I checked on my FTP and found that I did in fact upload the container ‘enfold’ folder rather than the actual theme ‘enfold’ folder. I deleted it and uploaded the correct folder, checked the ‘Appearance’ page in my admin site – and saw the child!!
I don’t know why kriesi changed the folder name since the video was created, but I think you should consider fixing one of the 2.
Hey creativeyes!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { background: url(https://www.yourdomain.com/image.jpg); }
Regards,
Yigit
Hi Js-interactive!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#socket .social_bookmarks {
display: none; }}
You can use a child theme. Please see http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
Hi!
Please try updating the theme to the latest version ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ). As a temporary solution, you can add following code to Quick CSS in Enfold theme options under Styling tab
html.html_boxed {
background: #33174d;
}
Cheers!
Yigit
Hey Tom!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .avia-gallery .avia-gallery-big { pointer-events: none; }
Regards,
Yigit
Thanks Josue,
In topic #216130 you say: “you can export the Theme settings right from the theme options panel: with a button that says: Export theme settings”
I do have the latest version of Enfold but I cannot find this button.
Where to find? Can you help me?
Thanks again,
Ariane
Hi Ismael,
thank you for your tip. The error messages within the Enfold Avia Layout Architekt disappeared, but I have already the problem that the meta description below the website title at the google search is an error message:
Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.
Do you have any ideas how I can fix this problem?
Cheers, Wiebke
This reply has been marked as private.
IF you go to this demo for home page:
http://kriesi.at/themes/enfold/
You will see a series of B&W logos that scroll across the bottom. Ex: WordPress, BBPress, Envato, WooComm, Themeforest etc etc.
How was this done? Is this a LAYER SLIDER???
I downloaded the demo, but this was not included.
Thanks in Advance
Paul
-
This topic was modified 12 years ago by
noble51.
Hey aquinum!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.author { pointer-events: none; }
It will make author link not clickable
Regards,
Yigit
Hey Place_Creations!
1- Depending on the size of the image, you can add following code to Quick CSS in Enfold theme options under Styling tab
.bottom_nav_header.social_header #header_main .container {
height: 180px; }
It will increase the height of header section. If your logo is 1030x200px, you should set the value to 200px. It will push the main menu lower as well.
2- You can choose Audio post format and upload your audio files in media uploader to add to your post http://i.imgur.com/TVnJubz.jpg
Or you can use this plugin http://wordpress.org/plugins/soundcloud-shortcode/ to share audio files from SoundCloud
3- Please add following code to Quick CSS as well and adjust as needed
.avia_widget_section { padding: 10px; border: solid 1px red; margin-bottom: 20px; }
4- You can create your page and add either Blog Posts or Fullwidth Masonry element under Content Elements in Avia Layout Builder and choose to display any category you would like to display.
5- Yes it does. Blog posts with the same tags will be displayed in Related Posts section http://i.imgur.com/b2OkEmb.jpg
6- You should have no problem adding ads to widget areas using Text Widget
Thanks for your kind words, glad you like Enfold :)
Cheers!
Yigit
Hi there,
I love the Enfold theme, but was hoping for a Quick CSS code to change the background and text color for a dropdown menu of the Contact form. It’s the menu that shows up when ‘Select Element’ is chosen. Here’s the page of our website that uses itL http://www.dynaconnections.com/clareity-meeting-2014/
Thanks!
Hi tonyiatridis!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change the link with your logo url
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(https://www.yourdomain.com/logo.jpg);
font-family: 'entypo-fontello';
}
Best regards,
Yigit
Hi there
I’m a starter using the Enfold Theme. I like it very much and everything works fine except:
I created different portfolio Pages and also created a portfolio Grid on a page (see link). Everythings works fine, except that I cannot select just a few categories to display. Either one Categorie is selected or all categories are. maybe the solution is easy
Thank you for your support
Mike
Enfold Theme: I’m running the latest version
http://www.michaelbischoff.ch/?page_id=23
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1011 .avia-builder-el-1 .avia_textblock p a { padding: 10px; background-color: red; color: white; }
Regards,
Yigit