silviog
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] LinkedIn Authentication FailedHi,
I had same problem, uncheck all permissions on your Linkedin App (only basic_profile).
SO you will see another problem, a 401 error.Stucked in this.
Someone help us!Forum: Networking WordPress
In reply to: 4.4.2 broke multisite dashboarda4aly, you can quickly resolve this removing ^ from these lines
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]But will mean another permalinks problems. This is my problem now.
Fist level site.com/content works perfectly, but second level site.com/content-type/content or /category/cat-name doesn’t work.My htaccess bellow, if someone could help us:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
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-(login|content|admin|includes).*) /$2 [L]
RewriteRule ([_0-9a-zA-Z-]+/)?(.*\.php)$ /$2 [L]
RewriteRule . index.php [L]
</IfModule>Forum: Networking WordPress
In reply to: 4.4.2 broke multisite dashboardI changed a line in htaccess and the things were ok last week, but today again we have a big problem caused by this upgrade.
Now I can’t even enter in admin!Anyone?
Forum: Networking WordPress
In reply to: 4.4.2 broke multisite dashboardYes, mycbhcomwebsites,
Both my two multisites stopped to work, since the paths to CSS, JS and Images adds with /site-name/ in URL.
Someone resolved this?
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Can see sum=1 but doesnt sent emailsHi, mhawksey,
Where you did the fix?
Where I can see the queue and test the plugin?thanks
Forum: Plugins
In reply to: [Invite Anyone] Global Invites on MultiSiteI have same problem, plugin installed on network, invite from BP (not the main site) but the email not sent.
The config doesn’t show any invite (main site panel) and I don’t have panel for BP site.Forum: Plugins
In reply to: [BadgeOS] Displaying Earned Badges in Buddypress profile/ShortcodeHi, Michael,
I’m trying your recomendations but got ‘fatal error’.
Cannot redeclare prefix_badgeos_user_achievements_shortcode()Do you have some trick?
thanks
Forum: Themes and Templates
In reply to: [Griffin] Get rid of sidebarBetter change the class col-md-4 or 8 to col-md-12, the full width template on your new template.
Forum: Plugins
In reply to: [Custom Content Type Manager] Shortcode in wrong place in a pageThanks for the solution, it resolves to show the content,
but the plugin problem remains.Forum: Plugins
In reply to: [WordPress Social Login] Working well on multisitemaddogmcewan, did you change all references? And even so you need to setting up WSL in all subsites or only in main ?
I found these files with “$wpdb->prefix”:
uninstall
watchdog
wsl.database
wsl.user.data
wsl.utilitiesthanks!
Forum: Themes and Templates
In reply to: [Nova Lite] Home blog- only one columnHi, creativejunkie,
did you got the 2 columns?Forum: Fixing WordPress
In reply to: Editing menus in twenty ten themeHi, Mojoke,
how you resolved this?
thanksForum: Plugins
In reply to: [Really Simple Share] Tweeter does not appearHi,
I have the same problem…
Linkedin, Twitter and Google+ buttons doesn’t appears…I’ve try many configurations, but same problem.
look this page: https://www.elenafilme.com/EN/competition/
thanks!