For example. “Who’s online” to “Online Now”.
Is this possible? Many thanks
]]>The big piece needed is that it needs to show up on their profile page as a link to it. So everyone can see their twitter handle, or name of facebook page, with the number of followers they have, I can click on it, and easily visit that page.
So it verifies they are the owner of those accounts, displays the number of followers they have, and is a link or has a link next to it.
Does anything like this exist in the form of a plugin? Can an existing plugin be altered by a developer to get this functionality? Or could it even be built at all from scratch by a developer?
If adding multiple accounts/ pages is impossible I could make it work with just one social media account per account on my site, but I need all other functionality as much as possible. Any input is appreciated, i am really stuck here!
]]><?php
/**
add_filter(‘tc_credits_display’, ‘my_custom_credits’, 20);
function my_custom_credits(){
$credits = ‘Developed by kc‘;
$newline_credits = ”;
return ‘
<div class=”span6 credits”>
<p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Designed by Press Customizr‘).’ ·’.($newline_credits ? ‘
· ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
}
*/
All is working perfectly with the Plugin. But when I remove a Entry Column, via the Participant Admin. The MYSQL Table dose not get altered?
If I’m 100% sure I don’t need the default Entries (e.g Country,City,Street) and Backup it up before any Slaughtering!!
Would it be possible to remove the Entry via the Admin. Then simply alter the Table via PhpMyAdmin?
By looking at the very clean Design Structure of the Plugin I’m 99.9% sure this is all ok. But just asking to be 100% sure.
Thanks for any help, and see everyone around later.
https://www.ads-software.com/plugins/participants-database/
]]>I’m creating my first WP theme. I used Thematic as a base and my theme is it’s child.
Now, what I want to have on my site are two menus (just for the record.) The main menu is in top right and I’ve styled it already. The other menu is supposed to be somewhere near the center (I’ve this styled too.) The trouble is: I want the menu to be tiles, like those from W8 but all of them will be of the same size. Because of that I needed it to be in the center, so I made something like that:
li {
display: table;
}
a {
display: table-cell;
vertical-align: middle;
}
But then there comes the third thing I want and that’s creating a fluid layout. I’ve got it all done (almost) ’cause the last thing I need is making those two fluid.
In order to achieve that I want each of them to be 33% of the width and I to be squares and I want them to be fluid, too. I found this article which explains how to do that: https://ansciath.tumblr.com/post/7347495869/css-aspect-ratio. The only trouble is, this calls for altering the way WP builds menus (I need to add one or two elements to it) and I can’t really find how to do that.
Thanks in advance for your help.
k
Sorry if I’m not explaining myself very well or I’m asking a stupid question, but I’m new to all this.
]]>I just installed 3.0.4 and am using the default 2010 theme which I am altering to suit the look of the blog to match the rest of the existing website.
All I want to do is reduce the empty space above the header image to 20px. That’s it. I know there are some changes I can make to the header.php file, are there changes that can be made to style.css to accomplish this?
I need someone experienced in editing the header.php file. All I need to know is how to reduce the area above the banner. Should be answerable in code here.
Many thanks in advance!
Sincerely,
wordman
]]>