netzmaedchen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changes to header.php not displayingAre you 100% sure you made the changes to the right file? Seems the theme folder should be “neighborhood”.
From my experience if it doesn’t display, you did something wrong ??
What were you trying to change? I always add a comment to the file that I can then search for in source code to see if it shows. Like
<!-- Get this! -->
Also look at index.php and/or frontpage.php/home.php to see if maybe they call for a different header file.Let us know how it goes.
Cheers
AnjaForum: Fixing WordPress
In reply to: Posts Auto generation from a PHP FileHey,
how about you add another script that re-saves all your posts like described here?
Stackoverflow
Regards
AnjaHi there,
good to hear you solved the puzzle!
Have a good time with your site!Forum: Fixing WordPress
In reply to: Typo change in the Customizer doesn’t workPerfect! You, too!
Forum: Fixing WordPress
In reply to: Typo change in the Customizer doesn’t workOk… let’s do this:
First, when you use customizer, you will see in console that there are some 404 errors. There is a style sheet that isn’t loaded right.
https://cl.ly/0Z2k2g0H3n1B
You can see that by hitting F12 in Chrome and clicking on “console”.
I can’t tell where this stylesheet is called so I don’t know how to fix this. Maybe talk to the creator of the plugin “Ultimate Product Catalogue”.Also I would like you to try and turn off the autoptimize plugin. Maybe that’s who’s messing with your css.
Please try turning off autoptimize, clear your cache and try again to change the styles in customizer.
Let me know how it goes!Gru?,
AnjaHi there,
I don’t know why the app uses https. I just tried and connected the app to one of my non-https sites and everything works fine.
Anyways… you can fix the links that are already there by using this script
Search & Replace
or
Better Search & Replace Plugin
to replace for example
img src="https://www.lokipup.com/wp-content/uploads/"
with
img src="https://www.lokipup.com/wp-content/uploads/"
I don’t know what’s wrong with the app. Maybe uninstall and reinstall it and try again???
Forum: Fixing WordPress
In reply to: Typo change in the Customizer doesn’t workHi werki,
which typo do you want to change? Headings? Main Text? Do you want to swicht font face or size? Or color?
Could you please give some more information? I’m sure there is some CSS “stronger” than that in customizer. But I can only tell when I know what you tried to change.
Thanks