Forum Replies Created

Viewing 30 posts - 14,761 through 14,790 (of 25,536 total)
  • Author
    Posts
  • in reply to: Google Maps #1040172

    Hi Al06,

    Your issue is similar to this post: https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only
    If the billing concern is already filled in as well as your credit card information.
    Try to check if javscript map api and geocoding is enabled also.

    Best regards,
    Nikko

    in reply to: Avia missing from Event in TEC #1040171

    Hey compudean,

    Try checking out this thread: https://kriesi.at/support/topic/advanced-layout-builder-in-events-created-with-the-events-calendar-pro-plugin/
    Hope it helps.

    Best regards,
    Nikko

    Hi cetsolini,

    Can you try adding a placeholder on those text fields? then you can remove the labels after that so the Email, First Name, Last Name, etc is placed inside those fields.

    Best regards,
    Nikko

    in reply to: Layerslider Issue conflict? #1040169

    Hi Snerp,

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

    #top {
        overflow: hidden;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: API Key of Google Maps is not working #1040166

    Hi xprinta,

    I have checked it and it seems to be working fine on my end.
    I’ve added a link in private content for the screenshot I got on my end.

    Best regards,
    Nikko

    in reply to: Menu hover causing font change #1040165

    Hi admini11,

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

    #top .header_color .main_menu ul:first-child > li.current_page_item > a {
        color: #4d4d4d !important;
    }
    
    #top .header_color .main_menu ul:first-child > li.current-menu-item > a {
        color: white !important;
    }

    and it seems to work out properly. I need to do a hard refresh to force the fetching of the added css tweaks by pressing ctrl + f5 in chrome.

    Best regards,
    Nikko

    in reply to: Image link area is larger than the image itself #1040162

    Hi D,

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

    #top .avia-image-overlay-wrap {
        overflow: hidden;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Masonry gallery image nofollow linking to new tab #1040161

    Hi John,

    Try adding this code at the bottom of your functions.php file:

    function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
      jQuery('.av-masonry-container a ').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Tabs & Timeline #1040159

    Hey iogawebsites2018,

    Thanks for giving us admin access.
    I have tried to check it and I still couldn’t figure out what’s causing the issue, also the caching plugin seems to prevent me from showing the changes I’m making in the test page I created which is based on the page you gave.
    Can you give us access to temporarily disable the caching plugin?

    Best regards,
    Nikko

    in reply to: Add ID or class to a Text Block? #1040156

    Hi Uncannystevo,

    Glad that we’re able to help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi Artur667,

    I have tested this on my end and it does work, maybe there’s a difference in configuration or something.
    Can you give us temporary admin access? so we can try to check on it further.
    Please also include the link to the page with issue, so we can easily find it.

    Best regards,
    Nikko

    in reply to: Google API Error with Plugin: The Events Calendar / Pro #1040153

    Hi fbsd44,

    I apologize for the late response.
    I have checked your site and the contact page google map seems to be loading fine though it has those “for development only” watermarks, is this the issue you’re referring?
    I also tried to change to default wordpress theme for a moment to check the differences in the Trainer Academy event but it doesn’t seem to have any difference.
    Also, trying to disable the TEC plugin doesn’t make any difference on my end. Can you give some instructions with some screenshots, maybe I just missed what you’re referring.
    There are 2 enfold themes in Appearance > Themes, please remove the older one as having 2 enfold themes, sometimes causes issues, if you need to keep a copy, you may try to move the old enfold theme to the wp-content folder via ftp.

    Best regards,
    Nikko

    in reply to: Fullwidth Easy Slider – Change Framed Text attributes #1040146

    Hi John,

    We apologize for the late response, try using this code for both title and caption below it:

    #top .avia-slideshow-inner .caption_framed .slideshow_caption .avia-caption-content p, 
    #top .avia-slideshow-inner .caption_framed .slideshow_caption .avia-caption-title {
        background-color: rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    to change the color, try adjusting rgba (Red, Green, Blue, Alpha) values the 0,0,0 returns a black color and 255,255,255 (highest value) returns white, just try adjusting those, the 0.2 value is for opacity/transparency, lowest value is 0 and highest is 1, if you need to make it more transparent try to use 0.1, or if you think it’s too transparent set it higher like 0.3.
    As for border radius, 0 value will result to rectangular edge, if you give it higher value like 12px, it will be more rounded.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Background image issues post 4.5 update #1040144

    Hi Jonathan,

    I apologize for the delayed response.

    This is what I meant with it, for example your Color Section produces this shortcode:

    [av_section color='main_color' custom_bg='#000000' src='https://domain.com/uploads/image.jpg' attachment_size='full' attachment='3352' position='center center' repeat='stretch' attach='fixed' padding='no-padding' shadow='no-shadow' id='color_section' av_uid='av-4d2t3i'][/av_section]

    after updating it looses the attachment_size attribute, or some other attributes:

    [av_section color='main_color' custom_bg='#000000' src='https://domain.com/uploads/image.jpg' attachment='3352' position='center center' repeat='stretch' attach='fixed' padding='no-padding' shadow='no-shadow' id='color_section' av_uid='av-4d2t3i'][/av_section]

    this causes the background image not to work properly, I have made a test page where you’ll see this easier to see.

    Best regards,
    Nikko

    in reply to: Publishing Front Page not showing updates #1039121

    Hi michellevelasss,

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

    Best regards,
    Nikko

    in reply to: google map problem #1039118

    Hi zerod10,

    Please check:
    Javascript Maps API and Geocoding API.

    Best regards,
    Nikko

    in reply to: google map problem #1038630

    Hi zerod10,

    Click on the menu icon on the upper right > API & Services > Library (make sure you are on the right project).
    Then search for those API then click on it and you should find the button to enable them.

    Best regards,
    Nikko

    in reply to: Advanced Layer Slider Pop Up Huge White Space #1038628

    Hi Stephanie,

    Glad to hear that :)
    Feel free to create a new thread if you need more assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: remove previous / next product #1038626

    Hey vollstark,

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

    #top.single-product a.avia-post-nav {
        display: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: google map problem #1038623

    Hi zerod10,

    If the billing concern is already filled in as well as your credit card information.
    Try to check if javscript map api and geocoding is enabled also.

    Best regards,
    Nikko

    in reply to: Featured image linking to media file #1038621

    Hey Joe,

    Can you give us a link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Change the ampersand look #1038620

    Hi uychkinnear,

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

    Best regards,
    Nikko

    in reply to: 500 error after updating Enfold theme #1038615

    Hi Paul,

    I checked your site and noticed that display_errors is disabled on your site.
    Even though you have enabled wp debug as well as logging it still doesn’t produce any logs.
    Please enable it first, your site will produce logs which will give us information of what’s causing the issue and try to fix the issue.
    Here is a post showing how to display errors: https://www.inmotionhosting.com/support/website/php-troubleshooting/troubleshoot-php-errors
    However it differs from each hosting, you may ask your hosting provider for assistance.

    Best regards,
    Nikko

    in reply to: Adding padding in the menu buttons #1038603

    Hey HostageMedia,

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

    #top #header #menu-item-240 a {
        padding-left: 33px;
    }
    
    #top #header #menu-item-2152 a {
        padding-right: 33px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Error 503 in Site #1038600

    Hi lorenzdeutsch,

    It can be solved however we need to identify what’s causing it first.
    Try to enable debugging: https://codex.wordpress.org/Debugging_in_WordPress
    Here is a tutorial that might help: https://snapcreek.com/blog/wordpress-error-log-friend/

    Best regards,
    Nikko

    in reply to: Google Maps API Won't Connect #1038598

    Hey Valerie,

    Can you put your Google API key in private content? so we can try to test it.

    Best regards,
    Nikko

    in reply to: Cant update personal token #1038595

    Hi xsuperdadx,

    Glad that we could help.
    Feel free to create a new thread if you more assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Home page #1038594

    Hey posterscope,

    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: Submenu sticky #1038593

    Hi misterxaav,

    I’m not really sure what you’re trying to achieve can you give a link or something where we can see this type of effect?

    Best regards,
    Nikko

    in reply to: Add ID or class to a Text Block? #1038592

    Hey Uncannystevo,

    Yes, go to Enfold > Layout Builder > then check Show element options for developers
    Go to your page and edit text block, you should find Custom Css Class field, fill in any text there and that should be the class of your text block.
    Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 14,761 through 14,790 (of 25,536 total)