Forum Replies Created
-
AuthorPosts
-
HelenaBParticipant
Hi Davinder,
Many thanks for that link - not come across that site before.
Looks like it'll do the trick!
HelenaBParticipantNotepad ++
HelenaBParticipantHi Samantha - sorry had to go out!
I'm not keen on adding stuff to the woocommerce stylesheets - it's all updated too often so I tend to add it to the Genesis child theme stylesheet (Metro in this case) instead. I just create a woocommerce section in there and paste changes in.
Probably the "proper" thing to do is to create a "child" stylesheet for woocommerce but life's just too short!
You seem to have sorted the widths of the related products list items.
HelenaBParticipantHi Samantha
I'd do:
div.upsells {clear:both;}
That'll push the related products/upsells down past the product info stuff.
I also tend to make the related product list items smaller as they're currently set to 48%.
November 26, 2013 at 2:58 am in reply to: How to do a Full WordPress Backup and Migration from Old Host to New Host #75654HelenaBParticipantPersonally I'd recommend a plugin called Duplicator. http://wordpress.org/plugins/duplicator/
I build clients' sites on my own webserver and when they're ready I use Duplicator to copy the whole thing including the database and then upload it to the new hosting account. It ensures that the new site goes up really quickly.
All you need to do is set up a database on the new hosting account and make a note of the username, password and db name.
Use Duplicator to create a copy of your existing site (one click operation - creates the copy file and an installer file that you download to your computer).
Upload the copy file and the installer file via FTP to the new hosting account.
Browse to the installer file using your browser and paste in the database info in the various text fields.
That's pretty much it.
I've used it dozens of times now - I've had problems with it maybe once due to an odd server configuration.
HelenaBParticipantHi Andrea - the small added complication is that the client (an Agency) is hosting it themselves - they're a reseller. So any query to the hosting company will be via them and I'm wary of it turning into Chinese whispers if you know what I mean.
If anything stands out as a possible cause then that would be great as it would give me something to pass on to them.
Thanks!
HelenaBParticipantI use the Duplicator plugin to move clients' sites from my private servers to their servers. Pretty simple to use but make sure you back everything up on your current site before you remove it / replace it with the new one (just in case!).
HelenaBParticipantAHA! Right - I'm off to check that out. Thanks Brad.
HelenaBParticipantTo use Jetpack you need to sign up to wordpress.com - if I've got that right. Maybe I'm just getting old but that irritates me.
Is there a decent alternative for subscriptions or is Jetpack the best way?
Oh and I also tend to steer clear of caching plugins unless I have to - too much trouble usually.
HelenaBParticipantI tend to use these again and again:
Genesis eNews Extended
Genesis Simple Hooks
Genesis Simple Edits
Genesis Simple Sidebars
Cleaner Gallery
Tiny MCE Advanced
Login Lockdown
WP Gallery Custom Links
Contact Form 7
Meteor Slides
Duplicator
UpdraftHelenaBParticipantThe only problems that I run into are things "falling over" after big woocommerce updates. This pretty much always concerns woocommerce 3rd party plugins which I've now learnt to restrict as much as possible.
Oh and I was a bit peeved about the sudden huge increase in woocommerce extensions - in particular since they seem to be required for pretty much every site I do.
Sites I've done recently with Woo:
http://www.keepbeautiful.co.uk/
http://www.products.thebeautycabin.biz/ and http://www.dermalskincare.thebeautycabin.biz (same company)HelenaBParticipantI've used a couple of their themes for clients and found them to be fine. I'm a little paranoid too so it's always good to ask!
September 20, 2013 at 5:26 am in reply to: Home Page Top Widget Images not showing in Firefox (mac) #63508HelenaBParticipantHi, not certain that this is related, but there seem to be a couple of validation errors which may or may not be causing an issue.
Looks like there are several instances of #homepagetxt1 - ids should be unique plus looks like an unclosed div somewhere around the slider.
Might be worth fixing those just in case it helps.
September 20, 2013 at 3:48 am in reply to: WordPress Log In Redirect – Redirect to page User has Content Permission #63494HelenaBParticipantHi Brian
Have you looked at Peter's Redirect plugin?
It's blurb says:
Define a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users. Also, set a redirect URL for post-registration.
I've used it to redirect roles in the past.
HelenaBParticipantHi AnBja - do you mean that the area currently taken up by the logo is too high?
If so, just change the height on .header-image #title-area, .header-image #title, .header-image #title a from it's current 212px to 120px.
HelenaBParticipantHi Groovyliving,
This doesn't answer your query directly but might be useful. I've found that using the Meteor Slides plugin is much simpler and allows you to have whatever image you like linking wherever you like - not specifically page related like the Genesis Responsive Slider (which I prefer as I can then add different featured images to pages).
Plus you can set up multiple slideshows and assign images to each and then add a slideshow to a page or post using shortcode as well as the usual method of adding a widget to the homepage.
The slides are also responsive.
HelenaBParticipantHi Susan
It's a good idea actually.
I try to always add a skip link via simple hooks in genesis_before_header to take keyboard users and screenreaders past the navigation and straight to the page content - you could add one to take people to the sidebar as well. These could be positioned off-screen and activated on focus for larger screens and visible the whole time on mobiles.
<ul id="skip"> <li><a href="#content">skip to content</a></li> <li><a href="#sidebar">skip to sidebar</a></li> </ul>
Guess you could also get fancier by checking to see if there's a sidebar on the page before adding that link...
HelenaBParticipantI totally agree with stinkykong - I think it's a very poor idea.
I downloaded the theme yesterday with the idea of over the next few days both forcing the menu to be visible immediately and trying to make it keyboard accessible (now have a plugin for this thankfully from Rian Rietveld at https://github.com/RRWD/wpacc-genesis-dropdown).
It's not sensible to deliberately irritate viewers.
HelenaBParticipantHi Mariecella,
You need to install and activate the Genesis theme first. Once that's activated you can activate the child theme and it should all work nicely.
July 4, 2013 at 5:04 am in reply to: CSS fix for Education theme dropdown menu issue (here's how) #49150HelenaBParticipantThank you for posting this John. Saved me a ton of combing through CSS!
-
AuthorPosts