Jenn Guitart

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: Have button link directly to particular paypal page #18900
    Jenn Guitart
    Participant

    It worked. You da bomb. I swear, when the code works, I get a rush of oxytocin. I can see the appeal of being a programmer!

    Thank you!!!

    in reply to: Have button link directly to particular paypal page #18886
    Jenn Guitart
    Participant

    Thank you, Bill!

    I was able to add a button using a text widget, and the link works great, but I couldn’t figure out how to get the button to look like the maxbutton that I had made. I tried pasting the maxbutton code into my stylesheet and changing where it said class=”button” to class=”maxbutton-1″ which I thought might work, but it didn’t. If you look at the page I now have one text widget that has the maxbutton and another text widget that has the regular button. Honestly, I don’t really care if the button looks exactly like the maxbutton, but I just need it to be really big and bright, and am not sure how to do that.

    Here’s the link… http://bacheinfo.org/wordpress/?page_id=72

    Thank you so much!
    Jenn

    in reply to: Have button link directly to particular paypal page #18879
    Jenn Guitart
    Participant

    Thank you so much, Bill — that totally worked! Yippee!!

    I was wondering if you could also help me figure out also where to put the code for the button that I have on the subpages. (the “Donate Now” button you see on this page:
    http://bacheinfo.org/wordpress/?page_id=72 )

    (I created the button using MaxButtons.)

    Thank you!!
    Jenn

    in reply to: Change font of my menus #15366
    Jenn Guitart
    Participant

    Thank you so much, Bill! Problem solved!!

    in reply to: Format a custom menu #12846
    Jenn Guitart
    Participant

    Wow, thank you so much!! It’s like magic, it worked!! You are a rock star, Bill!!!

    in reply to: Format a custom menu #12843
    Jenn Guitart
    Participant

    HI Bill,

    Yes, I have installed it and it is for some unknown reason not working properly. At first it was working as an accordion menu, but not properly — it would open up and then everything would just stay open (which would result in it being about four feet long once I add all the content).

    I tried uninstalling it and reinstalling it various times, but I discovered through looking at the support forum for the plug-in that sometimes it doesn’t work with some themes. Here is what it said…

    3. Either your theme files or another plugin is loading jQuery a 2nd time – this will result in the code required for the menu being overwritten. If you have jQuery hardcoded into your theme’s header see the following FAQ for instructions on how to add jQuery correctly – Adding jQuery to your theme files using wp_enqueue_script

    So I added this code to functions.php at the bottom:

    add_action(‘template_redirect’,’custom_theme_files’);

    function custom_theme_files() {
    wp_enqueue_script( ‘jquery’ );
    }

    And it made it work differently, but like a drop-down instead of an accordion menu. Not sure what to try next, and would love any help with this puzzle.

    Thank you!

    Jenn

    in reply to: Format a custom menu #12839
    Jenn Guitart
    Participant

    Thank you, Bill, for your timely response!

    I’m actually needing an accordion menu (or at the very least a drop-down, though an accordion menu would be best). I’ve added one using the jquery vertical accordion menu plug-in, but it’s not functioning properly, and I’m wondering if there is some conflict with something else in the theme code. If you have any advice for how to make the plug-in work with your theme, or some other solution, that would be great.

    Thank you again!!

    Jenn

Viewing 7 posts - 1 through 7 (of 7 total)