-
AuthorSearch Results
-
July 31, 2014 at 9:10 am #298148
In reply to: Steps to import translation files .po
This reply has been marked as private.July 31, 2014 at 8:36 am #298142Hi nathacc!
This highlights the basics for using the masonry elements: https://vimeo.com/channels/aviathemes/77433498
You’ll add a masonry element to the page, adjust its settings for the categories you want to show and use the theme options to set it as your home page: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/
Best regards,
DevinJuly 31, 2014 at 5:40 am #298108In reply to: Anchor and hot spot image
Hi!
That’s currently not possible (i believe its made this way to avoid compatibility issues/bugs), feel free to request it here though.
Best regards,
JosueJuly 31, 2014 at 5:32 am #298105In reply to: icons not showing either
Hey!
Icons are showing, at least on my end.

To change that gray color go to Enfold > General Styling > Main Content > Border colors.
Best regards,
JosueJuly 31, 2014 at 5:00 am #298093In reply to: Enfold 3.9.1 Post Format types not doing anything
Hey!
That’s a valid feedback, however i’m not sure if that’s possible within WordPress boundaries (Post Types is a WP native feature), feel free to request it here as an improvement.
Best regards,
JosueJuly 31, 2014 at 4:38 am #298089In reply to: Enfold 3.9.1 Post Format types not doing anything
It works the same for the remaining post types, Enfold will try to grab the first piece of content, for example for a Video element, put the link of the video as the first line:
July 31, 2014 at 4:23 am #298082In reply to: How to change the section above the logo and menu
Hey!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tabli#menu-item-1472 { background-image: url(https://eyeverify.com/wp-content/themes/enfold/custom/googleplay.png)!important; height: 40px; background-repeat: no-repeat; } li#menu-item-1471 { background-image: url(https://eyeverify.com/wp-content/themes/enfold/custom/appstore.png)!important; height: 40px; background-repeat: no-repeat; } li#menu-item-1472 a, li#menu-item-1471 a { opacity: 0; } #top #wrap_all .social_bookmarks a { background-color: white; color: #82141D!important; border-radius: 20px; }Regards,
YigitJuly 31, 2014 at 4:12 am #298077In reply to: Blog layout problems…
Sveika! :)
Labas rytas Renata. So sorry for the late reply!
1&2 – Yes, they will be safe as long as they are in Quick CSS field. If you have added the codes in Custom.css file inside Enfold/Css folder, they will be overwritten.
3- When you choose to use the layout you have created in Enfold theme options > Blog Layout, it would be used on blog overview page. It is not possible to use ALB while creating posts.
4- Please see – http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
5- Seems like you have chosen to display transparent header on your blog post. Please edit it and choose to display “no transparency” under Layout section – http://i.imgur.com/0FnUmr3.pngIki!
YigitJuly 31, 2014 at 3:05 am #298058In reply to: Toggle – show 1 or 2 lines
July 31, 2014 at 2:48 am #298049In reply to: Logo size / help with hot spots
Hi!
Thank you for using the Enfold theme.
Regarding the logo, please adjust the height of the header on Enfold > Header Layout > Header layout > Header Size. Set the setting to custom pixel value. Adjust the height to 156px. This will automatically adjust the width of the logo.
On the hotspot element, when you add an image via the Add Media button, the image will be added on the tooltip not on the hotspot number.
Cheers!
IsmaelJuly 31, 2014 at 2:28 am #298043In reply to: Enfold 3.9.1 Post Format types not doing anything
Hi!
‘Custom styles’ will appear, but these are determined by the Blog style you’ve chose in the Theme Options, for example:
http://kriesi.at/themes/enfold/blog/blog-single-author-full/page/4/Best regards,
JosueJuly 31, 2014 at 2:19 am #298039In reply to: partner/logo element
Hey!
Thank you for the update.
I’m sorry but it just wouldn’t work if the logo images have different sizes. Please place the logo images on a canvas with the same dimension or size before uploading them. On the Enfold theme demo ( http://kriesi.at/themedemo/?theme=enfold ), right before the footer section, all logo images have the same dimension.
Best regards,
IsmaelJuly 31, 2014 at 2:10 am #298033In reply to: After update of theme/WP, header blows up
This reply has been marked as private.July 31, 2014 at 2:09 am #298032In reply to: Anchor and hot spot image
Hey!
Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your hotspot element a custom CSS class ( i.e. my-image ) and then add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if ( jQuery("div").hasClass("my-image") ) { jQuery(".my-image").attr('id','my-image-id') }; }); </script> <?php } add_action('wp_footer', 'add_custom_script');It will give an ID #my-image-id to your “my-image” hotspot element
Regards,
YigitJuly 31, 2014 at 2:04 am #298030Hey!
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your textblock a custom CSS class then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.custom-class { background-color: red; padding: 10px; } .avia_textblock.custom-class a { color: white; } .avia_textblock.custom-class:hover { background-color: orange; } .avia_textblock.custom-class:hover a { color: green; }Regards,
YigitJuly 31, 2014 at 1:50 am #298021In reply to: Enfold Showcase
A simple little single page (almost) site we whipped up with the wonderful world of enfold. Going to be moving nav left and logo on right now that I know the client has one. Explored the WP Paypal Shopping Cart on this project because the client wanted a really simple cart option for paypal. Didn’t want to go with something huge and bulky that would be overbearing for just a few simple products. Also discovered that you can manage shipping rates and taxes directly on Paypal itself. Made it much simpler because we just added a little note that taxes would be applied at checkout. We applied a flat rate shipping option through the plugin and applied a free shipping option too. Plugin made it really easy.
Forms are powered by Gravity Forms – always a go-to for any form. Stay tuned for an intranet site created on enfold powered entirely by Gravity Forms.
So – here it is – http://orchid.codelessme.net
July 31, 2014 at 1:47 am #298019In reply to: LHS Navigation not wrapping correctly
Hey Denis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1340px) { #top .widget_nav_menu ul ul li a { width: 100px; }}Regards,
YigitJuly 31, 2014 at 1:19 am #297999In reply to: Sub menu alternating background colours
Hi aspectgroup!
You can use menu item ID’s in your code as following
li#menu-item-220:hover a { background-color: red!important; color: white!important; border-color: orange!important; }Please add the code above to Quick CSS in Enfold theme options under General Styling tab. You can right click on Chrome or Firefox to inspect elements to find ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitJuly 31, 2014 at 1:17 am #297998In reply to: Advanced Layout Builder and other boxes not working
This reply has been marked as private.July 31, 2014 at 1:15 am #297995In reply to: Bilder mit "mouse-over" Effekt
Hallo Johannes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .grid-entry .inner-entry:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }This code will make portfolio grid elements grayscaled. Please also note that it may not be cross browser solution.
Best regards,
YigitJuly 31, 2014 at 1:09 am #297991In reply to: Remove Date and Author from Blog post meta title
Hey Gekko101!
1- Please go to Enfold theme options > Blog Layout and uncheck unwanted meta under “Blog meta elements”. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.date-container, .text-sep-date, .text-sep-cat, .blog-author { display: none; }2-
.small-preview { width: 100px; height: 100px; } .multi-big .post_author_timeline, .single-small .post_author_timeline { left: 50px; }Last line of code should be adjusted according to width and height
Cheers!
YigitJuly 31, 2014 at 1:05 am #297990In reply to: Advanced Layout Builder and other boxes not working
Both Enfold and WP are fresh and up to date. I tried debugging mode and no luck. I can apply a temp admin for you to inspect.
July 31, 2014 at 1:01 am #297986In reply to: Make hotspots links
Hey!
Please feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitJuly 31, 2014 at 12:56 am #297982In reply to: Different Colors On Table Column Headers
Hi Frank!
Please turn on custom CSS field for ALB elements (http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/), give a custom class to your table and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class tr.avia-pricing-row td:first-child { background: red; } .custom-class tr.avia-pricing-row td:first-child h3 { color: white; } .custom-class tr.avia-pricing-row td:nth-child(2) { background: blue; } .custom-class tr.avia-pricing-row td:nth-child(2) h3 { color: orange; } .custom-class tr.avia-pricing-row td:nth-child(3) { background: green; } .custom-class tr.avia-pricing-row td:nth-child(3) h3 { color: yellow; }Best regards,
YigitJuly 31, 2014 at 12:48 am #297980Hey DuriaGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #payment .terms { padding: 0; text-align: left; position: relative; top: -65px; }Best regards,
YigitJuly 31, 2014 at 12:43 am #297979In reply to: Menu contents scrollable?
Hey Yuniyuni!
Yes it is possible. Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) and (min-width: 768px) { .av-main-nav > li > ul { height: 500px; overflow: hidden; overflow-y: scroll; }}It will make the height of dropdown menu 500px on screens smaller than 1024px and it will be scrollable
Cheers!
YigitJuly 31, 2014 at 12:41 am #297978In reply to: image overlapping footer
Hi Larry!
Please firstly turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your image a custom CSS class. Then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class { margin-bottom: -100px!important; } #footer { z-index: 0; }Regards,
YigitJuly 31, 2014 at 12:33 am #297975In reply to: How do I remove the lines around a picture?
Hey Nathan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
dl { border: none!important; }Regards,
YigitJuly 31, 2014 at 12:28 am #297972Topic: Portfolio Shuffling when Browser Resized
in forum EnfoldMazamaFilms
ParticipantI used Enfold’s portfolio to creates various lessons on my website. These lessons need to be in a logical order. However, when the browser window is resized, later lessons start jumping out of order. (It seems to start with the seventh lesson.) The weird thing is it only affects the top masonry (Camera Foundations), not the second one (Filtration Series).
http://indiecinemaacademy.com/camera-series/
Settings:
* Masonry (flexible)
* Sortable: No
* Gap: Large
* Overlay: DeactivatedI do use the plugin “Post Types Order” to order my lessons within the portfolio, since I don’t necessarily post the lessons in order. It is possible this plugin is interfering with Enfold’s sorting of portfolio items, but I really doubt it.
Is my problem a result of something I’ve done, or is it a coding issue with Enfold?
Thanks!!!
July 31, 2014 at 12:15 am #297966In reply to: Tabs cover entire top of box?
-
AuthorSearch Results
-
Search Results
-
I used Enfold’s portfolio to creates various lessons on my website. These lessons need to be in a logical order. However, when the browser window is resized, later lessons start jumping out of order. (It seems to start with the seventh lesson.) The weird thing is it only affects the top masonry (Camera Foundations), not the second one (Filtration Series).
http://indiecinemaacademy.com/camera-series/
Settings:
* Masonry (flexible)
* Sortable: No
* Gap: Large
* Overlay: DeactivatedI do use the plugin “Post Types Order” to order my lessons within the portfolio, since I don’t necessarily post the lessons in order. It is possible this plugin is interfering with Enfold’s sorting of portfolio items, but I really doubt it.
Is my problem a result of something I’ve done, or is it a coding issue with Enfold?
Thanks!!!
