caroline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Minor fault displayed in my google search resultsOh yes totally forgot that!
But it must be something wrong with the SEO-plugin then. I will try check those files asap.Forum: Fixing WordPress
In reply to: Minor fault displayed in my google search resultsHmmm sorry, I don’t exactly follow what you mean by it does not exist in the page source :S
A few days ago, I did renamed “Kategorier” from previous name “Nyheter”. And “Nyheter” are from the beginning the Uncategorized category.
But I had this |- problem long before that, since I installed the SEO-plugin.The page “Kategorier” are some of a category archive page now (category-kategorier.php) were I insterted a unique dropdown-menu. There’s nothing written in its category description.
Forum: Fixing WordPress
In reply to: Minor fault displayed in my google search resultsIn SEO the tags has
%%term_description%% | %%sitename%%while categories has
%%term_title%% | %%sitename%%.
So why the “|” doesn’t show up is a mystery for me.I guess there must be something wrong with the sitename though, since this has the “-” before. Still I can’t find it anywhere either in admin tools or other files.
Forum: Fixing WordPress
In reply to: Minor fault displayed in my google search resultsThanks! yes the solution must be in one of those files, any clue in which one?!
wordpress-seo/wp-seo.php
wordpress-seo/admin/class-sitemaps-admin.php
wordpress-seo/admin/class-opengraph-admin.php
wordpress-seo/admin/class-admin.php
wordpress-seo/admin/class-taxonomy.php
wordpress-seo/admin/class-config.php
wordpress-seo/admin/class-metabox.php
wordpress-seo/admin/TextStatistics.php
wordpress-seo/admin/class-pointers.php
wordpress-seo/admin/ajax.php
wordpress-seo/css/metabox-classic.css
wordpress-seo/css/metabox-tabs.css
wordpress-seo/css/metabox-fresh.css
wordpress-seo/css/edit-page.css
wordpress-seo/css/xml-sitemap-xsl.php
wordpress-seo/css/adminbar.css
wordpress-seo/css/jquery.tablesorter.min.js
wordpress-seo/css/yst_plugin_tools.css
wordpress-seo/frontend/class-twitter.php
wordpress-seo/frontend/class-frontend.php
wordpress-seo/frontend/class-breadcrumbs.php
wordpress-seo/frontend/class-opengraph.php
wordpress-seo/inc/class-rewrite.php
wordpress-seo/inc/wpseo-non-ajax-functions.php
wordpress-seo/inc/class-sitemaps.php
wordpress-seo/inc/wpseo-functions.php
wordpress-seo/js/wp-seo-metabox.js
wordpress-seo/js/wp-seo-admin-global.js
wordpress-seo/js/wp-seo-admin.js
wordpress-seo/js/jquery-ui-autocomplete.min.js
wordpress-seo/wpml-config.xml
wordpress-seo/readme.txt
wordpress-seo/uninstall.php
wordpress-seo/license.txt+1
I thought that was unnecessary when you wanted simple text?
That’s the whole point with this fontmap — nggallery/fonts — right?Anyway, I’ll add the image logotype instead!
Forum: Plugins
In reply to: Plugin "Vote it up" does not countHow do I echo the amount of counts after someone has voted?
Forum: Plugins
In reply to: [Tabbed Widgets] [Plugin: Tabbed Widgets] it's not workingStill not working for me. I have WordPress 3.3.1.
I’m only able to watch the first tab. And the links are not being listed.
Forum: Themes and Templates
In reply to: Code to tag the comments made by the author of a postSorry, I wasn’t aware it was big trouble, just a minor fault!
I think this is the full line: http://pastebin.com/a9uDkMD9
the commentlist classes
.commentlist li.comment .commentlist li:last-child .commentlist ol .commentlist .avatar .commentlist .even .commentlist .bypostauthor .commentlist .children .commentlist .children li .commentlist li.comment+li.pingbackForum: Themes and Templates
In reply to: Code to tag the comments made by the author of a postWhat can I do with this line to make sure my admin highlights?
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">I tried with this one su1 had and it all went very wrong with the server.
class="<?php if ($comment->comment_author_email == "contact@mydomain.com") echo 'author'; else echo 'user'; ?>"Forum: Themes and Templates
In reply to: How do I get .bypostauthor to work with this code?Hmm does this say anything about my problem?
wp_list_comments( array( 'callback' => 'twentyten_comment' ) );Forum: Themes and Templates
In reply to: How do I get .bypostauthor to work with this code?I do that, but there are no bypostauthor or author in my comments.php. I use Twenty Ten.
Forum: Themes and Templates
In reply to: How do I get .bypostauthor to work with this code?I have the same problem, i’ve tried these two examples for CSS, but I have no idea of what code and where to insert in the loop.
.bypostauthor { background:#FFF; } .commentlist .bypostauthor { background:#FFF; }Forum: Fixing WordPress
In reply to: Post Tags and Categories all gonebrightsway:
I also sorted my problem (I have no patient of waiting even if it’s only for 1 day to see if the tags pops back), so I changed to a Twenty Ten Theme and now I can add tags again to my posts. gaaah. I rather use a blank theme as I code myself, but I guess Twenty Ten will cause less problems in the future?My old theme MQB wasn’t compatible with either threaded comments or tabbed widgets — so i didn’t really liked it anyway.
Just have a massive restore job to do now…..Forum: Fixing WordPress
In reply to: Categories, disappear but still exists…I have exactly the same problem! Besides, it only applies to my tags and not the categories.
Very annoying and I tried to deactivate my plugins and there are plenty of space in my database. Nothing happend.
So, what’s wrong? I’ve read the master list, I really don’t have a clue to get any further with this problem 🙁