bguth3
Forum Replies Created
-
Hey bobbied,
Right now I have 3 categories, cars, Members and Brokers. I would just like to remove cars and make Members the default category. Can this be done? Any and all help is greatly appreciated. Thanks in advance.Hey Bobbie,
Thank you so much for all of your help, I believe I may have this figured out thanks to your help but have a couple of followup questions:
1. Can I change/modify the default category?
2. Since I only have two categories can the entire Add Category/Change Category/Category: Members box be hidden? Please see here for reference: https://www.vscca.org/classifieds
3. Can I ad a style to the Place Ad/Browse Ad and page titles the template is super old and when I try to change it in customize it goes haywire so I created a custom style
4. Can I paginate the listings to show three per box with some numbers or Load more?
Any and all help would be greatly appreciated. Thanks in advance.Hi @bobbied,
No worries I know that things are hectic for everyone. So I guess my followup question is if its possible to separate my current classifieds into two sections? Is this possible to have Member and Broker on this page. I understand that I can import and export the listing but need the separated. Any additional info would be greatly appreciated. ThanksForum: Plugins
In reply to: [Contact Form 7] Custom StylesHey infiniloop,
Thanks for your leg work on this. What I just figured out was if you do a little digging in your template’s css you can find some code that may look a bit like this:/* contact form */
div.contact-form-wrapper ol{ margin: 0px; list-style: none; }
div.contact-form-wrapper ol li{ margin-bottom: 20px; }
div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }
div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }
div.contact-form-wrapper ol li div.error{ display: none; }
div.contact-form-wrapper input[type=”text”], input[type=”password”] {
width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px;
line-height: 20px; max-width: 90%; }
div.contact-form-wrapper .textarea{ margin-right: 32px; }
div.contact-form-wrapper textarea{
height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px; max-width: 100%;
line-height: 20px; }
div.contact-form-wrapper .contact-submit{ float: left; }
div.contact-form-wrapper .contact-loading{
width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;
background: url(‘images/loading.gif’); }All I did was use the div tag example that you gave me and inserted contact-form-wrapper in the opening brackets and it seemed to work. Have a bit more tweaking to do but its working much better. Hope this helps you as well.