4.1 module positions


Author Message
59 Graphix

Posted: 12/29/2012
Quote message 

Can someone tell me if there are new module positions for 4.0 or 4.1? Or are the the same as the previous 3.0 and above?
Thanks for any help.
 
jrgweb

Posted: 12/30/2012
Quote message 

In artisteer 4.1 you can add positions to the header area.
Select header on the menu tape, then in the insert section select controls then position.

If you want them in a different area than the header you can always do it the joomla way.
 
jdeber2

Posted: 2/18/2013
Quote message 

Have you been able to add the "position control" and make it work in Joomla?

Do I create the position and call it say "head-1" and then simply add the module to the position in Joomla or am I missing a step?

If you have it working would you mind just listing the steps to create the new position in the header?

Thank You
 
jrgweb

Posted: 2/18/2013
Quote message 

Hey jdeber2

I have used the position control but artisteer4 works better than artisteer 4.1RC
This may help. When you export joomla it creates a position-30. f you create multiple positions then the next position will be position-31.

http://www.artisteer.com/?post_id=213616&p=forum_post&forum_id=9


 
Dave B

Posted: 2/19/2013
Quote message 

@jrgweb

How did I miss this? Is there anyway to keep these visible in the responsive view?


 
jrgweb

Posted: 2/20/2013
Quote message 

Simple answer, Yes.
By default it will display but you will have to tweak the position and other styles. For example, I'm working on a site now where I created a position in the header for a Quote button. When I created the position in artisteer I named it "quote". The when I exported the template for joomla, artisteer automatically ceated an "id"" for the quote. In the desktop view the HTML code looks like this:
<div class="art-positioncontrol art-positioncontrol-1582523275" id="quote" data-left="2.18%">

The css code looks like this:

.art-positioncontrol-1582523275 {
display: block;
left: 2.18%;
margin-left: 140px;
position: absolute;
top: 238px;
width: 495px;
height: 125px;
z-index: 103;
}
#quote {
font-weight: bolder;
}

So in the responsive mode, I created this:

.responsive .art-positioncontrol-1582523275 {
display: block;
position: relative;
margin-left: 1% !important;
margin-right: 1% !important;
width: auto !important;
left: auto !important;
right: auto !important;
}


 
Dave B

Posted: 2/20/2013
Quote message 

Thanks

I still am hoping they make the user3 a multi option position.
 
snex

Posted: 5/2/2013
Quote message 

i am tryng make position (in joomla) for language bar, but when run template and great language switcher module i cant find this position

http://i074.radikal.ru/1305/62/74d42fad63bd.jpg

someone can help me? what i must do (sorry for bad English )
 
snex

Posted: 5/7/2013
Quote message 

up
 
snexx

Posted: 5/10/2013
Quote message 

lol it was position 31 :)