COMMUNITY FORUM
Search Results (Searched for: k2 Tag)
- Krikor Boghossian
19 Dec 2013 18:58
Replied by Krikor Boghossian on topic [SOLVED] Tagging Required
[SOLVED] Tagging Required
Category: English K2 Community
Unfortunately there is no built-in functionality for this.
You can however use a K2 plugin for the backend (which serves or override K2.js) or override itemform.php in the frontend.
More on overriding can be found here: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
You can however use a K2 plugin for the backend (which serves or override K2.js) or override itemform.php in the frontend.
More on overriding can be found here: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
- cbabino
19 Dec 2013 02:52
Allvideo only works with K2 was created by cbabino
Allvideo only works with K2
Category: AllVideos
Hello
I installed paradigma template in my joomla 2.5.17, allvideos 4.5.0 and php5.4
When I use K2 and insert the youtube video, it works but when I use it in an article or a module. The plugin does not work.
medcare.vantage-communications.com/
I tried other formats (flv and mp4) and it did not work also
I installed paradigma template in my joomla 2.5.17, allvideos 4.5.0 and php5.4
When I use K2 and insert the youtube video, it works but when I use it in an article or a module. The plugin does not work.
medcare.vantage-communications.com/
I tried other formats (flv and mp4) and it did not work also
- Krikor Boghossian
17 Dec 2013 15:03
Replied by Krikor Boghossian on topic Append Article Page Title based on K2 Category
Append Article Page Title based on K2 Category
Category: English K2 Community
Do you mean the meta description or the page heading?
You can manually set page headings, browser titles and meta tags through your menu item's params.
You can manually set page headings, browser titles and meta tags through your menu item's params.
- Krikor Boghossian
17 Dec 2013 13:43
Replied by Krikor Boghossian on topic Google fonts
Google fonts
Category: Commercial Joomla Templates
In your custom.css insert this snippet
I 've set the Exo font family as the secondary and header font, you can change that if you wish.
/* primary font-family */ body, div.itemCommentsForm form input.inputbox, .fontIsNoticia, input.input-small, select, .contact textarea, .contact label#jform_contact_email_copy-lbl, .catArticleViewIsBlog div.catArticleView div.catArticleHeader div.catArticleCategory,form#login-form .userdata #form-login-remember label,body.layoutIsEdit table.calendar, blockquote, div.panel { font-family: 'Alegreya Sans', sans-serif; } /* secondary font-family */ a.itemRelTitle, div.itemRelCat, div.itemRelImageBlock div.itemRelReadMore a, div.itemCommentsForm form label, .fontIsTitillium, input.button, button, input.btn, .contact label, div.categories-list ul li span.item-title, table.category th, dl.search-results dt a, div.cat-items table th, div.catArticleCategory, .catArticleViewIsBlog div.catArticleView div.catArticleHeader span.catArticleDateCreated, div.gridView div.catArticleReadMore a,a.articleRelTitle, div.articleRelCat, div.k2Pagination, div.joomlaPagination, nav.mainNavigation ul.menu li, .categorySubmenu ul, .selectThemeContainer ul li, .representatives p, .slideshow .itemsWrapper ul.items li .moduleItemContent, .moto p, .imageSlider .moduleItemBody a.moduleItemTitle, .about ul li a.moduleItemTitle, .about ul li span.moduleItemDateCreated, .latestBlogEntries ul li a.moduleItemTitle, .latestBlogEntries a.moduleCustomLink, .searchMod .k2SearchBlock input.inputbox, .featuredProjects .k2ItemsBlock ul li a.moduleItemReadMore, .featuredProjects .nuContentItemsBlock ul li a.moduleItemReadMore, .featuredProjects ul li a.moduleItemTitle, .featuredProjects ul li .moduleItemCategory, .newsletter input.inputbox, .latestItems ul li a.moduleItemTitle, form#login-form .userdata p label, form#login-form .userdata div label,form#login-form .login-greeting, div.nuContentArchivesBlock ul li, div.nuContentAuthorsListBlock ul li, div.nuContentCalendarBlock table.calendar tr td.calendarCurrentMonth, div.nuContentCalendarBlock table.calendar tr td.calendarDayName, div.nuContentUsersBlock ul li, div.nuContentLatestCommentsBlock ul li span.lcComment, div.nuContentTopCommentersBlock ul li a.tcLatestComment, .itemFullText table th, .btn01, .btn02, .btn03, .btn04, .btn05, .btn06, div#itemSlideshow div.nuSliderPagination ul li.allItems, div#itemSlideshow div.nuSliderPagination ul li a span { font-family: 'Exo 2', sans-serif; } /* heading font-family */ h1, h2, h3, h4, h5, h6, .categories-list h1, .componentheading, .componentheadinggridView, .componentheadingcatArticleViewIsBlog, .weblink-category h1, .newsfeed-category h1, .contact h1, .contact h2, .newsfeed h1, .tag-category h2, h1.componentHeading, h1.componentTitle, .search h1 { font-family: 'Exo 2', sans-serif; }I 've set the Exo font family as the secondary and header font, you can change that if you wish.
- Cyana
17 Dec 2013 01:55
Replied by Cyana on topic [SOLVED] Author in Tag Listings
[SOLVED] Author in Tag Listings
Category: English K2 Community
Ok, there is another problem with the code, the link works only for the superuser, not for other users.
I fixed it quite brute, because I'm not even a newbie to php:
the href line should look like that:
Maybe another one can come up with a more elegant solution. The problem is to get the user link path tied to the correct user id. The original line
renders to ..."index.php?option=com_k2&view=itemlist&task=user&id=:superuser:"
greetings
cyana
I fixed it quite brute, because I'm not even a newbie to php:
the href line should look like that:
<a rel="author" href="index.php?option=com_k2&view=itemlist&task=user&id=<?php echo JUser::getInstance($item->created_by)->id ?>"><?php echo JUser::getInstance($item->created_by)->name; ?></a>Maybe another one can come up with a more elegant solution. The problem is to get the user link path tied to the correct user id. The original line
a rel="author" href="<?php echo $link = K2HelperRoute::getUserRoute($user->id) ?>"><?php echo JUser::getInstance($item->created_by)->name; ?></a>greetings
cyana
- Krikor Boghossian
16 Dec 2013 15:35
Replied by Krikor Boghossian on topic SEO issue - tags cloud links contains componentk2
SEO issue - tags cloud links contains componentk2
Category: English K2 Community
Are you using any overrides?
You have to provide some more feedback. Which version of K2 and Joomla! are you using? Also are you using K2's advanced SEF or any other SEO/SEF extensions?
You have to provide some more feedback. Which version of K2 and Joomla! are you using? Also are you using K2's advanced SEF or any other SEO/SEF extensions?
- Krikor Boghossian
16 Dec 2013 15:03
Replied by Krikor Boghossian on topic [SOLVED] Tags & author of article
[SOLVED] Tags & author of article
Category: English K2 Community
Hello Cyana,
Please search the forum before posting.
Also please read this post: getk2.org/community/New-to-K2-Ask-here-first/178050-Solved-show-author-in-tag-layout#178081
Please search the forum before posting.
Also please read this post: getk2.org/community/New-to-K2-Ask-here-first/178050-Solved-show-author-in-tag-layout#178081
- Krikor Boghossian
16 Dec 2013 14:11
Replied by Krikor Boghossian on topic SOLVED: How to access extra fields in tag template
SOLVED: How to access extra fields in tag template
Category: English K2 Community
You can directly render specific extrafields.
You can use this snippet to update your template's code: getk2.org/community/New-to-K2-Ask-here-first/171284-Where-to-edit-K2-after-Item-Fields
You can use this snippet to update your template's code: getk2.org/community/New-to-K2-Ask-here-first/171284-Where-to-edit-K2-after-Item-Fields
- webloesung
15 Dec 2013 18:16
SEO issue - tags cloud links contains componentk2 was created by webloesung
SEO issue - tags cloud links contains componentk2
Category: English K2 Community
Hello,
i did seo setting on my site, everything is working fine (and also already successfully crowled by serach engine ;) ), however, there are following issue i cannot find any solution for:
every link from the tags cloud is like follwois:
warumbio.at/component/k2/biotag/BIOLADEN
however, when i do click on the tag from article view i get proper link:
warumbio.at/bio-laden/biotag/BIOLADEN
what can i do in order to fix it for tags cloud? (something to be changed in core files of module?)
Thank you very much in advance
i did seo setting on my site, everything is working fine (and also already successfully crowled by serach engine ;) ), however, there are following issue i cannot find any solution for:
every link from the tags cloud is like follwois:
warumbio.at/component/k2/biotag/BIOLADEN
however, when i do click on the tag from article view i get proper link:
warumbio.at/bio-laden/biotag/BIOLADEN
what can i do in order to fix it for tags cloud? (something to be changed in core files of module?)
Thank you very much in advance
- Cyana
15 Dec 2013 05:06
[SOLVED] Tags & author of article was created by Cyana
[SOLVED] Tags & author of article
Category: English K2 Community
Dear all,
When I click a tag, K2 searches for the assigned articles and presents them in a view. However, the authors of the articles are not shown. How can I accomplish this?
thanks a lot!
cyana
When I click a tag, K2 searches for the assigned articles and presents them in a view. However, the authors of the articles are not shown. How can I accomplish this?
thanks a lot!
cyana
- Ken
15 Dec 2013 02:12
Media Sharing was created by Ken
Media Sharing
Category: English K2 Community
Is there an existing K2 plugin or series of K2 plugins which will help me accomplish something like this...?
...I am not looking to have a full community with messaging, blogs, etc. ... I do not want individual user profiles (beyond the standard/basic joomla profile), and I am not looking for a full blown community plugin with individual user galleries such as CB or JomSocial, etc. I pretty much want the above bullet points to be the entire site.
Just one massive gallery that can be sorted/searched, and allow for front-end user registration/submissions.
Does anything like this exist with current plugins, preferably among those available on the JED?
*I do not want to host the videos locally; they would have to be embedded from the original source.
- Any registered user can upload images, or submit links for videos* (youtube, vimeo, etc.).
- These media files can be tagged with any number of descriptive tags
- The username of the user who submitted the media is added as a tag to everything they have submitted
- Every tag is a category or gallery which can be used to view all media with that tag
- Only the user who uploaded or submitted media, and site administrators, can add or change its tags
- Every visitor to the site can view all media submitted, or all media with a specific tag; either in random order, or sorted by: date submitted, number of "likes", number of views, or title
- Registered users can like any/all media submitted, once per image/video
...I am not looking to have a full community with messaging, blogs, etc. ... I do not want individual user profiles (beyond the standard/basic joomla profile), and I am not looking for a full blown community plugin with individual user galleries such as CB or JomSocial, etc. I pretty much want the above bullet points to be the entire site.
Just one massive gallery that can be sorted/searched, and allow for front-end user registration/submissions.
Does anything like this exist with current plugins, preferably among those available on the JED?
*I do not want to host the videos locally; they would have to be embedded from the original source.
- ljk
14 Dec 2013 02:21 - 21 Jan 2014 18:08
SOLVED: How to access extra fields in tag template was created by ljk
SOLVED: How to access extra fields in tag template
Category: English K2 Community
Hi,
I have been using K2 on a Joomla 1.5 site and now am upgrading to Joomla 3.x. When I needed to access the extra field values in one of the template pages I had a foreach loop that walked thru the extra fields until I found the one I needed and got its value. This worked from categories, items, and tag templates. Now with the new Joomla 3 version of K2 the categories and items templates have the same structure as they did in Joomla 1.5 and I can get the values that I need. But for some reason the tag structure is totally different for the extra fields.
For categories and items the extra fields structure looks like this:
Array
(
[0] => stdClass Object
(
[id] => 1
[name] => Street Address
[value] => 602-1888 York Avenue
[type] => textfield
[group] => 2
[published] => 1
[ordering] => 1
[alias] => StreetAddress
)
[1] => stdClass Object
(
[id] => 2
[name] => Price
[value] => 389000
[type] => textfield
[group] => 2
[published] => 1
[ordering] => 4
[alias] => Price
) ...
But on the tags page the structure looks like this:
[{"id":"1","value":"602-1888 York Avenue"},{"id":"2","value":"389000"},...
I need to get the 'Price' from the extra fields which is: 389000. So id 2's value. How to I code this so I can get out the value of id 2?
I tried:
[code
]foreach ($fields as $key=>$extraField):
if ($extraField->id == '2') {
$price = $extraField->value;
endforeach;
[/code]
But that isn't working, it gets an error:
Warning: Invalid argument supplied for foreach()
Any help would be appreciated.
Thank you.
I have been using K2 on a Joomla 1.5 site and now am upgrading to Joomla 3.x. When I needed to access the extra field values in one of the template pages I had a foreach loop that walked thru the extra fields until I found the one I needed and got its value. This worked from categories, items, and tag templates. Now with the new Joomla 3 version of K2 the categories and items templates have the same structure as they did in Joomla 1.5 and I can get the values that I need. But for some reason the tag structure is totally different for the extra fields.
For categories and items the extra fields structure looks like this:
Array
(
[0] => stdClass Object
(
[id] => 1
[name] => Street Address
[value] => 602-1888 York Avenue
[type] => textfield
[group] => 2
[published] => 1
[ordering] => 1
[alias] => StreetAddress
)
[1] => stdClass Object
(
[id] => 2
[name] => Price
[value] => 389000
[type] => textfield
[group] => 2
[published] => 1
[ordering] => 4
[alias] => Price
) ...
But on the tags page the structure looks like this:
[{"id":"1","value":"602-1888 York Avenue"},{"id":"2","value":"389000"},...
I need to get the 'Price' from the extra fields which is: 389000. So id 2's value. How to I code this so I can get out the value of id 2?
I tried:
[code
]foreach ($fields as $key=>$extraField):
if ($extraField->id == '2') {
$price = $extraField->value;
endforeach;
[/code]
But that isn't working, it gets an error:
Warning: Invalid argument supplied for foreach()
Any help would be appreciated.
Thank you.
- webloesung
13 Dec 2013 21:36
Replied by webloesung on topic [SOLVED] Order tags in Add Article Form
[SOLVED] Order tags in Add Article Form
Category: English K2 Community
going to be interresting :)
did the following:
Displaying 2961 - 2980 out of 6582 results.
did the following:
- Franz Heine

13 Dec 2013 18:13 Rating for tag.php was created by Franz Heine Rating for tag.php
Category: English K2 Community
Hi,
is it possible you use the rating for the tag.php ?
Ive tried:
<?php if($item->params->get('catItemRating')): ?>
<!-- Item Rating -->
<div class="catItemRatingBlock">
<span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
<div class="itemRatingForm">
<ul class="itemRatingList">
<li class="itemCurrentRating" id="itemCurrentRating<?php echo $item->id; ?>" style="width:<?php echo $item->votingPercentage; ?>%;"></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5</a></li>
</ul>
<div id="itemRatingLog<?php echo $item->id; ?>" class="itemRatingLog"><?php echo $item->numOfvotes; ?></div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<?php endif; ?>
Now i see the rating, and can rate the articles, but if i refresh the site. All ratings are gone (for example: 3 persons already rate this item )
I copied the rating code from category_item.php. Ive changed $this->item->params->get into $item->params->get
Could the parameter "$this" be the problem ?
Thx
Franz - Franz Heine
13 Dec 2013 12:15
Replied by Franz Heine on topic Bewertung auch bei tag.php
Bewertung auch bei tag.php
Category: Offizielle deutsche Gemeinschaft
Ich habe jetzt eine Teillösung gefunden:
<?php if($item->params->get('catItemRating')): ?>
<!-- Item Rating -->
<div class="catItemRatingBlock">
<span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
<div class="itemRatingForm">
<ul class="itemRatingList">
<li class="itemCurrentRating" id="itemCurrentRating<?php echo $item->id; ?>" style="width:<?php echo $item->votingPercentage; ?>%;"></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5</a></li>
</ul>
<div id="itemRatingLog<?php echo $item->id; ?>" class="itemRatingLog"><?php echo $item->numOfvotes; ?></div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<?php endif; ?>
Ich kann die Artikel nun bewerten, leider verschwinden diese wieder beim Refresh. Hat jemand einen Tipp wo das Problem liegt.
Ich habe den Code von der category_item.php kopiert. Jedoch musste ich $this->item->params->get in $item->params->get ändern.
Das $this scheint in der tag.php nicht zu funktionieren
<?php if($item->params->get('catItemRating')): ?>
<!-- Item Rating -->
<div class="catItemRatingBlock">
<span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
<div class="itemRatingForm">
<ul class="itemRatingList">
<li class="itemCurrentRating" id="itemCurrentRating<?php echo $item->id; ?>" style="width:<?php echo $item->votingPercentage; ?>%;"></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4</a></li>
<li><a href="#" rel="<?php echo $item->id; ?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5</a></li>
</ul>
<div id="itemRatingLog<?php echo $item->id; ?>" class="itemRatingLog"><?php echo $item->numOfvotes; ?></div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<?php endif; ?>
Ich kann die Artikel nun bewerten, leider verschwinden diese wieder beim Refresh. Hat jemand einen Tipp wo das Problem liegt.
Ich habe den Code von der category_item.php kopiert. Jedoch musste ich $this->item->params->get in $item->params->get ändern.
Das $this scheint in der tag.php nicht zu funktionieren
- Lefteris
12 Dec 2013 18:20 - 12 Dec 2013 18:32
Replied by Lefteris on topic Sort by product characteristic
Sort by product characteristic
Category: English K2 Community
I'm not sure I explained my question very well. If I want to include an option to search/sort option for products that are blue and for a given product there are options in blue, red and green. I happened to choose the red option as the main image on the image tab with the blue and the green as supplemental images in the image gallery tab. Because that product comes in red, blue and green, I assign tags with those color names.
Here's where I can't figure out what other sites are doing... If I perform a tag search for items that are blue, the right product shows but it's going to show the red image in the sort results because that's what I've designated in the image tab.
Is there are way with K2, apart from putting every color option as its own product page, of showing the blue option in the sort results when a sort for "blue" is performed?
Here's where I can't figure out what other sites are doing... If I perform a tag search for items that are blue, the right product shows but it's going to show the red image in the sort results because that's what I've designated in the image tab.
Is there are way with K2, apart from putting every color option as its own product page, of showing the blue option in the sort results when a sort for "blue" is performed?
- m4573r
12 Dec 2013 06:23 - 23 Dec 2013 02:13
Replied by m4573r on topic Catalogue with specific functions- is it possible?
Catalogue with specific functions- is it possible?
Category: English K2 Community
Thanks! It will be helpful in closest future, cause I still don't have the extra fields displayed in category view. I have small problems elsewhere in my project, so this subject will have to wait a little bit.
I will be back soon.
Edit:
Modifications described by me are possible, but I think K2 isn't best solution for this kind of use (it is still my nr. 1 for news portals, blogs and similar). Sorting by additional fields is possible through additional, commercial modules, that can be found via extensions.joomla.org. I have bought one of those modules, but finally I decided to add additional tags and use built-in functions, because of some limitations of this additional module.
Vision of this site evolved in meantime. Modification of templates was unnecesary, so I didn't modify anything. There's still one thing to do, but I didn't mention it here.
I'm finishing my project right now. You can see it here (it's in Polish language).
Thank you for help, Krikor! You helped me a lot.
I will be back soon.
Edit:
Modifications described by me are possible, but I think K2 isn't best solution for this kind of use (it is still my nr. 1 for news portals, blogs and similar). Sorting by additional fields is possible through additional, commercial modules, that can be found via extensions.joomla.org. I have bought one of those modules, but finally I decided to add additional tags and use built-in functions, because of some limitations of this additional module.
Vision of this site evolved in meantime. Modification of templates was unnecesary, so I didn't modify anything. There's still one thing to do, but I didn't mention it here.
I'm finishing my project right now. You can see it here (it's in Polish language).
Thank you for help, Krikor! You helped me a lot.
- Lefteris
11 Dec 2013 21:35 - 11 Dec 2013 21:36
Sort by product characteristic was created by Lefteris
Sort by product characteristic
Category: English K2 Community
I have a question about sorting. I'd like to have the option of sorting by product characteristics such as the color "blue". If I have a product that includes options in blue, red, green and black and I tag that product with each of these individual colors as tags but the primary image on the product page is set as the red option, is it possible when you perform a tag sort for "blue" products to show only the blue versions of the product even though you've designated the red image as the primary image?
Does anyone have an idea of how that is done? It's hurting my head to think of how you could have a product with multiple colors and be able to sort for one specific color on that page.
It seems to me that in K2, you have image and image gallery and whatever image you upload on the image tab is the one that will show in your sort results irregardless of what tags are associated with it.
There are a many sites that do this but I'm just not sure how they're doing it. nike.com and adidas.com both do it for example.
Anyone have any ideas?
Does anyone have an idea of how that is done? It's hurting my head to think of how you could have a product with multiple colors and be able to sort for one specific color on that page.
It seems to me that in K2, you have image and image gallery and whatever image you upload on the image tab is the one that will show in your sort results irregardless of what tags are associated with it.
There are a many sites that do this but I'm just not sure how they're doing it. nike.com and adidas.com both do it for example.
Anyone have any ideas?
- Yiota
11 Dec 2013 11:40
Replied by Yiota on topic Need help customising Tag page!
Need help customising Tag page!
Category: English K2 Community
The tag pages use the generic image size for their images. Check if that size is not the big one you see in your listing.
All options for the tag listings are located in the K2 Parameters.
For modules to appear in the tag pages you will have to create menu items in order to assign them to those pages.
All options for the tag listings are located in the K2 Parameters.
For modules to appear in the tag pages you will have to create menu items in order to assign them to those pages.
- Brian
11 Dec 2013 10:29
Replied by Brian on topic K2 og:image Not Rendering
K2 og:image Not Rendering
Category: English K2 Community
Hi Yiota,
Thank you for your response. This issue appears to be resolved after moving the site from local development server to live serve. Locally the og:image tag isn't rendered, but when live it renders as it should. I know that the Facebook button won't load on local server, so maybe that was causing the issue.
However, all is working as it should now.
Thanks!
Thank you for your response. This issue appears to be resolved after moving the site from local development server to live serve. Locally the og:image tag isn't rendered, but when live it renders as it should. I know that the Facebook button won't load on local server, so maybe that was causing the issue.
However, all is working as it should now.
Thanks!