soulluciani01
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Primer] Centering menuThanks!
That worked.. the only issue is that there is now a little extra space between the hover block and the bottom of the container.
Trying to figure that out now. If you have a fix please let me know.
Forum: Themes and Templates
In reply to: [Primer] Centering menuI did post this there. Here is the link.
http://ee1.1df.myftpupload.com/
- This reply was modified 9 years, 2 months ago by soulluciani01.
Forum: Fixing WordPress
In reply to: Illusive HoverThanks! I really appreciate it.
I have one other question about responsive columns that I am having trouble with. If you have a moment to help me understand I would really appreciate it.
https://wordpress.org/support/topic/responsive-columns-13?replies=1#post-8824425
Forum: Plugins
In reply to: [Email Before Download] Custom ClassI worked that out. Thanks for the reply tho!
I do have another question you might be able to help with.
On this page http://85c.879.myftpupload.com/ the section that says our solutions are cross functional has some boxes with text. I made the text a link but I can not figure out how to change the hover color on just that text without effecting the rest of the links on the site.
Any suggestions for me?
Forum: Plugins
In reply to: [Email Before Download] Can I use this for newsletter subrscriptionI was wondering the same thing. Thanks!
Forum: Fixing WordPress
In reply to: Email before downloadI looked at email before download, looks like what I need but its only compatible to 4.0.12. I’m using 4.6
Forum: Fixing WordPress
In reply to: Responsive ColumnsI can access that because the theme came with the plugs…
Forum: Fixing WordPress
In reply to: Responsive ColumnsI am using the splendid theme, with visual composer. I realize this theme is a commercial theme but I have been sending the developers messages and support tickets for weeks and they wont respond. I really need help with understanding this.
Forum: Fixing WordPress
In reply to: CSS SelectorsI understand how to style elements. What I am trying to understand is when I am using my web inspector to find out what element to style how do I choose the proper element?
In my example above I used what appeared to be the proper element but it didn’t work, I tried a ton of variations of that element and it still didn’t work.
When in my inspector I went to the element and changed the color in my browser so I know it’s the right element but when I add the CSS to my style sheet nothing happens.
Forum: Fixing WordPress
In reply to: Hiding a divI actually ended up wrapping my div in a
<?php if(is_home()): ?> <?php endif; ?>
worked out perfect.Forum: Fixing WordPress
In reply to: Responsive columnsI tried that it didn’t seem to work to well. Any other suggestions?
Forum: Fixing WordPress
In reply to: Background ColorPerfect! Thank you so much.
Forum: Fixing WordPress
In reply to: Styling Contact Formhmm..
When I use that code it does change the size of the .input-group-addon keeping it from changing in height but it also repositions the the .wpcf7-not-valid-tip.
I don’t understand how the 2 are connected or what I need to do to keep the .input-group-addon from changing height.
Forum: Fixing WordPress
In reply to: Styling Contact FormI do have one other question about this.
When I don’t fill in the required text* I get the red text alert underneath the field. The issue I am having is that it also adjusts the height of the .input-group-addon. Making it the same height as the field + the alert.
Anyone have any suggestions to this?
Forum: Fixing WordPress
In reply to: Styling Contact FormPerhaps I used the term wrong. I used that code to give the some style to the contact form so it doesn’t look so bland. Once the elements were in place, I added some css to them.
Did I use the term styling wrong?