some blocks not showing if i dont use www
Permalink
basically some blocks do not show if i leave www off the domain name.
if i am logged in i do see the blocks. if i use view as guest the blocks show but if i log out the blocks don't show.
take a look at my site with and without using www.
(its a temporary domain so the site may move in a few days)
checkhttp://localrus-clients.co.uk/tseoc/......
then take a look athttp://www.localrus-clients.co.uk/tseoc/......
you see the blocks missing on the header and the footer?
the blocks that are missing are both global blocks e.g:
<?php
$a = new globalArea('blarrrrrrr');
$a->display($c);
?>
but i have other global blocks that do show. e.g the site name block.
some how i have made one of my blocks show by doing a automated jobs and a clear of the cache. i have also tried turning on the advanced permissions to try and see iof i can change anything withing that but i don't know how to use it lol so am stuck with a few blocks still not showing.
also i noticed that if i add a google analytics tracking code on the tracking page it doesn't show when not using www. check my site code for the analytics code.
so am stuck with blocks not showing.
update: 26/10 now even more blocks don't show correct
if i am logged in i do see the blocks. if i use view as guest the blocks show but if i log out the blocks don't show.
take a look at my site with and without using www.
(its a temporary domain so the site may move in a few days)
checkhttp://localrus-clients.co.uk/tseoc/......
then take a look athttp://www.localrus-clients.co.uk/tseoc/......
you see the blocks missing on the header and the footer?
the blocks that are missing are both global blocks e.g:
<?php
$a = new globalArea('blarrrrrrr');
$a->display($c);
?>
but i have other global blocks that do show. e.g the site name block.
some how i have made one of my blocks show by doing a automated jobs and a clear of the cache. i have also tried turning on the advanced permissions to try and see iof i can change anything withing that but i don't know how to use it lol so am stuck with a few blocks still not showing.
also i noticed that if i add a google analytics tracking code on the tracking page it doesn't show when not using www. check my site code for the analytics code.
so am stuck with blocks not showing.
update: 26/10 now even more blocks don't show correct
I'm seeing the same on both sites. I've had this problem though. Sometimes it just takes a bit to populate or something. Hmmm. Maybe clear out your cache?
i have cleared it a few times m8. sorry about my links they have .... in them by accident. the website looks different to me with and without www at home and at work.
Hey! You still having trouble?
yes but i did a redirect to only show www with a htaccess file.
Ah yea. What's what I ended up doing to fix the problem I had as well. :) Sorry I couldn't be of more help!
am still getting this problem now on local host. if i go to my site like this:http://localhost/sites/cotswold...
i can see all my blocks but if i go to my site like this:
http://192.168.1.76/sites/cotswold...
i dont see some blocks. grrr
i can see all my blocks but if i go to my site like this:
http://192.168.1.76/sites/cotswold...
i dont see some blocks. grrr
I can't view either websites. Are you logged in one time and not?
Oh! And you're using Global Areas right? I found this out just last week. Here's what you do: Look in your stacks. You have to APPROVE the changes. Silly I know, but it's the truth. :)
that might have been part of the problem. but my other issue was that the google analytics script was only showing when using www. and not without it. so had to mod rewrite the url. i was using the dashboard to add the script
i might have had to approve the homepage as well as the stack? lol ^o^
HAHAH! Yea. That would help on both accounts. ;) Glad it worked for ya!
just had a similar problem on latest C5.
when moving the site to production one or two blocks just dont show when logged out but do when logged in.
i have:
cleared cache / ran automated jobs / turn off everything in speed setting (block cache) / cheched .htaccess for any wrong setting (RewriteBase), checked approved stacks, page is approved, changed htaccess to 301 to www.
but sill doesnt show when logged out.
had to change the block handle and re add the blocks to fix it...
super odd!
when moving the site to production one or two blocks just dont show when logged out but do when logged in.
i have:
cleared cache / ran automated jobs / turn off everything in speed setting (block cache) / cheched .htaccess for any wrong setting (RewriteBase), checked approved stacks, page is approved, changed htaccess to 301 to www.
but sill doesnt show when logged out.
had to change the block handle and re add the blocks to fix it...
super odd!
Have you made any changes to page versions, eg. rolled back a page to another version?
This can cause the Admin to see one thing and the User to see another.
If this is the case there is a fix but best to ask the question first.
This can cause the Admin to see one thing and the User to see another.
If this is the case there is a fix but best to ask the question first.
i haven't reverted to a old version on any page.
i did set permissions on each block on the page to stop the user "client" from being able to delete specific blocks from the page. but i did this on a lot of blocks that didnt have problems
i didnt mess with any other permission.
i did set permissions on each block on the page to stop the user "client" from being able to delete specific blocks from the page. but i did this on a lot of blocks that didnt have problems
i didnt mess with any other permission.