Bperth
Forum Replies Created
-
Forum: Localhost Installs
In reply to: configuring ftp server (ubuntu)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
Forum: Themes and Templates
In reply to: child theme problemThanks 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 againForum: Fixing WordPress
In reply to: WordPress 3.6 Footer MenuPlease 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.cssThanks again
Forum: Fixing WordPress
In reply to: WordPress 3.6 Footer MenuThank 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 –>Forum: Themes and Templates
In reply to: child theme problemThanks for your reply esmi,
How can I change the behaviour of a function in the parent theme’s functions.php?
Forum: Fixing WordPress
In reply to: Playing Sound Across PagesThanks 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
Forum: Fixing WordPress
In reply to: All Site Text Displaying as hyperlinkThank you James,
You were right. I had left a tag in the header-1.php file by mistake.
Thank you π
BruceForum: Fixing WordPress
In reply to: cannot use different header fileAh!
You only use the part of the name concatinated onto header-{name}.php
ie
get_header(‘name’)thanks
Forum: Fixing WordPress
In reply to: cannot use different header fileHi 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
Forum: Plugins
In reply to: Header Slideshow v1.0.0 – not in headerI’ve changed to meteor slideshow and got it working
Forum: Fixing WordPress
In reply to: Showing menu outside of get_headerAha!
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 π
Forum: Fixing WordPress
In reply to: Showing menu outside of get_headerThanks 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