Forum Replies Created
-
AuthorPosts
-
Hey!
Change that part of the code to this:
.home .avia-builder-el-14 { margin: 0 auto; width: 111px; float: none; }
Best regards,
JosueAdd it to the CSS.
Best regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueHey!
Try with this:
.home #av_section_4 .template-page.content.twelve.alpha.units { padding: 8px 0 !important; } .home #av_section_4 { min-height: 0px !important; }
Cheers!
JosueHey!
Copy the HTML in a Text Widget:
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_yelp social_icon_1"><a target="_blank" href="http://www.yelp.com/biz/brixen-ivy-chicago" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello" title="Yelp"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/TheBrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_facebook social_icon_3"><a target="_blank" href="https://www.facebook.com/BrixenIvy" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"></a></li><li class="social_bookmarks_youtube social_icon_4"><a target="_blank" href="http://www.youtube.com/user/BrixenIvyRooftop" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="contact" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.home .template-page.content.twelve.alpha.units { padding-top: 0 !important; }
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.slideshow_caption { width: 100% !important; }
Cheers!
JosueHi!
You can set that code to be applied only to that Page:
.page-id-11645 .avia_textblock .social_bookmarks li{ float: left !important; list-style: none; margin-left: 0; }
This code will center the icons in the home:
.home .avia-builder-el-14 { margin: 0 auto; width: 120px; float: none; } .home .avia-builder-el-14 li{ margin-left: 0 !important; }
Regards,
JosueHi Fabrice!
It seems you already fixed it, here’s how i see it:
Cheers!
JosueHi,
Open /config-templatebuilder/avia-shortcodes/postslider.php and look for line 276:
$thumbnail = get_the_post_thumbnail( $the_id, $image_size );
Replace it by this:
$thumbnail = get_the_post_thumbnail( $the_id, 'full' );
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer li { text-transform: lowercase !important; }
Cheers!
JosueHi!
Is the parent element the one who needs to be targeted in order to center it, the .avia-builder-el-xx element. Remove those empty columns and just leave the icon column so i can try to tweak it live.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
I see, try regenerating the thumbnails or setting the thumbnail again for this post http://www.lanceblaise.com/289-lance-blaise-jan-28-2014/
Regards,
JosueHi!
I don’t see it cropped:
Did you regenerate the thumbnails?
Regards,
JosueHey @saundra!
This code will work:
jQuery(function() { jQuery('.slide-entry').each(function(){ jQuery(this).find('.slide-content .slide-meta').after(jQuery(this).find('.slide-image').detach()); }) });
Best regards,
JosueHi!
The # stands for ID, and the dot for class (element attributes), see this example:
In this case the ID would be: qt_bbp_reply_content_toolbar and the class: quicktags-toolbar
Also an ID selector will have more priority than class one. You normally use a class selector when you want to apply a style to multiple elements (class can be applied to many elements, id is unique).
Best regards,
JosueHey!
avia.js is right here:
http://web409.mis63.de/wp-content/themes/enfold/js/avia.js?ver=1Regards,
JosueFebruary 2, 2014 at 6:24 pm in reply to: How do I accommodate a larger depth logo in the header #218444Hi,
Can you post the link to your website please?
Regards,
JosueHey G!
Use this code:
.avia-builder-el-16 { margin: 0 auto; width: 112px; float: none; }
Remove those white-space columns around the main one.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
It looks like you already achieved it:
Cheers!
JosueFebruary 2, 2014 at 4:44 am in reply to: Gravity Forms Date Picker Popup Displays Incorrectly #218361Hello,
Have you tried disabling all third-party (except Gravity Forms) plugins to see if it gets fixed?
Regards,
JosueHey Isabelle!
Could you please elaborate on what you want to change exactly?
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.current-menu-parent .avia-menu-fx, .current-menu-parent .avia-arrow-wrap{ opacity: 1; display: block; visibility: visible; } .current-menu-parent a{ color: #333333; }
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueDone, those replies are now private.
Cheers!
Josue -
AuthorPosts