Forum Replies Created
-
AuthorPosts
-
Hey Haycreations!
It looks fine on my end. I noticed on larger screens it does not go the full width because the images your using are 1500px wide. You can use this CSS to make sure they go fullwidth.
.avia-fullwidth-slider img { width: 100% !important; }
Though if they look blurry it would be best to increase the image size your using.
Regards,
ElliottJanuary 26, 2016 at 3:28 am in reply to: Logo center, navigation to the left & right of logo #571823Hi mcraig77!
You have 5 links. Are you wanting two on one side and three on the other?
Regards,
ElliottHi avwebmaster!
Your using Enfold 3.3.2. First update to the latest version, 3.4.7.
Are you sure you do not have the “hide video on mobile devices” option checked?
Cheers!
ElliottJanuary 26, 2016 at 3:17 am in reply to: Hide just Time, but show Date, for Enfold Latest Portfolio widget #571817Hey santanin!
Add this to your child theme functions.php file.
add_filter( 'avia_widget_time', 'enfold_customization_widget_time' ); function enfold_customization_widget_time( $time ) { return get_option('date_format'); }
Best regards,
ElliottJanuary 26, 2016 at 3:14 am in reply to: Images in "Partner/Logo" Element slideshow content element open in a light box #571816Hey santanin!
In this case it would be better to use the content slider element and just use the image shortcode inside each cell.
Cheers!
ElliottHey vitolya!
Your talking about the portfolio ajax where you set a gallery? That would take a lot of time and code and would have to be considered custom work. I recommend using the slideshow instead of the gallery.
Or if your talking about the regular gallery element then that’s the same problem, it would take a lot of time and code to implement that customization so I would check out the content slider or easy slider elements instead.
Cheers!
ElliottJanuary 26, 2016 at 3:06 am in reply to: Lower the Enfold Secondary Menu 10px below top of page #571812Hi rasa!
Add this to your custom CSS.
#header_meta { top: 10px; }
If that’s not what your wanting then send us a link to your page so we can get a better idea of what your trying to do.
Regards,
ElliottHey isa_sss!
Yes, it’s a good plugin. If you get a javascript error somewhere then just make sure that script does not get minified in the plugin settings.
Cheers!
ElliottHey tobego!
Are you just trying to get the header to display on the right? You can do this in Dashboard > Enfold > General Layout. You can set it to top, left, or right.
Regards,
ElliottHi Alisa!
You have the month set to 20. Perhaps you meant 4/20 instead of 20/4? I went ahead and changed it for you.
Best regards,
ElliottHi knoche9343!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHi Shorty05!
I don’t think the magnific popup script we use, http://dimsemenov.com/plugins/magnific-popup/, has an option for that.
Best regards,
ElliottHi agentur-sks!
I think that should be translated. Can you send us a link to your page where it’s displaying? Are you using the latest version of Enfold, 3.4.7? Is the language code that you switched your WordPress installation to “de_DE” ?
Best regards,
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
Hey rafke!
You can add this to a codeblock element on the pages where they are not lining up vertically.
<style type = 'text/css'> .pricing-table > li { min-height: 100px; } </style>
On the pages that I checked it looks like your using 1/4 columns and they are switching to 2 columns and 1 column when the screen gets smaller. Are you wanting to increase the screen size where they switch to 2 columns? If so then you can play around with that on line 340 in the /enfold/css/grid.css stylesheet.
Cheers!
ElliottJanuary 26, 2016 at 2:45 am in reply to: Changing hover colour for social media icons (header area) #571802Hi fionalea!
Add this to your custom CSS.
.social_bookmarks > li:hover > a { background: #e66086 !important; }
Cheers!
ElliottHi RTLindsay!
Are you using the layout builder on the posts? It might be saved in another area in that case.
Cheers!
ElliottHey strumpumpel!
That’s not an easy thing to do. You would need to hire a freelancer to help you out with this.
Cheers!
ElliottJanuary 26, 2016 at 2:39 am in reply to: How add tags and author info to a post page using a template created with Avia #571797Hi temptel!
We don’t have any shortcodes for those yet. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see some get added in a future update.
Until then what you can do is view your page on the frontend and right click > view source and copy the HTML for that and paste it inside a codeblock element in the layout builder.
Regards,
ElliottJanuary 26, 2016 at 2:37 am in reply to: When using portfolio grid ajax I would like to disable the link of the images. #571796Hey Avantidisplay!
Hmm, since it gets added via AJAX it might have issues. Does it do the same when you add this?
.avia-gallery-thumb a { pointer-events: none !important; }
Cheers!
ElliottHey Movadesign!
It’s not letting me in. Is the information correct?
Cheers!
ElliottHi makimono!
Maybe something like this?
add_filter( 'avf_author_name', 'enfold_customization_switch_authors' ); function enfold_customization_switch_authors( $author ) { return coauthors__echo('display_name', 'field', array( 'between' => null, 'betweenLast' => null, 'before' => null, 'after' => null ), null, false ); }
Regards,
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
January 26, 2016 at 2:26 am in reply to: How to customize Enfold image hover / animate (increase size) #571790Hi avwebmaster!
It sounds like you would need to apply an animation to the child element when hovering over the parent element. Something like this most likely, http://stackoverflow.com/questions/17638082/css-transitions-on-child-element-when-hovering-the-parent.
Cheers!
ElliottJanuary 26, 2016 at 2:23 am in reply to: The text on my layerslider text box is inconsistent #571787Hi vszybala!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey xuamox!
I don’t think your wanting to use parallax in this case. Set it to fixed or scroll.
Your image size looks good. You may need to increase the height a bit though.
Best regards,
ElliottJanuary 26, 2016 at 2:19 am in reply to: link to a pdf from the featured image in blog posts #571784Hi cybervise13!
When you set the featured image click on the small checkbox beneath it to hide it on the single post page.
You can then insert your own in the default editor or layout builder and set it to link to your PDF.
Best regards,
ElliottHey chriscorona!
It looks fine on my end. Did you get it sorted?
Or are you wanting the image to use 100% of the width / height of the color section? If so then you will need to remove the parallax effect. Is that ok?
Regards,
ElliottJanuary 26, 2016 at 2:13 am in reply to: How to I keep the Masonry Categories Bar from disappearing? #571779Hey volocom7!
It looks like your using the Masonry element and then on each post your using the Masonry Gallery. The Masonry Gallery is not supposed to display any categories. It just displays the images you select when editing it.
Regards,
ElliottHi bsomme1!
Is it your blog page? Can you send us a link to the exact page where the titles are not displaying?
Are you sure you have translated the posts and the categories?
Cheers!
ElliottJanuary 25, 2016 at 3:11 am in reply to: Shop Template will not load Dumma Data unless WooCommerce installed #571008Hey hydraulic!
We built our themes around Woocommerce. You can still use another eCommerce plugin if you wish but we do not have any features associated with them.
Regards,
ElliottHey rudtek!
The easiest way to copy the content to a PHP file is to build your page and then view it on the frontend. You can then right click the page and select “View Source” and copy the HTML code you want to use and then paste it into your template file.
Regards,
Elliott -
AuthorPosts