Forum Replies Created

Viewing 30 posts - 21,001 through 21,030 (of 35,064 total)
  • Author
    Posts
  • in reply to: Code Block Element doesn't handle shortcodes properly #1112651

    Hi,
    Wooho! Congrats and thanks @Guenni007 :)

    Best regards,
    Mike

    in reply to: Blog Overview Page: Open new window at click on article #1112650

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

    function custom_blank_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#top.page-id-13358 .post-entry a").attr('target', '_blank');
     });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_blank_script');

    Best regards,
    Mike

    in reply to: RSS Feed #1112644

    Hey golffan,
    When I compare
    https://chiropracticscience.com/?feed=podcast
    http://z9q.9ce.myftpupload.com/?feed=podcast
    both feeds look the same, but to answer your question you can roll back by renaming your theme folder via ftp to “enfold-new” then upload your old version as “enfold” via ftp and then check your site.
    If you wish to undo this simply rename your old version to “enfold-old” via ftp and your original version to “enfold”

    Basically whichever version is named “enfold” will be the one that is loaded and the one named “enfold-x” will not be loaded.
    I hope this makes sense, please let us know if we can be of more assistance.

    Best regards,
    Mike

    Hey OverlapAT,
    Unfortunately this option is not available. You can manually disable elements in the builder or only load the elements that were added in the page in the Performance panel and look for the “Disable Template Builder Elements” section. Unfortunately, you can’t set it for a specific user role.

    Best regards,
    Mike

    Hi,
    Please copy your /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table (or any shortcode folder) to your child theme in a folder named “shortcodes” like this:
    /wp-content/themes/enfold-child/shortcodes/table/
    in this folder please include the modfied table.css
    then add this code to the end of your child theme functions.php file in Appearance > Editor:

    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);

    Now your custom file will be loaded.

    Best regards,
    Mike

    in reply to: delete line #1112613

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

    #top.home #main .main_color {
        border-color: transparent !important; 
    }

    Best regards,
    Mike

    in reply to: Logo on home page vanished #1112610

    Hi,
    Glad to hear you have solved this, 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: Favicon doesn't show #1112609

    Hey bortphotography,
    Without examining your site I’m guessing that the “globe favicon” is in your root folder which is where most browsers look for the favicon by default, please try uploading your favicon to your root via ftp and clear your browser cache a couple of times.
    If this doesn’t help then please link to your site so we can examine and tell us which browser you are using.

    Best regards,
    Mike

    in reply to: how to add a header widget #1112607

    Hi,
    Thanks for the login, I took a look at your header widget and found that your widget area was named “Header Widget”, but the function is named “header” so I created a new widget area named the same and now the buttons show.
    Please review and remove your widget area or rename and remove the one I created.
    I also commented out your widget background color because it created a green stripe in the header and I was not sure what styling you wanted, but now that you can see the buttons you can adjust the css to suit.
    Please let us know if there is anything more we can assist with.

    Best regards,
    Mike

    in reply to: Polylang vs. Enfold – Overwritting problem #1112603

    Hi,
    Sorry for the late reply, I was able to login and check your site and view your screenshots and read the past posts.
    In your first post you wrote that the “custom.css” was being overwritten, but when I check the file I don’t see any css rules added, I also don’t see any rules added to WordPress > Customize > Additional CSS and only two rules in your Quick CSS for both languages.
    Typically with css issues like this, when custom css is added to theme files such as “custom.css” or “style.css” the performance css merged file needs to be updated by saving the theme settings again, but since you don’t have any added css in those files, this may not be the issue.
    I would recommend disabling your cache plugin and the performance merging with the “Delete old CSS and JS files” checked.
    2019-06-22-123924

    I would try this for you but I’m not clear what css is being overwritten, your screenshots seem to show the menu sidebar breaking out of it’s container:
    2019-06-22-124348
    but I couldn’t see this error on your site.
    second, it seems your RTL language the menu sidebar is also out of the container,
    to correct the menu sidebar, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_header_left #top.rtl #main {
        margin-left: 0px !important; 
        margin-right: 200px !important; 
    }

    Best regards,
    Mike

    in reply to: symbol box – own Icons #1112594

    Hi,
    Thanks @Guenni007 :)

    Best regards,
    Mike

    Hi,
    Thanks @Guenni007 :)

    Best regards,
    Mike

    in reply to: Product slider with add to cart buttons #1112579

    Hi,
    Thanks for the login, have you tried disabling your plugins to rule out a conflict? Can we try temporarily?
    Typically the JetPack plugin loses it’s settings when deactivating, and perhaps your WPML addons will too, so I wanted to confirm that this testing will be ok with you.
    We also have a beta version with many fixes that help, but we will need ftp access to try, can you include ftp access in the Private Content area so we can be of more assistance?

    Best regards,
    Mike

    in reply to: Another – Avia Layout Builder Loading #1112577

    Hi,
    I see that you have clicked the “Reset all option” unfortunately there is no restore option from there.
    Are you able to restore your site from a server restore?
    I’m not really sure what is going on, but perhaps we can try uploading a new beta version that has the latest fixes.
    Please include FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: HOW TO show comments only when clicking on a button? #1112529

    Hi,
    Please try this solution, basically you will add jQuery to your functions.php and add custom classes to the button and the container to show and hide.

    Best regards,
    Mike

    in reply to: Headline Rotator not working #1112528

    Hi,
    I tested your page with Safari v12.03 (14606.4.5) and I found no issues
    I then updated to v12.1.1 (14607.2.6.1.1) and again couldn’t reproduce the error.
    I was hoping that the error would occur so we could isolate the issue to the Safari version, but perhaps Yigit will find something on his end and this test helps.

    Best regards,
    Mike

    Hey bullzeyemedia,
    Sorry for the late reply, I took a look at your page, but the only difference I could see was the section with the text:
    Project Management Institute (PMI): ….
    but I don’t believe that is the extra section you referred to, or is it?

    Best regards,
    Mike

    in reply to: Load more button #1112514

    Hi,
    Sorry for the late reply, I have taken a look at your page and found some errors in your functions.php code, I corrected it to reflect the code above. So I see that you have two “toggle” images and 3 buttons, I made the top two open & close toggle 1 and the bottom one open & close toggle 2
    I was able to have two different buttons on one page by using this functions.php:

     function avia_custom_accs(){
    ?>
     <script>
    jQuery(document).ready(function(){
            jQuery('.accsb a').click(function() {
                    jQuery('#accs').slideToggle('fast');
            });
    	 jQuery('.accsb1 a').click(function() {
                    jQuery('#accs1').slideToggle('fast');
            });
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_accs');

    I did this as an example for your page, if you don’t need this functionalty, then just remove:

    jQuery('.accsb1 a').click(function() {
                    jQuery('#accs1').slideToggle('fast');
            });

    from the code.
    I also removed the css, as I don’t believe it’s necessary.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Image Title not shown for all images #1112493

    Hi,
    Sorry for the late reply, I have checked your site with Chrome, Firefox, & Edge, but I don’t see the image title on hover, but I do on the header image.
    I see that you are using Enfold v4.5.5, please try updating the theme, you may need to update manually via ftp.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors. Please note that you should rename the “enfold” folder in /wp-content/themes/ to “enfold-old” via FTP, then upload the new “enfold” folder, once you see the new “enfold” is working you can delete the “enfold-old” folder.
    Otherwise if it doesn’t work, rename the new enfold folder to “enfold-new” and rename the “enfold-old” back to “enfold” and let us know.

    Best regards,
    Mike

    in reply to: symbol box – own Icons #1112481

    Hi,
    Sorry for the late reply, which online converter did you try?
    Please try going to fontello.com and upload your svg, fontello.com should convert it.
    2019-06-21-230317
    this has worked for the svg files that I have tested.

    Best regards,
    Mike

    in reply to: Another – Avia Layout Builder Loading #1112474

    Hi,
    Thanks for the login, I set the Classic Editor to be the default editor to ensure your issue was not related to the Block Editor, I also see that your PHP version is 7.3.6, please try lowering it to v7.1 to see if that helps, this is typically a one click operation in your webhost.

    Best regards,
    Mike

    in reply to: Layer Slider – Several points #1112472

    Hi,
    Glad to hear it’s now working, perhaps it was a caching issue.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Thanks for the screenshots, I see that you are using a stencil font that is in .woff format. I viewed your site with my Android and the font loaded fine. My research found that the .woff format is not recognized by Android natively, this means that typically if the user opens an email link or is redirected from an app or lands on the page from some ad redirects the built-in browser will be used to view the page, and the font won’t work. But if the user is using a mobile browser such as Chrome the font will work. I believe this is why it works for me.
    Please check if this is your case, you can recognize the native browser by it’s lack of bookmarks and toolbar.

    Best regards,
    Mike

    Hi,
    @tech Thanks for the login to see the site, I would like to login to the backend but as this is not your thread, posting your login details will not be private here.
    Please start a new thread with your login details in the Private Content area and post a link to that thread here so I can find it easier. Thank you.

    Best regards,
    Mike

    in reply to: Custom Jquery #1112186

    Hey zerodotnine,
    You are getting the error:

    Access to XMLHttpRequest has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    Which means highlife.ie is not allowing your site, try asking them to allow your site.

    Best regards,
    Mike

    Hey bauchope,
    Thanks for the login, please explain an example for where the font is not working for mobile, a text phrase would be helpful.
    I didn’t see a mismatched font on mobile right off.

    Best regards,
    Mike

    in reply to: disappearing content #1112179

    Hey kjwaggz,
    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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: IE 11 bug? #1112175

    Hi,
    Interesting, I couldn’t reproduce this, does the “normal space” also work for all browsers?

    Best regards,
    Mike

    in reply to: Link in footer #1112169

    Hi,
    Thanks, I found your pdf and created a link for it, but I noticed that the link has a light gray color, so if you would like to have it darker or change the color totally, please adjust this css:

    .socket_color a {
    color: #000 !important;
    }

    Best regards,
    Mike

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

    #top.home #av_section_1 {
    display: none !important;
    }

    If you would like us to look deeper into the cause, please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

Viewing 30 posts - 21,001 through 21,030 (of 35,064 total)