Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: '\E897' !important; font-family: 'entypo-fontello'; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header, #header_main{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0) }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#footer .flex_column section { margin-top: 0 !important; }Cheers!
JosueHi,
Please create us an administrator account, post it here as a private reply.
Regards,
JosueHi!
Try selecting this option for the table – http://screencast.com/t/4H78nTXuNm1e
Best regards,
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }That will activate the Advanced Layout Builder for Posts, that way you can insert fullwidth elements like a Color Section.
Cheers!
JosueHello Orhan,
Have you tried disabling all third-party plugins to see if it works?
Regards,
JosueHi!
I’m not sure what plugin you are using but i tried with this one and it worked in the Ajax preview – http://screencast.com/t/NFn7la9Flm
Regards,
JosueAugust 13, 2014 at 2:39 am in reply to: ENFOLD; The drop down menu and the mega menu do not show all the pages #303524Hey!
Can you post a screenshot of your view showcasing the menu problem?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
You can create a form on a separate Page without entering ALB and copying the generated shortcode into a Text widget in the footer.
Best regards,
JosueHi Christian!
No, this will be included in the next update.
Regards,
JosueHey Christian!
It should work now, i fixed something in js/avia.js.
Regards,
JosueHi!
Have you checked on a different computer? the screenshot i posted was taken on my MacBook and it looks fine.
Best regards,
JosueAugust 12, 2014 at 11:49 pm in reply to: New Blog Layout Can't Make Featured Image Full Width #303474Hey Josh!
Try adding this code to the Quick CSS:
.template-single-blog main.content.units.twelve.alpha article .big-preview.single-big, .template-single-blog main.content.units.twelve.alpha article , .template-single-blog main.content.units.twelve.alpha, .template-single-blog { width: 100% !important; } .template-single-blog main.content.units.twelve.alpha article > *, .template-single-blog main.content.units.twelve.alpha > * { width: 1030px; margin: 0 auto; float: none; } .template-single-blog .content { padding-top: 0; }Cheers!
JosueThis reply has been marked as private.August 12, 2014 at 10:08 pm in reply to: Social icons cut off on footer in IE on smaller page sizes/responsive modes #303450Hi Gabe!
On what exact resolution are you seeing this? can you post a screenshot?
Best regards,
JosueHey Christian!
Try setting the caption here too:

Cheers!
JosueAugust 12, 2014 at 9:29 pm in reply to: New Blog Layout Can't Make Featured Image Full Width #303438Hi Alex,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueAugust 12, 2014 at 9:09 pm in reply to: Fix for Visualizer issue cause page builder problems. #303426You are welcome, this change has been accepted and will be included in future updates.
Regards,
JosueHey Ron!
Slide 2 images are showing on my end:

Regards,
JosueHello
Those are not error messages, but notices telling that there is an uninitialized variable, if you really want to ‘solve’ them, try changing the compromised lines in /config-templatebuilder/avia-shortcodes/slideshow_layerslider.php to:
if(isset($mega['index'])) if(empty($meta['index'])) $params['close'] = false; if(!empty($meta['siblings']['prev']['tag']) && in_array($meta['siblings']['prev']['tag'], AviaBuilder::$full_el_no_section )) $params['close'] = false; if(isset($mega['index'])) if(!empty($meta['index'])) $params['class'] .= " slider-not-first";Cheers!
JosueHi!
Have you checked on a different computer?
Try with this code in Quick CSS to hide the author:
span.blog-author.minor-meta { display: none; }Best regards,
JosueHey!
You should be able to see the Slider Settings section when you edit the slider in question, and no, it’s exactly the same with a child theme.
Cheers!
JosueHi Luca!
Can you post a link to your website? every link referencing to an image should be lightboxed automatically.
Cheers!
JosueHey!
I was able to set a social profile icon (Facebook):

Also, the social share icons looks fine on my end:

Cheers!
JosueAugust 12, 2014 at 6:06 pm in reply to: Titles but no content in a masonry or portfolio grid #303366You are welcome, always glad to help :)
Regards,
JosueHey McEwans!
Have you tried setting a background image to it?
Best regards,
Josue -
AuthorPosts
