How can I customize this wp theme? - Wordpress Solution
[Solved] - How can I customize this wp theme? - Wordpress Solution |
---|
Try following codes |
I am using the Mimbo Pro theme to build a new site.
http://demo.prothemedesign.com/wordpress/mimbo-pro/
I would like to replace the "Recent Stories" feature on the top right of the home page with some graphic buttons and a sign up form - see image > http://www.gibsonforcongress.com/congress/Chris_new2.jpg. I have the graphics prepped, but I am unable to code the php & css in order to make it work. Here is the code for the recent stories feature >
And the CSS ~ Please let me know, if any other information is needed, to accomplish this task. Many thanks in advance! Solution - 1Hi, you'll have to chop your code so it looks like this: Then you start adding the elements, first the images: The, you add the form: No time for the CSS, please extend it.... Solution - 2Well the first thing is the placement of the code that you want added. You'd need your first set of sample code to be chopped down to look like this: Anything you put in there now will be in the exact position that you want it to. Now, for the content itself, how are you managing that subscriber list? Are you using a service like CampaignMonitor or Mailchimp? They would provide you with a form's code that you can just copy and paste to allow visitors of the site to sign up. Solution - 3Hi Mark, Is the path to the image correct? background:url(../images/icon_page_home.gif) no-repeat 0 9px; Could it be: background: url(images/icon_page_home.gif) without the dots and slash? Hard to see the problem without seeing the testing site. Solution - 4Are you looking for someone to actually code you up a contact form with images to insert into the page? If not and you already have the contact form you want, simply paste it's code into the section that Tony specified. I'm assuming the css you gave us is the original mimbo css? So, as Rebecca mentioned, might be helpful if you point us to your test site and link us up with your images that you've prepped and uploaded to your test site. Then someone could code up the php/html to insert the images in place. |
Date: 2022-10-21 05:23:13 |
Category: Wordpress |