Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jakob Lenfers

    (@jakob42)

    I’m sorry, I don’t understand what you mean. The guild achievements are shown in the news list and therefore in the plugin as well.

    I love your example of the news feed… However, mine is very ugly. (www.alienjackhammer.com)

    Any hints on where I can edit it? I love the line-breaks and spacing.

    Plugin Author Jakob Lenfers

    (@jakob42)

    You’ll have to add your style settings to your CSS. Maybe I’ll add some themes in the future for you to choose in the backend, but I’m not really sure if it makes sense because it always has to fit into your specific theme.

    If you like what I did in the example screenshot, the settings for that are the following: Open your themes style.css (usually wp-content/themes/yourThemeName/style.css) and add the following at the bottom:

    div#sidebar ul li.widget_warcraft_news_guild ul li {
    	border-top: 1px solid #000;
    	padding: 5px 0;
    	line-height: 150%;
    }
    
    div#sidebar ul li.widget_warcraft_news_guild ul li:first-child {
    	border-top: none;
    }
    
    div#sidebar ul li.widget_warcraft_news_guild a {
     	   text-decoration: underline;
    }

    Thanks, Jakob… Appreciate your hard work and response. For some reason, the CSS is not taking. I added the code you produced, but it isn’t changing the style. Any ideas?

    Plugin Author Jakob Lenfers

    (@jakob42)

    Oh well, your theme doesn’t use a list for the widgets. Thought that was standard, but I’m not too deep into wordpress themes… Try this code instead:

    div#sidebar .widget_warcraft_news_guild ul li {
    	border-top: 1px solid #ADADAD;
    	padding: 5px 0;
    	line-height: 150%;
    }
    
    div#sidebar .widget_warcraft_news_guild ul li:first-child {
    	border-top: none;
    }
    
    div#sidebar .widget_warcraft_news_guild a {
     	   text-decoration: underline;
    }

    But I suppose really nice adaptations aren’t possible without CSS knowledge.

    If that helped you I would be grateful if you would rate my plugin. πŸ™‚

    You rock! Thanks!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Warcraft News] achievement’ is closed to new replies.