Forum Replies Created

Viewing 30 posts - 18,061 through 18,090 (of 34,221 total)
  • Author
    Posts
  • in reply to: Layer Slider not working after Enfold update #1162531

    Hi,
    Thank you for the feedback, I have tested “Enable cookie consent messages” within the “Privacy and Cookies” option of Enfold’s settings, and your layerslider worked for me, but I was also logged in, so the consent could have already been set. I don’t have the password to view your page without logging in, I was not able to reproduce this on my localhost.
    It looks like you are trying to use the setting “All cookies and services are accepted on first page load, user can opt out”.
    How can I reproduce your error?

    Best regards,
    Mike

    in reply to: unclear saving issues #1162352

    Hi,
    Thank you for the feedback, sorry I couldn’t help more with the revisions issue, I was not able to recreate this on my localhost, but this is a core WordPress function.
    I did find that some hosts limit the number of revisions to save resources, because each revision is a complete copy of the page.
    This is done in the wp-config.php file with this code snippet define( 'WP_POST_REVISIONS', 3 ); with the number “3” being the limit.
    Some plugins that “clean” WordPress Transients have remove revisions in error, I notice your “WP Healthcheck” plugin cleans transients. I’m not saying this is the cause, but perhaps one or both of these could contribute to this. It’s really hard to say at this point.
    I hope this is solved for you, but we will keep this open for a while for further feedback from you, or if you wish we can close it and you can always open a new thread about this in the future.

    As a side note, I recommend checking your web host options, “cPanel”, for full site backups. I’ve seen some that will take nightly backups on a rotating 30 day basis automatically, typically you have to turn this on yourself, but it could help with the many things that could happen to any modern web site.

    Best regards,
    Mike

    in reply to: CENTER copyright and socket menu #1162343

    Hi,
    Glad we were able to help, I will add this to your feature request for the dev team to review.
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here

    Best regards,
    Mike

    in reply to: Logo image question #1162340

    Hi,
    Thanks for the feedback, please check if your server has the Module PageSpeed turned on
    The solution is to add a .htaccess rule, please see link, before adding the .htaccess rule, please ask your web host, as you don’t want to crash your site.

    If this doesn’t help, please include an admin login in the private content area, and allow us to deactivate your plugins temporarily, so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Footer Width and length #1162330

    Hi,
    To reduce the text in the footer for all screen sizes, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer p,#footer a {
    	font-size: 10px !important;
    }

    Please adjust the font-size to suit.
    After applying the css, Please clear your browser cache and check.

    To do this only for mobile, please use this css instead:

    @media only screen and (max-width: 767px) { 
    #footer p,#footer a {
    	font-size: 10px !important;
    }
    }

    Best regards,
    Mike

    in reply to: CENTER copyright and socket menu #1162321

    Hi,
    Please replace with this css and clearing your browser cache:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header > #header_meta .container > .social_bookmarks {
        display: block !important; 
    }
    }

    Best regards,
    Mike

    Hi,
    Please see this post, I don’t have InDesign so I can’t test.
    But the idea is to use an iFrame to show the document.
    Here is another article, and a video tutorial.

    Best regards,
    Mike

    in reply to: CENTER copyright and socket menu #1162316

    Hi,
    I see, where would you like them to not show?

    Best regards,
    Mike

    in reply to: CENTER copyright and socket menu #1162310

    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: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block !important; 
    }
    }

    Please note that we encourage users to create new threads than to revive older threads, to better serve them. Thanks for your understanding.

    Best regards,
    Mike

    in reply to: copyright information on each photo #1162308

    Hi,
    @BeeCee, Thanks for sharing your article.

    @frankeee
    , earlier you wrote about hiring a freelancer, I found that many on Upwork.com are quite reasonable and quick, we recommend Codeable for their overall experience.
    As I wrote earlier, I did submit this to the dev team as a feature request, but this could take a little while to make it into an update.

    Best regards,
    Mike

    in reply to: Scroll button and menu on mobile #1162298

    Hi,
    Thanks for the login, I examined your Quick CSS and found that the closing bracket for the first rule was missing. I have added it and your mobile “scroll to top” now shows. Please clear your browser cache and check.
    Please see the screenshots in Private Content area.

    Best regards,
    Mike

    Hi,
    I found no missing stylesheets, I found two missing rules, I don’t believe the theme causes this to happen.
    Are you still missing styles? Please include links and screenshots of what you are missing.

    Best regards,
    Mike

    in reply to: Javascript not working #1162274

    Hi,
    Glad to hear, yet it is still unclear which script you were having issue with, was the cookie consent bar waiting for user approval?
    Please see the screenshot in Private Content area of your “Luister Live” popup, it seems to be working good, perhaps you can explain further.

    Best regards,
    Mike

    in reply to: How to make columns bigger on hover #1162174

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: CSS SELECTOR NOT WORKING #1162171

    Hi,
    Please add your button to a demo page and include an admin login to check.

    Best regards,
    Mike

    in reply to: Grid row mobile responsiveness not working properly #1162169

    Hi,
    Sorry, I only have an Android and can’t reproduce this, I will ask a team member to check on an iPhone.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Link image field missing #1162163

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_title_script(){
      ?>
      <script>
    (function($){
    $(window).load(function(){
    $('a').removeAttr('title');
    $('img').removeAttr('title');
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_title_script');

    Best regards,
    Mike

    in reply to: Revolution slider #1162158

    Hi,
    Please see Private Content area.

    Best regards,
    Mike

    in reply to: copyright information on each photo #1162151

    Hi,
    Sorry, I’m not sure what you mean, the dev team has not turned anything off, they have added this function?

    Best regards,
    Mike

    in reply to: Active image in horizontal gallery #1161859

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: SHOP IS DOWN because of ENFOLD #1161858

    Hi,
    I have not found any other reports of this with the Germanized plugin, to make a video try the free Screen Recorder the reason is that I could not recreate your error on your site when the Germanized plugin was turned on, so I was hoping to see the error and recreate it to make a report to the dev team.

    Best regards,
    Mike

    in reply to: Search in main navigation is missing #1161850

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Block mouse wheel button to open images #1161847

    Hi,
    These are javascript solutions, they don’t go into the css area.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script_wheel(){
      ?>
      <script>
    (function($){
    $(window).on('mousewheel DOMMouseScroll', function() {
        return false;
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script_wheel');

    Best regards,
    Mike

    Hi,
    I have compared your two sites stylesheets and the demo site was missing this in your Quick CSS:

    .postid-79206 .avia-button-fullwidth { font-size: 45px !important; }
    .postid-79206 .avia_button-fullwidth_icon {
        font-size: 45px;
    }

    which I added for you
    and in style.css your live site is missing:

    #top .avia-gallery .avia-gallery-thumb a {
    width: 25%;
    opacity: 1;
    display: block;
    float: left;
    }
    #top div .avia-gallery img {
    
    box-sizing: border-box;
    }

    I did not add

    That is all I found, the two sites look the same to me, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: i am having a hard time to install the wordpress #1161831

    Hi,
    Thanks, I see your PHP is updated now and Enfold is installed, now please try updating WordPress as you have v4.9.8, you should be using v5.3, please look at the top of the backend page to update
    2019-12-02-053101
    But you may need to have your web host turn on your PHP ZipArchive Extension as it’s disabled and WordPress uses it to extract “zip” files.
    2019-12-02-053617
    Then you should be able to import one of the demos at Enfold Theme Options > Demo Import > Import demo files
    Please let us know if you have any issues.

    Best regards,
    Mike

    in reply to: Can I insert a pic into a cell in the table element? #1161821

    Hi,
    In the css above the first line before the :before is the selector, so for example #av_section_2 > div > div > div > div > div > div:nth-child(1) > ul > li:nth-child(3)
    the easiest way to get this is to right-click on the area in your browser and choose “inspect”
    (in this example I’m using Chrome, but most browsers are the same)
    2019-12-02-043944
    then in the inspector the section you clicked on should be highlighted, if not then just look for the <li> you wanted, you can see the text for the section: 1 GB Bandwidth
    2019-12-02-044105
    then right-click on that line and choose “Copy > Copy Selector”
    2019-12-02-044955
    then paste the code into a plain text document, and add the rest of the css for either the check mark or the X

               :before {
      content: "\e813"; /*X mark*/
      font-family: entypo-fontello;
      color: red;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    so it looks like the full css from my original reply, then just do that for each one. After you do a few it will seem easy.
    Now to ensure this css only works on the one page and doesn’t conflict with other pages, go back to your inspector and look at the top of the page for <body id="top" class=" and find the page ID
    2019-12-02-050732
    then add it to the front of your selector with a space like this:
    #top.page-id-1346 so your result will be:

    #top.page-id-1346 #av_section_2 > div > div > div > div > div > div:nth-child(1) > ul > li:nth-child(4):before {
      content: "\e813"; /*X mark*/
      font-family: entypo-fontello;
      color: red;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    and that is it, after applying the css to your Quick CSS, Please clear your browser cache and check.

    Best regards,
    Mike

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Custom Advanced Layout Builder Elements #1161713

    Hi,

    I see, still pretty handy :)

    Best regards,
    Mike

    in reply to: Can't edit pages, just updated WP and the Enfold theme #1161709

    Hi,
    Sorry for the late reply, I see that you are using Enfold 4.4 which will need to be updated to work with the latest WordPress, but in order to update you will have to do so via FTP. Please ensure to make a backup of your site first.
    The easiest and safest way to update this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Social icons in html list #1161708

    Hi,
    Sorry for the late reply, this is the html:

    <ul class="noLightbox social_bookmarks icon_count_5">
    <li class="social_bookmarks_twitter av-social-link-twitter social_icon_1"><a target="_blank" aria-label="Link to Twitter" href="http://twitter.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter" rel="noopener noreferrer"><span class="avia_hidden_link_text">Twitter</span></a></li>
    <li class="social_bookmarks_facebook av-social-link-facebook social_icon_2"><a target="_blank" aria-label="Link to Facebook" href="http://facebook.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook" rel="noopener noreferrer"><span class="avia_hidden_link_text">Facebook</span></a></li>
    <li class="social_bookmarks_whatsapp av-social-link-whatsapp social_icon_3"><a aria-label="Link to WhatsApp" href="tel://1-555-555-5555" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="WhatsApp"><span class="avia_hidden_link_text">WhatsApp</span></a></li>
    <li class="social_bookmarks_instagram av-social-link-instagram social_icon_4"><a aria-label="Link to Instagram" href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></li>
    </ul>

    Best regards,
    Mike

Viewing 30 posts - 18,061 through 18,090 (of 34,221 total)