imccullough
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?Yes I kept running into an issue with the options for the theme and was able to change those attributes through the theme options. Every time I would try to do it with the css in my child theme it would get overridden by the options. I appreciate your help. I am going to mark this as resolved rather than go through any more off topic issues so it stays relevant to the topic. Thanks again
</>
–IanForum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?Worked like a charm, Thank you. Now I just have to get the background to stay fixed and not scroll with the page.
Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?Yes that is pretty much it. I was actually going for semi-transparent rather than completely. Would that be a change in the decimal of the white attribute?
Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?The site is http://www.homewoodcraft.com. I had successfully created transparent backgrounds on a previous project by putting a div with opacity styles inside a container div like this
<div id="container"><div class="Transparent_Container"></div><!--the content for the container div--></div>but if there is a better way I would love to know it.Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?I found where it is called in the content-page.php etc. but I can’t find where the actual function is so that I can modify it’s code. Also feel free to comment on the task, if there is an easier way I definitely want to know. </Thanks>.
Forum: Plugins
In reply to: [WooCommerce Product Slider] not showing at allI think the issue may be much simpler than jQuery. I had the same issue and it was fixed by a small comment above by subhansanjaya which was almost discarded “Also make sure that you have entered the correct values for the Products of which category will be displayed field.”