Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
div#after_full_slider_1 { background: #91a58a; height: 115px; }Cheers!
JosueThis reply has been marked as private.Hey!
I tested the code in my local install and it worked fine (only portfolio) as long as i didn’t use the ALB, if you are using the ALB for your portfolio items you’d need to change the code to:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "single-portfolio") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Best regards,
JosueMay 30, 2014 at 7:16 pm in reply to: After Update to 2.8 got Error when trying to edit sites #272535This reply has been marked as private.That should call the transposh_widget() function after the main menu in the header, i just implemented the code you posted in your first post. Please understand that this kind of questions are out of the support scope we can offer, it would be better to contact someone to help you debug this issue.
Best regards,
JosueHi!
This will do it:
.entry-content { font-size: 14px; }Cheers!
JosueHey Erik!
I deactivated some plugins:
http://www.windkr89.nl/wp-admin/plugins.phpThere was a JS error appearing when one of them was active, i don’t remember exactly which one right now.
Best regards,
JosueUnfortunately no, this kind of request are beyond the support scope we offer. If you really need it try contacting a developer.
Cheers!
JosueGlad you figured out a solution yourself :)
Hey!
Try adding this too:
.avia_mobile .avia-layerslider { width: auto !important; }That way the rule gets reseted when viewed in a mobile device.
Best regards,
JosueGreat news, case closed :)
You are welcome, glad we could help :)
Regards,
JosueMay 30, 2014 at 3:07 am in reply to: Enfold text editor text shows white in the text box so it can't be read #272220You are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Now i’d recommend you to move base.css to your child theme, that way you can update the theme without losing the mod, refer to my reply in this topic:
https://kriesi.at/support/topic/editing-base-css-in-a-child-theme/#post-194148Regards,
JosueWe looking forward to hearing from you MC :)
Regards,
JosueYou could try:
http://wordpress.org/plugins/fv-all-in-one-seo-pack/Regards,
JosueMay 30, 2014 at 2:34 am in reply to: Enfold text editor text shows white in the text box so it can't be read #272207Hello @pubblisoft,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueFixed:
http://www.mainstreetvets.co/contact-test/There was a missing closing tag (</script>) in your GA code in the theme options.
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
1. It can be.
2-3. I need a link to the website in order to help you with that.
4. Upload them to your server (with the correct sizes) and simply change the _flag_image_url_here respectively.Best regards,
JosueAdd this too:
@media only screen and (max-width: 767px) { .site-description { left: 0; right: 0; margin: 0 auto; top: 28px; text-align: center; } }Regards,
JosueHey!
Try adding this code to the Quick CSS:
.site-description { position: absolute; left: 280px; top: 5px; }Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-slideshow-controls { display: none; }Cheers!
JosueChange:
echo “<div class=’site-description’>”.get_bloginfo ( ‘description’ ).”</div>”;To:
echo “<div class=’site-description’><img src='http://shelli.bydecosta.com/wp-content/uploads/tag-DrawOutsideTheLines.png'></div>”;Once you done that post a link to your website so i can assist you with the CSS.
Regards,
JosueNo, i was referring to the built-in Enfold forms, if you are going to use the plugin forms only that should be ok.
Cheers!
JosueHi,
Can you create me an administrator account? post it here as a private reply.
Regards,
JosueMay 30, 2014 at 12:26 am in reply to: Testimonials – Changing image from Circular to Square or Rectangle #272168Hey Marcelo!
Modify the first code i gave you to:
.avia-testimonial-image, .avia-testimonial-image img{ border-radius: 0 !important; width: 100px; height: 100px; }Regards,
JosueHi,
Can you create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
Refer to this topic:
https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194Regards,
Josue -
AuthorPosts
