[SOLVED] Is meta description missing?

More
9 years 6 days ago - 9 years 4 days ago #59094 by iamrobert
Hi,

I am using the latest FLEXIcontent (FLEXIcontent 3.0.9-rc7) and the meta description doesn't appear on the front-end.

It was working - but for the last while its been missing.

Site is here:

www.tokenproducts.com/

Has anything been updated?
Last edit: 9 years 4 days ago by ggppdk.

Please Log in or Create an account to join the conversation.

More
9 years 6 days ago #59095 by micker
Replied by micker on topic Is meta description missing?
you say in form front or in view ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
9 years 6 days ago #59096 by ggppdk
Replied by ggppdk on topic Is meta description missing?
Hello

no item view has not change
here is our code:
Code:
// ************************ // Set document's META tags // ************************ // Workaround for Joomla not setting the default value for 'robots', so component must do it $app_params = $app->getParams(); if (($_mp=$app_params->get('robots'))) $document->setMetadata('robots', $_mp); // Set item's META data: desc, keyword, title, author if ($item->metadesc) $document->setDescription( $item->metadesc ); if ($item->metakey) $document->setMetadata('keywords', $item->metakey); // ?? Deprecated <title> tag is used instead by search engines if ($app->getCfg('MetaTitle') == '1') $document->setMetaData('title', $item->title); if ($app->getCfg('MetaAuthor') == '1') $document->setMetaData('author', $item->author); // Set remaining META keys $mdata = $item->metadata->toArray(); foreach ($mdata as $k => $v) { if ($v) $document->setMetadata($k, $v); } // Overwrite with menu META data if menu matched if ($model->menu_matches) { if (($_mp=$menu->params->get('menu-meta_description'))) $document->setDescription( $_mp ); if (($_mp=$menu->params->get('menu-meta_keywords'))) $document->setMetadata('keywords', $_mp); if (($_mp=$menu->params->get('robots'))) $document->setMetadata('robots', $_mp); if (($_mp=$menu->params->get('secure'))) $document->setMetadata('secure', $_mp); }


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
The following user(s) said Thank You: iamrobert

Please Log in or Create an account to join the conversation.

More
9 years 6 days ago #59098 by iamrobert
Ok - however its missing from my site on homepage - I don't see it.

Does a plugin control it?

Please Log in or Create an account to join the conversation.

More
9 years 6 days ago #59099 by ggppdk
Replied by ggppdk on topic Is meta description missing?
Hello

please edit
components/com_flexicontent/views/item/view.html.php
- find the code i mention above
and do a print_r on the value(s) to see if it is there


a plugin can manipulate the head (see)

inside a system plugin
Code:
onBeforeCompileHead(...) { $head_arr = JResponse::getHeader(); ... JResponse::setHeader(...); }
or with the newer JApplicationWeb


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
The following user(s) said Thank You: iamrobert

Please Log in or Create an account to join the conversation.

More
9 years 5 days ago #59103 by iamrobert
Wow - it started working today!

I am not sure how.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.400 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline