Forum Replies Created

Viewing 30 posts - 18,331 through 18,360 (of 25,536 total)
  • Author
    Posts
  • Hi,

    Try creating a folder in your child theme and call it shortcodes, then copy this file in the Enfold theme, config-templatebuilder > avia-shortcodes > magazine.php and paste it in the shortcodes folder of the child theme and find this line of code (line 675):

    $output .=			"<time class='av-magazine-time updated' {$markupTime}>".$time."</time>";

    try replacing it with a div. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Breadcrumb is wrong #907690

    Hi,

    I’ve checked the link you gave, however the breadcrumb seems to be disabled, can you try to enable it again?

    Best regards,
    Nikko

    in reply to: Border Between Main and Sidebar #907686

    Hey Valerie,

    Child theme is preserves the changes you have done in the file, but I don’t think it’s needed on this situation (but if you want to use child theme, it would also be great). Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #main .sidebar, 
    #main .content.av-content-small {
        border: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Line-Height Mobile #907683

    Hi Justin,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      #top #slide h1 span {
        line-height: 1.5;
        display: block;
        padding: 0 !important;
      }
    }

    Let us know if that helps.

    Best regards,
    Nikko

    in reply to: Logo is blurred and not sharp #907676

    Hey BritaKossmann,

    Can you try to use 252 x 116px logo instead? Hope this helps.

    Best regards,
    Nikko

    in reply to: Grid Row Captions #907674

    Hi,

    Glad that you figured it out. Thanks for using Enfold! :)

    Best regards,
    Nikko

    in reply to: Negative margin for color section #2 #907672

    Hi,

    Glad that the issue is resolved! Thanks for using Enfold, have a nice day :)

    Best regards,
    Nikko

    in reply to: Remove Line under the Header #907646

    Hi Anton,

    Glad that Rikard helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Adding slider to footer #907645

    Hi,

    Just add this code in the functions.php of your child theme:

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

    If you have difficulty doing it, just let us know and we will assist you :)

    Best regards,
    Nikko

    in reply to: Stop animation for text blocks #907644

    Hi,

    We are sorry for the inconvenience, however we don’t have that feature, so the solution in the threads I posted previous are the ones we suggest.

    Best regards,
    Nikko

    • This reply was modified 7 years, 11 months ago by Nikko. Reason: wrong spelling
    in reply to: Main menu item borderstyled by hoover #907642

    Hi Alexander,

    Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

    Hi,

    Glad that it’s fixed, however if you need to layerslider, I would suggest using php 7.0. :)

    Best regards,
    Nikko

    in reply to: Hover effect for icon elements gone? #907639

    Hi,

    Glad that Ismael helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Issues with Google maps #907638

    Hi Brita,

    I understand that you aren’t a coder however this is the first time I’ve seen a google marker being cut off, the suggestion I posted above is a workaround that might help fix the marker, also I could see some errors in the googlemap that needs to be addressed. Please post us your login credentials (in the “private data” field), so we can take a look at your backend and check further.

    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,
    Nikko

    in reply to: Category Layout #907637

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        vertical-align: bottom;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Remove elements in comments #907636

    Hi Ulla,

    Hmm, I’m not really sure why it’s working like that, but would it be okay to use another email instead? I really couldn’t think of anything that might cause the issue. :(

    Best regards,
    Nikko

    in reply to: Adaptive #907635

    Hi,

    Thanks for providing the admin access, I have removed the whitespace, removed the bottom padding on the 2nd and 3rd title, and added this css code in Quick CSS for the 1st slider:

    .avia-slideshow.avia-slideshow-1 {
        margin-top: 3px !important;
        margin-bottom: 5px !important;
    }

    so it has the same top and bottom margin as the other 2 sliders, added a custom class for the textbox and called it mytext, then added this in Quick CSS:

    .av_textblock_section .mytext {
        min-height: 90px;
    }

    Let us know if you need further assistance. :)

    Best regards,
    Nikko

    in reply to: Show search in all main menus #907632

    Hi,

    Sorry for the late response, the last one you gave is working. I have checked on the settings, however I couldn’t see anything that should help. Can you give us ftp access? so we can try to check the code of the plugin.

    Best regards,
    Nikko

    in reply to: Size of picture Enfold #906911

    Hi,

    Glad that Jordan helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Uploading picture error #906909

    Hi,

    Glad that you fixed it. We will keep this thread open so you can comeback here and post once a similar problem shows in the future :)

    Best regards,
    Nikko

    in reply to: Avia Editor Will Not Load on Any Pages #906908

    Hey enktesisllc,

    There are some users who experienced the same issue as you have when using php version 7.1, the layerslider bundled in the theme breaks when 7.1 is used. For now, I would suggest using 7.0.

    Best regards,
    Nikko

    Hi,

    Glad that you fixed it. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Adding Category to Blog Grid Layout #906902

    Hi,

    Glad that Ismael helped you. Thanks for using Enfold! Have a nice weekend :)

    Best regards,
    Nikko

    in reply to: Help with widget area #906901

    Hey hackoffseries,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia-builder-widget-area .widget_nav_menu .menu ul.sub-menu {
        padding: 0 0 0 13px !important;
    }
    
    .avia-builder-widget-area .widget_nav_menu .menu li a {
        color: #444;
        font-size: 12px;
    }

    just adjust the font size and color. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Stop animation for text blocks #906887

    Hey kenwcmg,

    Can you try the solutions in these threads:

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: mobile flyout menu and widget issues #906881

    Hi Phieophieo,

    Glad that Ismael helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Remove elements in comments #906879

    Hi Kreutzfeld,

    Sure we will wait for your feedback and keep this thread open :)

    Best regards,
    Nikko

    in reply to: How to build up link in the table content #906878

    Hi,

    Yes, just drag the table from Content Elements, Edit the table and select a table cell and just paste the code, then replace # with the right url where the text will be linked and replace Link with your choice words. :)


    @alexmiguel
    : Thanks for helping out. :)

    Best regards,
    Nikko

    in reply to: Adjust margin of full width separator #906875

    Hi,

    You’re welcome and your kind words are much appreciated :) Thanks for using Enfold and have a great weekend! :)

    Best regards,
    Nikko

    in reply to: Adjust margin of full width separator #906718

    Hi,

    You have put it in the Section’s developer id, I have added it in the separator, and it’s working fine. Let us know if you need further assistance :)

    Best regards,
    Nikko

Viewing 30 posts - 18,331 through 18,360 (of 25,536 total)