Forum Replies Created

Viewing 30 posts - 13,291 through 13,320 (of 34,588 total)
  • Author
    Posts
  • 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

    in reply to: Fixed Slider and mobile Menu #1327447

    Hi,
    Thanks for the feedback, I see your new image in the media library with the caption, but the placement doesn’t look correct for my screen resolution I’m using 1536 x 864. So I made a new image for you as an example and cloned your top slider with the new image, and set the screen options to hide your original one. Please clear your browser cache and check the slider now on desktop, and see the “gif” screenshot in the Private Content area, you may need to click it to play the gif.
    This demonstrates the basic idea of the solution.

    Best regards,
    Mike

    in reply to: Change custom logos title tag #1327425

    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: Clone single Page from one site to another #1327419

    Hi,
    Glad Ismael could 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: BUG » full width slider height #1327415

    Hi,
    Glad Nikko was 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: Setting to hide caption below lightbox doesn't work #1327413

    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: centering images #1327241

    Hi,
    I had meant in the Quick CSS, but when I logged in and tried it I noticed the icons became smaller so I adjusted to this:

    #container-icone .icona-social {
        padding-right: 5px;
        padding-left: 5px;
        height: 40px;
        width: 50px;
    }
    

    Please see the screenshot in the Private Content area of the before & after and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fixed Slider and mobile Menu #1327239

    Hey gdsconcepts,
    Thank you for the link to your site, unfortunately, you can not effectively make the caption of your slider fixed, you could take a screenshot of your slider with the caption and then use that image as the background image and remove the slideshow caption, but then you won’t have the animation of the caption.
    For your second issue to match the header to your desktop view 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 #wrap_all #main {
    		margin-top: -82px;
    	}
    }

    below is a screenshot of the expected results.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: ERRORS IN WIDGETS #1327237

    Hey ebrupa,
    Thank you for the link to your site but we can not see the issue because we do not have a login, but I see that you are using Enfold v4.8.2 which had an issue with the new widgets block. Please update to v4.8.7 to correct.

    Best regards,
    Mike

    in reply to: Padding problems after the latest update 4.8.7 #1327226

    Hi,
    Glad Rikard could 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: centering images #1327225

    Hi,
    To increase the space between them you would add padding like this:

    .icona-social {
        padding-right: 5px;
        padding-left: 5px;
    }

    Best regards,
    Mike

    in reply to: Replace block on webside #1327224

    Hey alliansohog,
    Thank you for the link to your site, as I understand what you want, you have one blog element at the top showing a full post and another blog element at the bottom showing a grid of 3 posts with pagination, you would like to click on a post from the grid to show the full content in the top post without leaving the page. Unfortunately you can not do that with your current elements. But you could do something similar with the Portfolio Grid Element and choose the Open a preview of the entry (known as AJAX Portfolio) option.
    2021-10-31_006.jpg
    The only issue is that you would have to convert your posts into portfolio item to use this element, which should not be hard.
    If you try this please note that this element shows the content from the lower part of the portfolio, under Ajax Portfolio Preview Settings so that is where you will want to add your “post” see the red boxed area in this screenshot.
    2021-10-31_007.jpg

    Best regards,
    Mike

Viewing 30 posts - 13,291 through 13,320 (of 34,588 total)