Closed (works as designed)
Project:
Metatag
Version:
7.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2012 at 20:52 UTC
Updated:
10 Dec 2012 at 09:10 UTC
Hello,
I've set Global and Global Meta tags. But no meta tag is appearing. Page title set in "page title" module is appearing in home page. In other pages, they are fine. I can remember it working few months ago. But now suddenly noticed that they are not there.
Site address http://dinajpur.net
Comments
Comment #1
damienmckennaI strongly suspect that the value from Page Title is conflicting with what you're setting in Metatag, unless you really need both it might be worth remove Page Title and just use Metatag.
Comment #2
damienmckennaAm leaving this is "won't fix" as it isn't worth spending time on it when the two modules are known to conflict, e.g. see the notice on the admin/reports/status page. As mentioned above, I suggest removing the Page Title module.
Comment #3
almamun commentedDisabled the Page Title module. But no luck
almamun
----------------
Dinajpur - Rangpur
Comment #4
juliusvaart commentedCheck if you have the code for the main content on the homepage .tpl file:
<?php print render($page['content']); ?>Comment #5
almamun commentedThanks StreamDesign. That solved my problem.
I had $page['content'] disabled in front page.
But as I said, it's happening for few days. I had $page['content'] disabled for several months.
Anyway, I've found alternative to display frontpage.
Thanks again.
almamun
----------------
Dinajpur - Rangpur
Comment #6
juliusvaart commentedI had the same issue, but i think it's also good practice to keep the $page['content']
Kind regards,
Julius