Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Bperth

    (@bperth)

    Thank you for your reply.

    I’m using Ubuntu on Virtual Box so I have admin access to everything. It’s just a test server on a LAN.

    So far I’ve just chowned the /var/www/html/wordpress to www-data to get it wordpress to work but I have no idea how secure/insecure this is. I’m guessing it’s not a very safe way to set up a production server.

    I’ve installed vsftpd and configured an ftp user with home dir /var/www/html/wordpress. I can access with filezilla. If I use this user and try to use any of the wordpress admin panel commands requiring ftp access it fails with a cannot write error, presumably a permissions problem.

    What is the best way to configure permissions for Apache, PHP & FTP so that the ftp features within the wordpress admin panel will work.

    Thank you for the link. I’d like to see a basic explanation of best security/permissions practices for setting up a LAMP Web server.

    Thank you

    Thread Starter Bperth

    (@bperth)

    Thanks esmi,
    I’ve changed to twentythirteen which appears to behave as your if statement suggests.
    It seems to me that a theme without this behaviour greatly undermines the purpose of child themes.
    Then again I’m only a newbie, maybe I’m missing something.
    Thanks again

    Thread Starter Bperth

    (@bperth)

    Please disregard last post, I’ve figured it out. It was just a matter of adding
    #menu-footer-menu li {display: inline}
    to the child’s style.css

    Thanks again

    Thread Starter Bperth

    (@bperth)

    Thank you,
    Please forgive me I havn’t spent much time on WordPress.

    I’ve got the menu in the footer but it’s still virtical.

    I’m not sure where to find the relevant style/s (menu-footer-menu-container?). I cannot see the styles listed in the parent style.css.

    What style should I create in the child style sheet and what should I add to make the menu horizontal.

    Many thanks.

    The source at the footer is:
    <div class=”menu-footer-menu-container”>
    <ul id=”menu-footer-menu” class=”menu”><li id=”menu-item-153″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-153″>Privacy Terms
    <li id=”menu-item-154″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-154″>Terms and Conditions
    <li id=”menu-item-155″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-8 current_page_item menu-item-155″>About Us
    </div>
    </div><!– .site-info –>

    Thread Starter Bperth

    (@bperth)

    Thanks for your reply esmi,

    How can I change the behaviour of a function in the parent theme’s functions.php?

    Thread Starter Bperth

    (@bperth)

    Thanks for your reply,

    Using javascript and not leaving the page is the way that occured to me.

    But how could I do this in wordpress and still have editable pages through the wp-admin site?

    Bruce

    Thread Starter Bperth

    (@bperth)

    Thank you James,

    You were right. I had left a tag in the header-1.php file by mistake.
    Thank you πŸ™‚
    Bruce

    Thread Starter Bperth

    (@bperth)

    Ah!

    You only use the part of the name concatinated onto header-{name}.php
    ie
    get_header(‘name’)

    thanks

    Thread Starter Bperth

    (@bperth)

    Hi again Dave,

    Thanks again for your prompt reply.
    I still don’t get it.
    I’ve renamed the file header-2.php
    I’ve tried calling it with
    get_header(header-2)
    and
    get_header(header2)
    neither seem to work.

    Bruce

    Thread Starter Bperth

    (@bperth)

    I’ve changed to meteor slideshow and got it working

    Thread Starter Bperth

    (@bperth)

    Aha!

    This did it.

    <div id=”access”>
    <?php wp_nav_menu ()?>
    </div>

    Wrapping it a div worked, just using the same styles as the normal menu. I can easily modify it by making my own id (based on id – access) in the style sheets.

    Thanks again David πŸ™‚

    Thread Starter Bperth

    (@bperth)

    Thanks Digital Raindrops,

    I appreciate your prompt reply.

    Do you know where the function get_header is actually located?

    If I could see how this loads the menu I could probably figure out how to do what I want to do.

    Thanks again

    Bruce

Viewing 12 replies - 1 through 12 (of 12 total)