Forum Replies Created

Viewing 30 posts - 58,681 through 58,710 (of 67,175 total)
  • Author
    Posts
  • 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

    in reply to: create new template #256134

    Hi xpoveda!

    Thank you for visiting the support forum!

    Have you tried adding the revolution 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 revo-section for example. Add this on Quick CSS or custom.css to force the color section’s container to full width:

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

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

    Cheers!
    Ismael

    in reply to: How to integrate Login Pages and Sign up pages!! #256128

    Hey segothe!

    Thank you for using the theme!

    I’m really sorry but we cannot provide support for third party plugins or scripts as stated on our support policy.. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. If the login and sign up forms can be place using a shortcode, maybe we can help. A screenshot of what you’re trying to do will help.

    Regarding the home icon, you can generate an icon shortcode on a post or page then go to Appearance > Menus. Create a custom link, add the home page url and the icon shortcode as label. Use this on the label field for example, this is a house icon generated using the insert shortcode wand.

    [av_font_icon icon='ue821' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='40px' position='left' custom_class=''][/av_font_icon]
    

    Regards,
    Ismael

    in reply to: How to pull latest categories in LayerSlider? #256113

    Hi zedduo!

    Thank you for using the theme!

    Create a new layer then switch to Dynamic content from posts. Add this code to fetch the title and the featured image of the post.

    [title]<br>[image]
    

    Regards,
    Ismael

    in reply to: How to increase the size of the menu words. #256109

    Hi!

    Thank you for the update.

    I’m sorry about the link. It has nothing to do with the wordpress layer slider version. Please use this for the font:

    .av-main-nav > li > a {
    font-size: 15px;
    }

    Please create a text image on photoshop or any image editor that can save an image as PNG format. Create a graphic text with a transparent background then add it as a layer on the layer slider.

    Regards,
    Ismael

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

    Hi!

    Thank you for the info.

    Please watch the video Yigit posted. If you’re not comfortable with the following steps, please hire a freelance developer to help you update the theme. Regarding the menu or label as you put it, you can go to Appearance > Menus. Create a new menu then set it as Enfold Primary Menu under Menu Settings. The home page or front options should be included on Enfold > Theme Options panel. If you don’t mind, please post the login details here as a private reply. We will create the menu for you and set your home page.

    Please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.

    Regards,
    Ismael

    in reply to: Need some z-index Logo Help #256095

    Hi!

    Glad you figured it out. If you have any questions, let us know.

    Best regards,
    Ismael

    in reply to: Sidebar Alignment #256094

    Hi rbruski!

    Thank you for using the theme!

    Those are nested subpages of a page. You can enable it on Enfold > Sidebar > Page Sidebar navigation. All pages that is a child page of a certain page will be listed on the sidebar. You can also use a Custom Menu widget for that. I’m sorry but we really need to see the actual live website in order for us to know the issue. Please make sure that you’re running the latest version of Enfold which is version 2.7.

    Cheers!
    Ismael

    Hey radoslavmitov!

    Thank you for using the theme!

    Do you mind if we take a look at the actual page with the issue? Do you have another lightbox plugin enabled ? Please post the page url here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Category Posts in Custom Menu #256083

    Hey!

    Glad you figured it out yourself.

    Any feedbacks and comments from you are greatly appreciated and the idea of a premium support is nice. You can vote or open a new request on Enfold Feature Request page regarding that matter. :)

    Best regards,
    Ismael

    in reply to: Assigning ID to button Element #256079

    Hi codepantry!

    Thank you for using the theme.

    You can use jquery to add an id to the button. Edit js > avia.js, add this code at the very bottom:

    $('#fullscreen_slider_0 .avia-slideshow-button').attr('id', 'BUTTON-ID');
    

    Regards,
    Ismael

    in reply to: Pop For Full Screen Slider Button #256077

    Hey codepantry!

    Thank you for using the theme!

    We are not certain of what it is you’re trying to accomplish. If you don’t mind, please post a screenshot of what you’re trying to do. We will give you a proper response once we have a better understanding of the issue.

    Cheers!
    Ismael

    in reply to: Partner Logo won't appear until scrolling #256055

    Hey OytunYalcin!

    Thank you for using the theme!

    Please try this on Quick CSS or custom.css:

    #top .avia-content-slider {
    -webkit-transform-style: flat;
    }

    Best regards,
    Ismael

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

    Hi!

    Thank you for the update and we’re sorry that you’re having this issue.

    Please try this temporary solution provided by another user, seems to work on his end.

    function ava_css_dashboard() {
    echo '<style type="text/css"> .js .tmce-active .wp-editor-area {color: #555;} </style>';
    }
    
    add_action('admin_head', 'ava_css_dashboard');

    We have reported the issue to Kriesi. Please wait for his response.

    Regards,
    Ismael

    in reply to: Problem whit the advanced layout editor #256050

    Hi SwissDesign!

    Thank you for using the theme!

    Please try this on functions.php:

    function ava_css_dashboard() {
    echo '<style type="text/css"> .js .tmce-active .wp-editor-area {color: #555;} </style>';
    }
    
    add_action('admin_head', 'ava_css_dashboard');

    Let us know if it works.

    Best regards,
    Ismael

    in reply to: Headline title url #256049

    Hi!

    Glad the pages are back!

    Please try to change a little bit of settings on Enfold > Theme Options then “Save Changes”. This should refresh the enfold_child.css file. Let us know if it works.

    Regards,
    Ismael

    in reply to: Issues with some inner content width below #256046

    Hi!

    Thank you for the update.

    Please try this to fix the responsiveness issue:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top #main .avia-section .template-page {
    width: 428px;
    }
    
    .avia-section.av-minimum-height .container .content {
    display: block;
    }
    }

    Best regards,
    Ismael

    in reply to: Making Enfold to work after uploading to server #256041

    Hey!

    Thank you for the update.

    Please use the plugin mentioned on the documentation Yigit suggested then refer to this link for more info on how to properly migrate your website from production to development vice versa: https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    I recommend to use WP MigrateDB or WP MigrateDB PRO

    Regards,
    Ismael

    in reply to: enfold + buddypress group avatar #256038

    Hey simonac!

    Thank you for using the theme!

    Please try this:

    function bp_dtheme_activity_secondary_avatars( $action, $activity ) {
    switch ( $activity->component ) {
    case 'friends' :
    // Only insert avatar if one exists
    if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {
    $reverse_content = strrev( $action );
    $position = strpos( $reverse_content, 'a<' );
    $action = substr_replace( $action, $secondary_avatar, $position);
    }
    break;
    }
    
    return $action;
    }
    add_filter( 'bp_get_activity_action_pre_meta', 'bp_dtheme_activity_secondary_avatars', 10, 2 );

    We would like to see an example of the page where the avatar is showing.

    Regards,
    Ismael

Viewing 30 posts - 58,681 through 58,710 (of 67,175 total)