Forum Replies Created

Viewing 30 posts - 13,981 through 14,010 (of 35,289 total)
  • Author
    Posts
  • in reply to: Custom Enfold Styles for The Events Calendar Not Applied #1328062

    Hi,
    Thank you for the login, this issue with this css:

    .tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul,.tribe-common .tribe-common-b2 {
        font-family: Open Sans:400,600,Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    is that the font Open Sans should have quotes around it and not include the numbers like this:

    .tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul,.tribe-common .tribe-common-b2 {
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    I couldn’t find where this was loading from to correct, I think it’s from the plugin, but this css should correct, try adding this css to your child theme:

    #tribe-events-pg-template .tribe-events-content ol,#tribe-events-pg-template .tribe-events-content p,#tribe-events-pg-template .tribe-events-content ul,#tribe-events-pg-template .tribe-common .tribe-common-b2 {
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Emojis showing in preview but not in frontend #1328061

    Hi,
    Thanks for the video, are you able to add built-in emojis and save and then see it on the frontend?
    2021-11-06_013.jpg
    where do your emojis come from a plugin?
    Can you add text and a new line and try your emojis there, and save and then see text on the frontend then?

    Best regards,
    Mike

    in reply to: Masonry Gallery images don't show up after turning pages #1328059

    Hi,
    Please include an admin login in the Private Content area so we can examine the structure of the page.

    Best regards,
    Mike

    in reply to: WooCommerce Add to Cart Issue #1328057

    Hi,
    Did you try disabling your plugins? It looks like your site is loading an old plugin called wp-spamshield and it’s support thread has unsolved questions like yours: Sorry, there was an error. Please be sure JavaScript and Cookies are enabled Since this plugin has been closed and is no longer available for download I would recommend removing it from your site.
    2021-11-06_012.jpg
    You could also try disabling your MU plugin /mu-plugins/gd-system-plugin/ from GoDaddy as it is known to cause a Fatal error in WooCommerce

    Best regards,
    Mike

    in reply to: Burger menu not opening #1328052

    Hi,
    try this instead:

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: #000 !important;
    }

    and disable your caching plugin.

    Best regards,
    Mike

    in reply to: Change logo #1328049

    Hi,
    I believe the logo on your site that looks like a signature has been added via a function in your functions.php, try looking there to remove it, if you can’t find it please include an admin login in the Private Content area and I will try to remove it for you.

    Best regards,
    Mike

    in reply to: Testimonial Image above in grid view #1328048

    Hey Thomas,
    Thank you for your patience, I tested this on my demo site and it worked for the Testimonial Sliders, is this what you tried to use it on?
    2021-11-06_120942.jpg
    Try checking if you are forcing the jQuery to load in the footer Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer this could break the script.
    Otherwise link to your page and we could adjust it for your situation.

    Best regards,
    Mike

    in reply to: Changelog missing for 4.8.7 #1328046

    Hi,
    Thank you for the suggestion, I submitted this feature request o the Dev Team, if you have any further suggestions or questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Please provide infos regarding spinning cog #1328044

    Hi,
    Thank you for your patience, I have added Nikko’s Pastebin link from the previous thread below.
    I tried checking this page you said you were having an issue with: http://mobilerevolution.ch/standorte/mobilerevolution-steffisburg/
    and I found your page in the block editor, in this case you need to click the button to open it in the Advanced Layout Builder:
    2021-11-06_008.jpg
    when I did this the Advanced Layout Builder open correctly:
    2021-11-06_009.jpg
    please give this a try.

    Best regards,
    Mike

    in reply to: Menue #1328042

    Hi,
    Thank you for the screenshot, you could try using the split menu example and hide the logo so your background image shows instead.

    Best regards,
    Mike

    in reply to: Burger menu not opening #1328037

    Hi,
    I would recommend disabling your caching plugin and your AMP plugin and getting your site to load and work correctly first, then you can try using these. But if your site doesn’t load correctly with these disabled it won’t load correctly at all. These plugins only show a snapshot of your site, not the real site so any solutions we offer will not correct your issues.

    Best regards,
    Mike

    in reply to: Accordion/Toggles deeplinking #1328029

    Hi,
    Sorry for the late reply, as I understand your question is for the desktop view, when I check the newly opened toggle stays in view for mobile and desktop, please see the animated gif below (you may have to click to play)

    Best regards,
    Mike

    Hey SimonJ17,
    Sorry for the late reply, I have not seen this plugin before so I tried researching it by going to the plugin site and their YouTube channel, but they don’t seem to explain the export feature that you are describing, and it seems to be a paid plugin so I can’t try it out. From your explanation it sounds like you are looking for an export option in the woocommerce order panel in the backend.
    Enfold doesn’t modify the backend panel for woocommerce, so I’m not sure why you would not see this. I would recommend asking the plugin author for any ideas for possible conflicts.

    Best regards,
    Mike

    in reply to: Burger menu not opening #1328020

    Hi,
    Sorry for the late reply, I will try to help, I see that on mobile your site is not loading due to the AMP plugin, please disable this and any caching plugins, if I bypass the AMP plugin I see that your burger menu button is to the left and your flyout menu is transparent, is this intentional?
    If your flyout menu had a background color it would look correct, for example:

    .html_av-overlay-side #top #avia-menu .av-burger-overlay-scroll {
        background: #000;
    }

    Best regards,
    Mike

    in reply to: Adding second menu above logo area + some style #1328016

    Hi,

    @mussio506
    please check the solution that Rikard suggested in your thread, thank you.

    Best regards,
    Mike

    in reply to: Long menu that is not visible on small screens #1327940

    Hi,
    Thanks, this is a tricky situation, perhaps your best option would be to use a mega menu instead, have you considered this?

    Best regards,
    Mike

    in reply to: WP Front End Jo Posting Plugin doesn't work #1327932

    Hi,
    I went to the demo site and logged in and saw the button, but the plugin demo page and the page that is on your site do not seem to be the same structure, they don’t share the same elements or layout or classes. I tried clicking around both sites but couldn’t find matching pages. The div for the job-manager-jobs element and the div for the div-create-job button are not created so your issue is not related to CSS, the elements are not created.

    Best regards,
    Mike

    in reply to: Contact Form push engine down #1327928

    Hi,
    Resetting your SMTP password only affects your mailbox.

    Best regards,
    Mike

    in reply to: Long menu that is not visible on small screens #1327794

    Hi,
    Thanks for the feedback, please remove the above code so we can test further and try again.

    Best regards,
    Mike

    in reply to: 100% Column breakpoint #1327776

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: WP Front End Jo Posting Plugin doesn't work #1327774

    Hi,
    Thanks for the feedback, unfortunately I do not see a button or empty div or any sign there should be a button there in the source code, I do see that your page is giving a 404 (file not found) for /wp-content/wplc_data/check.js perhaps this is the javascript that creates the button, but I’m not sure. Can you link to an example of the button so I can examine it’s source code, perhaps a demo page?
    So far this doesn’t look like a CSS issue, if it was CSS then I would see the button in the source code but since it is not there it makes me think that it is not being created, in which case it points to a conflict somewhere.

    Best regards,
    Mike

    in reply to: Replace block on webside #1327766

    Hi,
    The Dev Team has written back that this will not be a quick solution, but they have their eye on it with no ETA for it.
    Thank you for recommending this feature, hopefully we will see it in a future version, for now hopefully you will find a plugin to achieve this. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Can't end maintenance mode #1327632

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: 100% Column breakpoint #1327631

    Hi,
    Thanks for the link. but only two of the pages loaded for me, I did find a rouge empty paragraph tag before the error element but I don’t know were this is coming from. Try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function rouge_empty_p_after_one_fourth_column() { ?>
        <script>
    (function($){
        $(".av_one_fourth.first + .el_after_av_one_fourth + p:empty").remove();
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'rouge_empty_p_after_one_fourth_column');

    I believe this will solve but please check your other pages with 1/4 columns to make sure there are no conflicts.

    Best regards,
    Mike

    in reply to: centering images #1327622

    Hi,
    Odd, I don’t believe that this is related to the above css, have you added any new plugins or made any changes since it was working correctly last? It looks like the Advanced Layout Builder was used last to edit your product this would override the default woocommerce layout which I thought was what had been using in the past.
    Try reverting back to using the default editor with revisions.

    Best regards,
    Mike

    Hi,
    Thank you, I believe this is caused by the lazyloading of your litespeed-cache plugin, try disabling the lazyload option and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression, then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files then clear your browser cache and check again. If this doesn’t correct try completely disabling the litespeed-cache plugin and complete the other steps again and recheck.

    Best regards,
    Mike

    in reply to: Enfold Styles overiding plugin styles #1327463

    Hey hitrev,
    Thank you for the link to your site and the video, I didn’t find the orange “.tooltipsall” color in your css, it was black, but I did find the green hover:
    2021-11-02_002.jpg
    but you will notice that your links are inside a H1 tag:
    2021-11-02_003.jpg
    so a css rule of just “.tooltipsall” is pretty weak, heading tags typically have a higher specificity than this.
    So to correct try forming your rule like this and add manually:

    #about.alternate_color h1 .tooltipsall {
    	color: red;
    }
    #about.alternate_color h1 .tooltipsall:hover {
    	color: yellow;
    }

    Your plugin options may work in a plain text element, but I believe even then the paragraph tag “p” is effected by a second class for the “.main_color” or the “.alternate_color” classes, so in the end a single class “.tooltipsall” doesn’t have the specificity needed. I hope this makes sense.

    Best regards,
    Mike

    in reply to: Replace block on webside #1327457

    Hi,
    I have submitted a feature request for the Dev Team to review, so perhaps in a future release this will be an option.
    I was going to suggest looking for a WordPress Plugin that would do this for now, but I didn’t find any, so for now I don’t have a solution for you.

    Best regards,
    Mike

    in reply to: Thumbnail Issue #1327453

    Hi,
    Glad to hear this helped, to move the single post image above the title try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function move_first_post_image_above_title() { ?>
        <script>
    (function($) {
      $(function() {
         $('.single-post .entry-content .wp-block-image.size-full:first').detach().insertBefore('.entry-content-header');
      });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'move_first_post_image_above_title');

    Best regards,
    Mike

Viewing 30 posts - 13,981 through 14,010 (of 35,289 total)