Joom!Fish issiue:Not showing all the translated articles in frontend - joomla2.5

hello everyonei have a multilangual site with joomla 2.5.9 and Joom!Fish 2.5.1The problem is that Joom!Fish is not showing all the articles in the frontend and thats not only for the translated ones but for that in the original language to.This is the site and the menu is a category blog with the option tho show 20 articles but it doesn't show and i have more than 20 in there

Is this still an issue? If yes, are all your joomfish plugins published and ordered as they should be, also native joomla languagefilter plugin and module need to be disabled

Related

Django CMS - Multilanguage setup translates plugins in edit mode

I am using django-cms version 3.7.1 with multilanguage setup.
Default and admin user language is set to english 'en', second one is German 'de'.
Everything is running ok (url, editing content for each language), except one detail - admin user language is set to English, so toolbar menu is always English, but when i switch to edit page content in deutch, plugin modal window with editor show german translation for buttons etc.
Is that supposed to work that way? Now plugin text is always changing according to page language (if i add spanish for example, button will be in spanish).
I need plugins to have text in language admin user have in own settings. In this case always English.. even when editing German page.
Does anyone know how to achieve this?
Thanks
Screenshot how it look like in browser

usage of dictionary for sitecore multilingual site

Previously I had my website in English language. Now there are request to create website in 2 other languages German and French.
I created items in necessary languages. I want to translate labels like first name, last name etc that go through the whole application, so i used dictionary with "Key -> FirstName" and "Phrase First Name". Created dictionary items in English,French and German.
In code I made below changes
<h4><% Sitecore.Globalization.Translate.Text("FirstName");%></h4>
But I'm unable to see First Name render on the page. Is there any other settings I need to make. Please advice.
Based on your comments you may find the answer you are looking for in this question
sitecore: multi-lingual site
It does outline you may need to contact support if the solution doesn't work for you, but it may be resolved in a version later than Sitecore 6

New articles are not showing on Joomla home page

I am using JSN ESCAPE PRO template (LINK HERE) . I installed sample data but for some reson when I create new article it is not showing on home page. Does someone knows where is the problem ?
When you're editing the article, is Featured set to yes?
If it is, is your default menu item set to the type Articles ยป Featured Articles
That's the easiest way to have articles show up on the homepage, if you need more than one there.
In Joomla 2.5 the sample data home page depends on which sample data you chose. It could be the Joomla category blog view, so in that case you will want to either add your new article in that category or you will want to change the home page to another category view or maybe to featured like #Doyle-Lewis said.

AdSense with OpenCart

After hours upon hours of searching through stackoverflow and AdSense forums, i am not able to find anything to help me implement my google adsense code in my opencart template.
Originally i put the code in the welcome module hoping it would show up on the top of each page but this did not work at all.
I found an extension called KINZA which was free but once installed, this simply outputs the javacript code on my website and not the actual ad.
My question is this: I would like to have one of my ads up top across the page and maybe one on the sidebar as a thin skyscrapper size. How would one do this ? Where in my opencart template would i implement the code ?? I do not want to spend money on an extension to get this to work. I would rather just dive in the code and paste it where it needs to be.\Any help is GREATLY appreciated.
Thank you !
there are 6 files that are included in every page of frontend
catalog/view/theme/your_theme/template/common/header.tpl , footer.tpl , column_left.tpl , column_right.tpl , content_top.tpl , content_bottom.tpl
you can put your code in any one of these and it should work fine
you can make a module for adsense so that you can control its layout and position from admin .... here is a guide of to make/duplicate a module at opencart forums http://forum.opencart.com/viewtopic.php?t=6696
Opencart 3 onwards does not support google adsence you can not show ads just go for wordpress or any other

django-cms simple plugin for news and categories

Which plugin for news with categories are the best? Simple news and articles with simple categories.
Example:
I would like to create a page and in this page I would like take a list of news and details of the news and also in the one column have the navigation and also breadcrumbs. I would like to use plugin with this standard navigation: http://docs.django-cms.org/en/latest/getting_started/navigation.html
cmsplugin_news or cmsplugin_advancednews are two plugins for django-cms that deal with news. Arkestra is a content publishing layer built on top of django-cms. Armstrong is a django alternative to django-cms and has news publishing in mind so it might be appropriate if you need something more advanced. If none of these fit the bill, it's quite easy to write your own application and then creating a django-cms plugin
Sorry, this is probably too late to help you, but might be useful for future reference - your needs look like they'd be met with Arkestra