RogerM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add Image DimensionsThe site is built on the Hello Theme + Elementor…Can I still use the custom HTML widget?
- This reply was modified 4 years, 10 months ago by RogerM.
It doesn´t, made a mistake. Posted the question on the wrong plugin window.
I apologize for any inconvenience.
- This reply was modified 4 years, 11 months ago by RogerM.
Forum: Plugins
In reply to: [Pure Chat - Live Chat & More!] It generates duplicate imagesThe issue is directly related to the api.purechat.com resource. Every time the chat box refreshes and displays the profile image of the member/agent available for chat, it duplicates the image on the backend of the site as a new resource…
https://i.gyazo.com/2d6b74428a700eefbc8d9dbf142b362a.gif
Is this normal behavior?
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] JobPosting Schema ConfigurationHi again, I figure it out how the plugin works regarding how to apply basic schemas to a site.
But that generated a few more questions now.
I am currently working on a job directory site where people can go and see available jobs, upload a CV, write a cover letter and pretty much apply for the job.
The page displaying all the available jobs is hosted on /vacancies but, when going to the job page I land on /apply-job/?jobid=XXXX
So, my question is…Can create a rule in order to add a JobPosting to URLs that have a /apply-job/?jobid=XXXX? Perhaps using a wildcard like * in order to include all parameters after the equal symbol.
Bear in mind, I will have to create more than just one of these as I have manually go through these jobs and group them together as they cover different industries and have different requirements.
Thoughts?
I have access to the site functions.php file so adding the code snippet from Github there won´t be an issue.
Now, will Yoast pick up that custom sitemap? Will that custom Sitemap be added inside the site /sitemap_index.xml file?
These are now my two main concerns.
Doing some research I found this on Github…
https://gist.github.com/amboutwe/8cfb7a3d8f05e580867341d4ff84141d
But I can´t find the yoast_seo_sitemap_add_external.php anywhere inside the plugin editor tab.
I would like to also add the custom sitemap inside the /sitemap_index.xml file…is this possible?
Thoughts?
The issue as NOT resolve as I am experiencing a similar issue with my blog section.
I am unable to set a self-referential canonical to paginated pages on my blog.
Every time I set it for /page/2/, page/3/, page/4/, and so on, it takes the canonical from the last page.
Why is this?
I already ren the Yoast Test Helper plugin and reset it the indexation database, clear cached and still nothing.
Thoughts?
Let´s assume I have a stylesheet that is loading from an external source like a font and it´s located on my HTML like this…
<link rel=’stylesheet’ id=’google-fonts-1-css’ href=’https://fonts.googleapis.com/css?.. and a bunch of parameters for the font family.
So, how can I apply your formula for me to unload or dequeue this style sheet from rendering?
By the way, I am also using a child theme…Thanks!!
Forum: Everything else WordPress
In reply to: Delay parsing of external scriptsYes, I am having issues with the plugin on this particular site but the reason, the main reason, for me to open this thread is to ask if there´s a way to do this manually so I don´t have to rely on a plugin to do something I can potentially do myself.
Forum: Developing with WordPress
In reply to: [QUESTION] Page Speed Reports on Staging SitesI will look into it.
Thanks for the insight!!
Forum: Developing with WordPress
In reply to: [QUESTION] Page Speed Reports on Staging SitesIt depends on how the staging site is hosted.
The site is hosted on AWS
I’m assuming your staging site is one provided for the purpose by your host.
I am using WP Staging Pro for this. So, I am guessing, the staging site is still being hosted on AWS.
If your staging site is merely a sub-folder installation on your production server, then I’m really at a loss for an explanation. This would be one approach where I think there shouldn’t be an issue.
As a matter of fact, it is a subfolder.
Like https://mymainsite.com/staging
Another option is to develop locally and use Chrome’s Lighthouse tool for analysis. Obviously the speed assessments will all be off, but assessments like image sizes, layout issues, etc. are still valid.
Yeah, this is something I would like to avoid.
The reason why I am creating the staging site is to be able to work on its page speed issues without affecting the live site when testing.
So, I need the staging to remain hosted where the site currently is.