digitalnature
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mystique theme] Translation problemsI have already explained, I’ll try again, maybe I wasn’t clear.
the translated string from the .po file (in spanish) is
Cambiar %raquo;
notice the%. this is wrongit should be
Cambiar »
notice the&signchange that with PoEdit, recompile the translation, upload it to your server and your site will display the arrow. You could also contact the author of the translation to tell him about this 🙂
Forum: Themes and Templates
In reply to: [Mystique theme] Translation problemslooks like a error in the translation file.
original string isChange »
and translated string should beCambiar »use PoEdit to modify the .mo/.po files…
Forum: Fixing WordPress
In reply to: Error uploadprogress.so: undefined symbol: core_globals_idhaving the same problems.
What’s the hosting company you guys use?Forum: Themes and Templates
In reply to: Problems with v1.62 installcustom field (in the editor), not custom css.
Forum: Themes and Templates
In reply to: my tweets were updated 1 and 40 years ago !!!this and another php 4 bug were fixed in mystique 1.68.
Forum: Themes and Templates
In reply to: Problems with v1.62 install#1: you must be running on PHP 4.x. Use the latest version from the official site (1.68), this fixes all compatibility problems with older PHP versions. read this as well
#2: add a new custom field named “hide_title”.
#3: I see your RSS just fine. Mystique doesn’t interfere with WP’s RSS feeds…
#4: this is a problem with the plugin/widget you’re using to display the avatar. it doesn’t add the correct align class to the image. If you know basic html, I suggest you add your gravatar inside a text widget…
Forum: Themes and Templates
In reply to: Comment highlight multiple users? mystique themehere you go:
/* Noj highlight */ li.comment .comment-head.user-noj{ background-color:#f29f00; /* orange */ background-image:url(http://geekfor.me/wp-content/themes/mystique/images/_alt/comment-head-trans.png); } /* Highlight "Rokair" */ li.comment .comment-head.user-rokair{ background-color:#3873bd; /* blue */ background-image:url(http://geekfor.me/wp-content/themes/mystique/images/_alt/comment-head-trans.png); }or
/* Highlight all editors */ li.comment .comment-head.role-editor{ background-color:#d91d27; /* red */ background-image:url(http://geekfor.me/wp-content/themes/mystique/images/_alt/comment-head-trans.png); }and another suggestion – you should remove the search widget title, it looks better without 😉
Forum: Themes and Templates
In reply to: Comment highlight multiple users? mystique themeand here’s another CSS tweak I’d recommend for your site and other sites that have a very long title/tagline:
#site-title #logo{float:none;display:block;} #site-title p.headline{float:none;border:0;display:block;margin:0;padding:0;line-height:normal;}Forum: Themes and Templates
In reply to: Comment highlight multiple users? mystique themefirst, update to mystique 1.65, then go to the settings page and click on the User CSS tab. Add this:
li.comment.reader.name-mary .comment-head{ background-color:#f29f00; /* orange */ background-image:url(http://yourwebsite.com/wp-content/themes/mystique/images/_alt/comment-head-trans.png); color: #fff; /* white (text color) */ }change the reader-name (“mary”), color codes and website link with yours.
if you want to style a registered user’s comment change reader.name-mary with user-mary
you can also style a comment based on the comment author role or comment position like odd/even, depth…
Forum: Themes and Templates
In reply to: Mystique tweet widget using /wp-admin folderUsing admin-ajax.php was the only way I found in the WordPress codex to call a function with the WP’s built-in AJAX support. When I have the time I’ll search for a better alternative…
Forum: Themes and Templates
In reply to: my tweets were updated 1 and 40 years ago !!!try setting your time zone in the twitter profile to the same one your wordpress blog has.
Forum: Fixing WordPress
In reply to: How to add pagination and post thumbnail!you can adjust the thumbnail size from the theme settings (the posts tab). Using a plugin for post thumbnails is not a very good idea when wordpress 2.9 has this feature built-in…
Forum: Fixing WordPress
In reply to: How to add pagination and post thumbnail!well there are plugins that change the pagination style in wordpress, like the WP Pagenavi.
Scofield answered you on post thumbnails. I’ll just add that you don’t need to edit the theme, just upload your thumbnails…
Appearance->Mystique settings->General->FootContent
[copyright][top][wp-link] put this and see the output… 🙂you need to add a space between each short code.
Forum: Themes and Templates
In reply to: Twitter button in Mystique– add a twitter widget
– fill out the id
– refresh your site homepage
– move the widget to the inactive areaForum: Themes and Templates
In reply to: jQuery is disabled and this widget needs itoops my mistake. the default settings are not installed because of a bug, so many options are disabled, including jquery.
those who are using mystique 1.61, press the reset settings button to fix this.