juliejcdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] multi-site compatibilityWhere should I add the short code [ssba multisite] in order for the plugins to work with a multisite ?
Forum: Installing WordPress
In reply to: want to build another siteAnother way of doing it would be to install a multi-site network. You can find instructions here : https://codex.www.ads-software.com/Before_You_Create_A_Network
Forum: Plugins
In reply to: [Postie] Postie not fetching unless I run manuallyI could not solve this and had ton find another solution, so I simply decided to use the basic wordpress blog by email configuration. But because I am using a multisite network, I had to ask for the help of a programmer even to make this simple function work. I wish you good luck to solve the Postie issue.
Forum: Fixing WordPress
In reply to: Bug in the visual view of the editorI found an awesome article on the web : https://livelonger.hubpages.com/hub/Fix-Missing-WordPress-Visual-Editor
This person described the exact problem that I had and the solution worked. To add a line in the bottom of the config file right before the require_once line.
define(‘CONCATENATE_SCRIPTS’, false );Problem solved instantly.
Forum: Fixing WordPress
In reply to: Bug in the visual view of the editorOK thank you, I will try that tomorrow and let you know if that works.
Forum: Fixing WordPress
In reply to: Bug in the visual view of the editorWhat if I reload some files that affects the theme or anything else related to my network multisite install. Obviously I do not want to re-load the config file nor the htaccess file. Other then that if I do not touch the wp-content, will it erased anything important ?
Forum: Fixing WordPress
In reply to: Bug in the visual view of the editorI deactivated and deleted all plugins, I also tried to go back to the basic wp theme and it did not solve the trouble.
I am afraid to re-load all the files except the wp-content so I will wait for that.
See this link : https://www.juliecloutier.com/trouble/editortrouble.jpg
I have none of the editor’s menu for choosing the fonts, etc.. it’s like the wisywig does not work anymore.
Forum: Networking WordPress
In reply to: Installing a multisitenetwork on an old installShould I simply try to add the code in the wp-config file using ( ‘SUBDOMAIN_INSTALL’, true ); and then add the code in the htaccess file again ? Maybe this would work since the network is already installed and I was prompt to use sub-domain instead of sub-folder.
It’s just that I don’t understand why I could not use sub-folder I am using the latest version of wordpresss and it was installed only a few weeks ago.
Forum: Plugins
In reply to: [Events Calendar] Events calendar widget link not workingThank you all for your answer. Yes I am using contact form so it might be because of that conflict.
I have found a super nice plugin to replace that one, it is https://www.ads-software.com/extend/plugins/event-list/screenshots/
I like it a lot, so I thought it might be useful to ^pst it here since the Events calendar is no longer supported.
Forum: Plugins
In reply to: [Events Calendar] Events calendar widget link not workingDid you found out the problem ? I just posted the same question here but as I see it, the plugin does not seem to have anymore support. Did you find another plugin to use instead because just like you, the plugin was exactly what I needed but the http link on event does not work. See on https://www.groupeespaces.ca/nouvelles/ All the events have link outside the main website but they all are displaying a page inside the website. All I was able to do is when you create an article to go with the events it then link properly to the article.
Forum: Networking WordPress
In reply to: New DNS on a multisite installIn fact the solution was to go in the database itself and change all occurences of https://www.juliecloutier.com/mylene by https://www.mylenepaquette.com So in the process I learned the basic skill for working with PHP my admin.
Thank you for trying to help and sorry for mentioning host.Forum: Networking WordPress
In reply to: New DNS on a multisite installIs it possible that my .htaccess file got screwed up along the way when we pointed the new DNS ?
It seem all that was written in it relating to the network has disappear, all I got now in the .hta file is :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
instead of
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]Well, when I posted question for NGG gallery I never got any answer. So I found another super nice and easily customizable slideshow plugin : https://www.ads-software.com/extend/plugins/slideshow-jquery-image-gallery/
And for the gallery I found this awesome one : https://www.ads-software.com/extend/plugins/portfolio-slideshow/
good luck.
Yes, it is working now. Thank you. Your plugin is such a great tool.
You know what, as I re-read what I wrote before in this thread, I realise I have the same problem I had then, but one thing I am almost sure of is that I did set-up both blogs correctly, so the problem seem to be the same but I doubt the reason for it is. I will double check, just in case.
O, I think it’s because I did not switch my second blog to FRench as a language for wordpress. Both of my blog are running on an english version of wordpress, so even though I did translate the content, I guess because I did not switch the language of wordpress the plugin does not know where to find the other pages ?