Axel13
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Help linking 2nd Multisite to a purchased webdomain name?Forum: Networking WordPress
In reply to: I just migrated to .orgHello hiphopfax,
I’ve no experience with that, but you can connect your site to wp.com with the Jetpack plugin. Perhaps ask Jetpack support whether or not this is possible.
GL with it!
Forum: Networking WordPress
In reply to: Subdomains Not WorkingHello haileypurdy,
I tend to think you looked at an old tutorial. There is no need to create a blog.dir folder. The instructions on how to create a network can be found here.
Perhaps verify what you may have done differently.
GL with it!Forum: Networking WordPress
In reply to: Error after Clone site on MultisiteHey Harvel,
Some more info on the error would be helpful. I’d recommend to post it in the plugin support forum. This way the author gets informed. F.ex. if you used MultiSite Clone Duplicator, go there, click on “support” in the menu and ask your questions there, providing all possible info you have.
It might be good to debug, so you can report the error messages.
GL with it!
Forum: Networking WordPress
In reply to: One website with multiple purpose ?Hello Akasashasha,
This can be done. You can pick any theme and add the functionality that you want using plugins. Or, while not really necessary, you can look at the plugins first, then find a theme that supports these. F.ex. some themes state to be compatible with WooCommerce. This could be an added value.
And don’t forget to add some security. I’d recommend Wordfence and the Protect module in Jetpack.
GL with it!
Forum: Fixing WordPress
In reply to: HT Access fileI find it weird that your wp-admin is not available. Since you say that you changed the URL, perhaps it would help to login to phpMyAdmin and search for the old domain name. You can find phpMyAdmin in CPanel and the search is in the upper menu.
Forum: Fixing WordPress
In reply to: HT Access fileYou’re welcome, mcaravaglia. I see you did not manage to solve this yet. Still I think allowing WordPress to repair your database could help. You do not need to access wp-admin for this. It can be done with CPanel’s File Manager or with an FTP-program like FileZilla.
01. Open the folder where your WordPress is installed.
02. Download “wp-config.php” to your computer.
03. Open “wp-config.php” in a text editor, f.ex. Notepad, Notepad++ (Windows) or Sublime Text (Mac)
04. Scroll down to where you see: “/* That’s all, stop editing! Happy blogging. */”
05. Paste the following before that line:
define( 'WP_ALLOW_REPAIR', true );
06. Save.
07. Upload it to the folder where WordPress is installed (overwriting the old).
08. Visit http://angiecaravaglia/wp-admin/maint/repair.phpYou should see a screen with the WordPress logo, 2 buttons and some explanation.
09. Click “Repair and optimise database”.
10. In wp-config.php replace the ‘true’ in define( ‘WP_ALLOW_REPAIR’, true ); with ‘false’ or delete the entire line.
11. Upload it again.Hopefully this will solve the problem. It’s most likely a database issue, but if data is completely missing, WordPress cannot repair it.
Forum: Fixing WordPress
In reply to: HT Access fileHey mcaravaglia, have you tried to debug, or to allow repair of the database?
GL!Forum: Networking WordPress
In reply to: .htaccess for Multisite keeps reverting to Single site .htaccessI’d guess it’s caused by a plugin that uses rewrite rules, see ex. here.
Perhaps try to deactivate all plugins and verify if the problem persists. If not, then reactivate them one by one, visit your site each time.
Else, it may be in your theme’s functions.php… Switch theme to find out.GL!
Forum: Networking WordPress
In reply to: Migrating static bilingual site to WP multisiteHello RCCM,
1. Sure, except that content in a multisite is not shared by default. You could use the URL of course, or a plugin like network shared media.
2. While you can (I think, but did not try it), you do not need multisite to create a multilingual website.
3. It’s movable, some hosts will move it for you, but it’s not as movable as a HTML website. You need to move both the files and the database.
—
1. Yes, there are multiple ways to achieve this. Some themes allow headers to change on a per page / site basis. Else you can look for a plugin to achieve this.
2. For security reasons, it’s highly recommended to always keep WordPress + themes + plugins up to date. To make sure you do not lose changes to your theme, you can make changes in a child theme, or you can use a plugin to add CSS.
3. Most themes will not break when WP updates. Best pick one that gets updated regularly.
4. Not sure what kind of table of contents you mean, but if you can think of something that is not yet possible with WordPress (somehow), you have great imagination.
I’d recommend to give it a try, see how far you get and when you’re stuck, come back to the forum for help. It’s easier when questions are more specific. GL!
Forum: Fixing WordPress
In reply to: comments on main page with fancybox. Problem with showingStill guessing, putukas… Since you say you see the comments with your first code, but not the right ones, have you tried to only replace the
$withcomments = true;with$withcomments = 1;?<?php global $withcomments; $withcomments = 1; comments_template(); ?>Perhaps it’s the same, but I ask because the codex states: Will not work outside of single displays unless $withcomments is set to “1”.
Else maybe ask your question in the Fancybox support group.
Forum: Fixing WordPress
In reply to: comments on main page with fancybox. Problem with showingHello putukas, I’m guessing, but have you tried the default comment template?
<?php comments_template(); ?>Or the form:
<?php comment_form(); ?>Or
<?php $withcomments = 1; comments_template();?>GL with it!
Forum: Fixing WordPress
In reply to: is it possible to remove /admin in my permalink?Hello Ryan,
I’m not familiar with the issue, but if you expect this to be caused by a plugin, have you tried to deactivate your plugins? If this would solve it, then you can reactivate them to see which one causes the problem.
Else, I would suggest to look into the documentation on how to change the site URL.
If that would not help, since your site can be found at http://wulfsberg.dk too, maybe you can correct this manually in your database, in the options table. This is described in the link above as well… I probably would look there first, but certainly do take a backup before you try that.
GL with it!
Forum: Fixing WordPress
In reply to: Proper option for reCAPTCHA Jobify ThemeHello insanity,
I’m not familiar with the theme, but to add reCAPTCHA to the login page, you can try one of the available plugins. It’s best to look for one with good reviews and regular updates.
If that would not do the trick, it’s best to contact the theme author. For commercial themes this would be through their website.
GL with it!
Forum: Networking WordPress
In reply to: Update of running WP MU 3.4 to 4.1 possible?Hello grummel, when you upgrade the network all blogs will use the new version, so yes, this would affect them. But I would consider this something positive. Can I ask why you would not want these to use the new version?
Either way, I personally would not sleep at night when my sites were on an old WP. It’s not secure. For all open source it is important to keep up with updates because there is open communication about everything, including bug fixes. So, old installations are walking targets.
Also, you are missing out on a lot of awesomeness. WordPress has improved a lot since 3.4 and looks better than ever. You can find out about the changes here.
If you are worried about upgrading I would suggest
– verify which plugins did not get updated lately,
– look for alternatives,
– consider how much work it might be to make the necessary changes,
– make time for it,
– take a backup of your files and database,
– verify that you can open the backup files (especially useful when the backup is in a zip or other compressed format)
– and go for it.Of course, I say that without any clue on your setup. There is always a small chance that something goes wrong. That’s why a good backup is crucial. But I would estimate the risk of not upgrading much higher. To minimise the risk, you could take two backups using a different method f.ex. manual and using a plugin. Or you could try the to use the backup first on a different location. When successful you could upgrade the replicated site first to see how it impacts your sites.
-my2ct. I hope it helps. GL with it!