nicolasrz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: youtube Live Streams automatically show websiteHello @techarb8329 ,
I don’t understand what you want.When you go on stream, you want that your wordpress show the video stream ?
- This reply was modified 4 years, 1 month ago by nicolasrz.
Forum: Fixing WordPress
In reply to: download the original imagehello @joannaritsoni
If you have a ftp acces, you can connect to website and look in folder (upload, content something like that)
Forum: Networking WordPress
In reply to: All subpages for multisites with a domain are brokenDid you check the htaccess ?
When you “activate” the multisite, you need to update wp-config.php and htaccess.
If your domains changed, I guess, you should verify your .htacessForum: Fixing WordPress
In reply to: Trying to get property ‘post_type’ of non-object@selvaje Without debugging it’s a bit difficult for me sorry :/
Hello @imagiscapeca,
To send your blog post directly to facebook or twitter I guess there are many plugin for this.For the multisite yes it’s possible. You need to create a network in your settings
Add code in wp-config.php and add line in .htaccess, there are many tutoriels on this.A friend of mine made this plugin Multisite Management
Maybe it could help you. If you need more feature on it, don’t hesitate to contact him
Forum: Everything else WordPress
In reply to: champs ” commentaire ” n’appara?t pasHello, comment tu inclus tes lien de partage dans ton article ?
C’est fait automatiquement ?
Sinon je pense qu’avec un short code c’est faisable à moins qu’un plugin existe déjà pour cela. A voir dans le store ??Forum: Developing with WordPress
In reply to: Remove part of html pluginA shortcode include some php code but html too.
You should find which function it’s called with this shortcode and you ‘ll be able to found the html, you want to modify ??Forum: Fixing WordPress
In reply to: I need a recommended membership plugin@slyc yes I understand you need, but I asked, which plugin do you use to management member and their level.
For example:
1 – If you have a plugin for this, I need to know wich one to help you
2 – Or if you have no plugin at all for this, and need to create/find some plugin that malage memebers levels.thanks
Forum: Fixing WordPress
In reply to: Changing WordPress Website LogoYou should try to find the footer.php
And inside the html part
add<script> document.getElementsByClassName("site-logo")[1].src="here put url of you logo.png" </script>
Forum: Developing with WordPress
In reply to: Create two pages at the same time on the multisite@murilobrilhante Sorry for the late response.
I asked my friend to make a video of his plugin, tell me if this what you want.Video presentation – Multisite Posting
- This reply was modified 4 years, 2 months ago by nicolasrz.
Forum: Networking WordPress
In reply to: Point multiple subdomains to one network siteHello @icecode ,
Why not make a redirection from english to canada ?
Of course you will not be on the same website after that…Forum: Everything else WordPress
In reply to: Is there a plugin for visualizing input data for one user?Sorry for responding myself:
Here a try:Admin side : admin side image
Customer side: customer side imageForum: Networking WordPress
In reply to: Crear bd en wordpress de usuariosHello @crannial
Where come from your users ?
They are registered users ?Forum: Fixing WordPress
In reply to: Changing WordPress Website LogoHello !
your logo come from https://crown.g5plus.net/wp-content/uploads/2019/08/logo-dark.png
I think it’s auto generated by some php function.I can’t tell which one without modify or look more code.
But you can use use a little “hack”.Add a javascript code in your page (in the header ? )
document.getElementsByClassName("site-logo")[1].src="here put url of you logo.png"
Forum: Fixing WordPress
In reply to: Trying to get property ‘post_type’ of non-objectDo you think it can be a problem from an installed plugin ?
If you deactivate all plugins you have, and you create a post, is it working ?