Forum Replies Created

Viewing 12 replies - 196 through 207 (of 207 total)
  • 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!
    Eduardo

    Thread Starter anatman

    (@anatman)

    I’m glad too! I was about to bang my head against a wall ??
    Thanks, so-gal.

    Thread Starter anatman

    (@anatman)

    I 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.

    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!

    Thread Starter anatman

    (@anatman)

    he 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.

    Thread Starter anatman

    (@anatman)

    In 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.

    Thread Starter anatman

    (@anatman)

    The 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 ??

    Thread Starter anatman

    (@anatman)

    podz: 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?
    Thanks

    Thread Starter anatman

    (@anatman)

    And 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.01

    Hy 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!

    Forum: Plugins
    In reply to: WP Polls

    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.01

    Hey,
    Nice, thank you! How can i change the separating caracter from “>” to “::” ?
    Eduardo

Viewing 12 replies - 196 through 207 (of 207 total)