Forum Replies Created

Viewing 30 posts - 30,061 through 30,090 (of 34,546 total)
  • Author
    Posts
  • 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

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

    Hi,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: remove sidebar on blog post page but keep layout #894372

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

    Best regards,
    Mike

    in reply to: Space between header area and page content #894370

    Hi,
    Please try removing the code I gave you and try this:

    @media only screen and (min-width: 990px) {
    #header_meta { display: none !important; }
    #layer_slider_1 {top:-30px !important; }
    .html_header_top.html_header_topbar_active.html_header_sticky #top.tribe-events-page-template #main {padding-top: 90px!important; }
    }

    Best regards,
    Mike

    in reply to: Sidebar with page background #894360

    Hi,
    Here are two options, Try this code in the General Styling > Quick CSS field for a background-image:

    #top.page-template-default.page.stretched #main .container {
        background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg);
        background-repeat: repeat;
    }

    But if you want opacity on your image, try this one:

    #top.page-template-default.page.stretched #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: repeat;
    }

    If you want this only on one page let us know and we can help add the page_id to the code.

    Best regards,
    Mike

    in reply to: header #894357

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

    @media only screen and (min-width: 767px) { 
    li#menu-item-search  {display:inline-block!important;}
    }

    Best regards,
    Mike

    in reply to: why this page does not work ? #894354

    Hi,
    It looks like your site was migrated from a localhost, the urls for many of the images are still pointing to the localhost and not your live site. Typically when migrating the tool will change the urls in the database, or you will need to use a search and replace tool to change them manually, such as Better Search Replace
    Is this correct? How did you migrate?

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #894344

    Hi,
    I have created a zip file with all of the images from the gym demo in the Private Content area, please try adding them to your
    \wp-content\uploads\2016 via FTP, I would have tried but I didn’t see a user login for your FTP, just url & password.
    To be clear there are 3 folders /02/, /05/, /06/ and they go into the folder /2016/ in your /uploads/ folder.
    Please clear any cache plugin and your browser cache afterward.

    Best regards,
    Mike

    in reply to: Shop Banner Image #894326

    Hi,
    I believe that to use different shop banners for pages and categories you will need to use a plugin such as: Woocommerce Category Banner Management Please review the plugin video to see if this is what you had in mind.

    Best regards,
    Mike

    in reply to: Please Help with Side Menu #894266

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

    Best regards,
    Mike

    in reply to: Can I turn off the rollover effect on my blog images? #894265

    Hey Dandelion222,

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

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1!important; 
    }
    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none!important; 
        transform: none!important; 
    }

    Best regards,
    Mike

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

    Hey gb,
    Please check the manual excerpt box to ensure it is empty.

    Best regards,
    Mike

    in reply to: Mobile Menu shows page content #894258

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

    Best regards,
    Mike

    in reply to: CSS for Breadcrumbs #894257

    Hi,
    Oh, I had gone to the projects page.
    Unfortunately your breadcrumbs plugin doesn’t contain the class that their document says to use for your css “.breadcrumbs”
    this means that the links can be adjusted but not the arrows >
    You can see by adding this code in the General Styling > Quick CSS field:

    #main .container span  {float: right !important; }

    Please ask the developer how you can add the class as in their document.

    Best regards,
    Mike

    in reply to: How to underline link text in lists with CSS #894254

    Hi,
    I added the custom classes option to your child theme for the layout builder, by adding this code to your child theme functions.php file in Appearance > Editor:

    add_theme_support('avia_template_builder_custom_css');

    Then I went to the bottom of your text block element and added “costumes” as the css class.
    2018-01-06_161449
    Then I added this code in the General Styling > Quick CSS field:

    .costumes a {
        color: #155563 !important;
        text-decoration: underline !important;
    }
    .costumes a:hover {
        color: #155563 !important;
        text-decoration: none !important;
    }

    I wasn’t sure if you wanted to use the same colors, so you can change that if you like.

    Best regards,
    Mike

    in reply to: Sidebar with page background #894240

    Hi,
    You can Try this code in the General Styling > Quick CSS field
    or in the child theme style.css in Appearance > Editor

    Best regards,
    Mike

    in reply to: Mobile Menu shows page content #894238

    Hey harebranedesign,
    I believe it is showing the menu description, please go to your menu at click the “screen options” at the top, within the drop down check the “description” box. You will then see a description text area for each menu item. You can remove the text to not show it on your menu.
    2018-01-06_154726

    Best regards,
    Mike

    in reply to: Habitat theme #894236

    Hey Ondrej Suchomel,
    Sorry it is no longer available: https://themeforest.net/item/habitat-blog-and-portfolio-theme/125365?ref=Kriesi
    as it is 8 years old and has not been updated for WordPress 4.9.1
    We do offer these themes: https://kriesi.at/theme-overview
    And the Enfold theme comes with these demos: https://kriesi.at/themes/enfold-overview/

    Best regards,
    Mike

    in reply to: Linking a whole grid in a grid row element #894230

    Hi,
    We could fix that with:

    .avia-button-wrap.avia-button-center {
    max-height: 100px !important; 
    }

    But it will not have the link cover the whole grid because of your image and text elements push it down, I had thought the image was added to the background of your grid and not a element.
    Please try to make a image of each icon with the text below it, so the text is apart of the image, then add this image as the background of the grid and your button with be on top, covering the whole grid.
    Or make a image of each icon with the text below it, so the text is apart of the image, then add this image to the image element you have with the link. Then add this css to make the image link cover the whole grid, no need to use a button.

    #services .flex_cell_inner a.avia_image {
    height: 400px !important; 
    }
    

    Best regards,
    Mike

    in reply to: Sidebar with page background #894223

    Hi,
    Yes you can with this css:

    #main .container_wrap {
    background-image: url(https://your-site.com/your_image.jpg) !important; 
    }

    Best regards,
    Mike

    in reply to: Menu in der copyright zeile #894219

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

    Best regards,
    Mike

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