Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Hi,

    Adding !important might be needed to make the code work:

    .has-global-padding{
         padding-left: 0 !important;
         padding-right: 0 !important;
    }

    In any case, if the above code doesn’t work, switching to a full-width template theme will probably simplify things.

    Hope this helps!

    Hi,

    If the padding setting in Styles > Layout does not work for you, you can alternatively remove the padding with CSS code.


    You can remove it by setting the padding-left and padding-right of the class .has-global-padding to 0:

    .has-global-padding{
         padding-left: 0;
         padding-right: 0;
    }

    Hope this helps!

    oikake

    (@oikake)

    Hi, I get a timeout error when I try to visit your site so I could not check it out, but It looks like you’re dealing with a single-page design with anchor links in your navbar that allow users to jump to different sections within the front page, which is working fine. However, you have some links pointed to other pages, and once on those pages, the navbar doesn’t function as expected.

    The issue likely arises because the other pages do not have the same anchor sections as your front page. When you click a navbar link on a different page, the browser is looking for an element with the corresponding ID to scroll to, which does not exist on these other pages.

    To address this, you can update your navbar links to include the full URL path with the anchor for pages outside of the front page. This way, when someone clicks on a link while on another page, they will be directed back to the homepage and then to the specific section. For example, instead of having a link like #section, you would replace it with https://www.evietharpe.com/#section.

    Hope this helps!

    Thanks for confirming it! ??

    It is a great theme, but it is not possible to display additional post meta data on the front page without editing the code.

    Hi,

    Thanks for letting us know that this is now resolved.

    I was not able to show categories & dates on the front page via theme settings. I guess you used a modified child theme or switched to another theme, right?

    Forum: Reviews
    In reply to: [Seedlet] Beautiful theme

    Hi @chrislt

    You are right, the theme version that can be downloaded from WordPress.com (1.1.32) is a more recent version of the one that is available from www.remarpro.com here (1.1.13)

    They are different from the block version of the theme that requires Blockbase as a parent theme.

    Thanks for pointing this out!

    Forum: Reviews
    In reply to: [Seedlet] Beautiful theme

    Hi, thank you for taking the time to share your positive experience with the community!

    It’s always encouraging for fellow users to hear firsthand accounts of how a theme can embody the right balance of style and functionality. Your review not only helps others in making informed decisions for their own blogs but also strengthens the community as a whole.

    Keep enjoying your art blog, and we’re all grateful for your contribution!

    PS: There are two versions of Seedlet: the old version, which has not been updated in 2 years, and the new version of Seedlet (that uses blocks), which has more recent updates.

    Hi,

    I’ve checked it and my categories and tags stopped working when I switched to Jaida.

    Thank you very much for bringing this us up, I’ve contacted the developers of the theme to let them know about this bug.

    Hi!

    Thank you for letting us know you were able to find a solution through a plugin – Glad to hear that this approach worked well for you.

    Should you need any more assistance or have questions in the future, feel free to reach out. Happy blogging!

    Hi,

    The Toujours theme doesn’t feature a grid layout for your posts page.

    The closest set-up possible is to enable this setting at Appearance > Customize > Theme Options:

    That displays the three most recent posts in a special area above your other posts.

    If that doesn’t work for you, you can look for similar looking themes that features grid layout.

    You can look for them by going to Appearance > Themes > Add New Theme > Feature Filter:

    And then, filtering by Blog and Grid Layout:

    Hope this helps!

    Hi,

    I’ve checked your site, and the text selection is actually working (If you select some text, you can copy and paste it.) I could copy this text, for example:

    Suzan Peeters (°1999) is a belgian accordionist, experimentalist and improviser based in Brussels.

    The thing is that the colour of the text selection seems to be invisible. There has to be some CSS code rule behind this behaviour.

    Seedlet, your current theme, allows text selection so this issue is probably coming from some plugin or custom CSS code.

    I’d recommend disabling all plugins and then enabling them one by one until the text selection becomes invisible again so you can find the one responsible for this behaviour

    Hope this helps!

    Hi Chris,

    You’re welcome! Thanks for updating me on your decision. I hope the workaround might help others.

    If you ever need anything else, feel free to reach out. Best wishes with your site!

    Hi,

    I understand that you mean the bar of images from the Calendar page when it appears on the Featured Content Slider:



    The Dara theme’s Featured Content Slider displays the featured image of the page shown in the slider.

    In the case of the calendar page, you can change its featured image by editing the calendar page and then on the right sidebar going to Page > Summary

    Hope this helps!

    Hi,

    After doing some tests, it clearly looks like a bug. I’ve already reported it to the theme developers.

    In the meantime, you can continue to use the author bio as a workaround.

    Thanks for contribuitung to the comunity by surfacing this ??

    Hi,

    I understand that you mean this checkbox:

    I’ve made some tests, and this checkbox appeared in both versions of the theme Seedlet (blocks and non-blocks versions)

    In any case, I’ve tested it with other themes and the checkbox disappeared at some times. What I did to get it back was:

    1. Switch to another theme
    2. Disabled the checkbox in Settings > Discussions (clicked save)
    3. Enabled it again (clicked save) and made sure the checkbox was showing up
    4. Switch my theme to Seedlet

    Hope this helps!

Viewing 15 replies - 1 through 15 (of 29 total)