Forum Replies Created

Viewing 30 posts - 45,751 through 45,780 (of 66,103 total)
  • Author
    Posts
  • in reply to: Body Text with increased font on mobile #498988

    Hey Jan!’

    Thank you for using Enfold.

    The code is actually incorrect. The body tag contains the #top id attribute, basically, they’re the same. Please replace it with:

    @media only screen and (max-width: 467px) {
    body {
    font-size: 13px;!important;
    }
    }

    OR

    @media only screen and (max-width: 467px) {
    #top {
    font-size: 13px;!important;
    }
    }

    Best regards,
    Ismael

    in reply to: WordPress update to 4.3 Dashboard Menu funky #498987

    Hi!

    Is it the same when you activate a default theme? If it is then it is a browser or WP specific issue.

    Cheers!
    Ismael

    in reply to: Enfold theme not updating through Envato Toolkit plugin #498986

    Hey!

    We will include it in future updates. Are you experiencing any issues with the current version of the plugin?

    Cheers!
    Ismael

    in reply to: Few question regarding Menu Bar #498985

    Hey Khalid!

    Thank you for using Enfold.

    1.) Looks like you managed to remove the border. Is that correct?

    2.) Go to Appearance > Menus panel. Edit the menu item, look for the Description field.

    3.) Add this in the Quick CSS field to change the background on mobile view:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
        background-image: none;
        background-color: #000000;
    }}

    Regards,
    Ismael

    in reply to: "displayed everywhere widgets" order permutation #498983

    Hi Anton!

    Thank you for using Enfold.

    Modify the sidebar.php file, look for this code:

     //global sidebar
            if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
    

    Place it above the other widget areas.

    Best regards,
    Ismael

    in reply to: Issue with mobile menu #498982

    Hey eny4W!

    Thank you for using Enfold

    Did you add any css modifications to alter designs on mobile devices? Please upgrade the theme to the latest version 3.3.2. If the upgrade doesn’t fix the issue, use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        top: 50px !important;
        border: 0;
    }}

    Regards,
    Ismael

    in reply to: How to insert different background images to mega menu? #498793

    Hi!

    Please try to adjust the code to something like this:

    .avia_mega_div > .sub-menu {
        background: url("//barkingzebratours.com/new/wp-content/uploads/2015/08/Megamenu_kili-1050.jpg") !important;
        background-size: 100% 100% !important;
    }
    
    .avia_mega_div .sub-menu li, .avia_mega_div .sub-menu a, .avia_mega_div > .sub-menu li ul {
        background-color: transparent !important;
    }
    

    Best regards,
    Ismael

    in reply to: How do I update LayerSlider #498792

    Hi Mark!

    Thank you for using Enfold.

    We haven’t included the latest version of the plugin yet but it will be included eventually. Please wait for the next theme update.

    Best regards,
    Ismael

    in reply to: no automatic update on 1 of 2 sites….. #498791

    Hey!


    @fjhughes
    : If you can’t update the theme automatically, try to update the theme via FTP: http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Best regards,
    Ismael

    in reply to: Add Serach Box to Mobile Menu #498790

    Hi!

    If you want to add a search box inside the mobile menu, please add this in the functions.php file:

    add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level-5">'.get_search_form(false).'</li>';
    		$items = $search . $items;
    	}
    	return $items;
    }

    After that, add this code in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top #searchform>div {
    display: block !important;
    opacity: 1 !important;	
    }
    }

    Regards,
    Ismael

    in reply to: Blog Page Titles incorrect #498788

    Hey!

    Alright. If you have the chance to access the site, try to add this in the functions.php file:

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

    https://kriesi.at/support/topic/cant-change-blog-die-aktuellsten-neuigkeiten/#post-460731

    Best regards,
    Ismael

    in reply to: Title in Single-Portfolio-Page and position of picture #498786

    Hey!

    Add this code below the other one:

    add_filter('avf_title_args', 'avf_title_args_mod', 10, 2);
    function avf_title_args_mod($args,$id)
    {
        if ( is_single() )
        {
            $category = get_the_category($id);
    		$args['title'] = $category[0]->name;
            $args['link'] = get_permalink($id);        
        }
    
        return $args;
    }

    Regards,
    Ismael

    in reply to: Removing Line under hyper links only works on some pages #498785

    Hi!

    They don’t seem to be connected at all. Since we didn’t see the link with the issue, we won’t be able to tell what causes it. It might be from a rogue style sheet from a plugin or something else. Anyway, glad you fixed it. :)

    Cheers!
    Ismael

    in reply to: Header widget not displaying on iPhone 6+ #498784

    Hi!

    Does the iphone have retina display? Try to use this css media queries to adjust the element: https://css-tricks.com/snippets/css/retina-display-media-query/

    Regards,
    Ismael

    in reply to: HTML BLOCK #498783

    Hey!

    Looks like the code also affects the theme’s logo. Add a color section then place a code block element inside. In the code block element, add this code:

    <div class="container">
    <img class="logo-custom" src="http://www.7emezzastudio.it/TEST/logo-edit.png">
    <img class="due" src="http://www.7emezzastudio.it/TEST/2.png" />
    <img class="scritta" src="http://www.7emezzastudio.it/TEST/scritta.png" />
    </div>
     
    <script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/TweenMax.min.js"></script>
    <script src="http://www.7emezzastudio.it/TEST/main.js"></script>

    After, modify this file http://www.7emezzastudio.it/TEST/main.js. Replace this line of code:

    TweenLite.to(".logo" , 3, {x:460, rotation:360, ease: Bounce.easeOut})
    

    ..with this:

    TweenLite.to(".logo-custom" , 3, {x:460, rotation:360, ease: Bounce.easeOut})
    

    I’m not sure how the TweenLite script actually works so you have to contact the plugin author regarding the correct settings.

    Cheers!
    Ismael

    in reply to: Enfold 3.3.2 breaks WPML with Domains #498782

    Hi!

    Thank you for creating the test site. Yes, we need to access the dashboard. Please post the login details in the private field. Have you tried flushing the Settings > Permalink options?

    Cheers!
    Ismael

    in reply to: Button Issue on Mobile Devices #498781

    Hi!

    Can you please recreate the test page? We found other threads confirming the issue. If I remember correctly, you have an iPhone with retina display. Is this happening on mobile devices without retina display?

    Regards,
    Ismael

    in reply to: Grid row layout component Issue #498779

    Hi!

    Looks like you combined shortcodes plus html codes inside the code block element. There is a note in a code block:

    “Enter some text/code. You can also add plugin shortcodes here. (Adding theme shortcodes is not recommended though)”.

    It is not recommended to use theme shortcodes inside a code block because a combination of shortcodes and html codes tend to break the layout of the builder. Removing the search widget doesn’t seem to fix the issue.

    Cheers!
    Ismael

    in reply to: My account ICON #498778

    Hi!

    Replace the code in functions.php if you want to use the icon font:

    // add account icon
    add_action('ava_after_main_menu', function() {
    	echo '<a class="mobile-account" href="#"><span class="av_font_icon avia_animate_when_visible av-icon-style-  av-no-color avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span></a>';	
    });

    I’m sorry but I don’t see why you have to add it above the header? According to the screenshot, you want to align the icons on a single file.

    Cheers!
    Ismael

    in reply to: Translation Upcoming #498777

    Hi!

    What is the language which you want to translate it to? Please access the theme folder via FTP then look for the “lang” folder. Look for the language file (.po), edit it then add this code at the very bottom:

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/events_countdown.php:210
    msgid "Upcoming"
    msgstr "TRANSLATION HERE"
    

    Save the file. Go to the Loco Translate plugin again then compile or sync the language files.

    Cheers!
    Ismael

    in reply to: Mailchimp integration failure #498776

    Hey Sanderkleijn!

    Thank you for using the theme.

    The site redirects to a facebook page. When I tried to access the wp admin directly, an error has occured:

    Parse error: syntax error, unexpected '}' in /var/www/qb102298/data/www/bijzonderkleijn.nl/wp-content/themes/enfold-child/functions.php on line 10
    

    http://www.bijzonderkleijn.nl/wp-admin/

    Cheers!
    Ismael

    in reply to: Bild im Headerbereich wird nicht gestreckt #498773

    Hey ideenheimat!

    Thank you for using Enfold.

    Did you add the header in the general styling > header panel? Try to add this in the Quick CSS field:

    .header_color .header_bg {
        background-size: cover;
    }

    Cheers!
    Ismael

    in reply to: Whitespace erzeugt dennoch Linie #498772

    Hey Phybo!

    Thank you for using Enfold.

    The theme automatically creates section for every element outside a color section, grid row or any main container. And each section content contains a 50px padding, top and bottom. Try to relocate the separator inside the grid row cells. If the grid row element contains 2 cells, add the same separator on each cells.

    Cheers!
    Ismael

    in reply to: Responsive version: Headlines are not shown in a whole… #498771

    Hi!

    The titles’ are a bit long so decreasing the font size is not a good option. If you want to try it, add this:

    @media only screen and (max-width: 767px) {
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        font-size: 11px !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Background overlay on Masonry grid #498770

    Hey!

    What happens when you add more masonry items? I have a monitor with 1920x1080px resolution but the issue is barely visible. Let’s hope that adding more items correct the alignment.

    Best regards,
    Ismael

    Hi!

    Try to use this:

    function avf_accordion_entries_query_mod($query, $params) {
        $query['category__not_in'] = array( 27, 18 );
        return $query;
    }
    add_filter('avf_accordion_entries_query','avf_accordion_entries_query_mod');

    Again, you can add a unique category to the posts that you want to exclude. Use the id of that category to replace 27 and 18 in the example above.

    Best regards,
    Ismael

    in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #498237

    Hey!

    The href attribute of the chosen product attribute is empty. Did you add any modifications in the theme (functions.php etc.)? Please post the login details here, we would like to check it.

    Best regards,
    Ismael

    in reply to: Responsive version: Headlines are not shown in a whole… #498221

    Hi!

    The word-break property is not set. Try to use this in the Quick CSS field:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        word-break: break-word;
    }

    Cheers!
    Ismael

    in reply to: remove margins in color section & fullsize images #498219

    Hey!

    Can you please provide a link to the actual page? Try to set the image as Custom Background Image of the grid row cell.

    Cheers!
    Ismael

    in reply to: Static button in Advanced Layerslider #498217

    Hi!

    What if you add another color section with the button below the slider? Apply a negative top margin to the section to move it upwards in front of the slider. Use the “Section ID ” field to distinguished that specific color section from other section in the page.

    Best regards,
    Ismael

Viewing 30 posts - 45,751 through 45,780 (of 66,103 total)