Trish
Forum Replies Created
-
Thought I’d toss my nickel’s worth into this cry for help, as I too had the same issue as you pantaluna …and, posted my own cry for help within hours of yours.
Anyway… here’s how I handled my issue with this plugin… and it WORKS!
https://www.ads-software.com/support/topic/plugin-causes-super-slow-login-other-issues-9-july-2015?replies=3#post-7167907My IT team suggested I use WordFence https://www.ads-software.com/plugins/wordfence/ or Bulletproof https://www.ads-software.com/plugins/bulletproof-security/A
I have replaced Acunetix WP Security on one website with WordFence and WOW! What an improvement. Will be slowly replacing this plugin with one of the two recommended by my IT team until Acunetix WP Security is no longer on any of the websites I tend.
Tech support for this plugin is becoming far to slack for my liking… and the rating for this plugin shows it.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Can't use DatepickerThis tidbit might be of value to some here… hopefully ALL.
User the following code on your Contact 7 form:
[date* start-date date-format:dd/mm/yy]
Personally, I needed a start and end date so simply copied the same code and used it again, changing “start” to “end”.
Be sure to click on you Mail tab and add your start-date mail-tags too.
Your Contact form will have a text box displayed until a user actually clicks in the box. Then a calendar pops up to use in selecting a date.
You will need to watch and see if future Contact7 plugin updates causes issues with this too.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Can't use Datepickerhmmm… and I make the 4th plugin user with the same problem ??
BIG HUGS! It works now!!!!!
Thank YOU for fixing this issue so quickly!I was able to change background of the nav menu to black this way:
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { background: #000000;
on my child theme.
As for the menu container, here’s what Firebug shows:
.main-navigation .assistive-text:focus { background: #fff; border: 2px solid #333; border-radius: 3px; clip: auto !important; color: #000; display: block; font-size: 12px; padding: 12px; position: absolute; top: 5px; left: 5px; z-index: 100000; /* Above WP toolbar */ }
However, I added two HTML spaces to the Navigation Label and it has done the trick for now. Am still hoping you can guide me to fixing this issue professionally.
I do not like adding a link in my questions when asking for help here because I cannot edit my comment later, in order to remove the link, once the problem has been resolved.
Thank you for understanding.
Forum: Reviews
In reply to: [Responsive] CyberChimp theme not supported – use at your own risk!I went to your website to view the Pro version with intent of purchasing… until I found the dead links then was unsuccessful at communicating with you there on your contact page.
Given your sarcastic response here to my poor rating shows me that I made the right decision to use another theme instead.
I uninstalled the plugin when I did not receive the necessary help, so this is no longer an issue. Thank YOU for trying to help.
Received word in a comment I posted at https://wpdevshed.com/attorney-theme/ and answered by Ryan.
Here’s what Ryan told me to do (and it works!)
On my Child-theme style.css using the following code:
div.menu > ul { margin-right: 190px; }
I changed it to:
div.menu > ul { margin-right: 25px; }
removing the space and making the navigation bar look much better!
Hoping this will help future theme users.
Forum: Themes and Templates
In reply to: [Attorney] Slider titleAfter 3 days without help …and much frustration trying different things, I did an internet search and come up with this resolve…
On my Child Theme css here is what I did:
“.slide-title {
//margin-bottom: 10px;
margin-bottom: 0px;
}
.slide-copy {
bottom: 10px;
//bottom: 30px;
}”Moving EVERYTHING down to where it SHOULD be so when adjusting the browser to different sizes, the title was no longer half hidden.
Hopefully others will be able to gain from this resolve.
Forum: Themes and Templates
In reply to: [Attorney] Editing the FooterDetails posted here: https://www.ads-software.com/support/topic/edit-footer-6?replies=6
Forum: Themes and Templates
In reply to: [Attorney] Text getting cut off randomly in SliderForum: Themes and Templates
In reply to: [Attorney] slider on attorney themeHi goviral,
Have you loaded more than one image to your Home page?
Your images all need to be 945×290 pixels for it to work as stated by dan.copperwheat in this response: https://www.ads-software.com/support/topic/alt-homepage-with-static-slider?replies=7Hi connectmedia,
Details posted here: https://wpattorney.org/how-to-set-up-the-home-page-slider/
Hope this helps you both.
…or, you could just do this
.wpcf7 textarea, .wpcf7-text {
width: 100%;
}But I like to have the option to change the height of the textarea if and when necessary.
Pheeeew. LOVE this WP Forum!
I GOT it!
In my Child theme I added the following… and it WORKS!
.wpcf7 textarea {
height: 50px;
width: 100%;
}
.wpcf7-text {
width: 100%;
}