cancunmanny
Forum Replies Created
-
Thank you for your response. I am still learning how to tell apart what is Astra related and what is Spectra related. Seems my issue is more of a Astra. If I understand correctly most of the “customize” section of my site is Astra related. The logo in question is part of the footer, and I only seem to get option to change picture, but I don’t get to set dimensions. It seems to be setting dimensions elsewhere.
Will try asking on the correct sectionAs far as I know, the only other lazy loader I am using is litespeed. I deactivated that plug in, uploades a new a new logo/image, and ended up with same results.
It is not that the picture is not “loading” properly. Optimole seems to be resizing the image to 48×48 but then tries to display it larger which is why it looks blurry/pixelated.
The only image i’ve noticed a problem with is that one. Something seems to be making optimole think the image should de 48 x 48Cachinillo! Yo vivi en 1261 Creston, casi en esquina con Del Rocio en playas de tij. Ahi hice la ultima mitad de 6to y primero y segundo de secundaria en el Colegio Ingles. Dicen que Playas De tj esta irreconocible, pero por lo que veo por google maps, la casa donde viví solo cambio de color!
We did move to San Diego where I did all of my HS and started college at SDSU, that is why I am much better at typing in english.
Many many years ago I played with linked in. I don’t remember what the issue was but I closed my acct and promised myself I would never join them again. In order to see your contact info I have to first give them my personal info.
Would like to be in direct contact. The site I am working on is CasaSeguraInteligente.com so it should be pretty easy for you to make contact with me@rixwp22 Thanks for sharing the code. I think I will leave the +52 in, but will copy and paste your code on my website notes folder in case I change my mind in the future. I am pretty much 50 years old, and do happen to have an BS in IT with specialization in programming and web design, but that was like 25 years ago and I never worked directly in a related field. Heck my web design courses were using Frontpage LOL
I had been using ChatGPT for free for a few months now, but the 3 images per day was making things difficult for me. I know the basics of photoshop and gimp, and the basics of video editing, but by no means would I say I know “how to use” them tools. Figured I would pay the $20 for one month and get unlimited pictures created which I will be able to use down the road as I create more posts. I had forgotten that ChatGpt does code too, but while browsing as I was going to pay I noticed it does help with code.
I am basically a one man band. I want to start making money on something I really enjoy, setting up smart homes, building/fabricating my own devices, etc. But in order to get clients I need a decent enough website. Did the best I could.
I did have ChatGPT take a look at my site, and pretty much told me it is functional but lacking in my aspects, especially on the mobile version which seems is how most of my clients will actually find me. I rarely use my phone to search and learn, but seem I have become the minority. Heck here in Cancun I am the only person I know that actually uses his computer as his TV.
Hopefully soon I will get some clients, and when I can afford to I plan to have someone improve my website mobile version. Should be relatively inexpensive using someone from Fiverr. Which is why I wrote all this. You seem to know your way around wordpress. If I wanted to hire a “stranger” to work on my mobile side of the website, would there be a “safe” way to do it? Would it be possible via WP to give someone enough access to modify the site, but not enough access to create harm to my site? (like put in backdoors and suck)So I seem to know what is going on now, but can’t figure out how to “fix it” When I open the image (the logo on the footer section) I get this linkhttps://mlcyu8q1qhy3.i.optimole.com/cb:9yN4.2be1/w:174/h:48/q:mauto/f:best/https://casasegurainteligente.com/wp-content/uploads/2024/11/CSILogoBlackSmall.webp and it is basically resizing the image very small that is why when I view it on a live page it looks blury.
I tried turning off Scale Images & Lazy loading but that didn’t stop it from resizing the image. The footer logo is part of a “widget” but I don’t seem to have any access to control anything of that widget except add/change the image.
The original logo was 1300×1300 pixels, i went ahead an uploaded a smaller version 300×300…. worked fine for a few minutes because it was coming from my library https://casasegurainteligente.com/wp-content/uploads/2024/11/CSILogoBlackSmall.webp but once optimole took over, it made it very very small.
Any ideas of how I can resolve my issue? Everything else is working just fine! Also I did deactive litespeed cache, and still got the same result. I activated litespeed cache again. Not sure what litespeed cache is doing, any benefits of running both optimole and litespeed at the same time? Or any reason why I shouldn’t do that?@rixwp22 So I figured it out! Well actualy chatGPT figured it out for me. (I am splurging this month and paid for one month of ChatGPT)
<script>
// Define the IDs of your dropdown elements
const formIds = ['uagb-form-country-xxxxxxxx', 'uagb-form-country-yyyyyyyy']; // Replace 'xxxxxxxx' and 'yyyyyyyy' with the actual ID of the forms
// Define the values to keep
const allowedValues = ['+52', '+1']; // Mexico (+52) and USA / Canada (+1)
// Loop through each form ID and apply the same logic
formIds.forEach(id => {
// Select the dropdown element by ID
const selectElement = document.getElementById(id);
if (selectElement) {
// Loop through all options and remove those not in allowedValues
for (let i = selectElement.options.length - 1; i >= 0; i--) {
const option = selectElement.options[i];
if (!allowedValues.includes(option.value)) {
selectElement.remove(i);
}
}
// Change the inner HTML of the Mexico option to "MX +52"
const mexicoOption = Array.from(selectElement.options).find(option => option.value === '+52');
if (mexicoOption) {
mexicoOption.innerHTML = '+52'; // Update the display text for Mexico
}
// Set Mexico as the default selected option
selectElement.value = '+52'; // Set Mexico as default
}
});
</script>Ok, so I am 95% of the way there!
While on the edit screen of the page I want to modify Shift+Alt+Ctrl+M will take me out of visual editor and put me in code editor,, with Ctrl+F I get the “find” function where I put “uagb-form-country” and click on search. On my home page I have two forms, both use phone number, so it found two instances, copied both of the codes.
Shift+Ctrl+Alt+M takes us back to visual editor
I copied your script twice. On the fist one put the ID of the first form, on the second one I put the ID of the second. The top one worked, the bottom didn’t. To troubleshoot, I cut the first script, and saved. This time the bottom one worked. Seems I can’t run the script twice, even if I create to separate HTML blocks. Also tried removing the /script script between the two scripts, and same results.
Is there a way to modify both forms, or can only do one?
Also did figure out a way to modify your code a bit. I took out USA (put it back in), and also Even with MX +52 when seeing on cell phone it got truncated, so now it just reads +52, and if you click the down arrow option, you get to select USA/Canada (do have a friend that lives here but still uses his USA number as his main number)lol, of course not! Just copy and pasted what you had. How do I find the ID?
- This reply was modified 3 weeks ago by cancunmanny.
rix, I did a quick test, but didn’t work, but I do appreciate your help. Right now the issue is not that big of a deal for me, but in the near future will play around more with your script to see if I can get it to work
Hello, and thank you for your response. However I think you might want to double check. Seems readability, passive voice, transition words, do work in spanish as well. I did play with it a bit, and after making changes I could get the numbers to “move”.
The glitch is that the “User” (the admin settings) have to be in spanish. My site is in spanish, but my user name is in english. That means all the edit menus show up in english for me, but the site itself is in spanish. With AIOSEO I have to change my user language to spanish in order for it to be able to read my site correctly. If you are close to the dev team you might want to bring up this issue up to them.
As far as the 300 word count, I was able to narrow it down. It is the form at the bottom that is creating the 300 plus words without headings. Like you mentioned there is no other action I can take except ignore that part.Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] My Spectra forms stopped workingSo I figured out what the issue was after setting up my forms in wpforms. For some reason I had assume the error was that spectra wasn’t validating the form, but turns out the issue had to do with email not being sent out. Seems when ever I installed stuff related to recaptcha it broke the defult mail function that was previously working.
I ended up installing SMTP WPForms version, and once that was set up my spectra forms started working again!
I am using the free version of Spectra, so I can’t complain too much right? However I too think it would make sense to not have country code. It makes much more sense to “turn it on” for those who need it, as the majority don’t need it.
Also for those who mentioned it defaults to UK. When you are editing your page you can select your country and save.
My biggest issue is that it doesn’t look right. The country code fields always gets truncated. Since the actual phone number is usually 10 digits, seems the phone number field could be a bit smaller, to allow the country code to be biggerI live in Mexico, a relatively short country name, As you can see everything after Mexico just looksl ike garbage. On cell phone it looks even worse, since it only shows “Mexi” but with the down arrow thing on top of the i. On the picture you can clearly see how it would make more sense for the country code field to be longer, and the phone number field to be shorter.
In fact, the more I think about it, the less sense it makes. Some country names are very long! I think a list of just the country code numbers should be enough. if I am filling out a form for someone to contact me I should know my country code. I think very few people would have to look up their own country code by name so that they could properly enter it.
Again, I know I am using the service for free, so not demanding anything. However I am sure you guys are hoping to offer the best product you can, and this simple change would add value to your product.- This reply was modified 3 weeks, 2 days ago by cancunmanny.
Forum: Themes and Templates
In reply to: [Astra] How to add bullets on general text blockThanks for the clarification
Ok, so I tried a little experiment, and it worked. Hopefully it is something that could be fix sometime in the near future.
My website language is set to spanish, which I am sortha fluent in. However I like to manage the site in english as that is how I learned, plus most of the good “how tos” are in english. The way I accomplish this is by going into “users” and setting the default language to my user as English.
Well today as a test I changed my language to Spanish, then opened up my home page again, and noticed that now it shows 24.8% of my sentences do have transition words, and I now have a copy score of 59.9. As I was assuming, AIOSEO wasn’t “reading” in spanish.I still have the issue with it finding over 300 words, but not sure where.
Forum: Themes and Templates
In reply to: [Astra] How to add bullets on general text blockThank you for your reply. I did manage to find the solution on my own thinking I was doing it the “long way”, but turns out the way I figured it out was the correct way as per the link you shared. I wasn’t aware that “spectra” was part of the equation.
I am marking this as solved, but if you wouldn’t mind explaining to me in the future how can I tell if I have a spectra related question or an Astra related question?