Forum Replies Created
-
AuthorPosts
-
June 10, 2021 at 12:43 pm in reply to: Outreach Pro landing page with home-bottom widgets: boxed layout? #504238
styzer
ParticipantThank you Anita,
Here is the solution I applied finally:
File front-page.php
Modify: //* Add home bottom widgets
add_action( 'genesis_before_footer', 'outreach_home_bottom_widgets', 1 );With: //* Add home bottom widgets
add_action( 'genesis_loop', 'outreach_home_bottom_widgets', 1 );Then you need to edit the style.css file to modify paddings and background color:
From this ?–?
.home-bottom {
background-color: #fff;
padding-top: 60px;
}.home-bottom .widget {
background-color: #fff;
float: left;
margin-left: 2.564102564102564%;
width: 23.076923076923077%;
}?–? To this ?–?
.home-bottom {
background-color: #fff;
padding-top: 35px;
padding: 25px;
}.home-bottom .widget {
float: left;
margin-left: 2.564102564102564%;
width: 23.076923076923077%;
}And it worked!
Andre
styzer
ParticipantIs there a way with Minim Pro to display the site's content with the thumbnail on the left and text on the right? Right now it is showing the full image on the homepage...
styzer
ParticipantPlaying around I discovered that if I set the homepage settings as "Static page" instead of "Latest posts" then it will show the image, but also now it is displaying the full article. The MORE tag isn't working for this.
It looks like a butterfly effect is going on... 🙂
EDIT: BUT if I don't select anything on Homepage Settings, except Static page, then the MORE tag is working.
So that is resolved at this point, Thank you Anita! Once again, thinking out loud and trying stuff can lead to solutions...
Andre
styzer
ParticipantThis reply has been marked as private.styzer
ParticipantHowever, one issue I also noticed: the featured image on a post will show on the homepage showing the post, but when you click and open the article, there are now two (2) featured images, one standing alone, and one with the article. Would you know why, and what setting I need to change to avoid this?
Much appreciate!
Andre
styzer
ParticipantYes, you are correct, which is why I noted "(if I was to help him)", because then I could do it for him. That's why your solution is what I sent him.
Regards,
Andre
styzer
ParticipantThank you Anita, that's a good one!
I also found a line of code in the functions.php file (if I was to help him).
Regards,
Andre
styzer
ParticipantAnita, I don't know if you're aware of where you suggested I go to find an answer?
Shridar, good as he might be, has designed his page as a funnel leading to purchasing a subscription if order to see the end of his tutorial. He starts his tutorial, but then when it comes to the code he suggests to insert in the functions.php file (suspense is building, finally a practical answer!), we are met with:
"Add the following in functions.php:
To view the full content, please sign up for the membership.
And then you find out the cost: Price: $47 per month or $517 per year."It might be best to let people know in advance next time (full disclosure and all that) that the solutions on his site come at a price. He has the right to do this, I'm not debating that. But it was a disheartening experience.
I will be thinking twice before coming back here again. Maybe time to find a new platform. As you said - Google is there too.
Regards,
Andre
styzer
ParticipantThis reply has been marked as private.December 18, 2019 at 4:08 am in reply to: Removed site title from customize section. Other site title options? #495549styzer
ParticipantMoving to a different theme.
styzer
ParticipantI fixed my issue by using a slider with only one image. It seems to be fluidly adapting to the page size.
Thanks!
styzer
ParticipantYes, I also updated Chrome in Android.
styzer
ParticipantThis is very strange. 4 different people get 4 different screens on mobile... I can't win.
Thanks Anita, I'll have to try to restore the original header code and see if that fixes things (on as test site).
styzer
ParticipantYou have to look at it on a mobile phone. I'm on Android.
styzer
ParticipantThank you for your reply, Anita. You realize though that whether there is text or not, the image should resize? That would be ideal.
Thanks!
July 27, 2019 at 2:30 pm in reply to: News Pro – remove "Header Right" to have full-width header #492632styzer
ParticipantThat worked. I was able to explore and test better on the clone without disrupting the live site.
Using your code and editing the CSS accordingly (I had modified some parameters in the file), I was able to have the header behave like I wanted : full width image.
Thanks again for your help!
Andre
July 27, 2019 at 12:15 pm in reply to: News Pro – remove "Header Right" to have full-width header #492630styzer
ParticipantI've installed a clone of my site and will experiment with this. Thank you again, I'll report if I find a solution.
Andre
July 27, 2019 at 11:23 am in reply to: News Pro – remove "Header Right" to have full-width header #492629styzer
ParticipantThank you Victor, I did try with removing the widget, unsuccessfully. I also used the code you sent, and it removed the widget content, yes. However, the header image I had uploaded to display, that won't show.
Could this be the culprit?
//* Add support for custom header add_theme_support( 'custom-header', array( 'header_image' => '', 'header-selector' => '.site-title a', 'header-text' => false, 'height' => 230, 'width' => 1140, ) );
Regards,
Andre
styzer
ParticipantThank you Anita! That was outstanding help! 🙂
I will wait before going to version 3, as there were some issues last time I checked on the Facebook group a couple weeks back. It looks like it could again break the site. True or false?
Regards,
Andre
styzer
ParticipantThank you Anita, will that upgrade Genesis to 3.x just as easy?
I meant that WordPress auto-updated. 🙂
Thanks!
-
AuthorPosts