Anne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can not get to admin/login page after moving subdomain to domainI should also add, that you need to change the two URLs in your admin panel under setting – general setting to mach the two you have change in the wp-config.php file.
For example:
define(‘WP_HOME’,’https://example.com/public_html’);
-which is where your site is installed on your server and this should be written in the second “field web site adress” (maybe it is not the correct name of the field as I am translating it from danish) – but it is the second fielddefine(‘WP_SITEURL’,’https://example.com’);
-this is what you want others to write in the search field in their browser to come to your frontpage and it should be written in the first field in the general settings the “WordPress adress”.I hope this will help you if you have the same problem – which toke me hours to figure out.
Best of luck.Forum: Fixing WordPress
In reply to: Can not get to admin/login page after moving subdomain to domainAfter I returned to the admin control panel, I went back to my web host and change the names of theme back.
Then I downloaded the contents of my site again to my computer to have a fresh new backup.Forum: Fixing WordPress
In reply to: Can not get to admin/login page after moving subdomain to domainHello again. If anyone ever come across the same problem, this is how I solved it:
First I delete all themes, that I wasn’t using and change the names of those I was using, so I was left with the default-theme
Then I went to the page:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/I only needed this first to use this first suggestion – I quote:
In case you don’t have access to WordPress Admin area, you can still update these settings by defining them in wp-config.php file. Simply connect to your website using an FTP client. Once you are connected to your site, you will find wp-config.php file in your site’s root directory. You need to download and edit this file using a text editor like Notepad. Simply add these two lines to the file and don’t forget to replace example.com with your own domain.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);Save the file and upload it back to your web server. Now try to access your WordPress site. If you still can not access your site, then try to add your domain with www prefix.”
I hope this will help others – if not check the above site out for more.
Forum: Fixing WordPress
In reply to: Can not get to admin/login page after moving subdomain to domainThat was wronge, my subdomain was:
https://testing.aku-kur.dk/index-filer/Forum: Fixing WordPress
In reply to: Can not get to admin/login page after moving subdomain to domainOh, it is late and I forgot:
My site is: https://www.aku-kur.dk/public_html
It used to be: https://testing.aku-kur/public_html
I will be so great full if someone would help me, Thank you.
I am not sure where to put the code you have written? My plugin do not have the path you are describing…..
Form Maker where is that?
Forum: Plugins
In reply to: [WDContactFormBuilder] Change Font SizeSorry have written same question twice
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?ggdesigns: I have removed the media query and again cleared the cache, and it still does not work. I put the boby.mobil-theme.. in the child themes style.css is that the right place?
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?Maybe what I want isn’t possible?
I have tried all what you have said, but the background still rolls up with the rest, as you scroll down the site on mobil devices.
And I have cleared my cache…Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?Andrew: I just tried another browser with the same results….
ggdesigns: do you mean that I should in my theme’s originally css or do you mean in the child theme’s css? Or should I make the change in the customer css? Have you tried to see if my sites background stay fixed on mobile phones?
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?funny, cause I have checked it on both my tablet and phone, and on both the background image scroll up with the text, it does not stay fixed….
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?ggdesigns – it didn’t work, any other ideas?
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?If I try with the Media Query should I make it with different width for different size on screens?
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?So your site have a fixed background on mobilphones and tablets?
Forum: Fixing WordPress
In reply to: how to make background image fixed on tablets?I have just deactivated the mobil theme in Jetpack, it didn’t help…?