skippywp
Forum Replies Created
-
Forum: Plugins
In reply to: [GC Testimonials] GC Testimonials – Using PHP 4 Style ConstructorsI learned that the code that needs to change in the plugin’s php file, testimonials.php is:
$this->WP_Widget( 'gc-testimonial-widget', __('Testimonial Widget'), $widget_ops, $control_ops );
and replace with
parent::__construct( 'gc-testimonial-widget', __('Testimonial Widget'), $widget_ops, $control_ops );
The code is around line 725. Just an FYI, those are 2 underscores before construct and the second ( which you’ll want to know if you type it in manually. :-). And as always, backup your site before making changes and make the changes at your own risk.
The change worked perfectly for me!
@codingninja – Thanks much for the CSS code to get the swipe to work. The metaslider takes up the screen of my 7″ tablet and I couldn’t scroll down to the content below the slider. Added the CSS you provided and now I can swipe. Works great! Thanks again!
Forum: Plugins
In reply to: [Modern Accordion Shortcode] First Accordion Not Collapsing@fionder, I made the change based on the link you provided above, but did not resolve the first accordion not collapsing upon first visit to page. I had to keep the “active=3”.
I am going to leave it as is for now.Forum: Plugins
In reply to: [Modern Accordion Shortcode] First Accordion Not Collapsing@fionder, I finally got it to collapse after much research and testing out some ideas. I added active=3 into the shortcode and somehow it collapsed. I think I shouldn’t have to do this. And when and if there is an update my fix may break. The plugin version is Version .7.
This is what the code looks like now and so far all are collapsed when coming to the page with the accordion:[accordions clearStyle=false collapsible=true active=3 ] [accordion title="Architecture" icontype="square"] Stuff goes here [/accordion] [/accordions] [accordions clearStyle=false collapsible=true] [accordion title="Master Planning" icontype="square"] More Stuff [/accordion] [/accordions]
Hope that helps.
SkippywpForum: Plugins
In reply to: [Easy Contact Forms] Unable use or Edit Plugin 'Please Log in'@deanbl, I had the same issue. I used this link to solve the problem: https://www.ads-software.com/support/topic/please-log-in-1
skippyForum: Plugins
In reply to: [Easy Contact Forms] Please Log In@zel, thanks much for your answer above about changing the userid in the database table. That worked for me!
Cheers, SkippyHi Javier, The new update worked for me!
I will mark it resolved. Thank you!
dstephan, I hope the update works for you. If not, please open a new thread.Thanks! The file is attached to email. Coming from a yahoo address.
Javier, what is your email or how do I send it?
Hello Javier,
Thank you for responding. Look forward to your update. Enjoy the holiday.
Skippy.Hi sredfield,
Your answer helped me solve get the usa flag and mexico flag. These flags are actually in the file: /wp-content/plugins/google-language-translator/images/flags24/What I did is downloaded the United-States.png and Mexico.png files.
I saved a copy of them and then renamed the copy to English.png and Spanish.png, respectively, on my desktop.
On the server, I renamed the English.png to English-British.png and Spanish.png to Spanish-Spain.png just to save them.
I then uploaded the desktop files, English.png and Spanish.png (using the same name so they’d take the place of the previous files).
And voila, the USA and Mexico flags are showing.
Hope that helps someone.Forum: Plugins
In reply to: [Contact Form 7 Customizer] Button size problemHello kokosmin,
Came across your request. Let’s see if I can help.
I noticed that the default source looks like this:
<input type=”submit” value=”Trimite” class=”wpcf7-form-control wpcf7-submit” data-value=”Trimite”>But, after clicking the submit box, the source looks like this:
<input type=”submit” value=”” class=”wpcf7-form-control wpcf7-submit focusInput” data-value=”Trimite”>I noticed the value is blank between the quotes in the source after clicking. Not sure if that is the issue, but wanted to see if that was the issue. I noticed when I did an Inspect Element and edited as HTML and added the value, Trimite, back in-between the quotes, the button worked.
And, I noticed that in my own contact form 7 that the value continues to display after I click on my submit button. Therefore there might be something wrong with the code or some css with the value disappearing when focusInput.
I hope these are a couple of clues that will help solve this problem for you. Good Luck!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Update ruined event dates/timesReceived help on this thread which resolved the date problem for me.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Do not upgrade to 1.10.10 – kills dates@r1, thank for the info. The steps above worked for me! All content and dates seems to be back. Thanks for helping us so quickly with the info above.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Update ruined event dates/timesOops just updated. Same thing happened here, dates gone bad. :-(. Definitely don’t update until a resolution.