Forum Replies Created
-
AuthorPosts
-
purplepatriotMember
I just used Tabby Responsive Tabs on a client site.
Link to plugin here.
Link to client page that contains the functionality is here.
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.November 17, 2014 at 3:24 pm in reply to: How to correctly incorporate data returned from external site into page? #131895purplepatriotMemberHaven't tried any of those yet, but thank you for pointing me in a few directions. Much appreciated!
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.November 5, 2014 at 10:29 am in reply to: Why does my textwidget have non-zero height but demo theme does not? #130604purplepatriotMemberAh! Thank you!!! Right in my blind spot, too! =)
Thank you so very much, WisdmLabs. You made my morning!!
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberGlad I could help!
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHi Sam, which formatting specifically is disappearing? I see the 3-column table just fine. The headings are left-justified instead of center-justified. The text is left-justified. Is it just the left-justified heading, or something else?
(I also noticed that the beginning part of the text - the bolded part - under the photo, where it says Monday's Marinate - the 'M' in Monday has separate ... and ... tags around it, and then there are separate tags around 'onday's Marinate'.)
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberActually, try this first. Take the elseif conditional with the specific page-id (is_page( XX ) ) and move it just above the elseif (is_singular( 'page' )) condition. Since your page matches the is_singular('page') condition first, it leaves the loop at that point and doesn't get to the page-specific condition.
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberYeah, I figured that would be the case, but needed to rule it out. Can you post your entire page-title.php here so I can review it? Thanks!
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHi kwikkopydc - try removing the single quotes around the page id number.
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberNot sure. But everything works? Yay!!
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberCan you FTP to the site, pull down a copy of .htaccess (just so you have a copy), then delete .htaccess from the server, go back to Permalinks and set to custom and save again and see if that helps?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberIf you change Permalinks back to the custom setting, I'm guessing they won't work again?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHi krystyn,
Has this the "older posts" functionality worked previously - as far as you know? Or could it have been an issue all along? (Just trying to figure out if it could be linked to some other action.)
Also, what are the Permalinks settings set for currently?
I've got a couple ideas, but let's start there.
Thanks!
Eric
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberYou're welcome - glad to help! And now I know a little more about the AgentPress theme innards. So, thank you! =)
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberOK, changed the same code in taxonomy.php. I tried this for searched listings, and it updated.
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHuh. I just loaded that theme on a test site, added some taxonomy terms and made a listing. When you said changing the code in those two areas did not work, I thought maybe it was in the AgentPress listings plugin. So, I made the change in a php file there, but that did not change anything. So, I made the change to archive-listing.php, and that didn't change. But, when I made the change in functions.php, it worked.
Are you displaying those with the AgentPress Featured Listings widget?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHi Kent,
Just took a quick look at those files. Try this and see if it works. In archive-listings.php, inside the archive listings loop, you'll see this:
$loop .= sprintf( '<span class="listing-city-state-zip">%s %s, %s</span>', genesis_get_custom_field('_listing_city'), genesis_get_custom_field('_listing_state'), genesis_get_custom_field('_listing_zip') );
Replace it with this:
$loop .= sprintf( '<span class="listing-city-state-zip">%s</span>', genesis_get_custom_field('_listing_city') );
Not sure if you need this change everywhere in the site, so you may need to make the same change within functions.php.
Let me know how it goes.
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberpxlar8 - where in the header did you want the date?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMembermajenn - can you post a link to the site?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHi kayakman, just so I understand - "USA" is a 'main' category, and different states are subcategories? Are there other 'main' categories and subcategories?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.purplepatriotMemberHmmm. I really don't know, sorry to say. I tested the plugin on a test site of mine, and the icons appeared in both the header right and the sidebar. You might try deleting the plugin and reinstalling it, and see if that does anything - it shouldn't, but stranger things have happened to me.
I saw that the person who designed your site posted a tutorial about this plugin in February - she might be able to help?
Also, you could open an official ticket with the StudioPress folks since I understand they are supporting the plugin.
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums. -
AuthorPosts