EyePhoto
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wp-admin area – no showIf your getting a list of files in the wp folder it’s because you are missing the ‘index.php’, whilst some do install through fantastico, I always install by hand, it’s easier in the long term to fix any errors as you have full control.
Forum: Themes and Templates
In reply to: Give me a break!!As asfodel says you have a possible typo as it should be a lowercase L and not a No. 1:
</ul>
[Off Topic] You shouldn’t have to put 4
<br />
after a</li>
if you do something else is wrong in the formatting.[On Topic]JeepFreak just go here:
https://validator.w3.org/
and type in your URL and it will return your errors, nothing major probably just typos but would advise to correct as one error can lead/correct to another.Forum: Themes and Templates
In reply to: Give me a break!!Think your missing a
</ul>
after:<ul> <li id="search" class="widget widget_search"><form id="searchform" method="get" action="https://www.bsfab.net"> <div> <input type="text" name="s" id="s" size="15" /> <input type="submit" value="Search" /> </div> </form> </li>
And whilst I was looking you have 17 validation errors on the site.
Forum: Themes and Templates
In reply to: Would anyone mind making me a theme, please? Resources included.I think the trouble is, your a designer coming and asking for help to design your site, for free! nothing personal but don’t think it’s going to happen.
I have no knowledge of PHP but have managed to redesigned a free theme to suit my own needs, so if I can do it, it can’t be hard.
Off the top of my head something like:
Create:
Sidebar1.php
Sidebar2.phpThen an ‘if’ statement in the page.php to call individual sidebars depending on where you are? as I’m not a coder you’ll have to find out what you need from the Codex or maybe someone can expand on this.
Usually all the changes I do are using code already included in the theme just have to change to suit.
Sorry couldn’t be more specific.
Forum: Themes and Templates
In reply to: need help with wordpress layoutHave you looked at ‘Mimbo’ (Here) it’s very similar to what you are looking for, you’ll just have to add your own content underneath.
Forum: Themes and Templates
In reply to: Need sidebar color helpDid you try all the ‘navigation’ classes:
ie: “.navigation table td”
It seems strange that there’s a ‘sidebar’ div in the sidebar.php but no reference in the ‘styles.css’!
Try and add something like:
#sidebar { background-color: whatevercoloryoulike; }
or
#sidebar { background: whatevercoloryoulike; }
to the ‘style.css’
See what happens!
Forum: Themes and Templates
In reply to: Mimbo Magazine ThemeProbably get a better response at Mimbo Forums as the theme is quite specific in it’s paths, (links to images etc….) and it sounds like you have an error in yours.
The logo header needs changing in the css file and should be ‘no wider than 625px’.
Forum: Requests and Feedback
In reply to: Help! WordPress illiterateHi nycgirl1
What’s the theme you are using ?
Forum: Requests and Feedback
In reply to: Help! WordPress illiterateHi nycgirl1
If you explain what it is you want to achieve then that’s a starting point, no need to get professional help at this time.
The good thing about the www is that things can be done from anywhere, we offer free help in setting up WP sites (although limited to Musicians and Artists) but will be glad to help if it’s not too time-consuming.
https://www.eyemusicservices.co.uk/
(Not a commercial site)Regards
Leon
[Moderator: I never like posting links in forums, if posting links is inappropriate please remove and nycgirl1 can you reply here]
Forum: Requests and Feedback
In reply to: Copyright of content of blogs????According to:
https://www.blogger.com/terms.gPart 6.
Your Intellectual Property Rights. Google claims no ownership or control over any Content submitted, posted or displayed by you on or through Google services. You or a third party licensor, as appropriate, retain all patent, trademark and copyright to any Content you submit, post or display on or through Google services and you are responsible for protecting those rights, as appropriate. By submitting, posting or displaying Content on or through Google services which are intended to be available to the members of the public, you grant Google a worldwide, non-exclusive, royalty-free license to reproduce, publish and distribute such Content on Google services for the purpose of displaying and distributing Google services. Google furthermore reserves the right to refuse to accept, post, display or transmit any Content in its sole discretion.
You represent and warrant that you have all the rights, power and authority necessary to grant the rights granted herein to any Content submitted.
You may choose to submit, post and display any materials on or through the Blogger service or Blogspot.com under a public license (e.g. a Creative Commons license), whether by manually marking your materials as such or using Blogger service tools to do so. For avoidance of doubt, Google is not a party to any such public license between you and any third party. In addition, for avoidance of doubt, Google may choose to exercise the rights granted under (a) the public license or licenses, if any, you apply to your materials or (b) this Agreement.
The above terms in original post are not the same as the link provided.
Forum: Themes and Templates
In reply to: At what point is a Theme your own ?Thanks for the quick replies, the license is standard GPL and I will leave the credit on the site (being a photographer copyright and giving credit is a major issue.) it’s just others have passed comments on the site and it’s (non)resemblance to the original and I was just curious about others thoughts on the subject.
I’ve seen a lot of themes very similar to others without any attribution but it’s a fine line I suppose when the original theme template is a starting point for everyone.
Thanks also for the comments re the site, it’s always nice to hear your work is appreciated.
Regards
Leon
Forum: Fixing WordPress
In reply to: Increase space between items in sidebarMaybe try adding a ‘break’ or other html formatting in the sidebar.php file where the call for the ‘Widgets’ code is.
As I don’t use them not sure if that would work, just a thought.
Eye
Forum: Plugins
In reply to: Where do I set folder permission 777 (NextGEN gallery)A simple way is through your ftp program, I use ‘Transmit (Mac) and all I do is, just navigate to the ‘galeryfolder’ and highlight it, ‘get info’ and it shows the permissions for the folder and I can change them there.
Just a pointer as I don’t know what sw you are using.
Eye
Forum: Fixing WordPress
In reply to: Error establishing a database connectionThis is usually a problem with your server especially if everything was working OK, and not WP, could be just resetting or down for maintainance etc…. usually returns after a while, but if it keeps happening report to your hosting provider.
Eye