Latest News & Popular Articles Modules - Joomla! Forum - community, help and support


hi - can me?
i have latest joomla version.
i have classifeds template shape 5 , jomclassifieds classified component. use add extension social media sharing buttons.
trying share item website g+ - found items had same title, in case 'privacy policy'. asked jomclassifieds , response :
ask template provider "actually adding microdata item scope g+ give more importance title" - see attached screen shot provided me with.
i disabled 2 modules (latest & popular) , size of share buttons shrank - see attached images, post correctly g+.
i went shape 5 forum , here transcript of said.
"these modules default joomla ones if open default.php files looks can edit them there. here latest news 1 , item scope output on it:

<ul class="latestnews<?php echo $moduleclass_sfx; ?>">
<?php foreach ($list $item) : ?>
<li itemscope itemtype="http://schema.org/article">
<a href="<?php echo $item->link; ?>" itemprop="url">
<span itemprop="name">
<?php echo $item->title; ?>
</span>
</a>
</li>
<?php endforeach; ?>
</ul>"
i no coder asked clarification , got following:
"i'm not familiar item scope can see output on these modules. need remove code below. problem in doing editing core joomla module files overwritten in joomla update in future. avoid problem best solution create custom html override in folder of template using:

<ul class="latestnews<?php echo $moduleclass_sfx; ?>">
<?php foreach ($list $item) : ?>
<li>
<a href="<?php echo $item->link; ?>">
<span >
<?php echo $item->title; ?>
</span>
</a>
</li>
<?php endforeach; ?>
</ul>"
and last question me was:
that sounds potentially dangerous.
i not coder.
one of reasons buying template - , whilst respecting joomla issue - feel should not have involved in - having paid template.
your instructions still not clear.. how create custom html file. create , amend template updating,
now aware of problem.. buys template potentially have issue with.
the response shape 5 was
"unfortunately asking falls outside of scope of forum support , customization's. did purchase template dealing entire cms has lot of components involved it. "itemscope" issue has nothing template or our products. template styles output of joomla , modules/extensions. 100% support our products here , issues may have them. in regards joomla , sharing using social icons i'm trying helpful , point in proper direction. when creating site in cms many different issues can arise depending on plugins/extensions used it.

also not sure social icon solution using if joomla module or plugin (vs script place on site) best thing reach out author of extension. need update conflicting core joomla modules.

in summary can edit file directly showed above said if plan update joomla can overwritten if update these modules. provide custom services things can find here:"

i have asked author of add assures me : addtoany doesn't add/touch or consume microdata.






Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support