shamy78
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost Media libraryHi sorry its been a a while, I’ve been really busy and didn’t get a change to do this. My file is detailed below;
# Switch rewrite engine off in case this was installed under HostPay.
RewriteEngine OffSetEnv DEFAULT_PHP_VERSION 53
DirectoryIndex index.cgi index.php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Lost Media librarySorry for the late reply, I’ve been really busy at work. i will try and get the code at the weekend and reply with it on here.
I suspect this is where the problem lies but I am not familiar enough with the code to tell.Forum: Fixing WordPress
In reply to: Lost Media librarythank you for your response. I am not sure if I explained my issue well enough or you don’t seem to understand my issue and the process I have been through to get where I am now.
I know just uploading images via an FTP into the images folder does not enable wordpress to show them in the media library. My images were originally loaded onto my site the correct way, then they vanished a week or so ago from both the image library and the relevant folder and I cant figure out how or why.
I didn’t just put the images back via the FTP as you are suggesting. I replaced my WHOLE site with a back up copy from the week before this happened in an attempt to undo what had happened, but I still have the issue.
Can you please help.
Forum: Plugins
In reply to: [Simple Staff List] Simple Staff List columns and rowsHi
Sorry for the delay in responding.In ‘Templates’ on the plugin menu
For ‘staff loop template’ i put the following code
[staff_loop]
<img class=”staff-member-photo” src=”[staff-photo-url]” alt=”[staff-name] : [staff-position]”>
<div class=”staff-member-info-wrap”>
[staff-name]
[staff-position][staff-email-link]
</div>
[/staff_loop]and then in the ‘Staff Page CSS’ i put the below code
div.staff-member {
width: 230px;
height: 189px;
overflow: hidden;
float: left;
margin: 5px 5px;
border: 0px solid #6c6c6c;
border-radius: 3px;
position: relative;
}I think that was it, it was a while ago I did this so I can’t quite remember. if that doesn’t work I will see if there was something else I did aswell.
Forum: Plugins
In reply to: [Simple Staff List] Simple Staff List columns and rowsI think I have figured it out, thanks.
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageok thanks Noah, I’m not against getting into CSS, just not done it much before so its a sharp learning curve but gotta learn somehow!
thanks for your help all.??
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imagethanks Noah for offering though I do appreciate it.
Not sure what to do now, I’ll keep playing with it and see if I can work it out.
Not sure I understand the bit about installing the plug in, Ive not edited the CSS, just the header.php file with what Noah gave me, is there something else I need to edit?Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imagesorry have been AFK – will look at your other suggestion
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imagethank you.
That didnt work I just get a blank page…
If I delete the <?php else : ?> aswell it gets rid of the image altogether.
Not sure what I am doing wrong.Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imagei meant the code you gave me replaces what i posted?? just checking im putting it in the right place
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageyes I am editing the child theme – Harmony 2.0, I’ve not touched the 2012 coding at all which is that parent
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageI found the <h1 class=”site-title”> in header.php no problem and deleted that..
the code above replaces this; is that correct
<div id=”header-image” class=”banner”>
<?php if( ” == get_header_image() ) : ?>
<img src=”<?php echo esc_url( get_stylesheet_directory_uri() . ‘/images/default-header.jpg’ ); ?>” class=”” width=”790″ height=”250″ alt=”” />Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imageThe one i have created at the moment is 790 × 200
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imagegot it now….
yes that more like what I want, and yes I would like the menu bar and the image the same width.
I was going to recreate the jpg so that it was the same size once I figured out how to get it there, unless you know how to reduce the width of the menu instead to match? which way is best?
Thank you so much for your help…
Forum: Themes and Templates
In reply to: Removing logo on Harmony 2.0 leaving only header imagethat didn’t link to anything, only the tinypic website