Forum Replies Created

Viewing 30 posts - 47,491 through 47,520 (of 67,572 total)
  • Author
    Posts
  • Hi!

    Replace the code with this:

    add_filter('admin_head', 'avf_builder_button_params_mod', 10, 1);
    function avf_builder_button_params_mod($params) {
      $user = wp_get_current_user();
      if ( in_array( 'administrator', (array) $user->roles ) ) {
        echo '<style type="text/css">.shortcode_button_wrap{display: none !important;}';
      }
    }

    Best regards,
    Ismael

    in reply to: Problems on iPad – iPhone screens #492608

    Hey!

    1.) Please follow the instructions on the following link in order to add the search bar inside the mobile menu: https://kriesi.at/support/topic/easy-slider-with-video-header-icon/#post-480687

    2.) The back to top button is disabled by default because you can double tap the top edge of mobile devices to return at the very top of the page.

    Best regards,
    Ismael

    Hi steviger!

    Thank you for using Enfold.

    We created the same setup on our installation and it displays the events in both categories. Please post the page url here so that we can check it.

    Cheers!
    Ismael

    in reply to: Need to adjust table column widths, etc #492605

    Hi!

    You can hard code the table manually by using a code or a text block. Refer to this link then look for the “Table Cells that Span Many Columns” section: http://www.w3schools.com/html/html_tables.asp

    Regards,
    Ismael

    Hi!

    Please create a new thread with the website url and the login credentials. Make sure that you have the latest version of the theme.

    Regards,
    Ismael

    Hi gjelsvik!

    Thank you for using Enfold.

    I tried to check the screenshot but it’s too small: http://bildr.no/thumb/YktQVFlp.jpeg

    The cta widget has an inline styling which sets the height to 300px. You can set the height to auto on smaller screens:

    #wp_cta_272_variation_0 {
        height: auto !important;
    }

    Best regards,
    Ismael

    in reply to: submenu #492600

    Hi!

    You can actually set the fullwidth sub menu to display a button on mobile devices. Edit the element then set the Mobile Menu Display to the second option.

    Regards,
    Ismael

    Hey!

    Yes, please post the login details here. It might help if you can visit the documentation page: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/

    Best regards,
    Ismael

    in reply to: Sidebar Widget Issue #492030

    Hey AlineDahmen!

    Thank you for using Enfold.

    We would like to see the current blog page. Please post the url here. Did you add the blog posts element?

    Regards,
    Ismael

    in reply to: Contact Form settings reverting #492007

    Hey Nick!

    Thank you for using Enfold.

    A user encountered the same issue before and this is the link to the thread.

    https://kriesi.at/support/topic/problem-with-forms/#post-392020
    https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712

    Is the site subscribed to a CDN?

    Cheers!
    Ismael

    in reply to: Code Block problem #492006

    Hi!

    I’m sorry but we don’t usually provide support for third party scripts and plugins. It is actually stated on our support policy. You might need to contact the plugin author regarding this issue because we have no idea how they generate the form styling.

    Regards,
    Ismael

    in reply to: Click to call #492004

    Hey AdDesign!

    Thank you for using Enfold.

    Please modify the phone info code, add a unique class attribute:

    <a class="custom-phone-info" href="tel:0401786376">tel:0401786376</a>
    

    Add this in the Quick CSS field to disable the link on desktop view:

    @media only screen and (min-width: 989px) {
    .custom-phone-info { pointer-events: none; }
    }

    Best regards,
    Ismael

    in reply to: blog preview pics stop showing #492003

    Hey!

    Is there any lazy load plugin installed?

    Looks like the image source is being replaced by something else. Please try to deactivate all plugins then test it again.

    <img width="180" height="180" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-type="image" data-lazy-src="http://pages.sanesolution.com/wp-content/uploads/2015/02/2013-5-5-Creamy-Lemon-Coconut-Cereal-7363-320x180-180x180.jpg" class="lazy lazy-hidden attachment-square wp-post-image data-lazy-ready" alt="Starvation Is NOT Healthy. Stop counting calories & go #SANE w/me at http://SANESolution.com">
    

    Cheers!
    Ismael

    in reply to: Drop Down Font Size #492002

    Hey mikehartrich!

    Thank you for using Enfold.

    You already have this code in the Quick CSS field:

    #top #header .mega_menu_title a {
        font-size: 12px !important;
        line-height: .9em !important;
        min-height: 10px;
    }

    Cheers!
    Ismael

    in reply to: WP Virus – Chinese letters in site title #492000

    Hey!

    You can check this link for recommended WP hosting: https://wordpress.org/hosting/

    Regards,
    Ismael

    Hi mikehartrich!

    Thank you for using Enfold.

    Go to Enfold > Header > Mobile Menu panel. Set the “Header Mobile Menu activation” to the second option.

    Best regards,
    Ismael

    in reply to: Button's Not Showing up Correctly #491998

    Hi!

    You need to remove the “>” sign or use the html entity code of the “greater than” symbol: http://www.w3schools.com/html/html_entities.asp

    Best regards,
    Ismael

    in reply to: Problem adding a drop down menu in a widget area #491997

    Hey!

    You can add something like this in a text widget:

    <select onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);">
        <option value="">Select...</option>
        <option value="http://yousite.com/donation-1">Donation Page 1</option>
        <option value="http://yousite.com/donation-2">Donation Page 2</option>
        <option value="http://yousite.com/donation-3">Donation Page 3</option>
        <option value="http://yousite.com/donation-4">Donation Page 4</option>
    </select>

    Cheers!
    Ismael

    in reply to: change required fileds in comment form with ALB #491996

    Hey scubasnsi!

    Thank you for using Enfold.

    It is possible to remove certain elements in the comment form but, unfortunately, you can’t separate the comment list and comment forms. Use this to remove the elements:

    span.minitext, .comment-form-url {
        display: none;
    }

    Regards,
    Ismael

    in reply to: Masonry Portfolio Title Underneath the Images #491994

    Hi!

    Yes, it is possible but it will require major code rewrite. You need to modify the config-templatebuilder > avia-shortcodes > portfolio.php file and then add custom css modifications. Look for this code:

    $extraClass .= ' default_av_fullwidth ';
    
                        $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
                        $output .= "<article class='main_color inner-entry' ".avia_markup_helper(array('context' => 'entry','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">";
                        $output .= apply_filters('avf_portfolio_extra', "", $entry);
                        $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">";
                        $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h3 class='grid-entry-title entry-title' $markup>";
                            
                            if(!empty($title_link))
                            {
                            	$output .= "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a>";
                            }
                            else
                            {
                            	$output .= "".$title."";
                            }
                            
                            $output .= '</h3></header>';
                        }
                        $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';
                        $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
                        $output .= '<footer class="entry-footer"></footer>';
                        $output .= "</article>";
                        $output .= "</div>";

    You can re-arrange the elements.

    Best regards,
    Ismael

    in reply to: Header Logo Overlapping Tabs #491993

    Hey!

    1.) Use this to fix the overlap issue:

    @media only screen and (max-width: 989px) {
    .av-main-nav > li > a {
        padding: 0 7px;
        font-size: 12px;
    }}

    2.) Add this to display the social icons on smaller screens:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu .social_bookmarks {
        display: block;
        position: absolute;
    }}

    Cheers!
    Ismael

    in reply to: Secondary top menu background color. #491992

    Hi!

    You can try this in the Quick CSS field:

    .av_secondary_right .container:before {
        content: '';
        background-color: blue;
        width: 300px;
        height: 32px;
        display: block;
        position: absolute;
        right: 0;
    }

    Remove the background of the header meta container. If this is not what you’re looking for, a screenshot will help.

    Best regards,
    Ismael

    in reply to: Sort Portfolio Items In Alphabetical Order #491987

    Hey!

    I’m sorry but the avia_post_nav function is based on the get_previous_post and get_next_post functions which only retrieves adjacent posts. WordPress posts are designed to display in reverse chronological order (from newest to oldest) which means that the function can only fetch entries base on date the post was created. If you want to fetch the post by title, you will need to modify the avia_post_nav in the functions-enfold.php file. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Blog Widget Showing Pages #491986

    Hey mikehartrich!

    Thank you for using Enfold.

    The blog post element should only display posts and exclude pages or other post types. Please post the login details here so that we can check it.

    Best regards,
    Ismael

    in reply to: Add Ajax Search to Vertical Menu #491984

    Hey Lissasan!

    Thank you for using Enfold.

    Please add this in the functions.php file:

    add_filter( 'ava_main_header', 'avia_append_search_nav_mod', 10);
    
    function avia_append_search_nav_mod()
    {
        ob_start();
        get_search_form();
        $form =  htmlspecialchars(ob_get_clean()) ;
    	
        $items = '<div id="menu-item-search-mod" class="menu-item-search-mod menu-item menu-item-search-dropdown">
            <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
               </div>';
    
        echo $items;
    }

    Use this in the Quick CSS field to adjust the position of the search icon.

    #menu-item-search-mod {
        position: absolute;
        right: 50px;
        z-index: 6000;
    }

    Cheers!
    Ismael

    in reply to: 2 small problems #491982

    Hi tcoach84!

    Thank you for using Enfold.

    Please use this plugin to translate the text or strings: https://wordpress.org/plugins/loco-translate/

    Best regards,
    Ismael

    Hey!

    I think you forgot the url to the website. Please post it here. Try to replace the code with this:

    
    add_filter('admin_head', 'avf_builder_button_params_mod', 10, 1);
    function avf_builder_button_params_mod($params) {
      $user = wp_get_current_user();
      if ( in_array( 'administrator', (array) $user->roles ) ) {
        echo '<style type="text/css">#avia_builder{display: none !important;}';
      }
    }
    

    Cheers!
    Ismael

    in reply to: Enfold Media Library not working in Grid view #491980

    Hey!

    @vonweizen: Please create a new thread. Post the website url and the login details there. Make sure that you have the latest version of WordPress and the theme.

    Best regards,
    Ismael

    in reply to: Masonry grid square dimensions #491979

    Hey!

    The masonry element is using the isotope script which calculates the position of the masonry items dynamically. I’m afraid, it’s not possible to control the height of the items without breaking the script. The width and height of the masonry items will depend on the number of columns and the current width of the main container.

    Best regards,
    Ismael

Viewing 30 posts - 47,491 through 47,520 (of 67,572 total)