anatman
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: New blood needed.If my testimony is any good:
I have been helped a lot by NuclearMoose. By his tutorial, by the comments on the CSS file, and by his answers to other people’s posts. And when i posted a question, i hoped he would be among those who read it.
Please don’t stop helping, we need you!
EduardoForum: Fixing WordPress
In reply to: i want to skin a mail formI’m glad too! I was about to bang my head against a wall ??
Thanks, so-gal.Forum: Fixing WordPress
In reply to: i want to skin a mail formI found the answer myself, by accident to say the truth: the mail form must be in the same directory as WP. That is why the comments-popup-php was skinned, and not the form.
Forum: Requests and Feedback
In reply to: Localization: Help Needed!I just realized that the language file doesn’t contain text strings for index.php and for wp-includes/template-funcions.php. At least to me, these are the most important files to localize (together with comments.php), becase they have the text that the readers will see!
Forum: Plugins
In reply to: CSS Switcher: can’t make it workhe he, i see i just tested it!
thanks a lot for your help, Sushubh and so-gal, and Alex thanks for the code and for comming to help too.Forum: Plugins
In reply to: CSS Switcher: can’t make it workIn the end i decided to upload the code to my website, even if it was not working, with a default style selecte. I was testing it locally in my computer (running Apache etc.). To my surpreise i worked without any further adjustments! It only doesn’t work locally, i have no idea why…
Thanks So-gal, Sushubh and podz for the help.Forum: Plugins
In reply to: CSS Switcher: can’t make it workThe wp-style directory is in my blog root, together with my-hacks and wp-style-switcher. Inside wp-style there are 4 directories named after their styles. Inside each one is the syle.css file, and any gifs needed.
I sware i folowed the tutorial carefully three times over ??Forum: Plugins
In reply to: CSS Switcher: can’t make it workpodz: if i make that first line look like yours (only using a style i have, “blue” for example), still nothing happens. If i try to pass the default style when i call the wp_style_cookie() function from the my-hacks.php file, as explained in the readme, nothing happens also. I only get a style, an unchangeable one, if i set it using $wp_style_default = ‘somestyle’; in the wp-style-switcher.php file. The only two lines in my my-hacks.php file are those:
?php require_once(‘wp-style-switcher.php’); ?
?php wp_style_cookie(); ?
with the pointy brackets. Should i have any more lines there??
so-gal: yes, i had read the thread, but i just went to your website and followed the all the steps in the tutorial to make sure i wasn’t forgetting anything. As far as i can tell i wasn’t. See, the only wrong thing going on is that i cannot change the styles (no cookie). The style list _is_ displayed in my website, which would indicate that my-hacks.php is loading, and that the wp_style_switcher() function is working too. And if i set a default style using $wp_style_default = ‘somestyle’; in the wp-style-switcher.php file, a style (unchangeable) is used, which would indicate that the call @import url( <?php wp_stylesheet(); ?> ); is working and the styles are being found in their directories. So i would say it comes down to the wp_style_cookie() function, which is either not working or i am not calling correctly.
One could say i have some weird setting in the browser preventing the cookies – but i have turned it off for testing this – and GamerZ WP-Polls hack was being able to set a cookie… All i can see is that when i pont my browser to https://localhost/~eduardo/wp/index.php?wpstyle=blue, that url will not stay in the address bar, and will be substituted by just https://localhost/~eduardo/wp/index.php. Is that right?
ThanksForum: Plugins
In reply to: CSS Switcher: can’t make it workAnd adding to all that: if i pass in the name of the style i want to use as the default like this:
<?php wp_style_cookie(“my-new-style”); ?>
It also doesn’t work.Forum: Plugins
In reply to: Breadcrumb Hack for 1.01Hy Lennart,
I too got a parse error (on line 3 of my-hacks.php – line one is just ‘<?php’, then your code starts – using the updated code). Any idea why?
Thanks!GamerZ and uplink,
Thank you very much. And comparing the two versions i was able to adjust the table a little bit, so now it looks just as i wanted it. I only don’t have it online right now because i am testing and adjusting it locally first, before i upload it. Anyway – it will be on at https://www.taijiquan.pro.br.Forum: Plugins
In reply to: Breadcrumb Hack for 1.01Hey,
Nice, thank you! How can i change the separating caracter from “>” to “::” ?
Eduardo