John Torvik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multilingual Website & Image-DomainHey,
This is a WPML`S bug and you can check this plugin to help you: https://github.com/flymke/wpml-url-based-links
Sincerely,
John T.Hello,
The best way to do is make a full backup of your site using plugins like these https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/ and install this backup on your localhost. On your local, you can make all the changes and follow this article to migrate it to the current domain: https://www.ads-software.com/plugins/all-in-one-wp-migration/
Sincerely,
John T.Forum: Networking WordPress
In reply to: Entering IP Address takes me to ‘Create New Site’ PageHey,
You can add this code at your wp-config.php
define( 'NOBLOGREDIRECT', 'https://www.yoursite.com' );
Just change the above URL to yours.
Sincerely,
John T.- This reply was modified 7 years, 5 months ago by John Torvik.
Forum: Fixing WordPress
In reply to: Problem with popup windows in wordpress show blankHi,
Please, can you send me a screenshot of the blank screen, but with the Chrome inspector opened in the “console” tab? And you can check this article: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Sincerely,
John T.Forum: Localhost Installs
In reply to: “Sorry, that file cannot be edited.” – Edit ThemesHey,
Your theme might be disabling the native file editor, so, you can try adding this code at your wp-config.php
define('DISALLOW_FILE_EDIT', true);
Forum: Fixing WordPress
In reply to: Reverse Proxy securiy mod issueHello,
You need to contact your host provider to check this because this problem isn`t related to the Elementor and WordPress.
Sincerely,
John T.Forum: Fixing WordPress
In reply to: Fillable PDFHey,
This plugin should help you: https://br.www.ads-software.com/plugins/gravity-forms-pdf-extended/
Sincerely,
John T.Forum: Fixing WordPress
In reply to: echo unicode / font awesomeHey,
You can see some usage examples: https://fontawesome.io/examples/ -> of course that you need to install the font awesome icons in your site. And your code would be:
echo do_shortcode('<center><a href="'.$link.'" class="button addtocartbutton"><i class="fa fa-camera-retro"></i></a></center>');
Sincerely,
John T.Forum: Fixing WordPress
In reply to: Plugin for huge gallery with search function? (Flickr, Google)Hello, @roganett,
I think that with a huge number of images, it will get a timeout error in your site. So, I propose you to use this plugin: https://br.www.ads-software.com/plugins/search-by-algolia-instant-relevant-results/ – you will have the free version and pay versions to choose.
Sincerely,
John T.Forum: Fixing WordPress
In reply to: admin toolbar missing – help!Hey,
This article should be useful to you: https://www.wpbeginner.com/wp-themes/how-to-fix-missing-admin-bar-issue-in-wordpress/
Sincerely,
John T.