Forum Replies Created

Viewing 30 posts - 1 through 30 (of 265 total)
  • Author
    Posts
  • in reply to: google analytics stats stopped with enfold 4.8.1 #1292597

    @rikard no it does not appear to have fixed it.
    For the most part, the stats aren’t pulling through to google analytics anymore.
    There are a couple of random pages that I have recently edited that are showing up in things like the real-time stats/visits but the other pages are not even though according to AdSense, my overall traffic has increased.

    in reply to: google analytics stats stopped with enfold 4.8.1 #1291714

    I enabled the new ga4 setup from google and things seem to be pulling traffic in correctly again so I will do that on my other sites as well to see if that works on them as well or if it was a fluke.
    the real time traffic is pulling in a normal amount of visitors now

    in reply to: google analytics stats stopped with enfold 4.8.1 #1291712

    see comments

    in reply to: Slider revolution – doesn't show on Enfold #1164227

    sounds good, will @media wrap it also since the height in pixels is dynamically different on different screen sizes

    in reply to: Slider revolution – doesn't show on Enfold #1164151

    any update on this issue?

    found an old thread to add this CSS but it doesn’t work consistently.

    #top.home #revolutionslider_1 {
    	    min-height: 100% !important; 
    }
    in reply to: Slider revolution – doesn't show on Enfold #1144626

    same issue, adds one random pixel of white space at the bottom of Rev Slider on desktop view and as the screen shrinks, the theme updates keeps adding more white space instead of honoring the responsive qualities of rev slider.
    following this post

    in reply to: Enfold Showcase #1140479

    @JPDesign,
    nice work. I have found that Smush dosen’t work as good as other plugins.
    I would try using Imagify which compresses a million times better and also generates WebP backup versions.
    Secondly using WPRocket for cache and enable their lazyload, also a lot better than smush.
    I use both on this enfold site which is very image heavy and has 1 Million monthly web hits
    https://www.bigboytravel.com

    Jon

    in reply to: Issues Loading Google Maps Widget #1130506
    This reply has been marked as private.
    in reply to: New revslider 6 breaks enfold #1121066

    6.0.6 is the newest and yes that is what I was on when I had the problem and had to roll own it back below 6.0

    in reply to: New revslider 6 breaks enfold #1120360

    maybe things have changed again from Rev Slider 6.02 to 6.06 but I just moved up to it from 5.5 and it definitely isn’t working with Enfold even after swapping out the slideshow_revolution.php file

    4.5.6 definitely did not solve the issue unfortunately, when you enable “CSS file merging and compression” the background images for the logo, body, or footer areas do not show up.

    So here is what I noticed in addition to the header/footer background images no longer showing up with CSS Compression is enabled via the Theme Settings in Enfold 4.5.5.

    4 Issues Since The 4.5.5 Update:
    —- Background images in header area black once CSS Compression is enabled

    —-Some theme functionality disabled once JS Compression is enabled.
    Example: My shrinking and sticky header on desktop stays as full-sized Logo Left Menu Below when enabled instead of shrinking on scroll as it does now.

    —-The Mobile Burger menu no longer shows up once you enable Combine JavaScript files through any caching plugin including WPRocket which it did not do prior to this update.

    —-images are often hidden on the mobile version of Chrome although they show on the Firefox mobile app and others, haven’t tested safari. Turned off all caching through WP Rocket as well as setting through the Theme Performance and it does not help. They show on desktop when you shrink the browser but not on an actual mobile device
    Example 1: https://www.bigboytravel.com/
    Example 2: https://www.bigboytravel.com/europe/austria/salzburg/soundofmusicfilmlocations/

    thanks, AJ Design I disabled CSS and JS compression and the background header and footer images cam back.

    I have also noticed that on the mobile version of the Chrome browser that some embedded images in the content seem to also not be showing up in my content anymore since updating enfold. It seems to be pretty consistent on which ones although I haven’t found any commonality. Some are links to YouTube videos while others are just static. Will test this some more and if I can’t clear it up after disabling other plugins and clearing the cache I’ll share a few affected page links

    Ismael, this same bug is back with the latest Enfold update 4.5.5 as I have a “Custom Background Image” set to my body on the Theme Settings > General Styling and it isn’t showing anymore

    in reply to: New pages – Not found #1035783

    I have also been having this issue on a few sites after updating to Enfold 4.5, working on fixing it but it seems to be caused after setting the Home Page as the default 404 Page under the Enfold settings. It then blocks any other pages including the default 404 page from showing up even after the option if un-selected inside Theme Options.

    Resetting of the permalinks has been the only solution I have found, but there is an error in this function of the theme.
    Have to change permalinks structure in WP Settings then clear all cache, change them back and clear all cache again.

    Jon

    in reply to: change colour of masonry gallery title #1023068

    this code worked wonderful for me on Desktop however on mobile the hover title and background color was turned on by default without hovering or clicking.

    Here is my CSS

    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content 
    {
        background: rgba(247, 148, 34, 0.8) !important;
    }
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content * 
    {
       font-size: 40px !important;
    }
    in reply to: Transparent header mobile devices. New Thread! #1015942

    nope, am already using this extra code to make the header transparent after the scroll on mobile

    @media only screen and (max-width: 990px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    What I want to do is the make the header transparent on mobile before you scroll just like it is on desktop
    private info has a link to the site on another platform where it is transparent and over the content before scroll on both Desktop and Mobile

    in reply to: Transparent header mobile devices. New Thread! #1015767

    I think her question was more that she has a Transparent header on a desktop before you scroll and wanted to have the same effect on Mobile right?
    By Default the header is a solid color above the content on mobile.
    I would like like to be able to do this but haven’t been able to figure it out, the solution linked to only applies to after you scroll and not before.

    Jon

    in reply to: How to Bold Special header #1012950

    here you go, i have tried a bunch of stuff so hopefully you can figure out the issue

    in reply to: How to Bold Special header #1012943

    I haven’t been able to get this code to work, it seems that with one of the latest updates to Enfold Special Headings are bold by default but on mobile they lose their bold attribute. I have tried the following code but it just isn’t working.

    @media only screen and (max-width: 990px) { 
    #top .av-special-heading-tag strong {
      font-weight: 700;
    }}
    in reply to: functions.php Error on all my sites using Enfold #1001510

    Things to note for others with this issue:
    1. Use a child theme as it makes updating easier without overriding any customs changes you make to functions.php in the child theme if you have to reinstall the theme

    2. Do occasional local website backups onto your harddrive. You should also keep recent versions of your plugins and themes in your project folder on your computer for your site in case you need easy access and save a notepad file of your purchase liscenses/keys.

    3. If you get errors like this after a update and can’t access the site or dashboard you may need to delete and reinstall the plugins or themes your were updating via ftp. Luckily with Enfold your theme settings save to the database and you can delete the theme and reinstall without normally losing any content or settings.

    4. Because of this it is good to keep the generic 2017 WordPress theme as an install backup in case you have to temporarily disable or delete enfold from a hosting or update error.

    Jon

    in reply to: functions.php Error on all my sites using Enfold #1001095

    ayshehab,

    you can also get some problem on GoDaddy while updating general themes and compatible plugins as GoDaddy often times out mid-update and it creates errors in your Functions.php like you originally mentioned. Solutions are to deactivate all plugins to see if it fixes it, but sometimes you can’t even get into the dashboard and need to remove plugins/themes via FTP.

    You may want to add the All In One WP Migration plugin tool to make zip backups local off all 30 of your sites from time to time as their backup/restore function also isn’t reliable.

    Jon

    in reply to: Change color of Mailchimp Submit button #1000580

    Victoria,

    I missed there is a message or solution in your post, was there supposed to be a screenshot?

    in reply to: Change color of Mailchimp Submit button #999218

    Yep that is what I changed it to with CSS, but as you can see the text “subscribe” isn’t showing up on the button. Without the CSS it uses the colors from the General Styling > Footer but it again doesnt show the text on the button.

    in reply to: Change color of Mailchimp Submit button #999193

    Rikard,

    Thank you, I have disabled the Caching from WP Rocket and still have the same issue.
    For whatever reason, the Subscribe Button font is still staying the same color of the button background regardless of what I change it to.

    Thank you,
    Jon

    in reply to: Change color of Mailchimp Submit button #999099

    I have not been able to get this solution or the other one I found in the forum to work

    #top .avia-mailchimp-form .button {
        background: red;
        color: white;
    }
    
    #top .avia-mailchimp-form .button:hover {
        background: blue;
        color: yellow;
    }

    Have the Newsletter Widget in the Footer and no changes to the General Styling of CSS seem to be working.
    Regardless on what I do the “Submit” text is always the same color as the button background so you can’t see it.

    in reply to: Will Enfold be Gutenberg compatible? #995623

    Rikard,

    So to make sure it is clear to people, at least for the beginning Enfold will continue to bypass the default WordPress editor to use its own AVIA editor meaning Gutenberg really won’t matter at first. But then after it launches you guys will look at incorporating it?

    Jon

    in reply to: Google reCAPTCHA and Enfold Contact Form #973226

    Ismael,

    Will try your solution with the Secret Key validator, thanks for sharing.
    I also agree with the spam concerns of others as the clients I have with Enfold do get a substantial amount more spam per 1000 visitors than with other forms. Not sure if that is a random thing or a lack of spam filtering/prevention.

    Thanks again for all your work,
    Jon

    in reply to: Getting Disqus Comments to work on static pages #937358

    Ismael and team,
    In an effort to make this thread on Disqus even better I was wondering if you can help with On-Demand Loading.
    Want to do this because Disqus sends 150-180 requests every time it is loaded on a page and really lags the full page render.
    Even tried adding Disqus files to the PreLoad inside WP Engine but it still sends a million requests.

    I have seen a number of sites using Disqus that have a “Load Comments” button at the bottom and it does call Disqus until it is clicked.
    One solution is on GitHub but I can’t seem to get it to work
    https://gist.github.com/nternetinspired/7482445

    Currently, as mentioned above, I have this as my comments.php with my Disqus handle/shortname replacing EXAMPLE for the src

    <?php if (comments_open()) : ?>
    <div id="disqus_thread"></div>
    <script>
        /**
         *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
         *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
         */
        /*
        var disqus_config = function () {
            this.page.url = PAGE_URL;  // Replace PAGE_URL with your page's canonical URL variable
            this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
        };
        */
        (function() {  // DON'T EDIT BELOW THIS LINE
            var d = document, s = d.createElement('script');
            
            s.src = '//EXAMPLE.disqus.com/embed.js';
            
            s.setAttribute('data-timestamp', +new Date());
            (d.head || d.body).appendChild(s);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <?php endif; // comments_open ?>

    With that code, this is my call for placement
    comments_template( '/includes/comments.php');

    GitHub recommends this instead

    $(document).ready(function() {
        $('.show-comments').on('click', function(){
              var disqus_shortname = 'YOUR-DISQUS-USERNAME'; // Replace this value with *your* username.
    
              // ajax request to load the disqus javascript
              $.ajax({
                      type: "GET",
                      url: "http://" + disqus_shortname + ".disqus.com/embed.js",
                      dataType: "script",
                      cache: true
              });
              // hide the button once comments load
              $(this).fadeOut();
        });
    });

    It then mentions to use this but the button never opens

    <!-- An element a visitor can click if they <3 comments! -->
    <button class="show-comments">Load Disqus comments</button>
    
    <!-- The empty element required for Disqus to loads comments into -->  
    <div id="disqus_thread"></div>
    in reply to: Disqus comments not showing #937353

    @dolandr did you follow the steps I posted in this thread?

    You have to create a new Comments.php in your child theme after activating the Disqus plugin.
    Then for “Posts” you have to add the call to the Includes>Loop-page.php on the parent theme (yes each time you update)
    And for “Pages” you have to add the same call inside Template Builder

    It is working great for me on a site with 800,000 monthly visitors with no problems on Enfold

Viewing 30 posts - 1 through 30 (of 265 total)