Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Module positions in SJ Flat News
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Module positions in SJ Flat News

Module positions in SJ Flat News 10 years, 4 months ago #14853

This picture is supposed to show the module positions in the Flat News template: demo.smartaddons.com/templates/joomla3/sj-flat-news/images/position.jpg

However, just a few of these are actually present in the template when you make a clean installation of Joomla and the template (not the demo package). What gives!?
The topic has been locked.

Re: Module positions in SJ Flat News 10 years, 4 months ago #14912

Dear Krister Linden,

1. This picture is supposed to show the module positions of homepage in the Flat News template: demo.smartaddons.com/templates/joomla3/sj-flat-news/images/position.jpg

2. Please refer to www.smartaddons.com/index.php?option=com_kunena&Itemid=206&func=view&catid=352&id=14537

3. If you need to install as our demo with sample data, you should install quickstart package.
If you install template file and fresh joomla, you need to install and configure extensions for template. You can view the positions of this template by link : your_ulr_site/?tp=1

Thanks!
The topic has been locked.

Re: Module positions in SJ Flat News 10 years, 4 months ago #14922

1. yes, as I wrote
2. I get "You do not have permissions to access this page" when I try to access that page and PLEASE don't say I should log in first, I couldn't read write this text if I wasn't logged in.
3. Yes, I do have the demo installed and all the content visible in one trial setup.That's not the issue, the issue is that no positions are available with a Clean install of your template only - I don't want the demo content clogging up my web site. I just want to install a fresh, empty Joomla 3.2, install and apply your Clean template (not the demo), install the extension kit and then be possible to use the positions that you have present in the demo package. They are not there in the Clean template!
The topic has been locked.

Re: Module positions in SJ Flat News 10 years, 4 months ago #14936

Dear Krister Linden,

Please go to your_site\templates\sj_flatnews\templateDetails.xml and find:
<positions>


=>

<positions>
		<position>head-0</position>
		<position>head-1</position>
		<position>head-2</position>
		<position>head-3</position>
		<position>head-4</position>		
		<position>spotlight1</position>
		<position>spotlight2</position>
		<position>banner1</position>
		<position>banner2</position>
		<position>banner3</position>
		<position>banner4</position>
		<position>banner5</position>
		<position>banner6</position>
		<position>position1</position>
		<position>position2</position>
		<position>position3</position>
		<position>position4</position>
		<position>position5</position>
		<position>position6</position>
		<position>position7</position>
		<position>position8</position>
		<position>position9</position>
		<position>position10</position>
		<position>position11</position>
		<position>position12</position>
		<position>position13</position>
		<position>position14</position>
		<position>position15</position>
		<position>position16</position>
		<position>position17</position>
		<position>position18</position>
		<position>position19</position>
		<position>position20</position>


Thanks!
The topic has been locked.

Re: Module positions in SJ Flat News 10 years, 4 months ago #14938

Hi!

I am sorry to be a PITA, but whether that code is there or not doesn't help the end user much if the position isn't choosable in the template. The alternatives "head-0, head-1..." simply aren't there" when you create eg e custom html module and choose "position". I don't know if it's just for me it doesn't work but I just install the template and do nothing else.

In the demo package those positions aren't listed in the position dropdown list under the SJ Flat news heading - they are listed last under "custom positions". When you install the clean template there is nothing under custom positions so I can't choose them.

Are you saying that if you install joomla 3.2 with the clean template, you have these positions available?

I am frustrated since I've searched a long time for a suitable template and now found SJ Flat News that fits the bill. However, deadline coming up and the only way to move forward is to use the demo package with all it's extra unnecessary content.

Regards,
Krister
The topic has been locked.

Re: Module positions in SJ Flat News 10 years, 4 months ago #14970

Dear Krister Linden,

We're sorry. We will update postions for this template in the near time. You can fix hot by:

go to your_site\templates\sj_flatnews\templateDetails.xml and find:

<positions>
		<position>position-tab1</position>
		<position>position-tab2</position>
		<position>slide_show</position>
		<position>breadcrumb</position>
		<position>position-0</position>
		<position>position-1</position>
		<position>position-2</position>
		<position>position-3</position>
		<position>position-4</position>
		<position>position-5</position>
		<position>position-6</position>
		<position>position-7</position>
		<position>position-8</position>
		<position>position-9</position>
		<position>position-10</position>
		<position>position-11</position>
		<position>position-12</position>
		<position>position-13</position>
		<position>position-a</position>
		<position>position-b</position>
		<position>position-c</position>
		<position>position-d</position>
		<position>position-e</position>
		<position>position-14</position>
		<position>syndicate</position>
		<position>sticky_left</position>
		<position>sticky_right</position>
		<position>notice</position>
		<position>tool_bottom</position>
		<position>debug</position>
	</positions>



=> change:

<positions>
		<position>head-0</position>
		<position>head-1</position>
		<position>head-2</position>
		<position>head-3</position>
		<position>head-4</position>		
		
		<position>spotlight1</position>
		<position>spotlight2</position>
		
		<position>banner1</position>
		<position>banner2</position>
		<position>banner3</position>
		<position>banner4</position>
		<position>banner5</position>
		<position>banner6</position>
		
		<position>position1</position>
		<position>position2</position>
		<position>position3</position>
		<position>position4</position>
		<position>position5</position>
		<position>position6</position>
		<position>position7</position>
		<position>position8</position>
		<position>position9</position>
		<position>position10</position>
		<position>position11</position>
		<position>position12</position>
		<position>position13</position>
		<position>position14</position>
		<position>position15</position>
		<position>position16</position>
		<position>position17</position>
		<position>position18</position>
		<position>position19</position>
		<position>position20</position>
		
		<position>mod_tab</position>
		<position>tab_right</position>
		<position>mega1</position>
		<position>mega2</position>
		<position>mega3</position>
		<position>mega4</position>
		<position>mega5</position>
		<position>footer-1</position>
		
		<position>position-v1</position>
		<position>position-v2</position>
		<position>position-v3</position>
		<position>position-v4</position>
		<position>position-v5</position>
		<position>position-v6</position>
		<position>position-v7</position>
		<position>position-v8</position>
		<position>position-v9</position>
		
		<position>slide_show</position>
		<position>breadcrumb</position>	
		<position>position-10</position>
		<position>position-11</position>
		<position>position-12</position>
		
		<position>syndicate</position>
		<position>sticky_left</position>
		<position>sticky_right</position>
		<position>notice</position>
		<position>tool_bottom</position>		
		<position>debug</position>
	</positions>



Thanks!
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.22 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes