Forum Replies Created
-
AuthorPosts
-
DebsParticipantThis reply has been marked as private.April 13, 2023 at 5:41 am in reply to: Frustrating that Studiopress will not honor the Pro Lifetime Membership #507273DebsParticipant
Yep ... I hear you! I no longer build new websites with Genesis. Am forced to come back here for help as older sites start breaking, but feel abandoned too.
DebsParticipantHave just found a non/StudioPress fix. I'm now adding featured images via the Post Featured Image Block ... Not ideal, but at least I can choose which image the post will pull as featured. Hope this helps you!
DebsParticipantDid you ever get a fix for this? I no longer have the Featured Image Box in the admin settings for posts and pages ... I can no longer choose the featured image at all. Would love some thoughts on that!
DebsParticipantThanks for pointing this out...will tread carefully!
DebsParticipantHas this been confirmed? Will wait to update...this is HUGE!
DebsParticipantYes...I just double checked this too...parallax effect is definitely working in Chrome for me on a Vista-running PC...just a subtler scrolling effect than in Firefox or IE.
DebsParticipantThe "jagged type" bug is apparent on Firefox on Windows too...The type looks awful on my screen. Fantastic theme btw...but that font problem is a real pity.
DebsParticipantI had the same problem...I fixed it by selecting "Include the Featured Image?" under "Content Archives" in the main Genesis theme settings...choose the "featured-image (900x440)" image size.
DebsParticipanti'm using WordPress Multilingual Plugin on this site in chinese and english - seems to work pretty well Adam-Williams.net...still ironing out kinks, but on the whole am very pleased with it...
DebsParticipanthi lennie... would never have fathomed it without anand's suggestion! the 95% width messes up my sidebar widths for me 🙁
DebsParticipantYES!!! you are my hero! what a great way to start the weekend...
the culprit was a width:auto instead of 100% right at the end of the responsive styles. the following fixed it!
`.content-sidebar #content,
.full-width-content #content,
.full-width-content.adam-landing #content,
.sidebar-content #content,
.sidebar-content-sidebar #content {
padding: 20px;
/** FIX DIV PROBLEM **/
width: 100%;
}`THANK YOU!
DebsParticipantDebsParticipanthi anand - thanks.
yep, the code is there...i have no idea why it doesn't work...unfortunately the demo version of the site doesn't use any large images - but i suspect the mocha theme is broken in some way...
DebsParticipanthi jeremy - thanks for the suggestion - that doesn't work unfortunately. this problem is ONLY happening on mocha...all other themes and genesis parent are fine...it's driving me nuts!
am working on local server so can't send link unfortunately...any other suggestions gratefully received!
DebsParticipantthanks brad...unfortunately none of these methods seem to work for custom post types...only ordinary posts...it's driving me nuts!!
DebsParticipantif you look in the functions.php file you'll see this piece of code:
/** Remove the site description */
remove_action( 'genesis_site_description', 'genesis_seo_site_description' );just remove or comment this out!
DebsParticipantthis plugin might help: http://thesistut.com/store/wordpress-featured-image-thesis/ - i guess you'd need to convert all the images first in thesis and then change to genesis. am looking to do this myself. am now walking away from thesis and have recently adopted genesis...
DebsParticipantthanks mike, that's helpful...i've been a thesis user for many years and have only recently joined the genesis community...
DebsParticipantactually mike...could you share what you did here? thanks!
-
AuthorPosts