Forum Replies Created

Viewing 30 posts - 28,891 through 28,920 (of 34,339 total)
  • Author
    Posts
  • Hey AliAbabwa,
    Sorry I’m not understanding what hypercomments is compared to regular comments, but I would imagine that the hypercomments would offer a filter or function to integrate it into WordPress. If you need to replace the Enfold comment system you can try editing /includes/comments.php
    But to integrate hypercomments fully into Enfold you may try hire a developer for the task.
    There is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    Best regards,
    Mike

    in reply to: Make entire column clickable #910594

    Hi,

    @danielromanin
    let us know if you find Guenni007’s suggestion solves your issue. Thanks @Guenni007

    Best regards,
    Mike

    in reply to: Change iconbox title color on iconbox area hover #910592

    Hey danielromanin,
    Try this code in the General Styling > Quick CSS field:

    .post-entry-71 .flex_column.av_one_fourth:hover a {
    color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: Different layout for blog overview #910587

    Hey brandreach_at,
    This could be achieved with considerable css customization or template customization, unfortunately there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
    If that’s something you really need you can always try to hire a developer for the task.

    Best regards,
    Mike

    in reply to: Remove Animation on Mosaic Blog Posts #910576

    Hi,
    That is odd, because they seem to be loading on page load for me in Chrome, Edge & Firefox in Windows.
    and going to the anchor. Please see the video in the Private Content area.
    Which browser are you using?

    Best regards,
    Mike

    in reply to: Hiding a Color Section on Mobile and Tablet #910569

    Hi,
    I’m not sure why the Element Visibility options are not working on your page, I didn’t find any other posts with this issue and didn’t find anything in your css that is conflicting with it. Perhaps try disabling your plugins and custom functions.
    But to solve this issue for you I added this code into your css:

    @media only screen and (max-width: 989px) { 
    #hpvideo,.playbutton,.mutebutton {display:none !important;}
    }

    and it seems to be working, 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.

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #910553

    Hi,
    Please don’t feel that you are asking annoying questions! We want to help you make your site the best with Enfold! :)
    Let us know if we can close the thread after you get this issue resolved. If you have more questions on a different issue please open a new thread, as this one is getting long.

    Best regards,
    Mike

    in reply to: website upgrade or new website built #910552

    Hi,
    The Custom Shop page is apart of the Enfold 2017 Demo.
    To purchase please go to: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    After you purchase you will download the .zip file and open to find another .zip file inside called enfold.zip which you will upload to your WordPress templates and activate.
    Then from the theme options choose “Demo Import” and choose Enfold 2017 to install.

    Best regards,
    Mike

    in reply to: Problems display different browsers #910542

    Hi,
    While the weather plugin is working in Chrome & Edge, in IE11 it returns a empty div, so this is a plugin limitation with IE11. I tried to research further but the plugin has not been updated in 7 years. You may be better to find a different plugin or just let the IE11 limitation be. Please note that IE11 has been replaced by Edge fewer people use it daily.
    2018-02-10_091358

    Best regards,
    Mike

    in reply to: Horizontal gallery cropped on mobile #910442

    Hi,
    Thank you for making this change, I see the expected results.
    Perhaps try clearing your browser cache. Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Problems display different browsers #910440

    Hi,
    Your page had a boxed,look because there was a missing } in your General Styling > Quick CSS field
    I corrected, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #910439

    Hi,
    To have the the left hand edge of the phone number to align with the left hand edge of the grey boxes in the main body section for the screen sizes we talked about earlier, I changed your css in the General Styling > Quick CSS field to this:

    @media only screen and (max-width: 1373px) { 
    div .logo {
        left: 3%!important; 
        top: 20px!important; 
    }
    }
    @media only screen and (min-width: 1373px) and (max-width: 1490px) { 
    div .logo {
        left: 6%!important; 
        top: 20px!important; 
    }
    }
    @media only screen and (min-width: 1490px) { 
    div .logo {
        left: 10%!important; 
        top: 20px!important; 
    }
    }

    Notice that I used percentages instead of pixels so that it would adjust better. If you find a group is off a little, please adjust to suit.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hiding a Color Section on Mobile and Tablet #910280

    Hi,
    Please include the url address to your site, I don’t see it, only the login information.

    Best regards,
    Mike

    Hi,
    Thanks for sharing the code. Please put the three 1/4 columns in a color section, and then add this code in the General Styling > Quick CSS field:

    .post-entry-3143 .entry-content-wrapper {
        display: flex;
        justify-content: center;
    }

    I’m going to assume that the “post-entry-3143” is the same number on your site as this was your code, but if not adjust the number to match your site. If this still doesn’t work then set up the color section and include the url to the page in question so we can adjust.

    Best regards,
    Mike

    Hi,
    That is strange, because I was able to add a text block element to a page and save with no errors, I then removed it.
    I tested with Windows Chrome, which browser are you using?
    Does your error happen on every page or just some? Can you try with a different browser?

    Best regards,
    Mike

    in reply to: After Upade images links are broken #910271

    Hi,
    I have taken a look and found that the image url was giving a 404 error, so I corrected. But changes are not showing, so I tested for a cache by putting the word “test” in the alt tag and cleared my browser cache, but the change is not showing on the front end.
    2018-02-09_073916
    2018-02-09_073808
    I don’t see a cache plugin on your site, so I assume that you have a cache on your webhost, please check with your webhost.

    Best regards,
    Mike

    in reply to: Delete the tooltip appearing on the easy sliders' images #910266

    Hi,
    That is a little harder, but this solution may work for you:
    https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Best regards,
    Mike

    in reply to: Masonry – don't show date #910262

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: After Upade images links are broken #910260

    Hi,
    Sorry, do you have a custom login address, the normal one shows a error. Or perhaps you are blocking US IP addresses from the login?

    Best regards,
    Mike

    in reply to: Horizontal gallery cropped on mobile #910259

    Hi,
    Sorry, from within WordPress > Appearance > Editor
    the file doesn’t show the change:
    2018-02-09_070157
    But this change should really be made via ftp or the file manager in cPanel because of the way WordPress now handles the editor.

    Best regards,
    Mike

    in reply to: Hiding a Color Section on Mobile and Tablet #910257

    Hi,
    Thank you for the login, but can you also include your url.

    Best regards,
    Mike

    in reply to: After Upade images links are broken #910255

    Hey quebag,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Urgent – Menu/Logo Broken After Theme Update to v 4.2.2 #910253

    Hi,
    Thank you, is there anything else we can help with or shall we close this then?

    Best regards,
    Mike

    in reply to: Menu description under title #910250

    Hi,
    Glad this was helpful, if your interested we also have some Video Tutorials on all of the elements.

    Best regards,
    Mike

    in reply to: Delete the tooltip appearing on the easy sliders' images #910249

    Hey MBBCom,
    Please try removing the title from the image, that is when you added the image to the element, you had the option to pick the size it would show and add a title, often this is added automatically but you can remove it.
    2018-02-09_064349

    Best regards,
    Mike

    in reply to: Masonry – don't show date #910246

    Hey Charlotte,
    Try this code in the General Styling > Quick CSS field:

    span.av-masonry-date {display:none !important;}

    If you would like this code to only work on one page, please add the page ID before the span.

    Best regards,
    Mike

    in reply to: Hiding a Color Section on Mobile and Tablet #910245

    Hey iainpdavies,
    These options are working on my install of Enfold,
    please clear any cache plugin and your browser cache and check again. If you are still having trouble please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Horizontal gallery cropped on mobile #910243

    Hey emanuelecocchiaro,
    Please try editing /wp-content/themes/enfold/css/shortcodes.css
    on line 3814 you will find this code:

    .responsive .av-horizontal-gallery-img{ height: auto; width: 100%; 
    			-webkit-transform: 	translate(0, -50%); 
    			-ms-transform: 		translate(0, -50%);
    			transform: 			translate(0, -50%);
    			top:50%;
    			position: relative;
    		}

    change to look like this:

    /*.responsive .av-horizontal-gallery-img{ height: auto; width: 100%; 
    			-webkit-transform: 	translate(0, -50%); 
    			-ms-transform: 		translate(0, -50%);
    			transform: 			translate(0, -50%);
    			top:50%;
    			position: relative;
    		}*/

    If this works for you you can add this modify copy to your child theme.

    Best regards,
    Mike

Viewing 30 posts - 28,891 through 28,920 (of 34,339 total)