Forum Replies Created

Viewing 30 posts - 23,371 through 23,400 (of 35,204 total)
  • Author
    Posts
  • Hi,
    When the header is set to transparent, it is suppose to be transparent when the page begins, and then on scroll have a background color, this way the menu could be seen, please see this example
    But I can see that on your site you want it to be transparent all of the time, which I think we can assist with.
    Do you want this for all of the pages?
    I tried testing some more and see that the sticky menu is still not sticky, I tried disabling your plugins, but that didn’t help, and I created a test page with only color sections, again with no success.
    I would like to replace the menu.js file again, and maybe re-upload the theme again to rule out any damaged files. On my install the sticky menu works correctly so your should too.
    Please include FTP access in the Private Content area.

    Best regards,
    Mike

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: image hover effect doesn't work #1059637

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    span.avia-menu-subtext {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Enfold Table error #1059633

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Image Sitemap Problem #1059632

    Hi,
    Glad we could help, I assume we can close this now, but I like to ask first.
    Is there anything else we can assist with on this issue?

    Best regards,
    Mike

    in reply to: The Events Calendar PRO not working fine on mobile #1059631

    Hi,
    To move the pre-next nav to the bottom, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function move_event_header_nav(){
      ?>
      <script>
      jQuery(window).load(function(){
        jQuery( '#tribe-events-header:first' ).appendTo( '.tribe-events-loop' );
        });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_event_header_nav');
    

    Best regards,
    Mike

    in reply to: image in masonry #1059611

    Hi,
    Did you want us to look at your “gallery” page to work out similar css? If so please post a link to it.

    Best regards,
    Mike

    in reply to: Layer slider and mobile #1059441

    Hi,
    I’m not sure I see the issue with the header on mobile, Please see the screenshot in Private Content area.
    For desktop the header is fixed for me on scroll, what you you mean by zooming?
    Please include some screenshots, so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Migration question #1059439

    Hi,
    From your image it looks like a matter of some css, but I’d have to examine it to give you a solution.
    Here is a list of free webhosts to put it online. Or you could wait until you go live on your server, perhaps you’ll have a couple of questions by then.

    Best regards,
    Mike

    in reply to: Pushing submission datalayer event with form ajax response #1059426

    Hey delphostkp,
    Sorry for the late reply, is the dataLayer.push in regards to the Google Tag Manager?
    I was able to put together a jQuery script to fire a trigger when the class “avia-form-success” is added the div “ajaxresponse”

    $(function() {
      var button = $('.button')
          , response = $('.ajaxresponse')
      ;
    
     button.on('click', function() { 
        response.addClass('avia-form-success');
        $(document).trigger('ajaxAlert');
      });
      $(document).on('ajaxAlert', function() {
        alert("The response has been given");
      });
    });

    this example gives an alert box popup, but you could replace the “alert” with your “dataLayer.push”
    This can be added to the functions.php by wrapping it in a WP function like this:

    function custom_script(){
      ?>
      <script>
    (function($){
    
    //your jQuery here
    
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: image in masonry #1059419

    Hey ovacam,
    Sorry for the late reply,
    I took a look at your masonry page, but the gallery page was “not found”
    For your masonry page, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-masonry-entry .av-inner-masonry-content {
        padding: 2px !important; 
    }
    .av-masonry-image-container {
        background-size: contain !important; 
        background-repeat: no-repeat !important; 
    }

    Please see the screenshot in Private Content area, you will see many images showed at full height, but I recommend trying to upload your images with some blank space at the bottom, like the way “Cancer” is.

    Best regards,
    Mike

    in reply to: The Events Calendar PRO not working fine on mobile #1059415

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 770px) { 
    #tribe-events-header .tribe-events-sub-nav li a {
        display: block !important; 
    }
    }

    Please see the screenshot in Private Content area of the expected results, and Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: TYPO wird nicht nach den Einstellungen korrekt angezeigt #1059414

    Hey Andreas,
    Entschuldigung für die späte Antwort, ich habe mir Ihre Links angesehen, kann aber nicht feststellen, wo sich der Tippfehler befindet.
    Ich habe versucht, mich anzumelden, aber WordFence hat mich gesperrt, bitte zurücksetzen.
    Versuchen Sie zu erklären, was der Tippfehler ist. Vielleicht helfen einige Screenshots. Sie können sie in Ihre Dropbox oder Google Drive hochladen und die Links hier einfügen.

    — Translated with Google —

    Sorry for the late reply, I have taken a look at your links, but I can not determine where is the typo is.
    I tried to login, but WordFence locked me out, please reset.
    Please try to explain what the typo is, perhaps some screenshots would help, you can upload them to your dropbox or Google Drive and paste the links here.

    Best regards,
    Mike

    in reply to: SEO error: Mobile display with display: none; #1059410

    Hey Antonio,
    Sorry for the late reply, but I didn’t find a reliable alternative to “display:none” for your situation. I imagine you could create two pages and redirect your traffic based on screen size to the different pages.
    But it may require more research to look into the pros & cons of this method.

    Best regards,
    Mike

    Hey Manny,
    Sorry for the late reply, but I was unable to test as GravityForms doesn’t seem to have a free version, do you have a staging site that we can see the error on?
    Perhaps it’s a css issue that can be corrected. We don’t support 3ed party plugins, but I could take a quick look for you.
    Can you include a screenshot of the error & how it should look?

    Best regards,
    Mike

    in reply to: Portfolio #1059397

    Hi,
    Sorry for the late reply, please try the steps in this video to copy content from one site to another.

    Best regards,
    Mike

    in reply to: image hover effect doesn't work #1059396

    Hi,
    Sorry for the late reply, to move your call to action buttons up,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 767px) { 
    .av_slideshow_full .container.caption_container {
        height: 50% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Layer slider and mobile #1059391

    Hi,
    That is great news! Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    That is great news! Ya, Envato serves them the same.

    Best regards,
    Mike

    in reply to: Enfold Table error #1059389

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Timeline / How can I change the size of the icon-circle? #1059388

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Tab Section – increase space for tab title #1059386

    Hi,
    The underline color is controlled with css:

    #top #wrap_all #header .current-menu-item > a > .avia-menu-fx {
        background-color: #4875cf; 
    }

    I adjusted it for you.
    For the homepage the parent “Home” and one child will be highlighted at the same time, which is better than all items from the same page as it was.
    2019-01-27-100755
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Migration question #1059367

    Hi,
    Please link to the page so we can examine it.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1059365

    Hi,
    I looked at your last two css rules and they target #besthit & #upcycling, but I couldn’t find these two ID’s in your source code of the homepage, which page are they for?
    You can’t control other people’s cache, you can suggest with a plugin like these
    Your image “wood-dark.png” was in your css, I corrected to “https”

    Best regards,
    Mike

    in reply to: Timeline / How can I change the size of the icon-circle? #1059356

    Hi,
    Try changing your css to this:

    .avia-timeline .milestone_icon {
        height: 45px !important;
        width: 45px !important;
        line-height: 40px !important;
    }

    40px seems to center better
    2019-01-27-081010

    Best regards,
    Mike

    Hi,

    @bunting2017society

    Sorry for the late reply, that sounds correct, the name of the file doesn’t change with each version, it’s how Envato serves them.
    If you open the file it should look like this:
    2019-01-18-071509
    and opening the style.css will tell you the version number at the top of the file:
    style-css

    Best regards,
    Mike

    in reply to: Timeline / How can I change the size of the icon-circle? #1059268

    Hi,
    Please link to the page so we can examine it, so please set the size to what you would like.

    Best regards,
    Mike

    in reply to: Make Icon change color on hover #1059267

    Hi,
    Please try:

    #top .av-icon-char:hover {
        background: #186F00 !important; 
        color: #fff !important;
    }

    but if you have some of those icons on other pages that are not links, you may want to add a custom class so those won’t be triggered. Please let us know it becomes an issue.

    Best regards,
    Mike

    in reply to: Tab Section – increase space for tab title #1059266

    Hi,
    Please check “wordpress1” menus.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1059255

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.search-results .template-search .post-entry {
        height: 240px !important; 
    }
    }

    Best regards,
    Mike

Viewing 30 posts - 23,371 through 23,400 (of 35,204 total)