Forum Replies Created

Viewing 30 posts - 24,181 through 24,210 (of 25,536 total)
  • Author
    Posts
  • in reply to: remove smooth scrolling on one page only #720768

    Hey ignrod,

    Try removing the comment on the code you have commented in avia.js and replace this code:

    $('a[href*="#"]', container).avia_smoothscroll(container);

    to this one:

    $('a[href*="#"]', 'body.home').avia_smoothscroll('body.home');

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Stop refreshing page after adding a single product to cart #720767

    Hey SilviaTatti,

    I tried to check the backend with the login provided but it doesn’t work, please check. Can you try going to Woocommerce > Settings > Products (tab) > look for Add to cart behaviour and check Enable AJAX add to cart buttons on archives. Hope this helps.

    Best regards,
    Nikko

    in reply to: woocommerce product category dropdown #720766

    Hey atst,

    I’m not sure I understand what you mean, can you post a link to the page mentioned?

    Best regards,
    Nikko

    in reply to: Hamburger icon #720763

    Hey Mariken,

    You can find it in Weergave > Custom CSS (or you can use the link in private content) then find the code in private content and replace the url.

    Best regards,
    Nikko

    in reply to: Translation to German #720761

    Hey worldfuturecouncil,

    Yes you can, please try to use this plugin: https://wordpress.org/plugins/loco-translate/

    Best regards,
    Nikko

    Hey MarcusJeroch,

    Try using this code instead and add it to functions.php:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    function add_builder_to_posttype($metabox)
    {
      foreach($metabox as &$meta)
      {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
        {
          $meta['page'][] = 'tribe_events';
        }
      }
    }

    As for the shortcut in adding Social Share to each event, you can add this code in functions.php:

    function add_social_share() {
    	echo "<br>";
    	echo do_shortcode("[av_social_share title='Share this entry' style='' buttons='' custom_class='']");
    }

    Let us know if this helps. :)

    Best regards,
    Nikko

    in reply to: Custom Class Not Working on Headers #720755

    Hi,

    Can you provide ftp access so we can check your files? and see where it is located.

    Regards,
    Nikko

    in reply to: How to hide fullwith sub menu in the desktop and tablet view #720753

    Hey!

    Try to replace this part of the code:
    #top .av-submenu-container { display: none !important; }

    to this:

    #top .av-submenu-container, 
    .sticky_placeholder {
        display: none;
    }

    Cheers!
    Nikko

    in reply to: add hover for logo #720752

    Hi J,

    Just adjust the hover image then re-upload again, then you will see this in the code I have given http://yourdomain.com/wp-content/uploads/2016/12/logo_hover.png just replace it with the url of the new image.

    Best regards,
    Nikko

    in reply to: Search Does not Work #720751

    Hi!

    You’re most welcome :) You can hire a freelancer but we would suggest our partner Codeable for the job: http://kriesi.at/contact/customization :)

    Regards,
    Nikko

    Hey dillionline,

    I checked the screenshot however it only shows a broken image, can you upload the image in http://imgur.com/ or dropbox then post the link here.

    Best regards,
    Nikko

    Hey Chris,

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

    @media only screen and (max-width:479px) {
      .home #full_slider_1 ul.avia-slideshow-inner {
        min-height: 300px;
      }
    
      .home #full_slider_1 ul.avia-slideshow-inner li img {
        height: auto;
        width: 640px;
        max-width: none;
        position: relative;
        left: 50%;
        margin-left: -320px;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Gallery Thumbnails too small #720742

    Hey blars62,

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

    #top .gallery.gallery-columns-3 .gallery-item {
        width: 33%;
        height: auto;
    }

    Hope this helps.

    Best regards,
    Nikko

    Hi,

    Can you try to check it in Appearance > Widgets? probably in 1 of the widget areas, it seems like it uses Enfold likebox. If you can’t find it there, can you provide temporary admin access so we can check your backend.

    Best regards,
    Nikko

    in reply to: Parallax backgournd color showing up #720737

    Hey mcraig77,

    Try to upload a larger image around 1600px width.

    Best regards,
    Nikko

    in reply to: Choose portfolio entries order in masonry #720734

    Hey Taybott,

    Instead of using Masonry under Content Elements (which you sort by Date or Title, etc), try using Masonry Gallery instead (under Media Elements), you can order them easily and link each image to another page.

    Best regards,
    Nikko

    in reply to: Logo issues across mobile devices #720573

    Hi,

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

    @media only screen and (max-width:479px) {
      .responsive .logo img {
        max-width: 80%;
      }
    }

    Let us know if this works, if not can you post a screenshot so we can see how it looks on your end.

    Best regards,
    Nikko

    in reply to: #711802 #720568

    Hi,

    Sorry for delayed response, I have added this code in your Quick CSS:

    .phone-info,
    #top label,
    .widget_nav_menu .current-menu-item>a, 
    .widget_nav_menu .current_page_item>a,
    #top .av-subnav-menu li a > .avia-menu-text {
        font-weight: 600 !important;
    }

    Should fix the issue you have pointed, let us know if there are still issues in other areas, it would really help if you can also give the link where the issue show.

    Best regards,
    Nikko

    in reply to: Add Image Not Working in Pages or Posts #720560

    Hey donitafowler,

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

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    You can upload the image in http://imgur.com/ or dropbox and post the link here, if you want the link to be private (only for moderators) just post the link in the “private content”. Ftp access might be needed also.

    Best regards,
    Nikko

    in reply to: Change language of widget of facebook ( #720558

    Hey Andreinho1992,

    You need to edit this file “class-framework-widgets.php” located in enfold\framework\php (in the theme files), and find this code in line 97:

      js.src = "//connect.facebook.net/'. $langcode .'/sdk.js#xfbml=1&version=v2.7";

    replace it with:

      js.src = "//connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.7";

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Search showing short code tags #720545

    Hi,

    Try using the solution given in this thread: https://kriesi.at/support/topic/search-results-preview-showing-shortcode/#post-423784
    Hope this helps.

    Best regards,
    Nikko

    Hey,

    The one in imgur shows a left sidebar, but since you want a right sidebar, you can edit the page and then find Sidebar Settings in Layout box (in the right) and set it to Right Sidebar.

    For changing the blue line, just add this css code in your Quick CSS:

    .main_color .avia-menu-fx {
        background-color: #000 !important;
    }

    Regards,
    Nikko

    in reply to: Search Does not Work #720536

    Hi,

    You’re welcome, with regards to the live ajax results, we would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Nikko

    in reply to: add hover for logo #720534

    Hey justinsearl,

    I have added this code in your Quick CSS (located in Enfold > General Styling):

    #header .logo a {
        position: relative;
    }
    
    #header .logo a:after {
        background: url("https://yourdomain.com/wp-content/uploads/2016/12/logo_hover.png") left top no-repeat;
        background-size: auto 100%;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    #header .logo a:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    Let us know if it’s good on your end :)

    Best regards,
    Nikko

    in reply to: Database issue after update – Site not loading #720517

    Hi Jim,

    Both if possible, we need ftp access and wp-admin login might also be needed.

    Cheers!
    Nikko

    in reply to: Mobile menu #720514

    Hey!

    You can use existing classes, for example you can add the class show-desktop to your current slider, then create another slider and add the technology_mobile link then add the class show-mobile, no need to add more classes, the existing ones should work just fine :)

    Regards,
    Nikko

    in reply to: Sidebar Pages, main menu item above submenu #720452

    Hi!

    Glad that this is fixed :)

    Cheers!
    Nikko

    Hi,

    It’s really weird, can you tell your client to try clearing out browser cache and checking it out with another desktop or laptop just to verify if the issue also appears on another pc/laptop. I checked it but when I try to hover over the magnifying class over the search, it just changes the background color, I have posted a link on what it looks on my end (you’ll notice the background color behind the magnifying class is changed).

    Best regards,
    Nikko

    in reply to: Custom Class Not Working on Headers #720443

    Hi,

    This is what I see on my end: http://imgur.com/a/rhMy7\
    Hope this helps.

    Regards,
    Nikko

    in reply to: Mobile menu #720442

    Hey!

    Looking at the code you missed 1 .. I reviewed the page and it seems the solution I gave isn’t possible since you need both color sections and it really needs different id, what I did was to show-desktop class to the main menu link for Technology and created another main menu link, same label Technology, but link is for technology_mobile then added this class show-mobile. I modified your css code in Quick CSS from:

    @media only screen and (min-width: 768px) {
    #technology {
     display:block !important;
    }
    
    #technology_mobile {
     display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    #technology {
     display:none !important;
    }
    
    #technology_mobile {
     display:block !important;
    }
    }

    to

    @media only screen and (min-width: 768px) {
    .show-desktop,
    #technology {
     display:block !important;
    }
    
    .show-mobile,
    #technology_mobile {
     display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .show-desktop,
    #technology {
     display:none !important;
    }
    
    .show-mobile,
    #technology_mobile {
     display:block !important;
    }
    }

    I tested it and it’s working fine. Let us know if its good on your end :)

    Regards,
    Nikko

Viewing 30 posts - 24,181 through 24,210 (of 25,536 total)