Forum Replies Created

Viewing 15 replies - 61 through 75 (of 125 total)
  • Hi @claytoncollie,

    Firstly I wanted to follow up with you on this topic.

    I realized I might have misunderstood something earlier – sorry about that! The categories created with Media Library Organizer are actually managed within the plugin itself, not directly within WordPress’s usual category system. Because of that, there isn’t a built-in way to export those categories easily.

    Unfortunately, this also means that other plugins wouldn’t typically be able to work with those categories (for example exporting them) unless they are specifically designed to interact with Media Library Organizer.

    As a workaround , you can try going into the WordPress Dashboard -> Tools -> Export, choose Media and click on Download Export File. This method will have the categories’ details but only for the categories that contain at least one media file.

    I hope this explanation clears things up! If you have any other questions, feel free to ask or open another thread.

    Best regards,

    Mara

    Hi @norbertk,

    Thank you for using Hestia!

    I’ve reviewed your website and noticed the issue you’re experiencing with the title block on mobile. Normally, this problem shouldn’t occur in Hestia, but it seems that some custom CSS is being applied to the title’s section, which could be causing the conflict.

    Could you please check if there is any custom CSS added in the Additional CSS tab? Additionally, it would be helpful if you could check if this is not a plugin conflict causing this. You can use this article to guide you through the steps.

    Kind regards,

    Mara

    Hi @toddwelch,

    Thank you for using Neve and for reaching out to us!

    I have tried to replicate this problem on a fresh instance and have tried to observe the problem on your website by eliminating that line with the same color as the background but everything showed fine, no columns were overlapped.

    Can you share details about how you have configured the columns so we can assist you properly?

    Kind regards,

    Mara

    Hi @claytoncollie,

    Thank you for using Media Library Organizer and for reaching out to us!

    You are correct, the export feature only allows you to export the plugin’s settings. This approach makes sense to us because the categories you create are added directly to the Media Library in WordPress, rather than being stored within the plugin itself.

    I hope this does not cause any inconvenience!

    Kind regards,

    Mara

    Hi @nicoleprovost,

    Thank you for using Hestia and for reaching out to us!

    I have checked your website and the featured images; the size for the working photos is indeed the one stated by you 2560 x 1707, but on the first page provided the image has a much smaller resolution.

    You can see how I checked this here

    Could you please clear the cache in case you are using such plugin, then try to reupload a high-quality image that is at least 900x600px for that post and check again?

    Please also make sure that you do not have any other image optimisation plugin activated since the issue might also occur because of one.

    Please let us know how it goes!

    Kind regards,

    Mara

    Hi there @charmstrong,

    Thank you for keeping us updated!

    I have tried to replicate this on a fresh instance but I did not manage to succeed. Can you please share more details about how you have configured the page, the products, what other plugins do you use that might interfere with the theme and any other details you think are important for troubleshooting? That would help us understand the problem better so we can assist you properly.

    Kind regards,

    Mara

    Hi @nordiccompetitiveleague,

    Thank you for using Hestia and for reaching out to us!

    To enable the image you have used on the homepage for the header for all the pages you have on your website you can go in the Customizer -> Appearance settings -> Background Image -> Header Background and check the Enable Header Image Sitewide option.

    Please let me know if this solution meets your needs!

    Kind regards,

    Mara

    Hi @charmstrong,

    Thank you for using Hestia and for reaching out to us!

    I have checked your website and the calculated shipping appears just fine on the page. Is the problem solved now in this case?

    Regarding the second line of address, that is the default behaviour of the theme. The field becomes available for completing if the user clicks on it, or you can set the field as required so it will appear exactly as the other fields.

    Kind regards,

    Mara!

    Hi @fitsmartyou,

    Thank you for using Neve!

    Yes, the hero section can be modified so that it won’t appear on mobile devices. To achieve this simply click on Edit page then click on the desired section. On the right tab you should see an option called “Responsive” there you can choose to disable the section on Mobile, Tablet or Desktop.

    Hope this helps you!

    Best regards,

    Mara!

    Hi @casper99,

    Thank you for using Neve and for reaching out to us!

    Currently the theme does not provide an option that would let you customise the order of the categories.

    Hope this doesn’t affect your plans!

    Kind regards,

    Mara!

    • This reply was modified 1 year, 10 months ago by mara3.

    Hi @slhodson,

    Thank you for using Neve FSE!

    I have tested the behaviour you described on a fresh instance and I managed to replicate it. Indeed the font changes when switching between the pages. Thank you for reporting this to us, we will address it as soon as possible!

    As a temporary measure to ensure that you have a consistent look throughout your website you can go to the Blog Page Template by going to Appearance -> Themes -> click on Theme Details for Neve FSE -> Customize -> Templates and choose the template you want to edit. There you can select the text for the navigation menu. For the block settings choose the styles tab and introduce 16px as the value for the Typography size.

    We hope this doesn’t affect your experience!

    Kind regards,

    Mara

    Hi @sergiourra,

    Thank you for using Neve and for reaching out to us!

    Unfortunately this behaviour is not related to Neve. It would be best if you could contact your host provider to help you solve this issue!

    If you encounter any other challenges regarding the theme’s functionalities or issues you face feel free to contact us!

    Kind regards,

    Mara

    Hi @amira20,

    Thank you for using Neve!

    To adjust the image dimensions differently for desktop and mobile you can explore two options.

    1. Go into the Customizer -> Layout -> Page and if here you have the Header Layout set to Cover then you can set the height for desktop and mobile individually by click on the specific icon and introducing the height value.
    2. Use CSS by going into the Customizer -> Additional CSS and add this code to individually restrict the size of the image based on the device:
    @media only screen and (min-width: 1024px) {
    .wp-block-image.size-full img {
    width: 1920px;
    height: 628px;
    }
    }

    @media only screen and (max-width: 767px) {
    .wp-block-image.size-full img {
    width: 1920px;
    height: 1400px;
    }
    }

    Please let us know if this helps!

    Kind regards,

    Mara

    Hi @encodedothost,

    Thank you for using Blocks Animation, we are happy to hear that you enjoy it!

    I have successfully replicate this problem on a fresh instance, and I have opened an issue on our GitHub repository to let the development team review this behaviour. You can check this link to see its progress.

    Kind regards,

    Mara

    Hi there @peterlang232,

    Thank you for keeping us updated on your situation!

    We appreciate your understanding regarding our support policy. Remember that we are always here to assist you with any issue regarding the theme’s functionalities.

    If you encounter any other challenges or need help with anything else when using the theme don’t hesitate to reach out!

    Kind regards,

    Mara

Viewing 15 replies - 61 through 75 (of 125 total)