Forum Replies Created

Viewing 30 posts - 58,951 through 58,980 (of 67,463 total)
  • Author
    Posts
  • in reply to: Scrolling menu from bottom to top #256560

    Hi FRANXIZKO!

    Thank you for the link but it’s not loading on my end. Can you please post a screenshot? Based on the information that you have given on your post, it looks like this kind of navigation will require a lot of modifications. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Fullscreen Background, transparent Main Content / Sidebar #256559

    Hi!

    Thank you for the link.

    I checked the website and the icon boxes are transparent. Please use this for the icon list and the textblock.

    div#after_section_1 .container ul.avia-icon-list.avia-icon-list-left.avia_animate_when_almost_visible.avia_start_animation, div#after_section_1 .container section.av_textblock_section {
    background: rgba(255,255,255,.8);
    padding: 10px;
    }

    Best regards,
    Ismael

    in reply to: Fixed Socket? #256557

    Hi!

    Thank you for the update.

    Unfortunately, it is not possible with the default contact form . You can use the Contact Form 7 plugin.

    Regards,
    Ismael

    Hi!

    Thank you for using the support forum!

    You can change the mobile icon character code on functions.php. Look for the mobile char codes for example on line 223:

    'mobile_menu'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
    

    Create a page then insert an Icon element, find the character codes by hovering over the icons:

    We’ll use the char code on the example above but we’ll remove the backslash.

    'mobile_menu'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue809'),
    

    I hope that helps.

    Cheers!
    Ismael

    in reply to: Layer Slider Error #256543

    Hey!

    Glad it works.

    Have you tried adding the layer slider shortcode inside a Color Section? Add an ID, edit the section then look for the “For Developers: Section ID”. Let’s use the id layer-slider-section for example. Add this on Quick CSS or custom.css to force the color section’s container to full width:

    #layer-slider-section .container {
    width: 100%;
    }

    Inside the color section, add a text block with the layer slider shortcode inside.

    Regards,
    Ismael

    Hey Frank!

    Thank you for using the theme!

    Do you mind if we take a look at the page with the issue? Please post the website url here. We would like to inspect it.

    Cheers!
    Ismael

    in reply to: problem with menu overlapping logo, menu disappears #256539

    Hey!

    Thank you for the update.

    Please make sure that you choose the second option on Header Mobile Menu activation. If that doesn’t work, please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    }
    
    .av-main-nav > li > a {
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    Hi!

    Thank you for using the theme!

    I checked the website but I don’t see any tabs and the home page looks great. Did you remove it? https://goldensurrogacy.info/

    Another thing is, you’re using a very old version of the theme, 2.4.2. Please download the latest version 2.7 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Visual Editor not working after update to WP 3.9 #256529

    Hey!


    @chzumbrunnen
    : Thanks for helping out. Did it work for you?


    @discosourcedjs
    : Sorry for the missing info. Yes, you have to place it on functions.php. Please let us know if it works.

    Cheers!
    Ismael

    in reply to: Blog archives – Weird white dotted vertical line #256527

    Hi!

    Thank you for the link.

    I tried to check the website but it’s not loading on my end. I’ll ask Josue to check this again. Please wait for his response.

    Regards,
    Ismael

    Hi!

    Thank you for the link.

    Please add this on Quick CSS or custom.css:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 20px;
    }

    Cheers!
    Ismael

    in reply to: Enfold widget area small #256524

    Hey!

    Thank you for visiting the support forum!

    Do you have the latest version of Enfold? Please add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 730px;
    }
    }

    Regards,
    Ismael

    in reply to: Layer Slider turns into black box when scrolling #256523

    Hey!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
    -webkit-transform-style: flat;
    }
    

    Cheers!
    Ismael

    in reply to: Title attrib in submenu not available option in mega menu #256521

    Hey!

    Thank you for the update.

    It does work on our end. Please try to remove browser cache then reload the page a few times. If you have any cache plugin, please empty the cache. Add !important on the css value.

    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "<style type='text/css'>";
    echo "
    
    .avia_mega_active.menu-item-depth-2 .description-title, .avia_mega_active.menu-item-depth-3 .description-title{
    display: block !important;
    }";
    echo "</style>";
    }

    Cheers!
    Ismael

    in reply to: Blog, Posts #256519

    Hi!

    Thank you for the info.

    That is weird. Do you mind if we take a look at it? Please deactivate all plugins then post the login details here as a private reply. Please make sure that you’re running the latest version of the theme which is version 2.7.

    Cheers!
    Ismael

    in reply to: Featured Images #256516

    Hey!

    Thank you for the info.

    Please edit functions.php, find this code on line 110:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Replace it with:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>400, 'crop'=>false);		                 // big images for blog and page entries
    

    Upload the image again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: Pagination blog failure #256515

    Hi!

    Thank you for the update!

    Please make sure that you’re running Enfold 2.7. There’s a workaround posted by another user, please try it. Refer to this link: https://kriesi.at/support/topic/blog-pagination-6/

    Regards,
    Ismael

    in reply to: Sidebar in single product shop view #256514

    Hey Andrew!

    Thank you for using the theme!

    You can add widgets for the single product page on Appearance > Widgets > Single Product Page widget area. Make sure that the Enfold > Sidebar Layout > Sidebar on Single Post Pages is enabled.

    Regards,
    Ismael

    in reply to: enfold + buddypress group avatar #256503

    Hi!

    Thank you for the update.

    Are you trying to remove the images or avatar on the comments or feed area? I don’t understand the language so I’m not sure what it is. Please try this on Quick CSS or custom.css:

    .groups img.avatar {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Since the update, Layer Slider cannot be edited at all #256502

    Hey!


    @Webtechyartist
    : Glad it is working now. Please let us know what plugin cause the issue.


    @brad86
    : Can you please deactivate all plugins first? We’ll test it again after. Please go to wp-content/plugins folder then delete or rename unused plugins. I created a new layer on your slider without any problem. Look for Layer#11. http://www.dancemania.uk.com/wp-admin/admin.php?page=layerslider&action=edit&id=6

    Regards,
    Ismael

    in reply to: Internet Explorer 9 not showing correctly #256501

    Hey!

    Thank you for the screenshot. I’m sorry if I confused you with my previous post, we won’t be able to give you a proper solution if we can’t see the actual website. Please post the website URL here. We need to inspect the images in order to provide a proper solution.

    Cheers!
    Ismael

    in reply to: content sidebar is at the bottom of the page #256499

    Hey graficult!

    Thank you for using the theme!

    Please utilize the Widget Area element on Advance Layout Builder. Set the page layout to have “No Sidebar”. Add 3/4 and 1/4 column respectively, insert the content on the 3/4 column and the Widget Area element on the 1/4 column.

    Cheers!
    Ismael

    in reply to: Insert html table without applying default styles theme #256495

    Hey Juan-Jose!

    Thank you for visiting the support forum!

    You can find the table css on css > shortcodes.css. You have the option to modify them or remove them if you want but you’ll not be able to use the Table shortcode properly. Edit the file then look for this section:

    ======================================================================================================================================================
    Table
    ====================================================================================================================================================== */

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    On the child theme’s avia.js, did you add the modifications Josue suggested? https://gist.github.com/josueochoa/ae8214df978403dfad04

    This goes at the end of avia.js:

    jQuery.fn.heightCalc = function(dir){
        this.each(function(){ 
            if (dir == "prev"){
                jQuery(this).css("height", jQuery(this).prev().height());
            }else{
                jQuery(this).css("height", jQuery(this).next().height());
            }
        });
        return this;
    }
     
    jQuery(window).bind('load resize',function() {
        jQuery(".custom_list_r").parent().heightCalc("prev");
        jQuery(".custom_list_l").parent().heightCalc("next");
    });

    Regards,
    Ismael

    in reply to: Missing in Enfold Theme Options the side bar links #256492

    Hey!

    Thank you for the info.

    I checked the website but I can only see one page, the rest are drafts. Please edit the pages then publish them. We’ll be happy to assist you with creating the menu when the pages are available. We really suggest that you hire someone to help you with this.

    Cheers!
    Ismael

    in reply to: Problem with dynamic CSS and WPML #256490

    Hi kikidesoibs!

    Thank you for using the theme.

    First of all, you’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    I checked both links but I don’t see any difference between the two. Please try to update the theme then regenerate both version of enfold.css.

    Nice website. :)

    Best regards,
    Ismael

    Hi Steven!

    Thank you for the info.

    We would like to see the actual website but it’s under maintenance mode. Do you have a minify plugin? The custom.css won’t work if you add the transfer the css codes while the plugin is running. Regarding the slider, are you running the layer slider as a stand alone plugin?

    Best regards,
    Ismael

    in reply to: Icons and iPad version 2 #256168

    Hi David!

    I think this is original thread: https://kriesi.at/support/topic/icons-and-ipad/#post-250413

    I also thought that this is fixed and I’m not really sure if the update really fix the issue. I’ll forward this thread to Kriesi. Feel free to jump in. Thanks!

    Cheers!
    Ismael

    in reply to: Enfold Menu and content #256151

    Hey abhijitathavale!

    Thank you for visiting the support forum!

    Looks like you deactivated the transparent header. Please add this on Quick CSS or custom.css to remove the bottom border:

    #header_main {
        border-bottom: none;
    }

    Cheers!
    Ismael

    in reply to: full widht with royalslider in enfold like layerslider #256136

    Hi!

    Thank you for using the theme!

    Please refer to this link: https://kriesi.at/support/topic/create-new-template-2/#post-256134

    If this is the same topic, please refrain from creating duplicated posts. Thanks!

    Cheers!
    Ismael

Viewing 30 posts - 58,951 through 58,980 (of 67,463 total)