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

TOPIC: Positions issues

Positions issues 10 years, 3 months ago #15898


sj teen template has positions like h1 h2 h3 n h4 ... bt these positions ain't working .. if I try to assign modules to those positions, they do not appear in the list..
Pls help m with d prob. m really stuck.. i need those 4 positions

also in the downloaded extensions I hvnt been provided slider which the demo template has .

also I wa nt documentation for sj basic news module. I want to its working..

i also hvnt been given the social plugin module

I also want to know the working of tab module on position 4 and where from I can download that module ??

i feel like cheated in buying this stupid template..

reply asap

Attachment C:\fakepath\position.jpg not found

Re: Positions issues 10 years, 3 months ago #16017

  • SA Thuy
Website Information (for Admin Only)
Site Url:www.seeudaipur.com
Admin Username:
Admin Password:
FTP/SSH Server:
FTP/SSH Username:
FTP/SSH Password:
Dear Garima Agrawal,

Please refer the position of SJ Teen in here:
demo.smartaddons.com/templates/joomla3/sj-teen/images/position.jpg

There aren't h1 h2 h3 n h4 positions.

About installation and configuration of extensions, you can refer the user guide:
www.smartaddons.com/joomla/templates/template-user-guides/749-sj-teen-template-userguide

Thanks

Re: Positions issues 10 years, 2 months ago #16700

Please see the JPG again.. just after the page article there are 23 columns named h3 n h4 respectively.

Re: Positions issues 10 years, 2 months ago #16781

  • usersmart1
  • OFFLINE
  • Moderator
  • Posts: 1364
  • Karma: 20
Dear Garima Agrawal,

I would like to answer your questions as follows:

- For the first issue: we just have the positions as position-h1, position-h2, position-h3, position-h4 and if they do not working, please feel free contact with us.
- For the second issue: We included the module K2 Scroller into Extension package. Please kindly check again.
- For the third issue: If you don't want to use social module, please unpublish this module.
- For the fourth issue: In position 4, we used module SJ Accordion Modules and included into Extension package.

Thanks!
Last Edit: 10 years, 2 months ago by usersmart1.

Re: Positions issues 10 years ago #18124

Hi. Have same problem. I dont see positions named h1, h2, h3. I take to hate a little too this template...
How i can place an article in this positions, if are possible? Tnx...
And if arent possible, why dont tell this? I want only place articles but in samegrafic mode displayed in demo...

Re: Positions issues 10 years ago #18129

  • usersmart1
  • OFFLINE
  • Moderator
  • Posts: 1364
  • Karma: 20
Dear Roberto Raimondi,

Please update file (\templates\sj_teen\Templatedetails.xml) as follow:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension version="2.5" type="template" client="site" method="upgrade">
	<name>sj_teen</name>
	<version>1.0.1</version>
	<creationDate>09/08/13</creationDate>
	<author>YouTech Company</author>
	<authorEmail>contact@ytcvn.com</authorEmail>
	<authorUrl>https://www.smartaddons.com</authorUrl>
	<copyright></copyright>
	<license>GNU/GPL</license>
	<group>yt_framework</group>
	<description>TPL_YTFRAMEWORK_XML_DESCRIPTION</description>
	<files>	
		<filename>component.php</filename>
		<filename>error.php</filename>
		<filename>favicon.ico</filename>		
		<filename>index.html</filename>
		<filename>index.php</filename>
		<filename>template_preview.png</filename>
		<filename>template_thumbnail.png</filename>
		<filename>templateDetails.xml</filename>
		
		<folder>asset</folder>
		<folder>css</folder>
		<folder>less</folder>			
		<folder>html</folder>		
		<folder>images</folder>
		<folder>includes</folder>
		<folder>js</folder>
		<folder>layouts</folder>
		<folder>menusys</folder>
		<folder>language</folder>
        
	</files>	
	<languages folder="language/en-GB">
		<language tag="en-GB">en-GB.tpl_sj_teen.ini</language>
		<language tag="en-GB">en-GB.tpl_sj_teen.sys.ini</language>
	</languages>
	<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-h1</position>
		<position>position-h2</position>
		<position>position-h3</position>
		<position>position-h4</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>

<config>
	<fields name="params" addfieldpath="/plugins/system/yt/includes/site/elements">
		<!-- Global Tab -->
		<fieldset name="Global" label="GLOBAL_SETTINGS_TAB_LB">
			<field name="hideComponentHomePage" type="radio" class="btn-group" label="HIDE_COMPONENT_LABEL" description="HIDE_COMPONENT_DESC" default="0" filter="integer"
			>
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="responsive" type="radio" class="btn-group" label="RESPONSIVE_LABEL" description="RESPONSIVE_DESC" default="1" filter="integer"
			>
				<option value="1">Enable</option>
				<option value="0">Disable</option>
			</field>
		</fieldset>
		<!-- Layout Tab -->
		<fieldset name="Layouts" label="LAYOUT_SETTINGS_TAB_LB">
			<field name="templateLayout" default="main-right" type="filelist" filter = ".xml" stripext=".xml" directory="templates/sj_teen/layouts/" hide_default="1" label="LAYOUT_LABEL" description="LAYOUT_DESC" />
			<field name="overrideLayouts" type="layoutoverride" directory="templates/sj_teen/layouts/" label="OVERRIDE_LAYOUT_LABEL" description="OVERRIDE_LAYOUT_DESC" />
		</fieldset>
		<!-- Menu Tab -->
		<fieldset name="Menu" label="MENU_SETTINGS_TAB_LB">
			<field name="menutype" type="menu" default="mainmenu" label="MENUTYPE_LABEL" description="MENUTYPE_DESC" />
			<field name="menustyle_depend" type="depend" function="@radio2">
				<option for="menustyle" value="mega">
					moofx,moofxduration
				</option>
				<option for="menustyle" value="moo">
					moofx,moofxduration
				</option>
				<option for="menustyle" value="dropline">
					moofx,moofxduration
				</option>
				<option for="menustyle" value="basic"></option>
			</field>
			<field name="menustyle" type="radio" class="btn-group" default="mega" label="MENU_STYLE_LABEL" description="MENU_STYLE_DESC">
				<option value="basic">CSS</option>
			  	<option value="mega">Mega</option>
                <option value="moo">Moo</option>
			  	<option value="dropline">Dropline</option>
			</field>
			<field name="responsiveMenu" type="radio" class="btn-group" default="mega" label="Responsive menu" description="Responsive menu">
				<option value="selectbox">Select box</option>
			  	<option value="collapse">Collapse</option>
                <option value="sidebar">Side bar</option>
			</field>
			<field name="moofx" type="list" default="easeInOutCirc" label="JS_EFFECT_LABEL" description="JS_EFFECT_DESC">
				<option value="jswing">jswing</option>
				<option value="easeInQuad">easeInQuad</option>
				<option value="easeOutQuad">easeOutQuad</option>
				<option value="easeInOutQuad">easeInOutQuad</option>
				<option value="easeInCubic">easeInCubic</option>
				<option value="easeOutCubic">easeOutCubic</option>
				<option value="easeInOutCubic">easeInOutCubic</option>
				<option value="easeInQuart">easeInQuart</option>
				<option value="easeOutQuart">easeOutQuart</option>
				<option value="easeInOutQuart">easeInOutQuart</option>
				<option value="easeInSine">easeInSine</option>
				<option value="easeOutSine">easeOutSine</option>
				<option value="easeInOutSine">easeInOutSine</option>
				<option value="easeInExpo">easeInExpo</option>
				<option value="easeOutExpo">easeOutExpo</option>
				<option value="easeInOutExpo">easeInOutExpo</option>
				<option value="easeInQuint">easeInQuint</option>
				<option value="easeOutQuint">easeOutQuint</option>
				<option value="easeInOutQuint">easeInOutQuint</option>
				<option value="easeInCirc">easeInCirc</option>
				<option value="easeOutCirc">easeOutCirc</option>
				<option value="easeInOutCirc">easeInOutCirc</option>
				<option value="easeInElastic">easeInElastic</option>
				<option value="easeOutElastic">easeOutElastic</option>
				<option value="easeInOutElastic">easeInOutElastic</option>
				<option value="easeInBack">easeInBack</option>
				<option value="easeOutBack">easeOutBack</option>
				<option value="easeInOutBack">easeInOutBack</option>
				<option value="easeInBounce">easeInBounce</option>
				<option value="easeOutBounce">easeOutBounce</option>
				<option value="easeInOutBounce">easeInOutBounce</option>
			</field>
			<field name="moofxduration" type="text" default="500" label="DURATION_EFFECT_LABEL" description="DURATION_EFFECT_DESC" />
			<field name="startlevel" type="text" default="0" label="START_LEVEL_LABEL" description="START_LEVEL_DESC" />
			<field name="endlevel" type="text" default="9" label="END_LEVEL_LABEL" description="END_LEVEL_DESC" />
		</fieldset>
		<!-- Colors Tab -->
		<fieldset name="Colors" label="COLORS_TAB_LB">
			<!-- Global fieldset -->
			<field type="ytfieldset" status="1" legend="Global"/>
			<field name="templateColor" type="list" default="yellow" label="TEMPLATE_COLOR_LABEL" description="TEMPLATE_COLOR_DESC">
				<option value="green">Green</option>
				<option value="blue">Blue</option>
				<option value="yellow">Yellow</option>
				<option value="purple">Purple</option>
			</field>
			<field name="logoType_depend" type="depend" function="@radio">
				<option for="logoType" value="text">
					logoText,sloganText
				</option>
				<option for="logoType" value="image">
					overrideLogoImage
				</option>
			</field>
			
			<field name="logoType" type="radio" class="btn-group" default="image" label="LOGO_TYPE_LABEL" description="LOGO_TYPE_DESC">
				<option value="image">Image</option>
				<option value="text">Text</option>
			</field>

			<field name="overrideLogoImage" type="ytmedia" directory="" label="OVERRIDE_LOGO_IMAGE_LABEL" description="OVERRIDE_LOGO_IMAGE_DESC" />
			<field name="logoText" type="text" default="SmartAddons.Com" size="50" label="LOGO_TEXT_LABEL" description="LOGO_TEXT_DESC" />
			<field name="sloganText" type="text" default="The high quality products" size="50" label="SLOGAN_LABEL" description="SLOGAN_DESC" />
			<field type="ytfieldset" status="0"/>
			<!-- Body fieldset -->
			<field type="ytfieldset" status="1" legend="Body"/>
			<field name="bgcolor" type="ytcolor" default="#ffffff" label="BODY_BACKGROUND_LABEL" description="BODY_BACKGROUND_DESC" />
			<field name="linkcolor" type="ytcolor" default="#fbb301" label="BODY_LINK_LABEL" description="BODY_LINK_DESC" />
			<field name="textcolor" type="ytcolor" default="#444444" label="BODY_TEXT_LABEL" description="BODY_TEXT_DESC" />
			<field type="ytfieldset" status="0"/>
			<!-- Header fieldset -->
			<field type="ytfieldset" status="1" legend="Header"/>
			<field name="header-bgcolor" type="ytcolor"  default="#ffffff" label="HEADER_BACKGROUND_LABEL" description="HEADER_BACKGROUND_DESC" />
			<field name="header-bgimage" type="pattern" directory="templates/sj_teen/images/pattern" default="pattern_3" label="HEADER_BACKGROUND_IMAGE_LABEL" description="HEADER_BACKGROUND_IMAGE_DESC" />
			<field type="ytfieldset" status="0"/>
			<!-- Spotlight5 fieldset -->
			<field type="ytfieldset" status="1" legend="Spotlight5"/>
			<field name="spotlight5-bgcolor"  type="ytcolor" default="#3e3e3e" label="Background color" description="Spotlight5 background color" />
			<field type="ytfieldset" status="0"/>
			<field type="ytfieldset" status="1" legend="Footer"/>
			<field name="footer-bgcolor"  type="ytcolor" default="#000000" label="FOOTER_BACKGROUND_LABEL" description="FOOTER_BACKGROUND_DESC" />
			<field type="ytfieldset" status="0"/>
		</fieldset>
		<!-- Typography Tab -->
		<fieldset name="Typography" label="TYPOGRAPHY_TAB_LB">
			<field name="fontSize" type="list" default="12px" label="FONT_SIZE_LABEL" description="FONT_SIZE_DESC">
				<option value="10px">10px</option>
				<option value="11px">11px</option>			
				<option value="12px">12px</option>
				<option value="13px">Default</option>			
				<option value="14px">14px</option>	
				<option value="15px">15px</option>								
				<option value="16px">16px</option>
				<option value="17px">17px</option>			
				<option value="18px">18px</option>
			</field>
			<field name="fontName" type="list" default="arial" label="FONT_NAME_LABEL" description="FONT_NAME_DESC" >
				<option value="arial">Arial</option>
				<option value="arial-black">Arial Black</option>
				<option value="courier">Courier New</option>			
				<option value="georgia">Georgia</option>
				<option value="impact">Impact</option>			
				<option value="lucida-console">Lucida Console</option>	
				<option value="lucida-grande">Lucida Grande</option>								
				<option value="lucida-sans">Lucida Sans</option>
				<option value="palatino">Palatino</option>			
				<option value="tahoma">Tahoma</option>
				<option value="times">Times New Roman</option>
				<option value="trebuchet">Trebuchet</option>
				<option value="verdana">Verdana</option>
				<!--<option value="segoeui">SegoeUI</option>-->
			</field>
			<field name="googleWebFont" type="text" default="Anton" label="GOOGLE_WEBFONT_LABEL" description="GOOGLE_WEBFONT_DESC" />
			
			<field name="googleWebFontTargets" type="textarea" default="h3.modtitle, h3.title,  
				.contact > h3, div.blog > h2,
				ul.navi div.separator.level2, ul.navi a.level2,
				div.moduletabs div.tabs-container ul.tabs li, 
				#myCarousel .carousel-caption > h4,
				div.login .page-header > h1,
				.page-header.item-title > a, div.category-list > h2, .sj-extraslider .heading-title,
				.homepage  div.blog-featured .items-leading h2.item-title,
				div.category-name,
				#yt_breadcrumb div.module ul.breadcrumb li " label="GOOGLE_WEBFONT_TARGET_LABEL" description="GOOGLE_WEBFONT_TARGET_DESC" rows="5" />
			<field name="direction" type="radio" class="btn-group" default="ltr" label="DIRECTION_LABEL" description="DIRECTION_DESC">
				<option value="ltr">LTR</option>
				<option value="rtl">RTL</option>
			</field>
		</fieldset>
		
		<!-- Content component Tab -->
        <fieldset name="ContentComponent" label="CONTENT_COMPONENT_TAB_LB" description="CONTENT_COMPONENT_TAB_DESC">	
			<field name="thumbnail" type="radio" class="btn-group" label="APPLY_BLOG_VIEW_LABEL" description="APPLY_BLOG_VIEW_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="thumbnail_front_page" type="radio" class="btn-group" label="APPLY_FRONTPAGE_LABEL" description="APPLY_FRONTPAGE_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="leading_width" type="text" default="410" label="LEADING_IMAGE_WIDTH_LABEL" description="LEADING_IMAGE_WIDTH_DESC" />
			<field name="leading_height" type="text" default="275" label="LEADING_IMAGE_HEIGHT_LABEL" description="LEADING_IMAGE_HEIGHT_DESC" />
			<field name="intro_width" type="text" default="410" label="INTRO_IMAGE_WIDTH_LABEL" description="INTRO_IMAGE_WIDTH_DESC" />
			<field name="intro_height" type="text" default="275" label="INTRO_IMAGE_HEIGHT_LABEL" description="INTRO_IMAGE_HEIGHT_DESC" />
			
			<field name="thumbnail_background" type="ytcolor" default="#ffffff" label="THUMBNAIL_BGCL_LABEL" description="THUMBNAIL_BGCL_DESC" />
			<field name="thumbnail_mode" type="listthumbnailmode" default="fit" label="THUMBNAIL_MODE_LABEL" description="THUMBNAIL_MODE_DESC" />						
		</fieldset>
        <!-- Advanced tab -->
		<fieldset name="advanced"  label="ADVANCED_OPTIONS_TAB_LB">
			<!-- Less css -->
			<field type="ytfieldset" status="1" legend="FIELDSET_CSS"/>
				<field name="developing" type="radio" class="btn-group" label="DEVLOPING_LABEL" description="DEVLOPING_DESC" default="1" filter="integer">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
				<field name="developing_depend" type="depend" function="@radio">
					<option for="developing" value="1">
						compileLess
					</option>
					<option for="developing" value="0">
					</option>
				</field>
				<field name="compileLess" type="radio" class="btn-group" label="COMPILELESS_LABEL" description="COMPILELESS_DESC" default="server">
					<option value="server">Server</option>
					<option value="client">Client</option>
				</field>
			<field type="ytfieldset" status="0"/>
			<!-- Optimize fieldset -->
			<field type="ytfieldset" status="1" legend="FIELDSET_OPTIMIZE"/>
			<field name="optimizeMergeFile" type="radio" class="btn-group" label="OPTIMIZE_MERGE_LABEL" description="OPTIMIZE_MERGE_DESC" default="0" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="optimizeCSS_depend" type="depend" function="@radio">
				<option for="optimizeCSS" value="1">
					optimizeCSSExclude
				</option>
				<option for="optimizeCSS" value="0"></option>
			</field>
			<field name="optimizeCSS" type="radio" class="btn-group" label="OPTIMIZE_CSS_LABEL" description="OPTIMIZE_CSS_DESC" default="0" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="optimizeCSSExclude" default="" type="textarea" rows="5" label="OPTIMIZE_CSS_EXCLUDE_LABEL" description="OPTIMIZE_CSS_EXCLUDE_DESC" />
			<field name="optimizeJS_depend" type="depend" function="@radio">
				<option for="optimizeJS" value="1">
					optimizeJSExclude
				</option>
				<option for="optimizeJS" value="0"></option>
			</field>
			<field name="optimizeJS" type="radio" class="btn-group" label="OPTIMIZE_JS_LABEL" description="OPTIMIZE_JS_DESC" default="0" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="optimizeJSExclude" default="raphael-min.js,respond.min.js" type="textarea" rows="5" label="OPTIMIZE_JS_EXCLUDE_LABEL" description="OPTIMIZE_JS_EXCLUDE_DESC" />
			<field name="optimizeFolder" type="text" default="yt-assets" label="OPTIMIZE_FOLDER_LABEL" description="OPTIMIZE_FOLDER_DESC" />
			<field type="ytfieldset" status="0"/>
			<!-- Tools fieldset -->
			<field type="ytfieldset" status="1" legend="FIELDSET_TOOLS"/>
			<field name="showBacktotop" type="radio" class="btn-group" label="SHOW_BACKTOTOP_LABEL" description="SHOW_BACKTOTOP_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="showCpanel" type="radio" class="btn-group" label="SHOW_CPANEL_LABEL" description="SHOW_CPANEL_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="useSpecialPositions" type="radio" class="btn-group" label="USE_SPECIAL_POSITIONS_LABEL" description="USE_SPECIAL_POSITIONS_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="useSpecialPositions_depend" type="depend" function="@radio">
				<option for="useSpecialPositions" value="1">
					activeNotice
				</option>
				<option for="useSpecialPositions" value="0"></option>
			</field>
			<!--<field name="eventsSpecialPostion" type="radio" class="btn-group" label="EVENTS_SPECIAL_POSITIONS_LABEL" description="EVENTS_SPECIAL_POSITIONS_DESC" default="click">
				<option value="click">Click</option>
				<option value="mouseenter mouseleave">Hover</option>
			</field>-->
			<field name="activeNotice" type="radio" class="btn-group" label="ACTIVE_NOTICE_LABEL" description="ACTIVE_NOTICE_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field type="ytfieldset" status="0"/>
			<!-- Seo, System fieldset -->
			<field type="ytfieldset" status="1" legend="FIELSET_SEOSYSTEM"/>
			<field name="setGeneratorTag" type="text" default="SmartAddons.Com - the high quality products!" label="GENERATOR_TAG_LABEL" description="GENERATOR_TAG_DESC" />
			<field name="enableGoogleAnalytics_depend" type="depend" function="@radio">
				<option for="enableGoogleAnalytics" value="1">
					googleAnalyticsTrackingID
				</option>
				<option for="enableGoogleAnalytics" value="0"></option>
			</field>
			<field name="enableGoogleAnalytics" type="radio" class="btn-group" label="ENABLE_GOOGLE_ANALYTICS_LABEL" description="ENABLE_GOOGLE_ANALYTICS_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field name="googleAnalyticsTrackingID" type="text" default="" label="GOGLE_ANALYTICS_TRACKING_ID_LABEL" description="GOGLE_ANALYTICS_TRACKING_ID_DESC" />
			<field type="ytfieldset" status="0"/>
			<!-- Included fieldset -->
			<field type="ytfieldset" status="1" legend="FIELDSET_INCLUDE"/>
			<field name="includeLazyload" type="radio" class="btn-group" label="INCLUDE_LAZYLOAD_LABEL" description="INCLUDE_LAZYLOAD_DESC" default="1" filter="integer">
				<option value="1">JYES</option>
				<option value="0">JNO</option>
			</field>
			<field type="ytfieldset" status="0"/>
		</fieldset>	
	</fields>
</config>
<updateservers>
   <server type="collection">https://www.smartaddons.com/update_server/products.xml</server>
</updateservers>
</extension>



Save and recheck.
Thanks & regards!
  • Page:
  • 1
  • 2
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