Forum Replies Created

Viewing 30 posts - 20,701 through 20,730 (of 35,063 total)
  • Author
    Posts
  • in reply to: Blog Featured Image- Unable to Resize #1117249

    Hey radikio123,
    Please try using the plugin Simple Image Sizes, you will be given the chance to edit the sizes WP creates after an upload, and which size will be used for each element.
    In WordPress > Dashboard > Settings > Media > Media Settings you will be able to set the sizes, then please use the regenerate thumbnails option afterward.

    Best regards,
    Mike

    in reply to: Content not showing in Firefox #1117247

    Hi,
    Glad to hear you have it sorted out now.
    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: Change Website Scaling/Dimensions #1117244

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

    body {
       transform: scale(1.1);
       transform-origin: 0 0;
    }

    Please adjust the 1.1 to suit, such as 1.2

    Best regards,
    Mike

    in reply to: HL in LayerSlider on mobile devices #1117239

    Hi,
    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.home #layerslider_3 > div.ls-inner > div > div:nth-child(22),#top.home #layerslider_3 > div.ls-inner > div > div:nth-child(7),#top.home #layerslider_3 > div.ls-inner > div > div:nth-child(12),#top.home #layerslider_3 > div.ls-inner > div > div:nth-child(17){
        top: 253.082px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Portfolio going to wrong item #1117235

    Hi,
    Glad we were able to help, 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: White line between header and layer slider #1117226

    Hi,
    Thanks for the feedback, I reviewed your site again with Chrome, Firefox, & Edge between 320px & 375px and didn’t find the white line
    Which browser are you using?

    Best regards,
    Mike

    in reply to: Internet Explorer issue #1117223

    Hi,
    Thank you for the FTP access, I renamed your current theme to “enfold-old” then I uploaded the new “enfold” and checked that your site is working correctly. Please also check for yourself and please check the IE issues.

    If you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.

    Best regards,
    Mike

    in reply to: Enable Related Posts #1117221

    Hi,
    Yes, there are no settings, but you have to be sure to use some tags, because the related posts are picked by tags.
    Perhaps this is why nothing appears on the frontend?

    Best regards,
    Mike

    in reply to: Enable Related Posts #1117059

    Hi,
    @Gitte I tested the plugin again on a clean install and it seems to be working correctly for me. You would just install the plugin as any other plugin and then the element will be usable in the Advanced Layout Builder.
    As for your error, line 57 is for “$paths, $template_url.’/shortcodes/'”
    So I assume that you are using a child theme and have already declared this path for custom shortcodes.
    In your case, if you already have the “shortcodes” path created, you could remove the plugin and copy the enfold-related-posts-element/shortcodes/related_posts.php to your /shortcodes/ folder and see if that works.

    I would be happy to take a look at what’s going on but I will need an admin & ftp login.
    After I created this plugin I found a “shortcode” that can be added to a code block element without the plugin, if you would like to try this, then deactivate the plugin and add this to your functions.php:

    function related_posts_shortcode( $attr ) {
        ob_start();
        get_template_part( 'includes/related-posts' );
        return ob_get_clean();
    }
    add_shortcode( 'rpost', 'related_posts_shortcode' );

    then in your code block element use this shortcode:

    [rpost]

    Best regards,
    Mike

    in reply to: Issue re. privacy for blog categories #1117048

    Hi,
    Very good, we will leave this open until we hear back from you.

    Best regards,
    Mike

    Hi,
    Thank you, as I inspect your element I find that the “-webkit-text-fill-color” in use is not a standard and not supported in IE browsers. I believe that this css will correct:

    @supports (-ms-ime-align:auto) {
    .highlight-gradient {
    -webkit-text-fill-color:red !important; 
    }
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .highlight-gradient {
    -webkit-text-fill-color:red !important; 
    }
    }

    But I couldn’t login to test it, please check the admin login so I can test and adjust this if needed.

    Best regards,
    Mike

    Hey freshwebsitesla,
    You can change the “submit” text from within the editor:
    2019-07-08-224710
    To change the color please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-632 .main_color input[type='submit'] {
        background-color: red !important; 
    }

    To change the size please try this css:

    #top.page-id-632 .main_color input[type='submit'] {
            width: 200px !important; 
        height: 150px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Icon Box Title is H1 #1116877

    Hey grivers99,
    I took a look at your iconbox titles on your homepage, but found they were H3,
    Perhaps the H1 error was on a different page?

    Best regards,
    Mike

    in reply to: Internet Explorer issue #1116876

    Hi,
    Thanks for the WordPress login, but the ftp login is not working, please check.

    Best regards,
    Mike

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

    form select option {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Image hover effect on mobile #1116862

    Hi,
    Glad we were able to help, 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: Enfold avia slider height varying #1116860

    Hi,
    Glad we were able to help, 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: Portrait versus Landscape view #1116855

    Hi,
    Glad we were able to help, 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: Enfold 2017 – Demodaten nicht installierbar #1116852

    Hi,
    Glad we were able to help, 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: Flyout Menu two columns #1116851

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Can we see the code you tried?

    Best regards,
    Mike

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

    .html_elegant-blog #top .post-entry .minor-meta {
        text-transform: none !important;
    }

    Best regards,
    Mike

    in reply to: White line between header and layer slider #1116847

    Hi,
    Please try clearing your browser cache and check again.
    When I check the white line is gone, Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Recent posts and date cannot be translated #1116845

    Hi,
    Thanks for the login, I found that no functions were added to the child theme functions.php, so I added the code above.
    Now the “recent posts” is changed to “LEGUTÓBBI HOZZÁSZÓLÁSOK” please adjust to suit.
    Please clear your browser cache and check.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Help with a template #1116843

    Hi,
    I see that your theme version is v4.5.4 please manually update to v4.5.7
    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    Hi,
    For your version you will need to manually update, please give this a try.

    Best regards,
    Mike

    in reply to: Enfold Gym demo import does not load media files #1116839

    Hi,
    We could try to manually install the demo, Please include FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1116837

    Hi,
    I took a look at your site and saw the message that your “Disabling of template builder elements” setting was “load only used elements” so I set it to “load all elements”
    Now it works, Please see the screenshot in Private Content area.
    I saw your font was white on white, so I added this css:

    .avia-testimonial-content p {
    color: #000 !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cannot change any page after update to last version #1116520

    Hey nickcrouse,
    Thanks for the login, I see that you are using Enfold v3.4.6 with WordPress v5.2.2 this will most likely cause issues.
    Please try updating to Enfold v4.5.7
    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Quick CSS area – empty #1116517

    Hi,
    If your Quick CSS is empty but the css is still working there is a good chance that it is loading from your
    /wp-content/uploads/dynamic_avia/avia-merged-styles-a54e3191159416645362abec3b7bbc1d.css
    there may be many files in the directory but this is the one that is loading.

    Best regards,
    Mike

Viewing 30 posts - 20,701 through 20,730 (of 35,063 total)