Forum Replies Created

Viewing 30 posts - 18,271 through 18,300 (of 25,536 total)
  • Author
    Posts
  • in reply to: Header Shrink on Tablet #908601

    Hi,

    Glad that we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

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

    Hi,

    I apologize, my connection was suddenly cut off while I was working on it. Please paste this on functions.php:
    https://pastebin.com/m2F0EqYp
    This is what your whole functions.php contains and should work properly and I apologize again for the incovenience. :(

    Best regards,
    Nikko

    • This reply was modified 7 years, 11 months ago by Nikko.
    in reply to: Change margin on mobile #908459

    Hi,

    Thanks, can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #itsallabout .flex_column.av_one_fourth.avia-builder-el-10 {
        margin-top: 60px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Font is missing on tabs element on mobile #908458

    Hi,

    You’re welcome! Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Fullscreen Slider problem #908457

    Hi Vince,

    Glad that Victoria helped you! :) Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    in reply to: How to change text color on search results page? #908455

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Content Slider Question #908454

    Hi Havi,

    Yes, that’s the only value you need to adjust. :) Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: After upgrade, hamburger menu not working #908348

    Hi Lyse,

    Can you also give us ftp access to you staging site?

    Best regards,
    Nikko

    in reply to: Where to place additional coding #908343

    Hi,

    Make sure the code is added in functions.php of the theme you’re currently using (Enfold or the child theme), can you also try to replace the double quotes manually, sometimes it causes the issue.

    should be looking like this:

    "

    Best regards,
    Nikko

    in reply to: Content Slider Question #908341

    Hi,

    No, it wouldn’t, you will need to adjust the top position on this code I adjusted:

    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 505px;
        height: 50px;
        display: block;
        position: absolute;
        top: 270px;
    }

    If it’s smaller, just lower the value also :)

    Best regards,
    Nikko

    in reply to: Update error #908339

    Hi,

    Have a nice day also :) Just let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

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

    Hi,

    Thanks for providing the ftp access, it’s working now, I have added this css code in your child theme:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 9997, 2 );
    add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 9997, 2 );
    function avia_append_search_nav ( $items, $args )
    {	
    	if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
    	if(avia_get_option('header_position',  'header_top') != "header_top") return $items;
    
    		if (is_object($args) || (is_string($args) && $args = "fallback_menu"))
    	  {
    			global $avia_config;
    			ob_start();
    			get_search_form();
    			$form =  htmlspecialchars(ob_get_clean()) ;
    
    			$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special">
    					<a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    						 </li>';
    		}
    	
    		return $items;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Update error #908322

    Hi,

    Yes please, I would suggest 5.6 or 7.0.

    Best regards,
    Nikko

    in reply to: Content Slider Question #908319

    Hi Havi,

    I have modified your css code in Quick CSS:

    /*slider arrows css */
    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 505px;
        height: 50px;
        display: block;
        position: absolute;
        top: 270px;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
        background: transparent!important;
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 50px;
        font-weight: bolder;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
      background: transparent !important;
      line-height: 50px;
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    in reply to: Black Box in Lightbox #908316

    Hi Sarah,

    Yes, I have checked it and the text showing on mouseover has spaces in between each letters/numbers. You can remove the spaces and use this:

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        letter-spacing: 0.05em;
        font-size: 40px;
    }

    Just adjust the font size and letter spacing :)

    Best regards,
    Nikko

    in reply to: Spinning Wheel stops me from doing anything #908315

    Hi,

    I checked it however I can’t connect, here is what I get when trying to connect (screenshot in private content).

    Best regards,
    Nikko

    in reply to: Social Media Icons Not Showing on Mobile Site #908312

    Hi Jon,

    Can you try adding this css code in Quick CSS:

    @media only screen and (max-width:479px) {
      #top #header #avia-menu {
        position: absolute;
        top: -70px;
        left: 260px;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Update error #908311

    Hey vocalman77,

    Can you tell us what php version you are using? upgrading it to atleast 5.6 or 7 might help.

    Best regards,
    Nikko

    in reply to: Fullscreen Slider problem #908304

    Hey gerlesv,

    No worries, 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.

    Also include the page where the issue appears.

    Best regards,
    Nikko

    in reply to: Hide on large screens (wider than 990px – eg: Desktop) #908303

    Hi,

    Yes, we will try to help you out. Can you give us a link where the textbox you want to hide is located.

    Best regards,
    Nikko

    in reply to: Change margin on mobile #908302

    Hey RogierSchipper,

    Sure, can you give us a link to the page shown in the screenshot? you can post the link in private content if you want it to be seen only by moderators and you (thread creator).

    Best regards,
    Nikko

    in reply to: Font is missing on tabs element on mobile #908297

    Hey DROR,

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

    @media only screen and (max-width:767px) {
      .responsive #top .tab.fullsize-tab {
        background-color: #26cfdb;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Border Between Main and Sidebar #908294

    Hi,

    Glad to hear that. Thanks for using Enfold! Have a great day :)

    Best regards,
    Nikko

    in reply to: Fullwidth buttons not aligned #908293

    Hey kjwaggz,

    Can you give us a link to the page shown in the screenshot? so we can try to give you an accurate css code that should help fix the problem. You can post the link in private content if you want the link to be shown only to moderators and you (thread creator).

    Best regards,
    Nikko

    in reply to: Line-Height Mobile #908292

    Hi,

    This is what makes it work:

    display: block;

    if that code is removed, line height doesn’t work on the span tag. :)

    Best regards,
    Nikko

    Hi Peter,

    Glad that Basilis and Victoria helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Animated Numbers text not centered #908287

    Hi,

    Glad that Mike helped you. Thanks for using Enfold ;)

    Best regards,
    Nikko

    in reply to: Text and button over full width slider #908286

    Hey KingFilly,

    You can create something like it by editing the fullscreen slider, then clicking on an image (slideshow image), click on the Caption (tab), put Caption Title and Text, find Apply a link or buttons to the slide? then set it to Attach one button (or two). Hope it helps :)

    Best regards,
    Nikko

    in reply to: How can i navigate on sections on same page from menu ? #908282

    Hi,

    Glad that Basilis helped you. Let us know if you need further assistance or if we can close this thread :)

    Best regards,
    Nikko

    in reply to: Logo size won't change in menu #908281

    Hi Erin,

    Can you try to replace Basilis code:

    .logo img { width: 1uto !important; }

    to:

    .logo img { width: auto !important; }

    Let us know if this helps.

    Best regards,
    Nikko

Viewing 30 posts - 18,271 through 18,300 (of 25,536 total)