Forum Replies Created
-
AuthorPosts
-
futurewebboss
MemberThis is what I currently have,
/** Add the slider on the homepage above the content area */
add_action('genesis_before_loop', 'agentpress_include_slider');
function agentpress_include_slider() {
if(is_front_page())
dynamic_sidebar( 'slider' );
}futurewebboss
MemberYes the slider is back. caching issue, but still not placed properly.
futurewebboss
MemberAre you suggesting that I upload the agent press 1.0 functions.php when you say return to the native state?
futurewebboss
MemberHi Carrie,
Changed to genesis_before_loop and still no slider.
futurewebboss
MemberThank you Robin for your time and your help.
I'll be standing by.
Dan
futurewebboss
MemberThat completely removed the slider,
futurewebboss
MemberThank you Robin. It did as you predicted. Are you suggesting that I moved the slider code (below)
/** Add the slider on the homepage above the content area */
add_action('genesis_after_header', 'agentpress_include_slider');
function agentpress_include_slider() {
if(is_front_page())
dynamic_sidebar( 'slider' );
}to a different place in the functions.php?
futurewebboss
MemberThank you robin for your reply. I added the css but no joy. Here's a screenshot of what it should look like,
http://ginaspropertymanagement.com/wp-content/uploads/2013/04/screenshot.png
Thanks in advance
Dan
April 7, 2013 at 1:39 pm in reply to: Two different portfolio pages, each with different content #33767futurewebboss
MemberWes over at appfinate has this for his themes (which I tried on the lifestyle theme but could not get it to work) But here's his instructions in case you want to try it.
If you have multiple categories, then you can easily create separate portfolio pages for each category.
To do so, first create a new page, title it, and select the portfolio template.
Then create a custom field and enter query_args in the name field, and cat=1 (for example) in the value field.
Replace the number “1” with the category ID that you want to use and it will show only the category that you added in the value field.
and here's the original url,
http://appfinite.com/tutorials/how-to-create-multiple-portfolios/
futurewebboss
MemberHas to be a server side caching issue. I think you can close this.
Thanks for your help.
futurewebboss
MemberOk it gets rather stranger and though I'm getting results it makes me go hum?
I did as you suggested and made the following change
#wrap {
background: #fff;
margin: 0 auto;
}But now though I removed the wrap.png that was there before It is now showing my custom wrap.png.
Way confused. This is what I wanted all along so why if I remove reference to wrap.png does it now display it.
Something else going on.
futurewebboss
MemberI was referring to the background color of the header where the "Jareeda" graphic sits.
Not the upper or lower nav.
futurewebboss
Memberfuturewebboss
MemberExcellent SoZo. Thank you. Case closed.
futurewebboss
MemberCSS for a non-expert is like a snipe hunt. For anyone else here's the section
#subnav li a {
border-right: 0px solid #C4161C;
border-left: 0px solid #C4161C;
display: block;
padding: 9px 16px 8px 15px;
position: relative;
color: #A81E24;
text-decoration: none;futurewebboss
MemberSince I had selected the tan version, I took your code and added it to the TAN section and changed the font color. Now it works.
futurewebboss
MemberHere's the url, http://filmmakersvillage.com/lifestyle/
futurewebboss
MemberNope, not it.
futurewebboss
MemberThanks Jennifer.
Not sure I totally know where to put all of this but I think I get it. Will be trying it out later today and I'll send my success story. Thank you for your help.
Dan
-
AuthorPosts