Dennis Snell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I updated my php version to 7.0 and it shows critical error@byam21 what options do you have in your hosting control panel for the PHP version?
Forum: Fixing WordPress
In reply to: Working plugin to add watermark to webp@mcgistics you might try contacting one of the plugins which adds a watermark to other images and see if they plan on adding WebP support. It’s probably something they have on their mind, but perhaps they lack the time and resources to add support sooner.
Forum: Developing with WordPress
In reply to: Does the Full Site Editor use a lot of resources?Hi @keress đź‘‹
Any host should be able to support the Site Editor and the WordPress heartbeat. Based on your explanation I’d perhaps investigate any site logs to look at Etsy synching traffic, as that seems like the kind of thing that could more easily overload a server. Maybe that plugin has a rate-limiter to avoid using too many requests too quickly.
The Site Editor should not be adding much overhead to your site unless hundreds or thousands of people are working in it at the same time. It looks like there’s also a caching plugin installed; you may want to double-check that it’s not attempting to rebuild the site cache every time you make edits in the Site Editor. If that’s the case, you might consider disabling the caching plugin while you make a burst of edits and then reactivate it afterwards, ensuring that it rebuilds its index.
Forum: Everything else WordPress
In reply to: HILFE alle Inhalte meiner Seiten & Unterseiten sind wegIf deactivating and then reactivating Polylang doesn’t help, there are instructions for restoring a backup with BackWPUp, but I recommend reading through that carefully and would consider contacting their support if something isn’t clear.
I hope that what @threadi suggested restores your content.
Forum: Fixing WordPress
In reply to: Submit Buttons no longer display on existing site@bhrealmfr I see the script looking for a script element with the
data-identifier="gform_ppcp_js_sdk"attribute and then it wants replace itssrc, but this script isn’t loaded on the site.It could be that there’s a version mismatch between the plugin you have and the updated one, or potentially there could be something occurring as a result of the
deferloading strategy on your scripts. Do you happen to have any plugins installed which attempt to optimize the JavaScript files or load them asynchronously?Forum: Everything else WordPress
In reply to: Image in the Embed box of internal links@roicecz, that’s helpful, thanks for sharing that additional context.
Do you have access to those linked pages? It would be helpful if we could examine the content for the two pages I mentioned above, where the one displays correctly but the other doesn’t.
I’m guessing that there’s something different in the markup for those two, or something different about the featured image (or whether there is a featured image, as many themes will auto-select the first image for use as the featured image, and this can lead to other differences).
Is there a way you can share a snippet of the HTML stored for those two posts? All that would be necessary is the bit around those images, if they are part of the post itself.
Forum: Everything else WordPress
In reply to: Image in the Embed box of internal linksHi @roicecz. I noticed that among the images that are low-resolutions, they all appear to be inside the link for the page.
<div class="wp-embed-featured-image rectangular"> <a href="https://archizoom.cz/vystava-5-east-broadway-predstavuje-pestrou-a-mnohotvarnou-vizi-silnych-individualit/" target="_top"> <img width="150" height="80" src="https://archizoom.cz/wp-content/uploads/2023/11/Marie-Tomanova_Shorty_2023-e1699887790841-150x80.jpg"> </a> </div>For this image (post “VĂ˝stava 5 East Broadway pĹ™edstavuje pestrou a mnohotvárnou vizi silnĂ˝ch individualit“), it appears small and that’s likely because of the
srcURL referencing the 150×80 pixel version, included also in thosewidthandheightattributes.For the next one (post “mĂza architekti: Práce s historickĂ˝mi vrstvami definuje náš ateliĂ©r“) the image references the full-sized image.
<div class="wp-embed-featured-image rectangular"> <a href="https://archizoom.cz/miza-architekti-prace-s-historickymi-castmi-a-vrstvami-definuje-nas-atelier/" target="_top"> <img width="770" height="413" src="https://archizoom.cz/wp-content/uploads/2023/11/miza_architekti_splecny_portret_1155x620-770x413.jpg"> </a> </div>I’m not sure if this is setup inside of Elementor but it looks like it could be. Can you check both that the featured images for each of these posts references the higher-resolution copies of the photos and that nothing is setup in the preview page to pick another one?
Forum: Fixing WordPress
In reply to: Submit Buttons no longer display on existing site@bhrealmfr I see inline CSS/styles that are hiding those form elements, both the credit card form and the submit button (and also an Other Amount) field.
The network panel in the browser developer tools show that all requested scripts and styles have loaded, but I see a couple of JavaScript errors that are probably responsible here. Is your site running a Google form plugin? You could check if there are updates available for it, or if some API Key or license expired.
Forum: Everything else WordPress
In reply to: HILFE alle Inhalte meiner Seiten & Unterseiten sind wegHallo @jasimeaspoech, it can be difficult know know what caused the loss of content without more information, but it should not have occurred as the result of a plugin or theme or WordPress update.
There are some things you might try:
- Switch to using Plain Permalinks to make sure nothing is wrong with the web routing.
- Did any plugins or the theme require a license key and did that license expire?
- I see that the BackWPUp plugin is installed; that looks like it’s supposed to backup your site. Can you check if it’s configured and if there are backups available?
Forum: Plugins
In reply to: [Tumblr Importer] Import after a certain date@goodolvic the importer is supposed to already prevent importing duplicate posts. If you have a spare WordPress site handy you might try importing twice to confirm; I did this and it properly avoided importing posts that I had already imported.
The plugin doesn’t offer a way to skip posts but this might be a nice suggestion to add: provide a way to add a filter to limit what posts are imported; though that would be more for the ability to add some PHP code to do that.
Forum: Plugins
In reply to: [Blogger Importer] Importer Not Importing BlogsHi @haconcepts. When you found the submit button, did you click on it? Did you see any error messages? It can help in some situations to peek at the XML export from Blogger to make sure there’s nothing obviously wrong with it. If you want you can share a preview of it here, the first ten or twenty lines or so (just as long as you don’t paste in private information you wouldn’t want others to see). If you do that look for the “Code” block in the blue plus button to add a code block, otherwise the contents might be stripped away.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] editor has encountered an unexpected errorAre you able to share more about this @flipflopsandfly?
the message “editor has encountered an unexpected error” appears.
Where do you see that message? Are you able to share any messages from the brower console? Does it produce the same error in Chrome or Safari, or if you disable content blockers?
Forum: Developing with WordPress
In reply to: i Need help to remover fewer code scripts from my wp site.are you seeing Google Tags Manager being added twice for the same page views and want to remove one of them? exactly this one
Did you look into your Divi Theme Options under the Integration tab to see if there’s code manually adding the duplicate copy?
Forum: Developing with WordPress
In reply to: i Need help to remover fewer code scripts from my wp site.I’m sorry, @awaisx99, I’m having trouble understanding what exactly you are asking. Are you attempting to find a way to login to Google and manage your Google Tags account and the campaigns it adds? or are you seeing Google Tags Manager being added twice for the same page views and want to remove one of them? can you try to reword your request and help me understand more specifically what you are after?
Forum: Developing with WordPress
In reply to: i Need help to remover fewer code scripts from my wp site.You might consider looking under the extra theme options in Divi to see if there’s custom content adding that SCRIPT and those tags. If that’s the case, I would recommend copying the contents of the text boxes in case something goes wrong, and then clearing out the Google Tag code you see. This should remove the duplicate Google Tags code if it’s there.