Tagged: 

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • daria_kas Friend
    #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 Moderator
    #893948

    HI

    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.

    daria_kas Friend
    #895467

    hi 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 Moderator
    #895816

    You can try with an extensions supporting option to set URL as you wish in JED

    daria_kas Friend
    #901423

    thanks 🙂 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
    thanks

    Saguaros Moderator
    #901608

    The associated file for article page is: ROOT/templates/ja_decor (your default template)/html/com_content/article/default.php

    daria_kas Friend
    #901662

    yes, meant to write default.php…. what is the php command to call article image url?
    thanks

    Saguaros Moderator
    #901724

    What 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

    daria_kas Friend
    #902771

    thank you, you have been very helpful.

    can you tell me where do i change the blue bg of titles of articles, thanks

    Saguaros Moderator
    #902785

    Do you have any URL?

    daria_kas Friend
    #902971

    i 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/title

    Saguaros Moderator
    #903101

    I 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

    daria_kas Friend
    #903683

    hi 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 help

    Saguaros Moderator
    daria_kas Friend
    #904195

    thanks 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.

Viewing 15 posts - 1 through 15 (of 18 total)

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