believein
Forum Replies Created
-
I’m seeing the same issue too.
Insert Media model > Media Library >
Dropdown options.
All media Items = shows no images (just spinning loader).
Uploaded to this page = Displays images.
Images = shows no images (just spinning loader).Installed Media Library Assistant plugin did not solve issue for me.
Forum: Plugins
In reply to: [Widget Logic] get_post_ancestors($post) failing.Sorry – should have said this is using
global $post; return ( ($post) && in_array(86,get_post_ancestors($post)));in the top TEXT widget
and
in_array(86,get_post_ancestors($post))in the other widgets.
Forum: Plugins
In reply to: [Widget Logic] get_post_ancestors($post) failing.Thanks for getting back to me so quick!
Ok.
This is a little odd.
I tried using the code you suggest above. Still the modules do not show.
However, during a test I created a new ‘text’ widget and added the code you suggested to the Widget Logic and low and behold ALL the Widget Logic using get_post_ancestors started working. As soon as I disable this test widget again ALL the widget are removed once again. I noticed the widget was at the top of the stack.
The same thing happens if I place this widget at the bottom of the active widgets list the same thing happens – all widgets using Widget Logic using get_post_ancestors fail again.
Any ideas whats causing this?
Forum: Fixing WordPress
In reply to: Problems changing the site URLCould the clue be in my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /unnaturalflooring.com/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /unnaturalflooring.com/index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Problems changing the site URLOuch – no suggestions?
Forum: Fixing WordPress
In reply to: Problems changing the site URLThe preview link was http://79.170.40.161/mydomain.com
I want to update to just mydomain.com
Interestingly – if I try and alter the settings in admin settings I receive the message
“The Site address you entered did not appear to be a valid URL. Please enter a valid URL.”