Maurice
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Change The Post Body Text And Header CSSNo, if you update WordPress, nothing happens with theme and plugin files.
I assumed you were using a Theme from the theme directory or other repository. And there are sometimes updates for themes, and those theme updates will overwrite theme files.
Forum: Fixing WordPress
In reply to: How To Change The Post Body Text And Header CSSHello @elitexcoder,
if you are using Google Chrome:
– https://developers.google.com/web/tools/chrome-devtools/css/
Firefox has something similar to inspect sites.If you changed the style.css of your theme, changes are gone with the next update. Consider making a Child Theme -> https://developer.www.ads-software.com/themes/advanced-topics/child-themes/
Forum: Fixing WordPress
In reply to: Restrict Pages without PluginsHello @rodrigomct,
My pages are all the pages that can be accessed and accessed, that is, the pages can be accessed.
That’s a bit confusing for me. But do you mean this?
https://codex.www.ads-software.com/Content_VisibilityForum: Fixing WordPress
In reply to: Exporting XML helpOkay that was unfortunate.
I just took a look at https://www.ads-software.com/plugins/wp-all-export/ and it looks promising. But if you start a new export in the plugin settings, I would recommend to click the right “customize…” button, in order to get all fields.
As a little extra, you can edit that in excel / open office before importing.
With https://www.ads-software.com/plugins/wp-all-import/ you should be able to import than.
Forum: Fixing WordPress
In reply to: Register and save dataHello @jjvns,
thats a rough description, but I think custom post types is what you are searching for. There are some plugins and it would definitely go beyond “fixing wordpress”
Forum: Fixing WordPress
In reply to: Setting up “latest news” on home pageHey @ellabeer
you could try this plugin’s shortcode thing https://www.ads-software.com/plugins/recent-posts-widget-extended/
- This reply was modified 5 years, 9 months ago by Maurice.
Forum: Fixing WordPress
In reply to: Exporting XML helpHey @blackburnavers
try right click “save target as…”
Forum: Fixing WordPress
In reply to: Gutenberg!Well, how I see it,
Theme Developer are now supposed to care about the Theme, and a Theme for the unfinished Editor and unfinished way to make Custom Blocks instead of custom fields.
Wich in theory, would be a true WYSIWYG. If it was finished.
Forum: Fixing WordPress
In reply to: Remove padding around blocks?Hey @sportsdoggy,
It looks like your were using Preformatted and / or Code as Block Types wich got those grey stylings in the Theme.
Please take a look in the editor at the upper left corner from the blocks, when selected, if you have the option to transform then into Preformatted -> Paragraph.
Forum: Fixing WordPress
In reply to: Post Preview Not Working After Upgrading to 5.0.3You’re welcome.
Please also change the images in your widgets to https.
src=”https://…”
to
src=”https://…”
That should remove the “not secure warning”
Forum: Fixing WordPress
In reply to: Post Preview Not Working After Upgrading to 5.0.3No. Just double check for misspelling.
And if something goes wrong, it’s only copy + paste to revert:
https://codex.www.ads-software.com/Changing_The_Site_URL#Edit_functions.phpForum: Fixing WordPress
In reply to: Post Preview Not Working After Upgrading to 5.0.3Sometimes WordPress is installed in a different folder than your domain is pointing at. For several reasons.
/server/domain
/server/more_other_things
/server/other_things
/server/wordpressThe relocate finds out where WordPress is and updates the setting. But I’m only guessing that there is somewhere something wrong with some redirection.
Changing the http to https could be already it.
Forum: Fixing WordPress
In reply to: Post Preview Not Working After Upgrading to 5.0.3Hello suishouyuki2,
Good thing is you got a backup.
I would try the relocate thingy https://codex.www.ads-software.com/Changing_The_Site_URL#Relocate_methodEdit:
Or check the URL Settings first- The “Site Address (URL)” setting is the address you want people to type in their browser to reach your WordPress blog.
- The “WordPress Address (URL)” setting is the address where your WordPress core files reside.
- This reply was modified 5 years, 10 months ago by Maurice.
Forum: Fixing WordPress
In reply to: Homepage Won’t Update on MobileHey,
I googlededed your Name and picked the first Site showing up.
If that’s your Site, you should ask the people from wpengine.Forum: Fixing WordPress
In reply to: How do turn html href= button using css?I would recommend to assign a class to that link.