jamonavich
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prevent widgets from shifting downOh man, that’s excellent Ryan. Thank you.
However, this fix doesn’t address the problem with the widgets loading near the navigation and then moving down once the shopping bag is loaded.
Are you guys seeing the same thing? Any idea how to fix that?
Forum: Themes and Templates
In reply to: Wrap text around image on static front pageI knew it was something simple. You’re my hero Esmi.
Forum: Themes and Templates
In reply to: Wrap text around image on static front pageUpdate:
I’ve noticed that this only happens once I’ve put <h5> tags around the appropriate headings. Without the tags it wraps just fine. I’m not sure if anyone is looking into this but I figured it might be useful information.
Just wanted to add a word of thanks to kremo5le and alchymyth. By your powers combined I am no longer frustrated!
Thanks folks.
Forum: Plugins
In reply to: [Plugin: Custom Contact Forms] Separating a form with more headersOkay, to help out anyone who wants a similar effect this is what I ended up doing, and it works. First create the form normally using Custom Contact Forms. Drop the form on a page using the shortcode, update it, open the page and view the source (right click > View Page Source). Copy everything from the source in between the tags <form> </form> and paste it into the HTML tab on that page. Your form should now appear exactly the same as it did using the shortcode and you can now do whatever you want to the HTML.
Note: I had to download a plugin called Raw HTML by Janis Elsts to stop WordPress from generating paragraph tags and line breaks. Once you download the plugin put the form HTML in between <!–raw–> <!–/raw–> tags and you should be good to go.
Forum: Plugins
In reply to: [Plugin: Custom Contact Forms] Separating a form with more headersUpdate:
I was able to make the form appear how I wanted it to using Firebug and making changes to the HTML. The only problem is I have no idea where I need to implement these changes in order to make them appear on the site. Can anyone tell me where I can make changes to the HTML of a form?
Forum: Themes and Templates
In reply to: Same featured image appearing in every post on the front pageOh man, someone give this man a medal.
Thanks alchymyth, all 3 of your solutions have saved me a ton of time. I really appreciate it.
Forum: Themes and Templates
In reply to: Same featured image appearing in every post on the front pageHey guys. After much googling I could still use some help on getting rid of the featured image banner, and also wrapping text around the featured image on the front page.
Forum: Themes and Templates
In reply to: Same featured image appearing in every post on the front pageWay to go alchymyth! Worked like a charm.
One other question though. How can I move the text to the right of the featured image?
Also, if you’re up to it, I’m still looking for assistance on getting rid of the featured image banner.
Thanks for the help guys.
Forum: Themes and Templates
In reply to: Same featured image appearing in every post on the front pageThe code was added into content.php directly below the header code.
I haven’t created a header.php file yet in my child theme. What would I need to do to the code in order to prevent the “featured image banner” feature?