Forum Replies Created

Viewing 30 posts - 30,061 through 30,090 (of 34,566 total)
  • Author
    Posts
  • in reply to: Font Sidebar #894666

    Hey denisj77,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-61 .inner_sidebar {   
    font-style: normal!important; 
    }

    It is meant to work only for that page.

    Best regards,
    Mike

    in reply to: Sidebar with page background #894664

    Hi,
    I have changed the code so it will only work on the one page, and so it won’t repeat the image.

    #top.page-id-614 #main .container:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.2;
        background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    Best regards,
    Mike

    in reply to: Transparent Table #894661

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Image Overlay #894659

    Hey evivecare,
    I have tested and found that the overlay is not showing for me, perhaps try clearing your browser cache.
    https://pictr.com/image/8hHjB

    Best regards,
    Mike

    in reply to: Contact Form without function #894655

    Hi,
    I added this code to the end of your functions.php file in Appearance > Editor:

    add_filter( 'avf_form_from', 'enfold_customization_contact_form_etc', 10, 3 );
    function enfold_customization_contact_form_etc( $from, $p1, $p2 ) {
    	global $enfold_custom_from_header;
    	$enfold_custom_from_header = $from;
    }
    add_filter( 'avf_form_mail_header', 'enfold_customization_contact_form_etc2', 10, 3 );
    function enfold_customization_contact_form_etc2( $header, $p1, $p2 ) {
    	global $enfold_custom_from_header;
    	$header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n';
    	return $header;
    }

    which adds the reply-to in your mail header. You can see the test mail in the WP Mail Log plugin on your site, it also shows there is no longer a sending error.
    Please check.
    Please note that if you test, try not to use the same address in the form from address that it is going to, as it may trigger your hosts spam protection.

    Best regards,
    Mike

    in reply to: Link Post format in Magazine title not linking out #894637

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: search result doesn't work #894636

    Hi,
    Thank you for the login, I found that one of your plugins is causing the issue by deactivating all of them, Try disabling your plugins and reactivate each one individually until you find the one causing the error.

    Best regards,
    Mike

    in reply to: Issue with Blog Posts and advanced layout builder #894514

    Hi,
    I’m not sure if I’m looking at the right area, but I think I see it. please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider Caption Position #894512

    Hi,
    It’s kind of hard to power over “top” from this side to be sure on the exact percentage.
    Try -5% to see where it lands and adjust until it where you like it.

    Best regards,
    Mike

    in reply to: header #894507

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    
    function my_search_form($html)
    {
        return str_replace('Cerca', 'Search', $html);
    }
    add_filter('get_search_form', 'my_search_form');

    Best regards,
    Mike

    in reply to: Briefly unavailable! #894502

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Issue with Blog Posts and advanced layout builder #894488

    Hi,
    Please use a child theme and apply this code to functions.php file of your child theme.

    add_filter('avia_post_nav_categories', 'use_same_category_filter');
    function use_same_category_filter($same_category)
    {
    $same_category = true;
    return $same_category;
    }

    Best regards,
    Mike

    in reply to: Each Element Should Have the Same Options #894485

    Hey Andrea,
    Sorry we don’t have that yet. But it looks like you are using the layout builder for your posts, couldn’t use use the element you wanted on that page?

    Best regards,
    Mike

    in reply to: Line Below the menu bar #894456

    Hey jayfarr1982,
    I didn’t see a strike though the menu, please see screenshot in Private Content area.
    Can you please add a screenshot to point out how you see it?

    Best regards,
    Mike

    in reply to: Sidbar not working – showing under content? #894449

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Issue with Blog Posts and advanced layout builder #894435

    Hi,
    Ok, I changed it back, is there anything else we can help with today, or shall we close this then?

    Best regards,
    Mike

    in reply to: search result doesn't work #894429

    Hey bcdcosmetici99,
    There is an error in your cache plugin causing the css for the sidebar to make it 100% width over the top of everything else. Try disabling your plugin and clearing the cache of the site.

    Best regards,
    Mike

    in reply to: Sidbar not working – showing under content? #894426

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Issue with Blog Posts and advanced layout builder #894424

    Hi,
    All could be issues. Shall I undo the changes?
    When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt, yet the manual excerpt will not show images.
    It is recommend to use the default editor for blog posts.

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider Caption Position #894423

    Hey tmputnam,
    Do you have some custom css code like this:

    .slideshow_align_caption {
        top: -200px

    or a setting in the slider that is -200px ?
    instead of a pixel height try a percentage.

    Best regards,
    Mike

    in reply to: Issue with Blog Posts and advanced layout builder #894421

    Hi,
    Yes

    Best regards,
    Mike

    in reply to: Collapse All Tabs Only On Mobile #894420

    Hi,
    That element doesn’t have a collapsed state like the accordion.
    I tested using “display:none” on the first tab but the footer then fills the page and there would not be a way to then display the first tab at all on click.

    Best regards,
    Mike

    in reply to: Issue with Blog Posts and advanced layout builder #894416

    Hi,
    When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt.
    But I found a workaround, first Enable Avia Layout Builder Debug with this code to the end of your functions.php file in Appearance > Editor:

    
    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
     

    Then build your post with the layout builder and save, then copy the shortcode from the debugger area and switch to the default editor and paste the shortcode in the “text tab” not the “visual tab”, then update/save.
    The full post will show.
    This is not suppose to work, but it seems to.
    I did this for your first post to show you.
    Please check & if you want me to undo the changes I will.

    Best regards,
    Mike

    in reply to: Enfold – Link-Farbe in separatem div ändern #894404

    Hi,
    Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.

    Best regards,
    Mike

    in reply to: Enfold – Headers already been sent + cron.php Fehler #894400

    Hey x06designs,
    I was unable to ftp please check the hostname.

    Best regards,
    Mike

    in reply to: Collapse All Tabs Only On Mobile #894394

    Hey bluerocker,
    Do you mean tabs, as in these: https://kriesi.at/themes/enfold-2017/elements/tab-section/
    Or accordion, as in these: https://kriesi.at/themes/enfold-2017/elements/accordion/

    Best regards,
    Mike

    in reply to: Main menu – changes color when scrolling down #894391

    Hey frederiksandgrav,
    Try this code in the General Styling > Quick CSS field:

    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
        color: #fff!important; 
    }
    .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .sub_menu li ul a {
        color: #fff!important; 
    }

    Best regards,
    Mike

    in reply to: Enfold – Link-Farbe in separatem div ändern #894388

    Hey Johannes,
    Bitte versuchen Sie dieses CSS:

    .my-cta-box span a {color: red;}
    .my-cta-box span a:hover {color: orange;}

    Bitte löschen Sie alle Cache-Plugins und Ihren Browser-Cache.

    Best regards,
    Mike

    in reply to: Briefly unavailable! #894381

    Hey tennetno,
    Yes, that is normal for the WordPress 4.9.1 update, it is working correctly now.

    Best regards,
    Mike

    in reply to: Shop Banner Image #894378

    Hi,
    I changed the Shop Description Color to:

    rgba(0, 0, 0, 0);

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 30,061 through 30,090 (of 34,566 total)