Tagged: microdata
-
AuthorPosts
-
March 2, 2016 at 8:57 pm #893685
when I run my articles through structured data tool it shows date created, date modified, author etc missing. Joomla 3.4 and updated template.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 3, 2016 at 4:52 am #893948HI
Make sure that these options are enabled. If you’ve already enabled it for article, kindly check the settings of menu item page which that article belongs to. Because, in Joomla, settings in menu item will be used in priority.
March 6, 2016 at 10:32 am #895467hi thanks that helped 🙂 i just didn’t want the information to be visible on the page. i have another question though, how can i add canonical url….
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 17, 2016 at 6:24 pm #901423thanks 🙂 for answering my questions. tried extensions and can’t seem to find a good one…
one more questions… i am trying to modify article.php for structured data namely image object and want to set url to the image of the article<span itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
<?php if ($params->get(‘access-view’)): ?>
<?php echo JLayoutHelper::render(‘joomla.content.fulltext_image’, array(‘item’ => $this->item, ‘params’ => $params)); ?>
<?php endif; ?>
<meta itemprop="url" content=“ ………………..”>
<meta itemprop="width" content=“1400”>
<meta itemprop="height" content=“650”>how do i set the url of the article image to show in the content field
thanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 18, 2016 at 3:32 am #901608The associated file for article page is: ROOT/templates/ja_decor (your default template)/html/com_content/article/default.php
March 18, 2016 at 7:54 am #901662yes, meant to write default.php…. what is the php command to call article image url?
thanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 18, 2016 at 9:52 am #901724What do you mean by image url? because by default, image in article doesn’t have link.
As above default.php file, you can see it renders image block: intro image or full text image. you can see how it called via file:
ROOT/templates/ja_decor/html/layouts/joomla/content/intro_image.php
or in directory of T3 plugin:
ROOT/plugins/system/t3/base-bs3/html/layouts/joomla/content/fulltext_image.php
March 21, 2016 at 9:25 am #902771thank you, you have been very helpful.
can you tell me where do i change the blue bg of titles of articles, thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 21, 2016 at 9:45 am #902785Do you have any URL?
March 21, 2016 at 6:07 pm #902971i don’t yet…redoing the what i had
in the demo its "bathroom design" or " teen bedroom decor" … when you click on the article the title is with a blue background and takes up a lot of space. And i can’t find css for the header/titleSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 22, 2016 at 1:39 am #903101I guess you meant this one: http://prntscr.com/aibh7l , right?
It belongs to JA Masthead Module, you can configure under Backend > Extensions > Modules
Pls check out the documentation of template for more info: https://www.joomlart.com/documentation/joomla-templates/ja-decor
March 23, 2016 at 7:29 am #903683hi thank for reply. i tried that before. read documentation. put in [Masshead Itemid="104" title="Title" background="/images/aurora_yacht/concierge.jpg"][/Masshead] it does not change
in templates html/masshead
<div class="jamasshead<?php echo $params->get(‘moduleclass_sfx’,”)?>" style="background-image: url("/images/aurora_yacht/concierge.jpg");">
<h3 class="jamasshead-title"><?php echo $article->get("title"); ?>didn’t work… tried to configure masshead through css in template.css changed padding set bg changed colour and nothing is showing. cleared cache and nothing. i have no idea what i am configuring.
please helpSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 23, 2016 at 10:35 am #903786You can try this suggestion: https://www.joomlart.com/forums/topic/ja-masshead-how-to-add-background-image/#post-534167
March 24, 2016 at 9:09 am #904195thanks for the link. i followed all the steps, ALL and then some. i forgot about putting a picture in now. id be happy just changing the size or the colour. when ever i find t3.masshead css and change it it has absolutely no effect. please let me know exactly when the css for the height and the colour or the masshead is.
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Saguaros 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum