Forum Replies Created

Viewing 30 posts - 10,471 through 10,500 (of 14,834 total)
  • Author
    Posts
  • in reply to: Custom Icon Header ( Houzz) #392293

    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.

    Hi 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,
    Elliott

    Hey 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,
    Elliott

    in reply to: Lightbox shows all images of the page #392280

    Hi!

    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!
    Elliott

    in reply to: DDOS attack #392279

    Hi Taras!

    You’ll want to contact your hosting provider about this. It’s not really something a theme can protect against.

    Cheers!
    Elliott

    in reply to: Table element: column heading dissapears when resized #392275

    Hi!


    @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.
    in reply to: Sidebar in Secondary menu spot #392274

    Hey!

    Try this out.

    #header_main { z-index: 20 !important; }
    #header .widget { position: absolute; top: -25px; right: 0px; padding-top: 0px; }

    Cheers!
    Elliott

    in reply to: How to Send Email Using "mailto:" #392272

    Hi 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.
    in reply to: Datepicker's configuration of the contact form #392271

    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,
    Elliott

    in reply to: Add conditional class to ajax portfolio items #392269

    Hey 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,
    Elliott

    in reply to: Nested tabs #392264

    Hey 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!
    Elliott

    in reply to: Insert color section into layout block #392263

    Hi 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,
    Elliott

    in reply to: Iframe Arrows #392230

    Hi 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!
    Elliott

    in reply to: Masonry blog excerpt length and image size. #392225

    Hi!

    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,
    Elliott

    in reply to: Enfold – Recommend a Custom Content Type Plugin #392216

    Hi!

    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.
    in reply to: Image rollover consistency #392207

    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.
    in reply to: Problem with mobile #392205

    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,
    Elliott

    in reply to: Color Layout Elements not working right #392197

    Hey!

    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.
    in reply to: Problem with your Animated Number Elements #392193

    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.
    in reply to: Default blog style for tags and archives #392189

    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!
    Elliott

    in reply to: My WP in three languages #392182

    Hi!

    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,
    Elliott

    in reply to: 3 or more buttons possible in full width easy slider? #392180

    Hey!

    Do this instead then.

    <style type = "text/css">
    #after_full_slider_0 {
    height: 0px !important;
    }
    </style>

    Cheers!
    Elliott

    in reply to: multi author widget #392179

    Hey!

    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!
    Elliott

    in reply to: Active menu item #392175

    Hey!

    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,
    Elliott

    in reply to: Portrait orientation images in Ajax galley #392163

    Hey 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.
    in reply to: While playing embedded video, page shifts up and down #391765

    Hi 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,
    Elliott

    in reply to: Client Review centrally managed? #391761

    Hey 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,
    Elliott

    in reply to: Socket in the footer is gone #391759

    Hi 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,
    Elliott

    in reply to: Change color for main menu underline on transparent header #391757

    Hi icotom!

    Add this to your custom CSS.

    span.avia-menu-fx {
    background: blue !important;
    }

    Best regards,
    Elliott

    in reply to: Custom Icon Header ( Houzz) #391756

    Hey Fabiola!

    Can you send us a WordPress login? You can set your reply as private if you wish.

    Cheers!
    Elliott

Viewing 30 posts - 10,471 through 10,500 (of 14,834 total)