Forum Replies Created

Viewing 30 posts - 15,571 through 15,600 (of 25,536 total)
  • Author
    Posts
  • in reply to: Could not connect to Google Maps with this API Key #995279

    Hi czssen,

    Have you enabled Maps JavaScript API and Geocoding API? make sure these are enabled since it’s need for the map to work properly.

    Best regards,
    Nikko

    Hey Ariane,

    Can you give us a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    Hey Sophie,

    Can you try using this css code:

    @media only screen and (max-width:959px) {
      #socket .sub_menu_socket {
        float: none;
        width: 100%;
        clear: both;
      }
    
      #socket .sub_menu_socket #avia3-menu {
        margin: 6px 0;
        text-align: center;
      }
    
      #socket .sub_menu_socket #avia3-menu li {
        float: none;
        display: inline-block;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Horizontal scrolling table on HTML overflow #995076

    Hi FloppySocks,

    Glad that Ismael helped you :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold Expired Link #995074

    Hi,

    Can you try to check the solution posted on this thread:

    Hope it helps.

    Best regards,
    Nikko

    Hey Orkun,

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

    #top.single-portfolio .avia-post-nav {
        display: none !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Flexible font size – smaller sizes in pull-down menu? #995068

    Hi Donkies11,

    I see thanks for clearing that out, you can open heading.php found in enfold\config-templatebuilder\avia-shortcodes\heading folder (line 55):

    __("Flexible font size (adjusts to screen width)" , 'avia_framework') => AviaHtmlHelper::number_array(3,7,0.5 , array(), "vw", "", "vw"),

    and replace it with:

    __("Flexible font size (adjusts to screen width)" , 'avia_framework') => AviaHtmlHelper::number_array(1,7,0.5 , array(), "vw", "", "vw"),

    this should include 1vw, 1.5vw, 2vw and 2.5vw.

    The customization would be lost during the Enfold theme update, so I suggest using a child theme then follow the instructions here: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Full Width Easy slider not sizing text for mobile #995064

    Hi fashiontribe,

    Please remove this code I gave:

    @media only screen and (max-width:767px) {
      .responsive #top.page-id-4283 .slideshow_caption .avia-caption-content {
        padding-left: 55%;
      }
    }

    and replace it with:

    @media only screen and (max-width:767px) {
      .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full,
      .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full .avia-slideshow-inner,
      .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full .avia-slideshow-inner li {
        overflow: visible !important;
      }
    
      .responsive #top.page-id-4283 .slideshow_caption .slideshow_align_caption {
        text-align: left;
      }
    
      .responsive #top.page-id-4283 #full_slider_1 .caption_fullwidth, 
      .responsive #top.page-id-4283 #full_slider_1 .caption_fullwidth .slideshow_caption {
        position: static !important;
      }
    
      .responsive #top.page-id-4283 #full_slider_1 img {
        width: 100% !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    Hey Carsten,

    I’m not really sure what you meant, but the contact form shortcodes still works.
    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,
    Nikko

    in reply to: Featured Image is Blurry #995049

    Hi,

    Can you try to modify loop-index.php located in enfold\includes folder and find this code (line 66):

    $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';

    to:

    $size = 'full';

    Please flush out cache if you have caching plugin, hope this helps.

    Best regards,
    Nikko

    in reply to: Change blog title #995041

    Hi plichart1,

    You will need to replace this code in single.php line 11:

    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title

    I would suggest using a child theme: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme so you can safely update the Enfold theme without losing the changes made.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Flexible font size – smaller sizes in pull-down menu? #995033

    Hey Greg,

    I’m not really sure where to find the vw based font size since we used px.
    If the size you want to use isn’t defined in the dropdown selection, I would suggest using Quick CSS found in Enfold > General Styling.
    Can you give us a link to your site and point us what text/content you want to change the font size and we’ll help provide the css code that should work.

    Best regards,
    Nikko

    in reply to: Video in full screen slider #995031

    Hey Marssolutions,

    Instead of using Fullscreen Slider, try using a Color Section with Background Video that should make the video loop endlessly.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Desconfigured site #995030

    Hey honkatech,

    I’ve checked your site using IE 11, Microsoft Edge, Chrome and Firefox, it does look great.
    What version of IE are you using?
    Probably it’s just a caching issue.

    Best regards,
    Nikko

    in reply to: display for desktop screens under 20 inches #995025

    Hi digioiarte,

    I checked your site and I could see the submenu on my end.
    Can you post a screenshot showing the issue? you can upload it here: https://imgur.com/ or other online image sharing sites.
    If you want the screenshot to be seen only by moderators, just post the link in private content.

    Best regards,
    Nikko

    in reply to: Mobile menu position issue #995022

    Hi creativeyes,

    I have checked it on my end and it seems to have moved down.
    It may just be a caching issue, if you have a caching plugin try to flush out the cache and temporarily disable it, also clear your browser cache or try to use a different browser which you haven’t used to open your site or chrome icognito mode. Hope this helps.

    Best regards,
    Nikko

    in reply to: open image in new window with a button??? #995016

    Hi Nautrino,

    Glad to hear that it’s all good :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Submenu URL #995014

    Hi etcc_1002,

    Can you try to deactivate all plugins first then check if it works properly?
    If it does, enable the plugins one by one to know which plugin causes the issue.
    Make sure to flush the caching plugin first.

    Best regards,
    Nikko

    Hi UNBUENPLAN GROUP,

    I’ve compared the code you gave with the header.php of the latest version of Enfold and there are a lot of difference, if you’re using a child theme, you can copy header.php from the latest version and just get the script above the

    </head>

    in the code you posted and place it again on the same place. Hope this helps.

    Best regards,
    Nikko

    in reply to: Mobile drop down menu change link color #995006

    Hi anweb,

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

    Hey sterqonline,

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

    in reply to: Footer not responsive on pages with contact form7 #995003

    Hi Dorothea,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Header colour for single pages #995001

    Hi realfloasis,

    Glad that Rikard helped you :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Change close icon color [mobile / hamburger] #994991

    Hi UNBUENPLAN GROUP,

    You can use this css code:

    
    @media only screen and (max-width: 767px) {
      #top .header_color .av-hamburger-inner, 
      #top .header_color .av-hamburger-inner::before, 
      #top .header_color .av-hamburger-inner::after {
        background-color: blue;
      }
    }

    Best regards,
    Nikko

    in reply to: Hover link socket doesnt work #994985

    Hi Sascha,

    The background color you have on your top header is white so I don’t think you should use white font color, but here is the code which you can use, just replace the color as you see fit:

    #top #header_meta .phone-info a:hover {
        color: white !important;
    }
    
    #top #header_meta .phone-info a:hover {
        color: red !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Small colored bar on left side of site #994983

    Hi Freek,

    Can you try to use this css code:

    #top #main > div {
      border-left: 15px solid #c53734!important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Mobile drop down menu change link color #994947

    Hi anweb,

    Can you try to use this code:

    @media only screen and (max-width: 767px) {
      .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
        color: #444 !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: How to set different colors to button on Easy Slyder #994946

    Hey Ayumi,

    Can you give us the link of the page where we can see the slider and those buttons?
    You can put the link in private content if you want it to be seen only by moderators.

    Best regards,
    Nikko

    in reply to: Full Width Easy slider not sizing text for mobile #994945

    Hi fashiontribe,

    Can you try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top.page-id-4283 .slideshow_caption .avia-caption-content {
        padding-left: 55%;
      }
    }

    Best regards,
    Nikko

    in reply to: Full Size Big Featured Image #994942

    Hi soundstrat,

    You can try to use this plugin: Simple Image Sizes
    Then go to Settings > Media > then change the width and height for entry_with_sidebar size
    Save it then Regenerate Thumbnails.
    Hope this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 15,571 through 15,600 (of 25,536 total)