-
AuthorPosts
-
May 29, 2014 at 5:48 am #271634
Perfect! Thanks!
The message box isn’t the same black font but that’s okay.
1. Also, do you know if there is a way for me to get rid of the magnifying glass in the header?
2. Is there a way of having linked words, such as “Learn More” font in a different color?
3. For the testimonials is there a dummy picture within the template that can be used for testimonials that don’t have a picture?
May 29, 2014 at 10:22 pm #272099Hey!
1. You can set that in Enfold > Header Options > Extra Elements.
2. You can use the WYSIWYG WP editor for that:

3. No, that’s not possible but you don’t need to upload a new image for each testimonial, just pull them from the Media Library.
Regards,
JosueMay 29, 2014 at 10:28 pm #272104Hi Josue,
Thank you!
2. How do I get to the WYSIWYG WP editor?
3. For several of the testominials I don’t have pictures and wasn’t sure if there dummy picture in the media gallery I can useMay 29, 2014 at 10:30 pm #272107Hi!
It should be there in any text input (Text tab), just make sure to toggle the extra toolbar:

Regards,
JosueMay 29, 2014 at 10:33 pm #272111perfect,thank you.
the last question was the dummy images for the testimonials.
May 29, 2014 at 10:43 pm #272118There isn’t a dummy/placeholder image for the testimonials. But you could try this, open /config-templatebuilder/avia-shortcodes/testimonials.php, look for line 240:
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>";Replace it by:
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>"; } else { $avatar = "<div class='avia-testimonial-image' $markup><img src='_PLACEHOLDER_IMAGE_HERE_'></div>"; }Change _PLACEHOLDER_IMAGE_HERE_ by the route of the image you want to use as a placeholder (must be at least 80×80).
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
