<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: lines - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/lines</link>
		<description>Support Forum - Tag: lines - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 15:34:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/lines" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112223</link>
			<pubDate>Sun, 19 May 2013 15:17:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Actually add this to end of your functions.php file &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;widget_title&#38;#39;, &#38;#39;my_change_title&#38;#39;);

function my_change_title($title=&#38;#39;&#38;#39;) {
$ttitle = &#38;quot;&#38;lt;div style=\&#38;quot;padding-bottom:10px\&#38;quot; class=\&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last \&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;span class=\&#38;quot;widget-title\&#38;quot;&#38;gt;$title&#38;lt;/span&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;div class=\&#38;quot;special-heading-border\&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;div class=\&#38;quot;special-heading-inner-border\&#38;quot;&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
$ttitle .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
return $ttitle;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112057</link>
			<pubDate>Fri, 17 May 2013 20:42:28 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant Nick... Ill give it a go. &#60;/p&#62;
&#60;p&#62;Big Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111965</link>
			<pubDate>Fri, 17 May 2013 16:17:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That is an advanced layout editor component called Special Heading  using the default style. &#60;a href=&#34;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is how it looks when you view source.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;padding-bottom:10px&#38;quot; class=&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last &#38;quot;&#38;gt;
	&#38;lt;h1&#38;gt;Hello&#38;lt;/h1&#38;gt;
	&#38;lt;div class=&#38;quot;special-heading-border&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;special-heading-inner-border&#38;quot;&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So copy that block, open up footer.php and put it where you want. Just change the Hello part to whatever you need it to say.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111629</link>
			<pubDate>Thu, 16 May 2013 11:24:15 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for getting back to me but what im after is a replica of what you use for a shortcode where the line extends to the right of the headline text. &#60;/p&#62;
&#60;p&#62;On the enfold demo site theres an example pages drop down and one of these is called ABOUT US. If you look, theres a heading called WELCOME AT OUR AGENCY and the type of line im referring to is there (next to it, flowing across to width of the column)&#60;/p&#62;
&#60;p&#62;How can I do this in the FOOTER WIDGET headings?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111521</link>
			<pubDate>Thu, 16 May 2013 00:38:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widgettitle {
border-bottom: 1px dotted white;
padding-bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It will create a dotted line below the widget title. For more border styles, please refer to this link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/css/css_border.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/css_border.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111413</link>
			<pubDate>Wed, 15 May 2013 16:16:05 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;The first bit is great although I think you may have not quite understood my question about the footer. I dont want a line to span across all three widgets as I realise that would require alot of work. What im after is to add a bit of decoration by applying a middle horizontal line after a widget title that 'only' spans the width of the individual widget. Therefore the end result would be WIDGET 1 TITLE followed by a decorative line....[Column GAP]....WIDGET 2 TITLE followed by a decorative line....[Column GAP]....WIDGET 3 TITLE followed by a decorative line.&#60;/p&#62;
&#60;p&#62;I want it to behave the same as the shortcodes you supply but obviously I appreciate this would be CSS code instead.&#60;/p&#62;
&#60;p&#62;Can you help?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111382</link>
			<pubDate>Wed, 15 May 2013 13:47:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .grid-entry .inner-entry {
background: #333;
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2); /*border on portfolio items*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .grid-entry-title {
background-color: #333; /*bg of title for portfolio item*/
color: #fff; /*color of title text*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The footer issue is most likely not possible without quite a bit of tweaking. Since each footer section doesn't actually touch the one next to it, you would need to re-do that grid section to allow a line to extend past the edge of the actual widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111106</link>
			<pubDate>Tue, 14 May 2013 12:08:53 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;PORTFOLIO&#60;br /&#62;
Ive been trying everything but I cant seem to adjust the grid text font colors and the box background colours. Its inheriting the parameters from the Enfold Styling but I need to change it as its on a different background. &#60;/p&#62;
&#60;p&#62;As a test could it be totally be removed (thus leaving only a grid of images) and the descriptor text placed on a rollover in grid box itself (over the corresponding image)?&#60;/p&#62;
&#60;p&#62;In the Portfolio itself, where is the grid box rollover 'curved arrow' kept and can I change this for my own graphic?&#60;/p&#62;
&#60;p&#62;FOOTER&#60;br /&#62;
Id like to put a decorative line (as used on the other codes for things like a portfolio grid etc) next to each Footer Widget. I have x3 widgets in the footer and each has a title. Id like a single line to extend to the right to fill the space to the right for the entire column width&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ENFOLD - Creating Decoration Lines to the Menu"</title>
			<link>http://www.kriesi.at/support/topic/enfold-creating-decoration-lines-to-the-menu#post-110570</link>
			<pubDate>Sat, 11 May 2013 19:57:48 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Nice colors. Looks good.&#60;/p&#62;
&#60;p&#62;1) &#34;there is a faint line that appears at the top of the menu which spans the entire width of the menu&#34; Umm.. I can guess without seeing code, but not sure what else will be affected.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .container_wrap {
border-top-width: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Css to change padding between menu items. Change 13 to 10 in the css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu ul:first-child &#38;gt; li &#38;gt; a {
padding: 0 13px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Just recreate the html structure of the orange thing and the line from the top of the menu and add it to wherever you want to. Since we are talking abstract here, not much more I can offer. Show me the page with code and I can give a better answer.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "ENFOLD - Creating Decoration Lines to the Menu"</title>
			<link>http://www.kriesi.at/support/topic/enfold-creating-decoration-lines-to-the-menu#post-110337</link>
			<pubDate>Fri, 10 May 2013 13:03:22 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">110337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick (hope you pick this up)&#60;/p&#62;
&#60;p&#62;Here's my original concept for my personal portfolio&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.clipular.com/users/5811069/boards/concept-web-site---anypeck-01&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/users/5811069/boards/concept-web-site---anypeck-01&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-------------------------&#60;/p&#62;
&#60;p&#62;If we divide my design paged concept into parts - &#60;/p&#62;
&#60;p&#62;+ the Logo part is sorted&#60;br /&#62;
+ the Slider is sorted&#60;br /&#62;
+ the services part (using entypo) is sorted&#60;/p&#62;
&#60;p&#62;MENU -&#60;br /&#62;
+ the highlight and font changes is sorted&#60;/p&#62;
&#60;p&#62;+ there is a feint line that appears at the top of the menu which spans the entire width of the menu. Design-wise its only 1 pixel deep, is a light grey and is tucked under the orange 3px solid highlight line. it rests at the top and remains fixed with the highlight line moving along it. Obviously if I change the menu by adding or taking away pages then I want how far the line spans to change accordingly&#60;/p&#62;
&#60;p&#62;+ whilst ive altered the text size and spacing between letters how do I alter the space between the actual page text elements (home, contact, portfolio etc...) therefore reducing the width of the overall menu. At the moment it feels far too spread out&#60;/p&#62;
&#60;p&#62;MAIN CONTENT&#60;br /&#62;
+ looking at the image -  at the bottom of the page, below where it says RECENT POSTS ive created a decorative line that mimics the one above the menu. How could I recreate something like this without resorting to PNG files. Personally id like the thin grey line (not the chunky orange one) to be extendable to any width depending on its use or page layout&#60;/p&#62;
&#60;p&#62;As always&#60;br /&#62;
BIG THANKS for such great support and im really starting to get to grips with the theme and CSS&#60;br /&#62;
Cheers&#60;/p&#62;
&#60;p&#62;Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-110325</link>
			<pubDate>Fri, 10 May 2013 11:55:12 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your problem I think is that you have some members of list taking 1 line some 2 and others 3 lines. So you can't set a standard height. If you can make each list member be of equal length, you can use this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .entry-content div li {
height: 5em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if not, then use a span for each  like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li&#38;gt;
&#38;lt;span style =&#38;quot;line-height: 1em;&#38;quot;&#38;gt;-------List Item 1-----&#38;lt;/span&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HighschoolAustralia on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-110289</link>
			<pubDate>Fri, 10 May 2013 08:49:37 +0000</pubDate>
			<dc:creator>HighschoolAustralia</dc:creator>
			<guid isPermaLink="false">110289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;- O.K, screen capture you'll find here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://dl.dropboxusercontent.com/u/939043/List%20Spacing.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/939043/List%20Spacing.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Target would be to reduce the hight of the hatched areas&#60;/p&#62;
&#60;p&#62;- URL to the location where this event is taking place&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wp11077347.server-he.de/schulen-im-programm/schulen/kedron-state-high-school/&#34; rel=&#34;nofollow&#34;&#62;http://wp11077347.server-he.de/schulen-im-programm/schulen/kedron-state-high-school/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;br /&#62;
Harald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-109765</link>
			<pubDate>Wed, 08 May 2013 13:33:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, there is no sure way for us to know that we are dealing with the same built. Also a number of updates have already been released for the theme, and we can not be sure what version you are using.&#60;/p&#62;
&#60;p&#62;Your best bet is to mask the link using &#60;a href=&#34;http://www.goo.gl&#34; rel=&#34;nofollow&#34;&#62;http://www.goo.gl&#60;/a&#62; . Please also take a screen capture of the page and point out what  you need done using tools available on imgur.com or other free image hosts. &#60;/p&#62;
&#60;p&#62;*A screenshot by itself though will still not help since we need to look at the source code in order to provide a meaningful solution.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HighschoolAustralia on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-109484</link>
			<pubDate>Tue, 07 May 2013 13:06:59 +0000</pubDate>
			<dc:creator>HighschoolAustralia</dc:creator>
			<guid isPermaLink="false">109484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Support,&#60;/p&#62;
&#60;p&#62;I am presently working on a site based on „Enfold“ with a lot of identical sub-pages concerning schools in Australia.&#60;br /&#62;
For these special subpages I made a sample page/Template with the avia layout builder and this works fine, but I would like to reduce the space/distance between the single elements oft the lists in the middle part of the page and probably also the spacing between the single lines. How can I do this without an impact to rest of my regular non-school sites?&#60;br /&#62;
A screenshot you can find here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://dl.dropboxusercontent.com/u/939043/HSAnew%20saple%20site%20130507.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/939043/HSAnew%20saple%20site%20130507.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76517</link>
			<pubDate>Wed, 19 Sep 2012 03:19:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Vanwero,&#60;/p&#62;
&#60;p&#62;Glad that we could help. I've marked this thread as resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76476</link>
			<pubDate>Tue, 18 Sep 2012 18:43:40 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">76476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect!&#60;br /&#62;
Now all my issues are solved!!&#60;/p&#62;
&#60;p&#62;Thank you so much!!&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76400</link>
			<pubDate>Tue, 18 Sep 2012 13:38:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Vanwero,&#60;/p&#62;
&#60;p&#62;Try to use this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder ul.section {
   border: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder ul.section {
   border: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76330</link>
			<pubDate>Mon, 17 Sep 2012 20:47:08 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">76330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry Ismael,&#60;/p&#62;
&#60;p&#62;not working!! It's a hard one!!;-))&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76302</link>
			<pubDate>Mon, 17 Sep 2012 18:15:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For the double lines try this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder .legend {
border-bottom: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76293</link>
			<pubDate>Mon, 17 Sep 2012 17:40:02 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">76293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;everything works great! Except the double lines in the title!&#60;br /&#62;
But it already helped me a lot! (the bullets were the most annoying!!;-))&#60;br /&#62;
=&#38;gt; the second one with the !important worked for me.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Vanwero.&#60;/p&#62;
&#60;p&#62;Ps: if you find a solution for the double line, I will read it here!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76191</link>
			<pubDate>Mon, 17 Sep 2012 09:47:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76191@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi vanwero,&#60;/p&#62;
&#60;p&#62;To remove the bullets and the line below the textfield, try to add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder ul li {
   background: none;
   border: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder ul li {
   background: none !important;
   border: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the double line, try to add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder .legend {
   border: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.visual-form-builder .legend {
   border: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76144</link>
			<pubDate>Sun, 16 Sep 2012 18:57:15 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">76144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;unfortunatly for me it doesn't... (I added the code in my custom.css, in my style.css,...) =&#38;gt; nothing worked.&#60;/p&#62;
&#60;p&#62;Concerning the lines:&#60;br /&#62;
&#60;a href=&#34;http://www.wenv-verzekeringen.be/offerte_personenwagen&#34; rel=&#34;nofollow&#34;&#62;http://www.wenv-verzekeringen.be/offerte_personenwagen&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;=&#38;gt; Under every text-box, it draws a very thin line. Under every big title on my form it draws 2 lines...&#60;br /&#62;
=&#38;gt; I know it has something to do with the theme-standards! When I add a bullet on a page, it always draws a thin line between 2 bullets. When I put a title on a page, it automatically draws a line under the title,...&#60;/p&#62;
&#60;p&#62;I hope I made it a bit clear?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76142</link>
			<pubDate>Sun, 16 Sep 2012 18:48:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76142@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The code above just removes the bullets. It works on my end. Not sure what you mean by double line.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76136</link>
			<pubDate>Sun, 16 Sep 2012 18:19:37 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">76136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;it's not working...I think!&#60;/p&#62;
&#60;p&#62;Bullets are not disappearing when i put the code in the custom.css-file.&#60;br /&#62;
The lines of the titles are still double! (I think a title gets automatically a line in this theme, and also the plugin adds one)&#60;/p&#62;
&#60;p&#62;And your code is applying to the whole theme then, I guess?&#60;br /&#62;
I only want to apply it to one page if possible? (ex. when I add a title, I still wants it to be automatically underlined...)&#60;/p&#62;
&#60;p&#62;Greets,&#60;br /&#62;
Vanwero.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76097</link>
			<pubDate>Sun, 16 Sep 2012 17:05:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;li.item.item-text, li.item.item-select {
background: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanwero on "Layout: Bullets and double lines on page (Form Builder Plugin)"</title>
			<link>http://www.kriesi.at/support/topic/layout-bullets-and-double-lines-on-page-form-builder-plugin#post-76062</link>
			<pubDate>Sun, 16 Sep 2012 09:13:36 +0000</pubDate>
			<dc:creator>vanwero</dc:creator>
			<guid isPermaLink="false">76062@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've build some forms with the plugin &#34;Visual Form Builder&#34;.&#60;/p&#62;
&#60;p&#62;Result: &#60;a href=&#34;http://www.wenv-verzekeringen.be/offerte_personenwagen&#34; rel=&#34;nofollow&#34;&#62;http://www.wenv-verzekeringen.be/offerte_personenwagen&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Because of the configuration of the Broadscope-theme, it automatically adds bullets and lines to the layout as you can see.&#60;br /&#62;
Is there a way to just disable this Bullets and extra lines just for this page/form I create?&#60;/p&#62;
&#60;p&#62;thanks in advance!&#60;br /&#62;
Vanwero
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "BROADSCOPE - Too many menu items in menu bar?"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-too-many-menu-items-in-menu-bar#post-74530</link>
			<pubDate>Wed, 05 Sep 2012 17:20:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You could but the change is a little bit of a hack and I really can't say how it will do with all browsers. You would need to set up your menu items to use the break tag where you want a line break. Then add the following to your Quick CSS in the Layout and Styling tab of your theme options:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .avia_mega a {
line-height: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will push all menu items up to align with the first line but I don't really see a fix for that without completely re-doing the menu system.&#60;/p&#62;
&#60;p&#62;Edit: I forgot to add an example for a menu item! In your menus manager you need to expand the menu item and in the Navigation Label field model your items after this:&#60;br /&#62;
&#60;code&#62;First Line&#38;lt;/br&#38;gt;Second Line&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "BROADSCOPE - Too many menu items in menu bar?"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-too-many-menu-items-in-menu-bar#post-74283</link>
			<pubDate>Tue, 04 Sep 2012 09:08:21 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">74283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The website is &#60;a href=&#34;http://eeaac.com.au&#34; rel=&#34;nofollow&#34;&#62;http://eeaac.com.au&#60;/a&#62; you can see they they don't fit across. I was hoping that there would be a way to make for example...&#60;/p&#62;
&#60;p&#62;Home Sustainability&#60;br /&#62;
     Assessments&#60;/p&#62;
&#60;p&#62;And that's the button. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "BROADSCOPE - Too many menu items in menu bar?"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-too-many-menu-items-in-menu-bar#post-73310</link>
			<pubDate>Tue, 28 Aug 2012 19:40:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Amelia,&#60;/p&#62;
&#60;p&#62;Are you already using the Menus manager in Apperance&#38;gt;Menus? You can change the displayed menu item name by expanding the menu item in the visual editor for that interface so that they don't span multiple lines.&#60;/p&#62;
&#60;p&#62;If you can link to your site here we can take a look at what you have now to see if there are any option to expand the individual items with a bit of css. Otherwise, its quite a bit more complicated of a change.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "BROADSCOPE - Too many menu items in menu bar?"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-too-many-menu-items-in-menu-bar#post-73004</link>
			<pubDate>Mon, 27 Aug 2012 08:25:05 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">73004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Just wondering how I can fix the problem of too many menu items in the menu bar. They drop down into a second line which is just words not buttons. The problem is I have some page names that are long. Is it possible to have a set with for buttons and the name can be two lines? Change depth of button?&#60;br /&#62;
Thanks,&#60;br /&#62;
Amelia
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
