![]() ![]() |
Feb 5 2014, 06:48 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 5-February 14 Member No.: 1,959 |
I install in joomla 3 Microformats enable this copy all the ini file from example dir. BUT how i can rate the stars on every page in my site? Is used Hikashop component. I do not understand the pdf. What is the code who i insert in every page who i want to see stars in google search ? Thanks |
|
|
|
Feb 6 2014, 07:08 AM
Post
#2
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Link to manual and explanation: https://3dwebdesign.org/forum/microformats-...3-s40#entry5563
1) Install the plugin 2) Enable the plugin 3) Open plugins/system/microformatsvotes/config/examples/com_content.ini via FTP 4) Copy com_content.ini to /plugins/system/microformatsvotes/config 5) Edit .ini file parameters, this part: Код [RUN] view = article #layout = #task = id_par = id context = com_content.article #skip stars = 1 novote = 1 position = after </h2> HTML_before = <div style="clear:both;margin:7px 0"> HTML_after = </div> All of these parameters are described in manual file and the most important part is: Код position = after </h2> This mean position where stars will be inserted. Plugin search for tag </h2> and insert stars after this tag (you must have h2 tag on page). If in HTML code of your pages are not present h2 tags, change </h2> with some other tag. 6. Delete the settings cache files manually when doing changes in the INI settings (such a need should arise very rarely). -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 6 2014, 11:31 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 5-February 14 Member No.: 1,959 |
Thanks a lot!
OK i do this and work. But the stars ((0 votes, average 0 out of 5) is disable and can not klikck on it. How to fix this ? and how to insert 5 star with 25 votes ? The settings is Access Level = public OK. ![]() Thanks |
|
|
|
Feb 10 2014, 09:30 AM
Post
#4
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
We find problem in Microformats votes - only in version for Joomla 3. Problem in our plugin is fixed and plugin now work well with latest Joomla 3 versions.
@arxondas, you can download updated plugin from our website or you can made changes in plugin's code yourself. Bug fix is described in this post. This fix is only for version for Joomla 3! -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 10 2014, 09:56 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 5-February 14 Member No.: 1,959 |
Thanks but i have the 2.5 ver. joomla and the new version do not work for me.
The stars acn not click on it! But Ok i install the old version 3.6 for joomla 2.5 and this word for now. BUT i have a problem, How can star categories ? Please help me to this with this old version. Thanks Konstantinos |
|
|
|
Feb 14 2014, 11:50 AM
Post
#6
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Цитат How can star categories? I just post more info and examples to guide (read post, manual is not changed): https://3dwebdesign.org/forum/microformats-...3-s40#entry5563 -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Dec 2 2015, 12:12 PM
Post
#7
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 27-November 15 Member No.: 2,300 |
I have the same problem. Even with the instruction from Manuel and Fast Installation Guide brings no result. I use Joomla 3.4.5. Even with the use of:
[RUN] view = article #layout = #task = id_par = id context = com_content.article #skip stars = 1 novote = 1 position = after </h2> HTML_before = <div style="clear:both;margin:7px 0"> HTML_after = </div> nothing is displayed in the frontend. |
|
|
|
Dec 2 2015, 12:25 PM
Post
#8
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Wilhelm, I will answer you by email in next 15 minutes.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Dec 2 2015, 01:07 PM
Post
#9
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Wilhelm, there is no code from our plugin on your page: www.bordia.de. No css file, no javascript from our plugin.
Stars you see on page are all from hikashop rating: Код https://www.bordia.de/media/com_hikashop/images/star.gif Ok, you have plugin installed, but is plugin switched on? And is plugin activated for hikashop component? There is no file: Код https://www.bordia.de/plugins/system/microformatsvotes/config/com_hikashop.ini File com_content.ini is for content only, not for hikashop product pages. I have attached simple example file. Upload file with name com_hikashop.ini to folder: Код /public_html/plugins/system/microformatsvotes/config/ After this test your site - Stars must be shown on pages of products, not on all pages. And if neccessary, make changes in code of this file. You must know: there is no warranty that this file will be working. File must be configured and tested. Our plugin is never been tested with Hikashop. If not working, we can add hikashop support in the future, but not so soon - without warranty when this extra code will be added. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Dec 3 2015, 05:23 PM
Post
#10
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Today is released new version of microdata votes for Joomla - v.4.1.3.
New features: is added Hikashop support in main php file of plugin. Included is ini file for Hikashop configuration. You can see plugin working here: http://ambra.top/_%D0%BF%D0%B0%D1%80%D1%84...-homme-edt-30ml And to test results in Google's Structured Data Testing Tool: https://developers.google.com/structured-da...-homme-edt-30ml Screenshot from Structured Data Testing Tool test results: ![]() Enjoy -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Pinned: Joomla Scraper Can Grab Any Content From Any Website |
86 | Web Design Seo | 590,722 | 8th September 2021 - 07:02 AM Last post by: Web Design Seo |
![]() |
Pinned: plugin that automate deletion of expired articles |
1 | Web Design Seo | 241,232 | 14th October 2019 - 06:37 AM Last post by: Web Design Seo |
![]() |
Pinned: list with new Joomla exploits |
20 | Web Design Seo | 385,760 | 26th September 2018 - 05:07 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Pagination Seo Plugin SEO plugin for Joomla Pagination that work in all Joomla |
61 | Web Design Seo | 463,811 | 13th March 2018 - 10:05 AM Last post by: mxcpz |
![]() |
Pinned: Joomla Scraper Going Open Source No licenses, use scraper on unlimited number of web sites |
0 | Web Design Seo | 352,501 | 8th March 2017 - 07:40 AM Last post by: Web Design Seo |
![]() |
Joomla Ден 2016 Joomla Day 2016 |
1 | Web Design Seo | 310,663 | 31st October 2016 - 10:11 AM Last post by: Web Design Seo |
![]() |
Joomla Post By Email To K2 Extra Fields | 1 | uglykidjoe | 236,913 | 11th February 2016 - 07:45 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Scraper Integration With K2 better integration of Joomla Scraper and K2 |
8 | Web Design Seo | 272,086 | 2nd January 2016 - 09:07 AM Last post by: b_goranov |
![]() |
Pinned: Android Tv Box Андроид ТВ бокс устройства, какво е това |
0 | Web Design Seo | 421,474 | 21st December 2015 - 09:52 AM Last post by: Web Design Seo |
![]() |
Joomla Scraper Not Working | 2 | Jan Hädicke | 255,960 | 11th November 2015 - 02:05 PM Last post by: Web Design Seo |
|
Lo-Fi Version | Time is now: 1st June 2026 - 07:53 PM |