Forum Replies Created
-
AuthorPosts
-
Hey!
I logged in but I did not see any extra font files in Dashboard > Enfold > Import/Export > Iconfont Manager.
I’m not really sure which icon is “houzz” on the fontello site either, http://fontello.com/. Go ahead and create the zip file again and upload it into the Enfold settings. Also take a screenshot of the specific icon so we can note which code it uses.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 6, 2015 at 10:03 pm in reply to: WooCommerce – Product list – External links – Open in new tab #392288Hi Jennifer!
Add this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.av-catalogue-list a').attr('target', '_blank'); }); </script> <?php }Regards,
ElliottFebruary 6, 2015 at 9:59 pm in reply to: Enfold Latest News Widget – Display post category as well as title and date? #392285Hey pozza!
Open up /enfold/framework/php/class-framework-widgets.php and on line 532 you should see this.
echo "<strong class='news-headline'>".get_the_title();Add this on the next line.
$cats = get_the_category(); foreach ( $cats as $cat ) { echo '<br /><span class = "widget_latest_category">'.$cat->cat_name.'</span>'; }And you can style it with this CSS.
.widget_latest_category { }Best regards,
ElliottHi!
Enfold uses the magnific popup script and yes you can separate images into galleries but if I remember right you were using the NextGEN plugin (your link is giving me a 404 now) and it had it’s own lightbox script which was loading all of the images into the same gallery. That’s not the same as our magnific popup script and to change that you would need to edit the NextGEN plugin so it would be best to contact the NextGEN support about this.
Cheers!
ElliottHi Taras!
You’ll want to contact your hosting provider about this. It’s not really something a theme can protect against.
Cheers!
ElliottFebruary 6, 2015 at 9:44 pm in reply to: Table element: column heading dissapears when resized #392275Hi!
@teeramusic, Instead of using strong tags try adding this to your custom CSS..avia-heading-row th { color: #f05a1a !important; font-weight: bold !important; }
@axelfx07, Try this out.@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table td:before { font-size: 17px !important; } }Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
Try this out.
#header_main { z-index: 20 !important; } #header .widget { position: absolute; top: -25px; right: 0px; padding-top: 0px; }Cheers!
ElliottHi jjranson!
It looks like your using Enfold 3.0.1. Go ahead and update to the latest version, 3.0.8, and deactivate all plugins.
If your still having the problem after that then send us a WordPress login and we’ll take a closer look.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
That’s a bit more complex. I found this which you may be able to use though, http://davidwalsh.name/jquery-datepicker-disable-days.
Regards,
ElliottHey Rampau1!
You would have to do this via javascript. Try adding this after line 1449 in /enfold/js/shortcodes.js.
if ( jQuery(this).parent().parent().hasClass('video_sort') ) { jQuery('.portfolio_preview_container').addClass('hideme'); } else { jQuery('.portfolio_preview_container').removeClass('hideme'); }And then add this to your custom CSS.
.hideme { display: none !important; }Regards,
ElliottHey aecad!
I don’t think the tabs script can work like that. You could try right clicking your page and view the source and copy the HTML for your tabs and then paste that inside a tab in your layout builder but I did not test that to see if it works.
Cheers!
ElliottHi webstrats!
That would not be possible. Try using the grid row element and create a 1/4 cell. You can set the background on the cell to whatever you need.
Or drag a codeblock element to your page and add this inside.
<style type = "text/css"> .av_one_fourth { background: red !important; } </style>It looks like you only have one 1/4 in the page so the CSS should work.
Best regards,
ElliottHi electricstrange!
Those arrows should not be displaying like that for iframe content in the magnific popup. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Also, I checked on the Nexus 7 which is an Android tablet but the iframe is loading the same as it does on desktops. What mobile browser are you using?
Cheers!
ElliottHi!
I’m not sure if that is going to be possible or not. I tried viewing your link but it looks like your under a coming soon plugin.
Regards,
ElliottHi!
It’s in /enfold/config-templatebuilder/avia-template-builder/config/meta.php.
I’m not sure what you mean about the blog posts. Send us a link so we can get a better idea. You can set your reply as private if you wish.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi Jody!
Unfortunately I do not see an easy way of going about that. It might be feasible if we use images instead of icons. In that case you could use some CSS like so.
#after_section_3 .image-overlay.overlay-type-extern .image-overlay-inside:before { background: url("URL to your image") !important; content: "" !important; }And then rinse and repeat for each section. I really like how you used the grey filters on the images. Personally I would be doing that for each section.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I don’t have an iPhone to test on but I don’t see the problem in the Nexus 7 or iPod. Your using the Safari browser there correct? What happens when viewing in the Chrome or Firefox browsers?
In your Safari settings what happens when you clear your history, cookies, and data? While in there double check to make sure you have javascript enabled as well.
Regards,
ElliottHey!
Thanks for the video. I tried logging in though but it says account is not active.
ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.It looks like the images your using are kind of small and your setting them to repeat correct? What happens when you set the background attachment option to “Scroll” instead of “Fixed”?
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Hmm, that is pretty weird. I’m also on a laptop with Windows 8.1 with latest version of Google Chrome 40 and this is what I see.
Do the icons display correctly on our demo site? http://kriesi.at/themes/enfold/
What about here? http://fontello.com/

Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Open up the archive.php file and change lines 32 – 71 to this.
<?php echo do_shortcode("[av_blog blog_type='posts' categories='".get_query_var('cat')."' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='excerpt_read_more' preview_mode='custom' image_size='medium' items='6' offset='0' paginate='yes' custom_class='']"); ?>Cheers!
ElliottHi!
That looks like a regular page you have created so yes you can translate that with WPML. When you translate a page with WPML it basically creates a new page for the separate language so you can create all of your content again, http://wpml.org/documentation/translating-your-contents/creating-translations-manually/.
Best regards,
ElliottFebruary 6, 2015 at 6:14 pm in reply to: 3 or more buttons possible in full width easy slider? #392180Hey!
Do this instead then.
<style type = "text/css"> #after_full_slider_0 { height: 0px !important; } </style>Cheers!
ElliottHey!
I don’t know of any plugins I can recommend. You can always display the author links to the archives which will display all posts from the author but getting a filter with AJAX functionality would take a lot of time and code and would have to be considered custom work.
Cheers!
ElliottHey!
I viewed your links but the avia-menu-fx appeared to be working fine. I don’t understand the language your using on your site though so I’m not sure if it’s on the correct menu link or not. Can you take a screenshot and highlight what your trying to do on the custom post?

Regards,
ElliottHey Yory!
What happens then you change lines 166 – 167 in /enfold/config-templatebuilder/avia-shortcodes/gallery.php from this.
'lightbox_size' => 'large', 'preview_size' => 'portfolio',To this?
'lightbox_size' => 'full', 'preview_size' => 'full',Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 6, 2015 at 12:14 am in reply to: While playing embedded video, page shifts up and down #391765Hi eeyee!
I’m not seeing it on my end. Try clearing your browser cache and disable any browser extensions / plugins you may have installed.
Let us know what operating system and browser your using.
Regards,
ElliottHey beingwithbyronkatie!
If you need to have them sorted then you could try using the Custom Post Type UI plugin, https://wordpress.org/plugins/custom-post-type-ui/, to create a new post type and some taxonomies and then use our Masonry shortcode to display and sort them.
Best regards,
ElliottHi ferhaddd!
Your missing some of the footer options there for some reason. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and then activate just Enfold instead of your child theme.
Regards,
ElliottFebruary 6, 2015 at 12:03 am in reply to: Change color for main menu underline on transparent header #391757Hi icotom!
Add this to your custom CSS.
span.avia-menu-fx { background: blue !important; }Best regards,
ElliottHey Fabiola!
Can you send us a WordPress login? You can set your reply as private if you wish.
Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
