Forum Replies Created

Viewing 30 posts - 13,621 through 13,650 (of 34,910 total)
  • Author
    Posts
  • 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

    in reply to: Contact Form push engine down #1327223

    Hi,
    I’m surprised that OVH can’t update your PHP to v7.4 when most sites are now using v8.0.12
    Your Google Maps was disabled in the theme settings so that caused the error with the footer, I corrected it, but you will need to add your Google Maps API.
    I changed the test page form to send to my test email address then I installed the WP Mail Log plugin to check if the form is sending an email, and my test email was logged, you can see in the admin panel
    2021-10-31_005.jpg
    I also tested your contact page form and it also logged. So at this point you could try setting up your WordPress email to use SMTP with the plugin WP Mail SMTP this would make your site use your own SMTP server instead of the PHP mail, there is a good chance this will work.

    Best regards,
    Mike

    in reply to: "merging" icon libs from two different demos? #1327222

    Hey amollde,
    Sorry but we don’t have a merging option, but you can import the health coach icons in the Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager with the zip linked below.

    Best regards,
    Mike

    in reply to: change space between letters in header #1327220

    Hey Lautho2011,
    Please try this code for the H1 tag in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #main h1 {
        letter-spacing: 4px;
    }

    Feel free to adjust the spacing and add more tags for other headings as desired.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Your version is probably still using the old Envato API for licensing which no longer works, you need to get a Envato Token for the update notification to work. So you will need to go to your Theme Forest account and download the latest version 4.8.7 and upload it to your themes, WordPress will ask you if you want to update, here is an example of the screen you will see.
    2021-10-31_004d49ca85720966ffb.jpg

    Best regards,
    Mike

    in reply to: Update Enfold from 3.6.1 to 4.8.7 #1327216

    Hey kwtakis,
    Thank you for your question, if the site is using WordPress v5.5+ then you should be able to update via the theme uploads option. If not then this will not work and you will need to update via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
    If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”.
    I would recommend that you create a full backup using your webhost backup tools, if you have a one click staging site option then use this to test to update first to ensure any customization or plugins won’t cause a conflict. This is a option in most cPanels to create a staging clone of your site so you can test on it and your site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1.jpg
    staging-2.jpg
    I don’t believe you will have any issues updating, but it is better to be safe than sorry.

    Best regards,
    Mike

    in reply to: About the theme of Beauty salon #1327215

    Hey SHO UCHIYAMA,
    Thank you for your question, please see our Enfold Spa Demo or perhaps our Enfold Health Coach. You can also see all of our demos here.
    All of these demos are available for import in the Enfold Theme

    Best regards,
    Mike

    in reply to: Gridline Problem After 4.8.7 Update #1327214

    Hey photographie-tous-azimuts,
    Thank you for the screenshots, please see our sticky post: Extra padding in Grid Row cells after updating to 4.8.7 I believe this will solve your issue.

    Best regards,
    Mike

    in reply to: horizontal overlap #1327212

    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

Viewing 30 posts - 13,621 through 13,650 (of 34,910 total)