Forum Replies Created

Viewing 30 posts - 26,731 through 26,760 (of 67,534 total)
  • Author
    Posts
  • in reply to: Plain div below header #1019495

    Hey sjidesign,

    Thank you for using Enfold.

    This css code might help.

    .responsive.html_top_nav_header .av-section-bottom-logo + div {
        border-top-style: solid;
        border-top-width: 30px;
        border-color: #000000;
    }
    

    Best regards,
    Ismael

    in reply to: Search with 2 fields #1019483

    Hey Stefan,

    Thank you for using Enfold.

    That is possible but it will require modifications that are beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable. They will gladly assist you.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hey Johann,

    Thank you for using Enfold.

    Can we have a copy of the language file? I’ll forward it to the dev team.

    Best regards,
    Ismael

    in reply to: Error api google maps #1019473

    Hey psconciafurno,

    Thank you for using Enfold.

    Where did you add the map? I tried to access the dashboard but the login credentials above were invalid. Please check.

    Best regards,
    Ismael

    in reply to: Email Reply Header #1019472

    Hey Sam,

    Thank you for using Enfold.

    I would like to check the contact form but the login credentials above are invalid. Please provide another login info.

    Best regards,
    Ismael

    in reply to: Tab section title problem #1019471

    Hey vincentsalin,

    Thank you for using Enfold.

    I don’t see the issue on my end. Is this fixed? If it’s not, please provide a screenshot using imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Problem with gaps in thumbnail columns in a gallery #1019468

    Hey web_star157_,

    Thank you for using Enfold.

    Try to re-upload the following image. Make sure that it has the same size as the rest of the gallery items.

    Best regards,
    Ismael

    in reply to: Page footer and sidebar problem #1019465

    Hey Tom,

    Thank you for using Enfold.

    Move all the elements of the footer page inside a color section to make it span or full width.

    Best regards,
    Ismael

    in reply to: Social network icons inside mobile menu #1019463

    Hey viom,

    Thank you for using Enfold.

    The social icons are visible when I check the site. Isn’t that what you wanted? Where do you want the social icons to be?

    Best regards,
    Ismael

    in reply to: How can I put these boxes onto the front page? #1019445

    Hey SlmnB,

    Thank you for using Enfold.

    1.) Those are created with the column elements. Add a negative top margin to pull the columns upwards.

    2.) That is doable with the Table element. Just set the Table Options > Table Purpose to “tabular” instead of the default option.

    Best regards,
    Ismael

    in reply to: Link to a specific Tab and make it active #1019442

    Hey Emmygraph,

    Thank you for using Enfold.

    There is a custom script for that because it’s not available by default. You can find it here:

    // https://kriesi.at/support/topic/hotspots-with-anchor-links-to-tabs-section/#post-896815

    Just replace this line:

    scrollToTab( '.av-image-hotspot_inner', 'click' );
    

    with the menu selector:

    scrollToTab( '.menu-item a', 'click' );
    

    Best regards,
    Ismael

    Hi,

    I’ll tag @Dude to the thread. Please wait for his response.

    Best regards,
    Ismael

    in reply to: No Image Tooltip on hover #1019327

    Hi,

    The tooltip and the lightbox caption requires the title attribute so removing that particular attribute will affect both. Try to create a script that removes the title attribute on “mouseover” and then brings it back on “mouseout”.

    Example here: https://stackoverflow.com/questions/8948113/mouseover-and-mouseout-events-jquery

    Best regards,
    Ismael

    in reply to: Horizontal tooltip #1019323

    Hi,

    That is possible. However, you need to modify one of the shortcode files in the config-templabuilder > aviashortcodes > gallery > gallery.php file. Look for this code around line 321:

    $tooltip = $caption ? "data-avia-tooltip='".$caption."'" : "";
    

    Replace it with:

    $tooltip = $caption ? "data-avia-tooltip-alignment='left' data-avia-tooltip-class='av-tt-default-width av-tt-pos-above av-tt-align-left  av-mobile-fallback-active av-tt-hotspot' data-avia-tooltip='".$caption."'" : "";
    

    Best regards,
    Ismael

    in reply to: how don't show featured image in some post #1019313

    Hi,

    You can remove the featured from the includes > loop-index.php file. The code that has to be removed may vary depending on the current blog style.

    Best regards,
    Ismael

    Hey sobemarketing,

    Thank you for using Enfold.

    That is how the background is supposed to resize on smaller screens. If you want it to be fully visible inside the header container, you can add the following css code but it may distort the image on certain screen sizes.

    @media only screen and (max-width: 767px) {
    .header_color {
        background-size: 100% 100%;
        height: 130px;
    }
    }

    // https://imgur.com/a/xn1SwH5

    Best regards,
    Ismael

    in reply to: reduce spaces in color section #1019307

    Hey adishlomy,

    Thank you for using Enfold.

    Edit the color section and set the “Section Padding” to “No padding”.
    Provide a screenshot of the color section if the option doesn’t remove the gap.

    Best regards,
    Ismael

    in reply to: Portfolio heritage problem? #1019305

    Hi,

    Can I have access to the dashboard? The filter excludes items from the child categories when I test it on my installation.

    Best regards,
    Ismael

    in reply to: Align center – masnory gallary #1019304

    Hi,

    I’ve added the css code on the Quick CSS field. I had to disable the cache plugin temporarily to regenerate the scripts and stylesheets. Enable the cache plugin back once you’re completely done with the site.

    // https://imgur.com/a/NcQ0B7j

    Best regards,
    Ismael

    in reply to: Full-Screen Slider: video loop slide play duration #1019302

    Hi,

    Alright. Let us know if it works.

    Best regards,
    Ismael

    in reply to: Masonry Gallery fullscreen #1018782

    Hey DianaLoola73,

    Thank you for using Enfold.

    I can’t find that particular page. Can you give us the actual url of the page? A screenshot will help as well.

    Best regards,
    Ismael

    Hi,

    The full screen slider is hidden because of this css code.

    @media only screen and (min-device-width: 767px) {
    .hide_ipad {
        display: none !important;
    }
    }

    Please use the slider’s Screen Options instead.

    Best regards,
    Ismael

    in reply to: smooth shrinking header #1018780

    Hi,

    The “shrinking header” option is not enabled on the “:the-twenty” site. The logo only shrinks because of this css code.

    .av_header_transparency .logo, .av_header_transparency .logo a, .av_header_transparency .logo a img {
        max-height: 220px !important;
    }

    Please remove that css code and then enable the “shrinking” in the Enfold > Header panel.

    Best regards,
    Ismael

    in reply to: Adding pages using the WordPress Rest Api #1018779

    Hey Maarten,

    Thank you for using Enfold.

    Set the builder status to “active”. There’s a public method for that.

    AviaBuilder::set_alb_builder_status('active', 3547 );
    

    3547 is the id of the post. It’s going to set the meta info “_aviaLayoutBuilder_active” of that particular post to “active”.

    Best regards,
    Ismael

    in reply to: Help required on html #1018778

    Hi,

    You can add the snippet in the functions.php file.

    remove_action('wp_head','avia_debugging_info',1000);
    remove_action('admin_print_scripts','avia_debugging_info',1000);
    

    Post the login details in the private field if you need assistance adding the code.

    Best regards,
    Ismael

    in reply to: serch result site #1018777

    Hi,

    Thanks for the update.

    Use the POEdit software to translate the text manually. Generate the .mo file or compile it afterwards.

    // https://poedit.net

    Or post the FTP login details in the private field so that we can upload the updated language file.

    Best regards,
    Ismael

    in reply to: Enfold 4.4.1 & Gutenberg #1018776

    Hi,

    The advance layout builder is still not compatible with Gutenberg and I don’t think it will ever be because they are completely different. You will, however, have the option to choose between the theme’s builder or Gutenberg.

    Best regards,
    Ismael

    in reply to: Print out error google maps #1018775

    Hi,

    Thanks for the update. You can use this css code to adjust the map background size.

    .avia-google-map-container {
        background-size: contain !important;
    }

    Did you opt out of the maps via the privacy consent message? Try to remove the cookies in your browser.

    Best regards,
    Ismael

    in reply to: Layer Slider problems after changes in layer #1018772

    Hi,

    Great! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: child-theme solution for change an avia_element ? #1018770

    Hi,

    You can try this code.

    function change_pr_logo_path( array $avia_elements = array() )
    {
        $old = AVIA_BASE_URL."images/layout/logo_modern.png";
        $new = 'http://localhost/kriesi/enfold/wp-content/uploads/2018/10/splash-orange-3.png';
    
    	/** Find index of element to change*/
    	foreach( $avia_elements as $key => $element ){
    		if( ((isset( $element['id'] ) &&  ( $element['id'] == 'main_menu_preview' ) && isset( $element['slug'] ) && ( $element['slug'] == 'menu'))) || ((isset( $element['id'] ) &&  ( $element['id'] == 'default_header_target' ) && isset( $element['slug'] ) && ( $element['slug'] == 'header'))) ) {
                $avia_elements[$key]['std'] = str_replace("<img id='pr-logo' src='".$old."' alt=''/>", 
                "<img id='pr-logo' src='".$new."' alt='MyLogo'/>", 
                  $avia_elements[$key]['std']);         
            }
    	}
    
    	/*** Return modified */
    	return $avia_elements;
    }
    add_filter( 'avf_option_page_data_init', 'change_pr_logo_path', 10, 1 );

    Just change the $new logo url.

    Best regards,
    Ismael

Viewing 30 posts - 26,731 through 26,760 (of 67,534 total)