Support » Themes and Templates » HELP WITH THEME!!!

  • Resolved Connie Stoga

    (@connie-stoga)


    I am a member of the web team of a site called stoganews.com, which uses the Premium News Theme (however, we do have some modifications of the header thanks to coding). Just yesterday, without anything abnormal happening, the featured section (the top box in the middle) crashed–now, there’s no gray background, and if you click on some of the images, the rest move downwards. Is there any way to return just that section to normal without undoing the rest of the site’s settings? We updated to the newest version, but even that didn’t help. To make matters worse, some of the plugins got lost, and now there is no protection against spam comments. But if you could help with the featured section problem, I would greatly appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • link to your site?

    without seeing the problem, it is more difficult to comment on it.

    have you checked the content of the posts in the featured section?
    (unclosed divs?)
    do the posts of that section display properly if they are viewd in single post view?

    Thread Starter Connie Stoga

    (@connie-stoga)

    The site is Stoganews.com.

    The posts work fine in signel post form–as you will see, the other posts are fine.

    Thanks!

    my bad, i missed the link to your site 🙁

    edit style.css of your theme; find:

    /*========= FEATURED POSTS (FRONT-PAGE) =========*/
    display:inline;.featured{
    	background: #dddddd;
    	height: 200px;
    	margin: 0 0 10px;
    	overflow: hidden;
    	padding-right:10px;
    }

    remove display:inline; so it looks like:

    /*========= FEATURED POSTS (FRONT-PAGE) =========*/
    .featured{
    	background: #dddddd;
    	height: 200px;
    	margin: 0 0 10px;
    	overflow: hidden;
    	padding-right:10px;
    }
    Thread Starter Connie Stoga

    (@connie-stoga)

    Your tip worked and that area of the site is fully functioning! Thank you so much for helping out!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HELP WITH THEME!!!’ is closed to new replies.