thetoolman123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: making uploaded images secure (https)Thanks I will take a look at that.
I have seen in Settings > General that the domain has http://
Should I change this to https:// ?
I know before when I changed the URL in there on another website that the whole site broke and I had to update database entries etc.
Thanks
Forum: Developing with WordPress
In reply to: jQuery not executing in theme JS fileActually, I worked it out, I had the closing
});missing!Forum: Fixing WordPress
In reply to: Menus Custom Link Drop Down in admin not collapsingThe website is currently on a local dev server so it’s not live.
The theme is using Twenty Nineteen
Forum: Fixing WordPress
In reply to: “Updating failed” message when trying to update a pageHi,
My host manged to resolve this by re-saving the permalinks and then the saving option worked again.
Forum: Fixing WordPress
In reply to: wp-admin missing styles and editing page is blankI have managed to fix it by adding the following lines
define( 'WP_HOME', 'website.com' ); define( 'WP_SITEURL', 'website.com' );Forum: Fixing WordPress
In reply to: wp-admin missing styles and editing page is blankThanks for the reply. I believe all files are transferred across.
This is the website:
website- This reply was modified 7 years ago by thetoolman123.
Forum: Fixing WordPress
In reply to: Should I add changes to functions.php to a child theme?Thanks
Forum: Fixing WordPress
In reply to: Issue with empty elements in HTML viewIt appears on the frontend when published, but when I go back in to edit the page, it is no longer there.
Forum: Plugins
In reply to: [TK Event Weather] Changing the layout of how the weather is displayed?Many thanks, I will give that a go 🙂
Forum: Plugins
In reply to: [TK Event Weather] Can’t get London weather to showHi,
Thank you for the reply.
That’s great, it worked!
I have a few questions about the display. Is there a way I can display the current hour only? and have the little icons next to the time? I guess this can be edited in a template/file somewhere?
Thanks again
Forum: Developing with WordPress
In reply to: Pagination with numbersHi there,
Thank you very much, that worked 🙂
Forum: Fixing WordPress
In reply to: Shortcodes to display blog title and contentI’m trying to insert the date, blog title and content inside an actual blog post
Forum: Fixing WordPress
In reply to: Export and import of databaseActually, it worked out ok -I think there was a caching issue.
Forum: Fixing WordPress
In reply to: Export and import of databaseThanks! That seemed to have fixed it!
On a side note, some of my styles and images I have added to Media have disappeared. Would anything in the database have caused this as I have downloaded and uploaded everything from the FTP?
Thanks again!
Forum: Fixing WordPress
In reply to: Export and import of databaseOk, I’ve done a fresh install and connected to the database, however, it is redirecting to my old site, not the new one.
I have added this to my wp-config file:
define( 'WP_HOME', 'http://subdomain.website.com' ); define( 'WP_SITEURL', 'subdomain.website.com' );Does anyone know why this is redirecting to the old site? Do I need to update any other files anywhere?
Thanks