madhavadasa
Forum Replies Created
-
Spent alot of time with Godaddy support, 3 different reps, no one was able to get it working. Finally ended up installing WP Mail SMTP, followed their instructions for setup and my contact form on both sites seems to be working fine now. Hopefully it will continue working. In the past I was already using WP Mail SMTP and it stopped working after some time. Couldn’t figure out why and uninstalled WP Mail SMTP and Godaddy was able to get CF7 working. Now Godaddy can’t get it working and WP Mail SMTP is working again. Kind of a yoyo situation but hopefully it stays working this time for many years.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Taking 30+ Seconds To SendThanks for your response. I hadn’t yet found why the messages were taking so long to go through. But this time when I tested the contact form I found that the messages weren’t going through at all, it kept saying “There was an error trying to send your message. Please try again later.” And I found this happening on both of my websites. When I contacted Godaddy to see if it were anything server related, the tech knew from prior experience that the messages go through if the sender uses a different email then Google or Yahoo. I am not receiving my messages at Google or Yahoo though, that’s not the issue, the messages are sent to my website domain email. But when the sender puts a gmail address in the “Your Address” field, it doesn’t go through. If any other email is used the message goes through no problem and it’s received at my domains’ Outlook email. Any idea why ? Thanks.
Forum: Plugins
In reply to: [Contact Form 7] CF7 takes 30+ seconds to send messageas mentioned, I disabled all other plugins and no change, still takes 30+ secs to send…
Forum: Plugins
In reply to: [WooCommerce] Web Scraping to Automatically Update WooCommerce Product DataAnyone come up with a solution for this ? I am trying to do the same, a site with price comparison for affiliate products. Compare Amazon, Walmart, Ebay & Target. I’ve been searching forever for a solution. These are the plugins I”ve found, but none of them seem reliable at all. You look at their live demos and none of the prices are current. Datafeedr is the only one which I seen a demo that seems to work. But they have a high monthly fee and still they have very few reviews and only offer one website as a sample.
Content Egg
https://codecanyon.net/item/content-egg-all-in-one-plugin-for-affiliate-comparison-deal-sites/19195707Datafeedr
https://www.datafeedr.com/Price comparison pro
https://www.wpintense.com/product/price-comparison-pro/Scrape Price Comparison
https://www.gealtra.com/scrapeprice/Forum: Fixing WordPress
In reply to: Embedded youtube video defaults to full screen widthI had already contacted the theme developer who replied:
“This looks like a WordPress limitation, as the same thing happens on the default Twenty themes as well. They might’ve changed the way embedding works since the documentation was written.”
Forum: Fixing WordPress
In reply to: Embedded youtube video defaults to full screen widthThis theme is a free theme downloaded on www.ads-software.com right here:
https://www.ads-software.com/themes/fluida/
How is that a premium theme ?
Can someone give a solution to thios issue ?I discovered that by deactivating my ‘Call Now Button’ plugin this problem stopped. Others have reported the same with other plugins.
I’m also having the same issue. I first uploaded images on the NextGen ADD GALLERY/IMAGES page. When I opened the gallery I didn’t see the images just uploaded. So I went to MANAGE GALLERIES and this page just keeps loading over & over making it inaccessible. After a while there’s this message”
Request-URI Too Long
The requested URL’s length exceeds the capacity limit for this server.
Additionally, a 414 Request-URI Too Long error was encountered while trying to use an ErrorDocument to handle the request.The MANAGE ALBUMS & MANAGE TAGS pages do the same thing. The other pages do load (ADD GALLERY IMAGES, IMAGE OPTIMIZATION, GALLERY SETTINGS, OTHER OPTIONS)
Any resolution here ? Makes the plugin unusable.
Steve, thanks ALOT ! That did it, you hit it right on the money. Now pagespeed is back to optimum. Really appreciate your help. I spent alot of time on this and just had no idea.
Good luck, thanks.
Thanks for the feedback t-p. Helps to know…
Anyone else out there have an idea why GTmetrix, pagespeed and pingdom are showing 3-6 secs load time ? Used to get under 500 ms.
Forum: Fixing WordPress
In reply to: Possible to have a header for desktops AND mobile ?I got code from my theme developer that works great. Don’t know if it works for all themes (mine is Tempera).
/* hide header on mobile */
@media (max-width: 799px) {
#bg_image { display: none; }
}/* hide logo on desktop */
@media (min-width: 800px) {
body a#logo { display: none; }
}
@media (max-width: 799px) {
body #branding #bg_image + #header-container { position: static; }
a#logo { text-align: center; }
}Forum: Fixing WordPress
In reply to: Redirecting to https://www.Thanks to a2hostingrj for your response. I did try adding the code you offered into the htaccess. I had the same result, it redirects to https but there is no padlock. Only way that works is with the plugin I’m using ‘Really Simple SSL’. It just takes more time for pageload with the plugin. I’m just going to leave it like that for now.
Forum: Fixing WordPress
In reply to: WordPress not saving Schema code in text widegetThanks for reply ThemesGrove
I’m not familiar with how to ‘parse shortcode’, or creating a widget. As for adding the code you’ve recommended to functions.php or plugin file, will it be overwritten by future updates ? Like with style.css you need a child theme to add codes and prevent overwrite.
Forum: Fixing WordPress
In reply to: Custom CSS and Child Theme not workingHey thanks you’re awesome, that was it ! I just had to change the image ID’s, and it’s working. Looks like the Custom CSS box works after all. Really appreciate the help, overlooking a detail like this had my head spinning.