<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>&quot;Enable scroll bottom anchor&quot; unticks when i use the customiser &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 13:44:29 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321264</guid>
					<title><![CDATA[&quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321264</link>
					<pubDate>Sun, 05 Jul 2015 08:46:37 +0000</pubDate>
					<dc:creator>nathan</dc:creator>

					<description>
						<![CDATA[
						<p>As the title says. If i edit page, tick the enable scroll bottom anchor, save the page, then go to the customiser, it unticks itself.</p>
<p>Frustrating, any ideas?</p>
<p><a href="http://www.redcarpetphotos.com.au" rel="nofollow">http://www.redcarpetphotos.com.au</a></p>
<p>I also want to put the headings and text running down the homepage into a coloured background container to make the text more readable. Any ideas? I have some css that support sent me once, but dont know where to insert it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321277</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321277</link>
					<pubDate>Sun, 05 Jul 2015 09:15:13 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>#1 You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it&#8217;s fixed, you&#8217;ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time, if it doesn&#8217;t help please provide us with login credentials.</p>
<p>#2 Please add the following code in style filed of target column :</p>
<p><code>background-color: rgba(255,0,0,0.5);padding: 20px;</code></p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321284</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321284</link>
					<pubDate>Sun, 05 Jul 2015 09:41:06 +0000</pubDate>
					<dc:creator>nathan</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome, thank you. </p>
<p>I will test the plugins. I dont really have anything except Yoast SEO and all of your plugins. I had gravity forms, but as it is not yet integrated, cant use it.</p>
<p>Can i round the edges with css? and can i select say two out of three things in a column? I have a Column with a Gap, then a heading, then a button but i want to exclude the gap from the background colour?</p>
<p>Thanks again. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321305</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321305</link>
					<pubDate>Sun, 05 Jul 2015 10:24:04 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Would you provide us with login credentials, so we take a closer look ?</p>
<p>You can add <code>border-radius:10px;</code> to round edges.</p>
<p>Since you added gap inside this column so it&#8217;s not possible to excluded it, let try this remove the gap and add <code>margin-top: 60px;</code> in style field of this column.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321306</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321306</link>
					<pubDate>Sun, 05 Jul 2015 10:24:17 +0000</pubDate>
					<dc:creator>nathan</dc:creator>

					<description>
						<![CDATA[
						<p>I figured this out myself</p>
<p>background-color: rgba(80,80,80,0.7);padding: 20px; border-radius: 15px</p>
<p>But if you can answer this that would be a good help:<br />
and can i select say two out of three things in a column? I have a Column with a Gap, then a heading, then a button but i want to exclude the gap from the background colour?</p>
<p>🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321323</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321323</link>
					<pubDate>Sun, 05 Jul 2015 10:50:59 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I&#8217;ve already answered that, no it&#8217;s not possible the gap added in this column and column has background color so you can&#8217;t exclude one element from this column while it&#8217;s located inside the column, that doesn&#8217;t not makes sense. I suggested you to remove the gap element and instead add some top margin to column to push it down .<br />
Please add <code>margin-top: 60px;</code> in style field of this column</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321331</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321331</link>
					<pubDate>Sun, 05 Jul 2015 11:12:09 +0000</pubDate>
					<dc:creator>nathan</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, i see that now, i had a window open and wrote back before i saw your reply. Apologiges.</p>
<p>Thanks. Ok so ill remove the gap.</p>
<p>One final question, it seems all of my pages are somewhat hidden by the fixed header.</p>
<p>Is there a way to make the page start at the bottom of the header, rather than the top of it (behind).</p>
<p>Hope this makes sense.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321345</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321345</link>
					<pubDate>Sun, 05 Jul 2015 11:32:39 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>No problem.<br />
Please add the following code in <strong>Customize -&gt; Custom -&gt; CSS</strong> :</p>
<pre><code>body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: 109px;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321700</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321700</link>
					<pubDate>Mon, 06 Jul 2015 00:03:20 +0000</pubDate>
					<dc:creator>nathan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi. </p>
<p>I seem to be having a number of ongoing issues using cornerstone.</p>
<p>I have put rounded edges on the background areound my home page text, and put a fade effect on it.</p>
<p>It shows correctly within cornerstone, but not in browser/live.</p>
<p>I also can see my contact form in the cornerstone GUI but not in the live site as well.</p>
<p>Please advise what is causing this. Will put my login credentials in the following message.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321701</guid>
					<title><![CDATA[Reply To: &quot;Enable scroll bottom anchor&quot; unticks when i use the customiser]]></title>
					<link>https://theme.co/archive/forums/topic/enable-scroll-bottom-anchor-unticks-when-i-use-the-customiser/#post-321701</link>
					<pubDate>Mon, 06 Jul 2015 00:03:48 +0000</pubDate>
					<dc:creator>nathan</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

