threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change the color of the text in sites logo / name & descriptionYou can change the colour of the “logo” in the Customizer (to be found under Appearence in the backend) under Colors. The text below it is adjusted analogously.
By the way, there is also a support forum for the theme: https://wordpress.org/support/theme/twentytwelve/
Forum: Fixing WordPress
In reply to: 503 Service Unavailable Error on My WordPress WebsiteThis error message is caused by the hosting. It is best to contact your hoster’s support for clarification.
By the way, your website is not accessible for me at all. There is no error message, only a timeout after a very long time. Your hosting support should also clarify this.
If you are unsure which plugin is responsible for integrating GoogleMaps, deactivate one and check whether the output changes. If not, deactivate the other plugin so that both are deactivated. Then the output must be gone.
Once you have found the culprit plugin, look at its configuration options. The Job Manager plugin uses GoogleMaps as far as I know. You should ask in their support forum how to deactivate it: https://wordpress.org/support/plugin/wp-job-manager/ – the same applies to the other plugin.
Forum: Everything else WordPress
In reply to: Problems with serverYour website is easily accessible for me. Therefore, I do not see any general problem.
Which “templates/pages” are you talking about? Do you only mean pages, i.e. your content pages? They are normally accessible in the frontend. What exactly is happening? And where?
What kind of message do you get when you try to upload images?
Are there any abnormalities under Tools > Site Health?
Forum: Fixing WordPress
In reply to: Website down after upgradeNice to read. Of course, it would certainly be interesting for you to know which plugin it was about. Because “something” is now missing from your project. You are welcome to set the topic to solved 🙂
Forum: Fixing WordPress
In reply to: Website down after upgradeThe website is not down for me. It is accessible normally.
Have you already solved the problem?
If not, what kind of error is occurring exactly and where?
Forum: Everything else WordPress
In reply to: plugin errorPlease contact the support of your hoster as probably a security tool prevents the connection.
Forum: Developing with WordPress
In reply to: margin top – 7.5 rem is not working?Editing the CSS file itself does not solve the problem if it is not included. The problem has nothing to do with the database or the hosting but, as already written, with the way you want to integrate the CSS files.
Forum: Developing with WordPress
In reply to: margin top – 7.5 rem is not working?None of the files are currently included in the frontend. Check exactly where and how you execute the code. If necessary, also debug with var_dump and/or echo & exit.
Forum: Developing with WordPress
In reply to: margin top – 7.5 rem is not working?Where do you insert the CSS code? In the Customizer under Additional CSS?
Forum: Developing with WordPress
In reply to: margin top – 7.5 rem is not working?HTML code is now correct. But I don’t see any CSS code that you have added in this regard. The CSS code I mentioned above would work.
Forum: Fixing WordPress
In reply to: Theme not updatingI.e. you want to change the theme? Then you have to activate the new theme. Have you done that? If so, do you use a caching plugin? Then you may also have to empty its cache to see the change.
Since you have activated a maintenance plugin, it is unfortunately not possible to see which theme is currently active for you.
Forum: Developing with WordPress
In reply to: margin top – 7.5 rem is not working?Now it can’t work at all because you wrote the HTML code incorrectly. Web design expertise: Jouw Verhaal Visueel Verteld
<h3">Webdesign Expertise: Jouw Verhaal Visueel Verteld</h3>
I think you should see this 😉
If you then
.webdesign-section-right-side h3 { margin-top: -7.5em }
it should work.
Forum: Alpha/Beta/RC
In reply to: Information about WordPress 6.3.2You probably have the beta plugin set to nightly. Then you could see the intermediate development status. But that doesn’t mean that there is already a beta or release date – that doesn’t exist at the moment.
My recommendation would be to attend the Core Development meetings (https://make.wordpress.org/meetings/) or read them. They often talk about the possible releases.
There are plans for a beta release of 6.4 in the coming weeks. This is documented here: https://make.wordpress.org/core/6-4/
Forum: Everything else WordPress
In reply to: Is there any way to get closed plugin name/slug again?No, you won’t even be able to upload it. But you could possibly take over the plugin slug or the area of the old plugin. Have a look at the way described here:
https://developer.wordpress.org/plugins/wordpress-org/take-over-an-existing-plugin/