• Resolved laura4wings

    (@laura4wings)


    Hoping for some assistance with the Organic Featured Content Widget. I am using this widget on the home page of our non-profit’s site: https://wingsforsuccess.org/
    I updated this widget yesterday and since then, having been having some issues. The title and text of these sections were no longer centered, but I did see the response to a previous user who also had this issue so I followed the recommended response and pasted the following CSS within the “Additional CSS” section of the WordPress customizer:

    .organic-widgets-featured-content-section {
    text-align: center;
    }

    Upon updating this, most of the text on our home page changed to a different font than we had been using and I enlisted the help of a friend to help modify the text for us so she was able to enter some code into the the “Additional CSS” section of the WordPress customizer to set the text to the font that we had previously used. Now the 3 sections below our slideshow have some small boxes in them though that were not there before. I do not know how to modify this and was hoping for some advice. We are using the GivingPress Pro theme with our site and we have the lasted version of WordPress 4.9.7 installed.
    Thank you in advance for your assistance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Organic Themes

    (@organicthemes)

    Hello,

    I’m not entirely sure what you’re trying to achieve, but I’ll try to help. I did notice there are some random HTML artifacts on your site as seen in this screenshot, https://cloudup.com/cJJ_EFFbfsK

    That can occur if there are bits of unintended HTML code within the content of your pages. I would recommend going through your pages, viewing the content using the “Text” editor, and removing any excess lines or HTML. Such HTML elements can be missing closing tags, and lead to display issues on your site further down the road, or may have been the result of some of your mentioned issues.

    Regarding the boxes in the page sections below the slider, are you referring to the “Read More” buttons? If you want to hide those buttons, you can add the following CSS:

    .gpp-pages-section a.button {
      display: none;
    }

    I hope this helps. Thanks!

    Thread Starter laura4wings

    (@laura4wings)

    Thank you for your quick response! I was able to removed that unintended code using the “Text” editor and that resolved the issue we were having with those random HTML artifacts. I appreciate your assistance with our issue!

    Plugin Author Organic Themes

    (@organicthemes)

    Glad we could help! 🙂

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

The topic ‘Organic Featured Content Widget Issues’ is closed to new replies.