Kristof Loyens Quantum Leap
Forum Replies Created
-
I have the same issue in version v4.2.1.3 Can someone start to look into this plz. This has been going on for months now.
Forum: Plugins
In reply to: [Weather Atlas Widget] Undefined Variable Error (Version 3.0)Same problem here unfortunately.
Giving the variable a default value if no value is set resolves the error.
Steps to Resolve the Issue:
weather-atlas/includes/class-weather-atlas.php
Edit this file right above the 1020 line.// Steps to Resolve the Issue: Define $url_units Early in the Code: Before the snippet you posted, ensure that $url_units is defined. This might be based on a setting in the plugin or a default value: if ( !isset($url_units) ) { $url_units = '?units=metric'; // Or whatever default makes sense } // Add the link or branding to the footer if ( $random_url <= 4 ) { echo "<a href='" . esc_url( $url . $url_units ) . "' title='" . esc_attr( ${'city_name_' . $language_root_wp} ) . ", " . esc_attr( $country_name_abbr ) . " - " . esc_attr( $title ) . "' style='color:" . esc_attr( $text_color ) . "'>"; echo "<span class='weather-atlas-footer-block'>"; echo esc_html( ${'city_name_' . $language_root_wp} ) . ", " . esc_html( $country_name_abbr ); echo "</span>"; echo " " . esc_html( strtolower( $title ) ) . " ▸"; echo "</a>"; }
- This reply was modified 6 months, 2 weeks ago by Kristof Loyens Quantum Leap.
Forum: Fixing WordPress
In reply to: Photos upload zoomed into and half are missing.Hi,
could be for a number of reasons.
Check if your image when displayed on the website is not set to background-size: cover;
because it will stretch and zoom the images to fit the available space.
This could be the reason for the poor quality display of the image.Forum: Fixing WordPress
In reply to: Can only send mail to some addressesHi,
Doesn’t seem that its a WordPress problem/SMTP problem since the email sending seems to work from WP using a different adress.I would check with your hosting company/admin of mailserver to see if there aren’t any rules setup that disqualify processing mails beeing sent from that certain email adress.
Some software like SpamExperts thats running on your mailserver that has heuristic rules that will quarantene messages that look like spam based on certain algorithms.Make sure that there is nothing blocking the sending from that email adress there.
Once thats cleared up you can try changing the admin mail in the database directly.
The confirmation mail should not be blocked because WP assumes that when you have access to the database that email adress is secure and can receive the confirmation mails.Please don’t hesitate to explain further if I misunderstood your question!
- This reply was modified 6 years, 8 months ago by Kristof Loyens Quantum Leap. Reason: clarification
Forum: Plugins
In reply to: Contact Form 7 disable configuration validatorI would like to disable this too. Very annoying that that error message keeps popping up.
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] WP Super Cache make script not workingSame problem here. Iphone and Android phone wont let me accept. Message keeps reappearing. Total Cache as caching solution.
Forum: Reviews
In reply to: [The Dude] Love the pluginHey Kostas,
Yes, here’s a screenshot with the plugin disabled.
linkAnd here the plugin is enabled.
You can see the change in language occurs aswell in the front- as in the backend of the language files.
linkOnly difference is I activated and de-actived the plugin. Refreshed the page and took a screenshot.
I installed the hello Dolly plugin just to see if it would happen there too. With the hello Dolly plugin the language loads correctly.
I commented out the code you gave in the php file and now the text loads correctly when the dude plugin is activated.
It seems thats resolved the problem i had.
Thanks a lot!
And again. What a great plugin. Love that movie. ??Thx Amer, I locked myself out of the backend with the hide backend feature and got it right back to work when changing the entry in phpmyadmin.
Thanks for the pointer!
Forum: Plugins
In reply to: [WooCommerce] Admin-ajax.php causing SLOW page loadI’m experiencing the same problem. Looked all over for a working solution but so far no luck. Stackoverflow, www.remarpro.com, WooCommerce support forums to no avail… Is there anyone out there that can shed some light on these issues.
Sucuri Blog Revolution Plugin Critical Vulnerability
Upgrade asap. The revolution slider in older versions is compromised.
Check all your themes if it has the Revolution Slider included. Probably you will have an older version included in the Theme when you bought it.
Check with your theme vendors for an upgraded version or contact Themepunch in order to help you upgrade to a safe version.Cheers.
Forum: Plugins
In reply to: [Redirectioner] Problems with content paginated@luketto pattyland and Michael. Thanks guys this did it for me to.
Forum: Plugins
In reply to: [WPCore Plugin Manager] Cannot redeclare wpcore_set_false()add_filter('tgmpa_admin_menu_use_add_theme_page', 'wpcore_set_false'); function wpcore_set_false(){ return false; }}
Removed the extra declaration and now plugin works fine.
Not sure if this was the right thing to do but it seems to have fixed it for now.
Dont buy with ignitewoo. Non existing customer support. Only after three weeks of waiting and numerous mails to their support staff i was fed up and openend a dispute at paypal for a refund. All of a sudden their support staff pops back into life. Only to revoke my licence key. Which i paid for for a whole year. Thank you soo much for your excellent plugin. Your a ripoff company and you should be avoided at all costs.?
The good news is after reviewing my case. I got my money refunded from Paypal.
Forum: Plugins
In reply to: [NextGEN Public Uploader] Frontend upload showing uploaded image after uploadThat would be an excellent solution. Displaying a preview when the image is selected would work for me too. I think it would be a good reminder to the uploader what image they selected before actually uploading them frontend.
- https://www.iodels.eu/images/Capture.JPG
I went with a solution that uses an image uploader plugin.
And does exactly that.However I would greatly appreciate to have this built into nextGen and make use of the other functionality NextGEN offers.
Thx.
Forum: Plugins
In reply to: [Contact Form 7] After submit visit another urlon_sent_ok: “location = ‘https://www.yourdomain.com/yourpage.html’;”
Add this code to the additional settings area in the contact form 7 CONTACT menu in the dashboard.
Ofcourse change the code yourdomain and yourpage to your specific url.Hope this helps.