Forum Replies Created

Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter nellie.g

    (@nellieg)

    In htdocs in a directory called jewishradio

    Thread Starter nellie.g

    (@nellieg)

    amazing. okay, i changed the functions.php file and got back in. great.

    are these settings correct? should they be different from one another?
    WordPress Address (URL) https://jewishradio.info
    Site Address (URL) https://jewishradio.info

    so now when i go to jewishradio.info it’s there. BUT, when I click on one of my tabs on the top which are linked to pages they lead to the same internal error as before.

    For example my page https://jewishradio.info/contact/ . The tab is coded as follows
    <li><a href="https://jewishradio.info/contact/">Contact</a></li> and when clicked on leads to an internal server error page. AHH!

    Thread Starter nellie.g

    (@nellieg)

    I tried putting this code into my style.css in my child theme, is this close? or am I way off. It definitely didn’t work but is this sort of what I’m going for?

    ‘<?php if( is_page_template( ‘popup.php’ ) ):?>
    #site-title a {
    font-size: 14 px;
    }
    <?php endif;?>’

    I’ll definitely check out firebug, looks like color coding might save me. Any code you could give me would be great. I also have another very similar issue which I posted about here.

    Thread Starter nellie.g

    (@nellieg)

    thank you ESMI!!

    Thread Starter nellie.g

    (@nellieg)

    phew, I solved it.

    For those that want to remove header image from specific pages in twenty ten theme:

    1. Create Child Theme
    2. Create Custom Page Template file in child theme (example from above popup.php)
    3. Create header.php file in child theme (copy header.php from parent theme)
    4. add this code to new header.php file in child theme

    after ‘<div id=”site-description”><?php bloginfo( ‘description’ ); ?></div>’
    add ‘<?php if( !is_page_template( ‘popup.php’ ) ):?>’

    and right before ‘</div><!– #branding –>’
    add ‘<?php endif;?>’

    4. copy loop-page.php file from twenty ten and add to child theme (not sure this is necessary)

    Thread Starter nellie.g

    (@nellieg)

    I have 3 php files in my child theme

    1. header.php
    2. loop-page.php
    3. popup.php

    I added the code you suggested and I’m just not having any luck. Can someone please help me remove my header image from my custom page!?!?!?

    Thread Starter nellie.g

    (@nellieg)

    After adding a ‘>’ to the end of that, the error message went away, thanks. So now I have my two files but in the dashboard, when I assign the popup template to a page there’s no change.

    I noticed this section in my popup.php file:

    ‘<?php
    /* Run the loop to output the page.
    * If you want to overload this in a child theme then include a file
    * called loop-page.php and that will be used instead.
    */
    get_template_part( ‘loop’, ‘page’ );
    ?>’

    Does this have anything to do with me? It seems relevant but I know so little about wordpress that I’m not sure. I’m doing some reading now on loop, overload, get_template_part etc. but any help would be greatly appreciate.

    Thread Starter nellie.g

    (@nellieg)

    Okay, I’ve loaded the files into my child theme directory. I can now see the two files on my dashboard. Unfortunately I have a new problem, now this appears in my browser when I try and go to my site:

    ‘Parse error: syntax error, unexpected ‘:’ in /data/8/1/119/96/1771422/user/1915381/htdocs/ulyssesroot/wp-content/themes/twentyten-child/header.php on line 67.’

    Line 67 is this line:
    ‘<?php if( !is_page_template( ‘popup’ ):?>’

    I tried using the full file name ‘popup.php’ and then tried a semi colon instead of a colon and then neither a semi-colon or a colon, and none of the above worked, I’m still getting this error. Any advice!!?!?

    Thread Starter nellie.g

    (@nellieg)

    Okay. so I’ve created two files.

    1. My custom page template file PopUp.php https://pastebin.com/xq8UZcxb. I simply added the first five lines of code to create the template and then copied the page.php code from the Twenty Ten template.
    Question: Is this all I need to include?

    The second is my Header.php for which I did the edits you suggested. Here is the edited section: https://pastebin.com/zVic1e64
    Question: There was already a <?php endif;?> on line 13 so I added your code to lines 2 and 14 and lined them up. Can you confirm that the spacing is correct?

    I’m off to create a add these files to my directory. Crossing my fingers. Thanks for everything.

    Thread Starter nellie.g

    (@nellieg)

    no definitely not. We have 3 pop-ups windows that play audio and we want them to be small and our custom header image takes up too much of the window.

    Thread Starter nellie.g

    (@nellieg)

    Done. I now have a twentyten-child theme activated. Other than having to change a few formatting things that didn’t save etc I am ready to customize away.

    So any help at all with removing a custom header image from individual pages would be great. At the moment I have three smaller pop-up windows that play audio and I’d like to remove the header image from each of them. I will definitely have more in the future if that affects any of your advice. I’m really elementary at all this so please simplify!

    Thanks esmi!!

    I have an entirely separate problem but also use Network Solutions so I thought I’d ask here.

    My URL for my wordpress site is currently this https://02d17c6.netsolhost.com/ulyssesroot/ and I need it to be this https://www.thecompleteulysses.com

    I found some documentation that said I could go in and change this in the directory which I did. I went into phpMyAdmin and changed the siteurl and home to the correct address. It worked for my dashboard and home-page but when I tried to navigate to any tabs or other pages, an internal error occurred. I’m not sure what I’m missing but currently my domain name “thecompleteulysses.com” is not correctly connected to my site.

    Network solutions couldn’t do anything for me! PLEASE HELP

    bizzyLabs, you seem to know something about creating pop-up windows for media content and I need help.

    I am extremely new to wordpress and html. I have the JW player which I’m using to play mp3s. Ideally I would like them to open in a small pop-up window with the audio player, and room for a logo, image and maybe some text. Basically I want it to work exactly the way https://www.thisamericanlife.org/ works when you hit the ‘PLAY’ button. I see the code you put up top concerning lightbox, but I really don’t care about lighting changes etc so can you talk me through it? Also where am I supposed to be writing this code? in the page editer? in a .php? in style.css?

    I’m very inexperienced with this stuff so thanks in advance for your help.

Viewing 13 replies - 16 through 28 (of 28 total)