Forum Replies Created
-
AuthorPosts
-
vash
ParticipantHey Victor,
Thanks for checking.
This is the issue - it's almost random. Sometimes it shows up just fine; other times it shows up in that weird way. I've tried purging the cache too, but still have no joy.
vash
ParticipantCheers for your response, Brad.
Will this code end up displaying exactly the same content that's on the front page, or will I be able to modify text and images for a given page?
Will it be okay for me to create a new page template using only this code?
add_action( 'genesis_before_footer', 'duplicate_academy_front_page_widgets' ); function duplicate_academy_front_page_widgets() { if ( is_active_sidebar( 'front-page-6' ) ) { academy_do_widget( 'front-page-6' ); } }
Many thanks!
Vash
vash
ParticipantHey Victor. Not quite - I just want to load a background image for one half via CSS, and use text on the other half. I want the image to come in from the edge of the browser.
Does that make sense?
vash
ParticipantOkay great, cheers Anita!
vash
ParticipantCheers for your reply, Victor - much appreciated.
I tried doing this by using the 'Widget Shortcode' plugin, creating a custom HTML object in the widget shortcode section (the same custom HTML that's used for the home page). When I use the shortcode on a page however, it only gets the text and not the "floating background".
Any ideas?
vash
ParticipantAnita, you STAR! 🙂
Thanks ever so much!! It looks beautiful now! 😀
Thank you!!
vash
ParticipantDo you mean add this as custom CSS?
@media only screen and (max-width: 600px) { .mpp-home .content .featuredpost .entry { width: 100%; } }
vash
ParticipantSo, 3 products per row on desktop, but 1 per row on mobile
vash
ParticipantPrecisely! 🙂
I want it to only show 1 product per row, just like on the shop.
vash
ParticipantI added that css code to my theme's style.css file, but the portfolio page still isn't responsive 🙁
vash
ParticipantNot quite. I got the template code via Brad Dalton's site:
https://wpsites.net/web-design/portfolio-page-template-for-genesis/
April 5, 2018 at 11:21 pm in reply to: Changing Content Width – Works in "Inspect"; NOT in the Editor. #218679vash
ParticipantYES!!! Thanks very much, Victor! I really appreciate it! 🙂
What an amazing start to this beautiful day! It worked like a charm.
Cheers!
Vash
-
AuthorPosts