Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to General Styling > Quick CSS:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { min-height: 200px; }
Cheers!
JosueHi,
In that case, you’d need to do it yourself by editing php.ini (method varies depending on what you’re using to power your local host).
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueSeptember 30, 2016 at 4:18 am in reply to: Link to PDF page: Syntax error, unrecognized expression: #page=1 #693512September 30, 2016 at 4:16 am in reply to: Link from one slide to the next (Fullscreen slider) #693509Hey Magnus,
Use this in the caption content:
<a href="#next" class="next-slide"Next</a>
Best regards,
JosueHey,
Are you noticing it on a specific browser? i didn’t note any flashing on my end (Chrome / OS X).
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueSeptember 30, 2016 at 4:13 am in reply to: Which is the maximum amount of images in Masonry Gallery? #693506Hey Pracsis,
There’s no limit – http://screencast.com/t/xbFouWFO, but i’d suggest setting a limit and adding navigation.
Best regards,
JosueHey JamesEisert,
it’s a combination of elements, it looks like this:
http://screencast.com/t/fxyNIo8DQSBest regards,
JosueHey Jason,
1. Create the buttons elsewhere (on a separate Page using Magic Wand, not ALB).
2. Use generated shortcodes as slide caption (disable built-in buttons).Best regards,
JosueHey,
As far as i know there’s no proven solution at the moment, i’d suggest looking for third-party plugins that include this feature out of the box.
Best regards,
JosueHey,
This is a common bug with the Enfold builder, make sure the every part of your home content is wrapped with one (or multiple) Color Section.
Best regards,
JosueHey David,
Try putting your e-mail address so people can reach you (use this format: mail (at) address.com).
Best regards,
JosueSeptember 30, 2016 at 3:59 am in reply to: Grid row background images proportions and mobile #693498Hey,
You could reset
background-size
and set abackground-color
so it looks proportional:
http://screencast.com/t/v5a9AbggS1woThat gray line comes from the image.
Best regards,
JosueSeptember 30, 2016 at 3:54 am in reply to: Single triangle pointing down for fullwidth button. #693496Hey RodrigoGomez,
You set that in the preceding section to the fwd button (must be a color section – http://screencast.com/t/kA1xtqXwz).
Best regards,
JosueSeptember 30, 2016 at 3:52 am in reply to: LayerSlider WP not working once on the hosted site #693494Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueSeptember 30, 2016 at 3:51 am in reply to: Full Width Easy Slider Responsive Background Image – CSS Help Needed #693493Hey,
Try changing your code to:
@media only screen and (max-width: 768px){ .avia-slideshow-inner { min-height: 400px !important; background: url(//floridacontractorceu.com/wp-content/uploads/2016/09/FloridaCEUmobile.jpg); } .avia-slideshow-inner img{ display: none !important; } }
Best regards,
JosueSeptember 30, 2016 at 3:49 am in reply to: WordPress database error Out of resources – Too many open files!! #693492Hey wajeez,
Try installing a caching plugin like:
https://wordpress.org/plugins/next-level-cache/Best regards,
JosueSeptember 30, 2016 at 3:48 am in reply to: Single category post appearing on parent Blog Posts page #693491Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueUn bug bastante rato, prueba poner _blank por defecto en tu mod de columns.php.
September 30, 2016 at 3:15 am in reply to: Change Small Info Text attributes at top of website #693481Hey!
1. Try adding this code to General Styling > Quick CSS:
.phone-info * { font-size: 12px; color: red; }
2. Include a link in HTML format:
<a href='url here'>Link</a>
Cheers!
JosueSeptember 30, 2016 at 3:13 am in reply to: Is it possible to have black blurred layer on the easy full-width layer slider #693479Hey!
Try adding this code to General Styling > Quick CSS:
ul.avia-slideshow-inner li:after { content: ""; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; z-index: 1; }
Cheers!
JosueSeptember 30, 2016 at 3:08 am in reply to: How To Add Social Share buttons in blog posts module #693477Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('ava_after_content', function() { if(!is_singular()){ avia_social_share_links(); } });
Cheers!
JosueHi,
Change code to:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('product')) { $settings['taxonomy'] = 'product_cat'; $settings['is_fullwidth'] = false; } $settings['same_category'] = true; return $settings; }
Best regards,
JosueHey!
That featured is not available at the moment, feel free to request it here as a new feature.
Best regards,
JosueSeptember 30, 2016 at 3:03 am in reply to: Full screen video hangs on still frame on first load – works on refresh #693473Hey,
Could be a network issue, i loaded the site a few times and the issue didn’t occur on my end. Check in another computer / network to discard.
Best regards,
JosueHey John,
Sorry that happened but it’s difficult for us to assist you without any technical detail or context, can you please specify what’s exactly wrong in your site?
Best regards,
Josue -
AuthorPosts