• Resolved caricreates

    (@caricreates)


    I am currently working to try every CSS trick I know to repair some of the issues that have arisen with the newest update 2.12.3. Meanwhile, I thought I would list them here just to make you aware of what is occurring.

    Sermon archive page:
    – Featured images are now made really huge & distorted in the archive list, and they are also cut off on the sides. Inspect shows them as “background” images, so I am having trouble finding a way to put them back to just displaying as thumbnails like before. Removing all featured images from the sermons would be a real hassle.
    – Each sermon in the list has a light grey box around it that wasn’t there before.

    Latest sermons list:
    – Everywhere I have these displaying, there is now a line return before and after the first comma. So where it used to display as “Speaker Name, February 11, 2018” on one line, it now displays as 3 lines:
    Speaker Name
    ,
    February 11, 2018

    This is what I have found so far, though there may be more to discover. I do appreciate all you guys are doing and how quickly you take care of issues. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter caricreates

    (@caricreates)

    One other issue I forgot to include has actually been around from a couple updates back. In our sermons, we list some scripture readings and the book names are in all caps. For some reason, the verses in all caps have stopped showing the scripture popups while any that I type in mixed case still work. These are being copied and pasted from our bulletin, so hand-typing them in mixed case would just be too time-consuming. I am hopeful this can maybe be fixed. Thank you.

    Example:
    https://ncfchurch.net/sermons-archive/grateful-devotion/

    Nikola

    (@nikolam)

    Hi,

    Thank you for your feedback.

    Regarding featured images, we will have a discussion with our designer on how to resolve that issue, so please stay tuned.

    Regarding other items, here’s the CSS code (lines marked with “OPTIONAL” can be removed, we thought to make those changes as well for your website):

    
    /* Fix for Sermon Manager's widget */
    .widget_recent_sermons_meta a *, .widget_recent_sermons_meta .meta * {
    	display: inline-block;
    }
    /* OPTIONAL - Prettifying Sermon Manager's widget */
    .widget_recent_sermons_meta .dashicons-microphone {
        width: initial;
        line-height: 25px;
    }
    .widget_recent_sermons_meta .meta {
    	line-height: 10px;
    }
    
    /* Remove border on sermons */
    .wpfc-sermon-inner {
    	border: none;
    }
    /* OPTIONAL - Add some space between individual sermons */
    .wpfc-sermon {
    	margin-bottom: 2rem;
    }

    Regarding verses, the code that makes them clickable is not developed by us, but it’s borrowed from reftagger.com. We will try to contact their developers to include detection of all-uppercase verses.
    If they don’t respond, we will think about creating the solution ourselves.

    Thread Starter caricreates

    (@caricreates)

    Wow, you guys really go above & beyond! Thank you for your response and all your efforts. The fix for the recent sermons widget did the trick nicely. The space between individual sermons worked well, also. Unfortunately, the border:none attribute is not working. I tried adding !important in hopes that might help, but no luck so far. That is alright though as it isn’t crucial, and the added space between them makes it look much better. Thanks again for everything.

    ~Cari

    Igor

    (@gospelpowered)

    Hi Cari,

    We are very glad to hear it. 🙂

    If you want to remove the border, just please add !important to it, and don’t forget to clear your browser cache afterwards – that was probably why it was still there on first attempt. We are pretty sure that it will work this time. 🙂

    You are very welcome, and thank you too for providing feedback and being really helpful.

    If you haven’t already, you can leave a review for the plugin, which would help other potential users.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Latest Update Issues – 2.12.3’ is closed to new replies.