seaofghosts
Forum Replies Created
-
Forum: Plugins
In reply to: [Instapress] [Plugin: Instapress] image size in widget not workingmy url is https://www.seaofghosts.com
Forum: Fixing WordPress
In reply to: 3.0 upgrade – Now "The requested URL was not found on this server."Yes it magically resolved itself? I have NO idea how!!
Forum: Fixing WordPress
In reply to: 3.0 upgrade – Now "The requested URL was not found on this server."Sorry to keep bumping up my own thread but I really need help and can’t work out how to fix this. PLEASE can anyone help????
Forum: Fixing WordPress
In reply to: 3.0 upgrade – Now "The requested URL was not found on this server."Anyone? Help would really be appreciated!!! Thanks ??
Forum: Plugins
In reply to: [Plugin: Page Flip Image Gallery] Commercial plugin ?I also bought the personal license copy and still have the copyright links. Then I worked out I needed to deactivate the plugin before uploading the new version. Now it is fine! ??
Forum: Themes and Templates
In reply to: Kubrick sidebar moved, now entry misaligned.I figured default would be the easiest to mod. I really just want a clean, basic, left-sidebar theme that is ideal for modding. I have done hours of searches, maybe I’m just typing in the wrong search queries but I can’t find anything that isn’t already a mess.
I didn’t write any of that code, I did paste some of it from a different theme, though, and also I have a widget generating some of the code on that error page. So, on that note – could you perhaps take a moment and explain to a n00b exactly what is the error causing my alignment problem and how I may best fix it? I would be very very appreciative!! x
Forum: Plugins
In reply to: [Plugin: Widget Logic] Can I use more than one array?Ok because I am kind of in a rush I’ve actually changed plugins. Thanks anyway, I appreciate you taking the time to try and help even though I clearly didn’t make it very easy for you!!
Forum: Plugins
In reply to: [Plugin: Widget Logic] Can I use more than one array?Oh my god, I’m so so sorry – I keep putting the wrong thing here in the thread. I’ve got such a headache over all this coding!
Yes what you have typed is what is on my page. You can check it out here:
https://www.drinkmealice.com.au/blog/
https://www.drinkmealice.com.au/blog/shop/ -works
https://www.drinkmealice.com.au/blog/about/ -works
https://www.drinkmealice.com.au/blog/ordering-paying/ -not workingthe actual code in the customer care text widget is:
is_page(array('ordering-paying','shipping-returns','jewellery-care','our-guarantee','faqs'))
and the actual code in the about us text widget is:
is_page(array('about','press','stockists','wholesale','contact-us'))
they look identical except for the page names, but only the about us text widget works.
Forum: Plugins
In reply to: [Plugin: Widget Logic] Can I use more than one array?Ugh sorry, I must have mistyped it in this thread, it is definitely an underscore in my widget and it’s not working properly when I array it.
is_page('ordering-paying')
works!
is_page('ordering-paying','shipping-returns','contact-us'))
does not work!