Jargonsp
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Cannot Login to My AccountThank you! I sent an email with all the relevant information.
Forum: Plugins
In reply to: [3D WP Tag Cloud-S] Javascript conflictThanks a lot for the reply and the upcoming new version.
I worked around the image_CF by creating an image at the exact dimensions of the cloud wrapper and centered the logo in there so no distortion.
I used a 3D sphere with the logo wrapped inside, some transparency and a background with some thin circles for the cloud.
The result is quite impressive using a sphere shape since the images appear as they go behind the circles that surround the sphere. Nevertheless the site is not online yet so can’t link to it.
Another small bug that I found (in my case anyway) was that some of the plugin’s styling interfered with the widget admin area. It actually altered some background colors and shortened a lot several of the text input fields for various other widgets.
What I did to correct it was to disable some of the lines in the plugin’s stylesheet.
These:
*/ #wihead{ /*font-family: Arial; font-size: 12px;*/ display: block; height: 76px; /*font-size: 12px; background: #bbb; border-top-left-radius: 4px; border-top-right-radius: 4px;*/ padding: 3px; color: #000; } input[type=text] { /*padding: 2px; width: 45px; color: #000; height: 18px; font-size: 12px; line-height:12px; border-radius: 4px; font-family: Arial;*/
All in all, great plugin!
Forum: Plugins
In reply to: [3D WP Tag Cloud-S] Javascript conflictHello again,
I have another question regarding the image_CF. I have set up a rectangular canvas w292 X h530 pixels and I am trying to use an image at the center of the cloud. However, because my cloud is not square the image is also expanded vertically and as a result it displays deformed (pulled vertically).
Is there a way to keep the image aspect ratio at the center of the cloud locked? (This does not happen with the text function)
Thanks in advance.
Forum: Plugins
In reply to: [3D WP Tag Cloud-S] Javascript conflictHmm, it seems that I found the culprit to this.
Essential Grid has a global setting “Wait for Google Fonts before script starts” that if I disable then it loads fine with your plugin present.
It seems that something “gets stuck” in the execution que and Google Fonts comes through my theme anyway so I already have the fonts used available.
Forum: Plugins
In reply to: [Sweet Captcha] Captcha WidthOops wrong thread! I am sorry, I will open a new one.
Forum: Plugins
In reply to: [Sweet Captcha] Captcha WidthHello,
I testing SwetCaptcha on my localhost and everything works fine except a small issue.
On your own website the sweetcaptcha box has a certain height of 121px and the target graphic is aligned with the options pictures.
In my situation the box is of a higher height and the target graphic (where you need to drag your selection) is misaligned and placed on a row above the options pictures. The box is the total box is higher.
The problem is caused by this element (.wpcf7 p) that needs its “clear” value to be “0” instead of “both”.
*, *:before, *:after {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: border-box;
}
div.sweetcaptcha p {
direction: ltr;
text-align: left;
}
div.sweetcaptcha p {
color: #000;
padding-bottom: 10px;
}
div.sweetcaptcha, div.sweetcaptcha * {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
line-height: normal;
margin: 0;
padding: 0;
}
.wpcf7 p {
clear: both;
height: auto;
margin-bottom: 0;
overflow: hidden;How can I target the .wpcf7 p through CSS? It seems that I am not using the appropriate selectors since I can make it work through firebug.
Any input would be appreciated.
Well the problem is that there is no way to download the GeoIP database from within the Dashboard since I always get this error:
Error downloading GeoIP database from: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
if I open the location in my web browser I get this:
403 Forbidden
Rate limited exceeded, please try again in 24 hours.I have however managed to download the correct file through maxmind’s site and tried placing it in my wordpress installation through ftp but still not working. What is the exact path I need to place it on the server?
Thank you in advance.
Well I was playing around with this since I have the same problem.
If I copy the download link and try it through my browser then the maxmind server returns this message on my browser window:
“403 Forbidden
Rate limited exceeded, please try again in 24 hours.”Do you think that they have actually placed a limit of downloads per day through your plugin or for direct downloads?
I will try again in 24 hours.