Forum Replies Created

Viewing 30 posts - 53,431 through 53,460 (of 67,505 total)
  • Author
    Posts
  • in reply to: Social links not working on the team member pictures? #359246

    Hey!

    Thank you for using Enfold.

    Looks like you’re using version 2.9.1 which has various issues with WordPress 4.0.1. Please upgrade to Enfold 3.0.4. You won’t lose any theme options or configurations as long as you properly updated the theme. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Questions about customization and avia images #359238

    Hi!

    1.) Use this to remove the border radius:

    .gravatar img. gravatar, .avia-post-nav .entry-image img {
    border-radius: 0;
    }

    3.) Add this to remove the inner circle of the overlay:

    span.image-overlay-inside {
    display: none !important;
    }

    4.) Use this to move the floating share bar:

    @media only screen and (min-width: 1600px) {
    #share42 {
    left: 20%;
    }
    }

    5.) Edit the single.php file, add the code there.

    Best regards,
    Ismael

    in reply to: logo #359235

    Hey!

    Add this on Enfold > General Styling > Quick CSS:

    .logo img {
    top: 30px;
    }

    Regards,
    Ismael

    in reply to: table behavior #359233

    Hey kailibuy!

    Thank you for using Enfold.

    You can use this:

    .page-id-3442 td.avia-highlight-col {
    width: 50%;
    }

    To change the color, use this:

    .main_color .avia-data-table .avia-highlight-col, .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: transparent;
    border-color: transparent;
    }

    Regards,
    Ismael

    in reply to: add color to menu when mouse move on to the menu #359231

    Hi paulchiao!

    Thank you for using Enfold.

    Please go to Enfold > Advanced Styling panel. Insert the Main Menu Link element then enable the Apply only to mouse hover state. Change the style.

    Cheers!
    Ismael

    in reply to: Add page urls to ajax portfolio #359229

    Hey!

    You can add the read more link manually on the preview content editor or edit config-templatebuilder > avia-shortcodes > portfolio.php. Find this code on line 672:

    $output .= "<div class='entry-content-wrapper entry-content' ".avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$id, 'custom_markup'=>$this->atts['custom_markup'])).">";
    						$output .= $content;
    

    Replace it with:

    $output .= "<div class='entry-content-wrapper entry-content' ".avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$id, 'custom_markup'=>$this->atts['custom_markup'])).">";
    						$output .= $content;
    						$output .= "<span class='portfolio-read-more'><a href='{$link}'>Read More</a></div>";
    

    Please create a change log of these changes in case you update the theme.

    Regards,
    Ismael

    in reply to: Change Blog´s Headline Font Size in Avia "Blog Post list" #359227

    Hey!

    You can use this:

    #top .flex_column .template-blog .post-title {
    font-size: 25px;
    }

    Cheers!
    Ismael

    in reply to: Google Maps in a Slider #359225

    Hi!

    You need to add the div container with the map id below the script.

    <div id="map"></div>
    

    Then add a custom width and height for the container on Quick CSS:

    div#map {
    width: 100%;
    height: 500px;
    }

    Cheers!
    Ismael

    in reply to: Searh Mistake #359221

    Hey!

    It means that the current mo/po language hasn’t been translated completely. The user who translated it missed some strings. Please use the codestyling localization to translate those strings manually. I’m sorry but we only rely on users to translate the theme.

    Cheers!
    Ismael

    in reply to: Menu expanded after update #359220

    Hey!

    Yeah. The logo image is too big. All you need is 201x88px image if you want to keep the current look of the logo.

    Cheers!
    Ismael

    Hi ronmccoy100!

    Thank you for using Enfold.

    Theme options and configurations are saved on the database and it is quite important that you keep the database intact when transferring the site. In order to that, we usually recommend the WP Migrate DB or the WP MIGRATE PRO plugin.

    Please refer to these links for more info on how to properly migrate your Enfold website from production to development and vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Best regards,
    Ismael

    in reply to: Site is all black after update #359218

    Hey Gal763!

    Thank you for using Enfold.

    Did you add any modifications on the child theme? Did you duplicate any files from the parent theme to the child theme? Please post the website url here. We would like to check it.

    Cheers!
    Ismael

    in reply to: Child theme issue after latest enfold update #359217

    Hey!

    Are these all the css codes on the Quick CSS field? Please post all the css codes on pastebin.com. We would like to check it.

    Cheers!
    Ismael

    in reply to: Logo Dimensions #359216

    Hey!

    The image that you use as a logo have a lot of white space or gap on top and at the bottom. Please crop it first then upload it again.

    Cheers!
    Ismael

    in reply to: Contact Forms Not Showing On Pages #359213

    Hey!

    Thank you for using Enfold.

    There’s an issue with WordPress 4.0.1 regarding contact forms and sliders but it is fixed on Enfold 3.0.4. Glad it is working now.

    Best regards,
    Ismael

    in reply to: Not working content slider!! IE8,9,10 #359210

    Hey!

    The content slider looks fine when I checked it. Please remove browser cache then test it again.

    Best regards,
    Ismael

    in reply to: Horizontal opt in form #359209

    Hey!

    Where did you add the code? Please add it on the Quick CSS field. It should alter the minimum height of the color section.

    Best regards,
    Ismael

    Hey!

    You don’t need to replace the order parameters.

    function custom_post_grid_query( $query, $params ) {
        $query['orderby'] = 'meta_value_num';
        $query['order'] = 'DESC';
        return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);

    Please apply custom fields with different value(example: $ 9.99, $ 8.99 and $ 7.77) on 3 posts then test it. Change DESC to ASC or vice versa.

    Best regards,
    Ismael

    in reply to: Applying link to Icon and Title breaks Icon Box #358887

    Hey!


    @SeizeTheBeat
    : Looks like you managed to fix it. If not, can you please create a test page so that we can see the issue?


    @Pearwcz
    : A link to the page with the actual issue will help.

    Best regards,
    Ismael

    in reply to: Horizontal opt in form #358886

    Hey Pauloflores!

    Thank you for using Enfold.

    You can adjust the minimum height of the section with this:

    div#my_section {
    min-height: 80px;
    overflow: hidden;
    }

    Regards,
    Ismael

    in reply to: GTB – A General Concern #358885

    Hi Mohan-Iyer!

    Thank you for using Enfold.

    I’ll ask Kriesi to take a look. You can disable the WP auto update and I’m sure you know how to do that. If I am not mistaken, theme developers such as yourself will see the latest versions, bug fixes, changes, addons once they are publicly released unless they are part of the WordPress core team which I doubt because they are too busy with the theme as it is. So only after the public release, theme developers will be able to see update issues and fix them.

    Cheers!
    Ismael

    in reply to: Unwanted space between color spaces #358884

    Hey!

    Maybe, there is a column layout that you forgot to remove below the #check section. Please check. Try to add this on Quick CSS:

    .page-id-4274 div#after_section_1 {
    display: none;
    }
    

    Regards,
    Ismael

    Hi!

    It’s been two months. I checked the site but I got this error:

    Description: Unable to locate the server requested — the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.

    Cheers!
    Ismael

    in reply to: change the text "Blog – Die aktuellsten Neuigkeiten" #358881

    Hi!

    Please try to replace the code with this:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ( $args['title'] == 'Blog - Die aktuellsten Neuigkeiten' )
        {
            $args['title'] = get_the_title($id);
            $args['link'] = get_permalink($id);
            $args['heading'] = 'h1';
        }
    
        return $args;
    }

    Best regards,
    Ismael

    in reply to: Mobile menu not working #358880

    Hey!

    Are you sure you updated the whole theme files? Please try to deactivate the cache or minify plugin. Or purge the cache then test it again.

    Regards,
    Ismael

    in reply to: How do I add code underneath social share buttons #358877

    Hey!

    Please undo the changes above then look for this code on line 257:

    if($echo) 
    		{	
    			echo $icons->html();
    		}

    Replace it with:

    if($echo) 
    		{	
    			echo $icons->html();
    			echo do_shortcode('[fbcomments]');
    		}
    

    Please create a change log of this modifications in case you update the theme.

    Cheers!
    Ismael

    in reply to: Best Slider Dimensions? #358873

    Hey!

    The layer slider adds a negative top margin and dynamically adjust the width of the background image by default. Not sure why the plugin do that, maybe to compensate, when viewing the slider on different screen devices Instead of adding a background image on the slides, add the image as a layer. Set the width and height on the Styles panel to 100%.

    Best regards,
    Ismael

    in reply to: How to modify the full width submenu #358870

    Hey!

    Use this to change the hover color:

    #top .av-subnav-menu > li > a:hover {
    color: red;
    }

    Best regards,
    Ismael

    in reply to: Slider disappeared #358869

    Hey Minn!

    Thank you for using Enfold.

    Yeah, it is the update to WordPress 4.0.1. Please download Enfold 3.0.4 to fix the issue.

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    I’m sorry but we don’t recommend the use of the Advance Layout Builder on posts or custom post types because it will break the layout of the theme specially when you’re using full width elements such as color section or fullwidth sliders. This is why it is disabled by default. Please disable the ALB then use the shortcode wand instead. We will not provide support for any issues regarding ALB on posts.

    Regards,
    Ismael

Viewing 30 posts - 53,431 through 53,460 (of 67,505 total)