Forum Replies Created
-
AuthorPosts
-
August 22, 2023 at 4:16 pm in reply to: Forum Dead and Useless. Genesis outdated? Is it time to jump ship ? #507621
spiezz
ParticipantThe crickets tell the story....
August 11, 2021 at 3:31 pm in reply to: Post Banner from Featured image in Monochrome Pro by category #504393spiezz
ParticipantI've managed to style the element (entry-background ) but there's something overwriting my css. Any ideas?
I can get it to work in inspector but even with "last load" css it's reverting to banner.July 1, 2021 at 11:22 am in reply to: Display featured image as banner in only one category of posts #504297spiezz
ParticipantI'm using the featured image for the banner.
I'd like to display post info in an archive with an image- but don't want that featured image to appear on the banner for posts in just that category.
The image appears to be loaded before the category.
Any ideas?
Thanks!June 16, 2021 at 8:42 am in reply to: Display featured image as banner in only one category of posts #504262spiezz
ParticipantHi Anita,
I want to add the featured image for each post as a banner on the top of each page but only for that one category.
The featured images for other categories should only appear on archives, not as page banners.
See what I mean?
Thanks!
spiezz
Participanthttp://www.reviewblastoff.com
Thanks!spiezz
ParticipantOn mobile? It works fine on desktop....
I can't get it to stick anywhere on mobile...spiezz
ParticipantDang. I'll get that out of the header.
I did like that tutorial but it wiped out my menu entirely! I'll try it again now that I've removed the "pages within pages" issue.
Thanks SO much!
spiezz
ParticipantPart of the problem is that I set background to :contain instead of :fill.
Should I set those w css based on screen size?January 21, 2020 at 9:37 am in reply to: Don't see Genesis in WP Dashboard after update to Genesis 3.1.1 #496082spiezz
Participantthank you!
Genesis wasn't appearing at all before. I see it now and I actually like how they tucked Genesis plugins there.spiezz
ParticipantAfter a lot of investigating I found that it had something to do with the server settings - the php settings on Media Temple.
I opted to move it to my server and there's no problem at all.spiezz
ParticipantThanks Victor!
I applied other changes mentioned and asked Media Temple to reset server cache but didn't seem like it helped.Any suggestions for how to remove the "overflow:hidden;" command that's preventing scrolling?
Thanks so much,
Karenspiezz
ParticipantSo, it's a problem in the functions.php
This is the debug error:Function create_function() is deprecated in /nfs/c10/h08/mnt/178082/domains/marasitara.com/html/wp-content/themes/aspire-pro/functions.php on line 128
Here's the whole line:
// WooCommerce | Display 30 products per page.
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 30;' ), 20 );Tried DELETING Woocommerce and all related plugins and removing line. No improvement.
Here's something I found on replacing create_function
Fix for create_function deprecated in PHP 7.2
KTS915 (@kts915)
1 year, 6 months ago
On line 652 of rest-manager/includes/class-rest-manager-settings.php, it currently says:$callback = create_function('', 'echo "'.str_replace('"', '\"', $section['desc']).'";');
create_function is deprecated in PHP 7.2, so this line should be changed to:$callback = function() { echo str_replace('"', '\"', $section['desc']); };
How exactly do apply this solution?
spiezz
ParticipantThank you! Progress!When it's switched off in inspector, everything scrolls!
But I can't see where that style for "itemtype" is set. It's not in the css (I see only overflow-x:hidden;) or the index area in the bottom of the customize window.
There is a "overflow:hidden;" for a bunch of different elements on the page but only this one is blocking scrolling on whole site.
I looked up element.style and it's apparently set in js somewhere on the site. I'm using this same theme on my own host (flywheel) and have never had this issue which makes me think that it might be host (media temple).
spiezz
ParticipantOHH. I know what this is. It's some code I copied to validate for a search engine.
Fantastic. I'll have it out in a snap.Thanks SO much!
spiezz
ParticipantHi Brad,
I added code and altered to your specs- going into genesis settings and turning on all breadcrumbs and it works great.
Word for posterity- I had made .breadcrumbs{display:none;} in my css and had to change to {display:block;} for this solution to work correctly.
Thanks so much!
K
spiezz
ParticipantBrad,
Thank you this is exactly what I need. I don't see this code in the functions file - where should I look for it?
Thanks SO much
Karenspiezz
ParticipantUPDATE FOR POSTERITY:
Did some troubleshooting and no fields were writeable in safari.Looks like the culprit was Authority Pro. FYI!
spiezz
ParticipantFor posterity, I connected w my hosting company to fix this. Maybe a host cache issue? Working now.
spiezz
ParticipantBuddypress is not working AT ALL with Authority Pro. I have disabled all plugins and links work. When I activate Buddypress, it's a no-go.
I see "Genesis Connect" plugin for Woocommerce, but nothing for Buddypress. Ideas??
Thank you in advance!!!
spiezz
ParticipantRolled back but still not able to use permalinks. Buttons are all not working.
Why????
K
-
AuthorPosts