Forum Replies Created
-
AuthorPosts
-
June 14, 2014 at 10:27 am in reply to: CSS edit for AgentpressPro Theme on mobile-Please help! #109735
Lorraine
ParticipantThe CSS it's reading is this...
.dsidx-search-widget select { display: inline-block; width: 80%;
Try setting .dsidx-search-widget select { to 100% at the width it breaks.
http://www.studiopress.com/responsive/ this is a great tool.
Lorraine
ParticipantThat is where getting someone who is good with regular expression might work.
Lorraine
ParticipantYou should set up a local copy then Matt... 🙂
Lorraine
ParticipantIf you need a back up of the old site I would download it and set up a copy on your local machine. If you haven't done that before WAMP server is a good place to start. When you get it running it's just the same as setting up on a new server. You just need to set the user and DB from scratch in PHPmyadmin on your local machine.
I'm not sure of the benefit of having access to the dashboard if you can't see the front of the actual site.
Lorraine
ParticipantLorraine
ParticipantJust to add, Webmaster Tools has a csv that you can download with 404's that can speed the writing of your 301's. Obviously this is retrospective repairing so not best practice....
Lorraine
ParticipantHi Matt, I still do 301 redirects in the .htaccess file and re-direct per page. I worked with a chap on a site with the number of posts you are talking about which stumped me but he managed to do it with regular expression...
I wouldn't be happy about leaving a DNS change to do the work, if that was the case most 301's wouldn't needed.
If there are any people here who are good with regexp maybe they can steer you.
Lorraine
ParticipantHi there, If you want the video to show on the main domain then you can alter this is the WordPress Settings under Reading. Choose static homepage and select your landing page.
You can then add your button to take you to the full site.
You can then create a home page in pages and assign the .home template that your theme comes with. That should do it.
Lorraine
ParticipantHi Robin - I have used that before - good post, I'll see if I can use some of it. Hopefully I can get there.
Thanks for your help.
Lorraine
ParticipantI like the Shareaholic plugin, you can set this to show at various different places on the site. It's a bit more in your face than the ones you've linked to but you can remove the lead image in the settings.
Lorraine
ParticipantHi, yes not helpful that I said is wrapped instead of not wrapped. Yes, adding them will fix the issue.
Got to say I have never seen it and I always use the Text editor.
Glad you got it sorted. Must be one of those little gremlins!!
Lorraine
ParticipantHi, Instead of
a { text-decoration: underline; } try #content a {text-decoration: underline; }
That way you are being more specific.
Lorraine
ParticipantHi there, if you look on firebug your first paragraph is wrapped in the
<p>
Add that and you'll be fine.Lorraine
ParticipantGlad to help
Lorraine
ParticipantIf you go into theme functions there is a hook,
/** Add the page title section */add_action( 'genesis_after_header', 'minimum_page_title' ); function minimum_page_title() { require_once( get_stylesheet_directory() . '/page-title.php' ); }
You will need to replace that hook ('genesis_after_header') with where you want the page-title.php to show.
Hope that helps... I didn't have a running copy of the theme to check or I would have added this yesterday.
Lorraine
ParticipantHi Rosario, do you mean just changing the order it appears? To put it in the internal pages you can use the Genesis simple hooks plugin and place the code using the relevant hook, genesis_after_content may be the one you need.
Lorraine
ParticipantGary Jones http://gamajo.com/ has written a guide on the changes if that helps you at all. Brad Potter already has some posts coming through.
April 8, 2013 at 10:24 am in reply to: New winery site based on Agency – feedback appreciated! #34005Lorraine
ParticipantThis is lovely and understated, it really works.
Lorraine
ParticipantHi Tracy, very clear and easy to navigate. Your images on the header and the bottom of the sidebar could be doing with being a little sharper, they have been a little over optimised or taken from a pixelated image. Hopefully you have access to the originals.
Good work.
Lorraine
ParticipantWow, I have been head scratching too, this just started on Saturday on my clients site. Thanks for the fix.
-
AuthorPosts