JP
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 4.4 – Redirecting twice site urlHello and thanks for reply, I used ‘define’ just to be sure ??
Please check:
https://strazny.apex-casino.cz/wp-admin/As you can see in source code on wp-login.php ->
There is login button also with bad url<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="P?ihlásit se" /> <input type="hidden" name="redirect_to" value="https://strazny.apex-casino.cz/strazny.apex-casino.cz/wp-admin/" /> <input type="hidden" name="testcookie" value="1" />
Forum: Plugins
In reply to: [Lightbox Gallery] problems with full sized imageslightbox-gallery.php
line 513if ( !empty($options[‘global_settings’][‘lightbox_gallery_lightboxsize’]) ) $lightboxsize = $options[‘global_settings’][‘lightbox_gallery_lightboxsize’];
else $lightboxsize = ‘medium’;to
if ( !empty($options[‘global_settings’][‘lightbox_gallery_lightboxsize’]) ) $lightboxsize = $options[‘global_settings’][‘lightbox_gallery_lightboxsize’];
else $lightboxsize = ‘large’;Hope it helps ??
Forum: Fixing WordPress
In reply to: WP Administration – Links to subdomainI′ll try to edit
wp_usermeta table as follows:
wp_capabilities should be a:1:{s:13:”administrator”;s:1:”1″;}
wp_user_level should be 10And let you know, but thanks for your time Deepak ??
Forum: Fixing WordPress
In reply to: WP Administration – Links to subdomainTried.. but nothing happens :/
Forum: Fixing WordPress
In reply to: WP Administration – Links to subdomainSeems like problem with $_SERVER; but how to solve it and do not forget permissions ??
Forum: Fixing WordPress
In reply to: WP Administration – Links to subdomainWordPress Address (URL) -> https://mydomain.cz
Site Address (URL) -> https://mydomain.czBut its gray because I forced it via wp-config.php like my previous page…
When I manually add into wp-settings:
$_SERVER=’https://mydomain.cz/’; it works…But I will lost permission to some pages with error:
“You do not have sufficient permissions to access this page.”Forum: Fixing WordPress
In reply to: WP Administration – Links to subdomainSeems like:
define(‘WP_HOME’,’https://mydomain.cz’);
define(‘WP_SITEURL’,’https://mydomain.cz’);Forum: Plugins
In reply to: [Facebook Album Sync] Duplicate albums, wrong albumphoto as albumcover etc…Quick fix: Replace “albums.php” from version 0.2, everything works perfect ??
Forum: Plugins
In reply to: [Facebook Album Sync] Duplicate albums, wrong albumphoto as albumcover etc…Hello there, I got same problem,so I think the problem is in the plugin (WP 3.8)..Thanks