Forum Replies Created
-
AuthorPosts
-
brookelustigMember
I was wondering about this as well! I tried layer slider but it's really bloated.
brookelustigMemberSweet, that was exactly it! Thank you for the help!
brookelustigMemberHi Victor,
Great resource, so I assume what I would need is to create a wrap for
genesis_entry_content
? Do you have any advice on how I would accomplish this?Thank you again!
Brooke
brookelustigMemberYep, cleared the cache and still no luck. Thanks for taking the time to help, I have submitted the question to that forum. Hopefully, Wes will have an answer on how to solve this.
Thanks again.
brookelustigMemberHi Andy,
Exactly, I am trying to widen the gray content box on the page (http://traveltopspot.com/5575-2/) to cover the full screen in width. I have changed the max width to 1600px and played around with the different sections expanding the width to 100% but can't get seem to get the content box go any wider.
brookelustigMemberHi Andy, I removed everything but the content box and I am still not able to make it cover the full screen in width. What I am missing?
Thanks again for all your help!
Brooke
brookelustigMemberAnyone know how to accomplish this? Have been banging my head against the wall for a while now:)
brookelustigMemberOh my bad:) Here is my message.
Hi Andy,
Tried (width: 100%;) but no luck.
Here is a url of a example page (on the bottom of page, is a grey content box taht I am trying to get to cover the full screen in width), http://traveltopspot.com/5575-2/
Any other ideas or tips?
Thank you for your help.
Brooke
brookelustigMemberThis reply has been marked as private.January 23, 2017 at 6:10 pm in reply to: How to create page section with different background color and images full width #199902brookelustigMemberDoes anyone know how to replace the background color for the content box with an image instead?
Cheers,
Brooke
brookelustigMemberLol thanks Susan:) Omg thank you Victor! Saved my day:) One last issue I’m trying to solve is formatting the page around my inserted shortcode. As you can see here on my website http://www.bokanet.se/16-2/ the content is fine one the first tab but becomes a little out of place when you click on different tabs. Why is that? Do you know how I could solve that?
I copied the style from code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css
Once again thank you for your time and help!
Brooke
brookelustigMemberThis reply has been marked as private.brookelustigMemberHi Brad, I tried the jquerey one but the tab dosen't show for some reason. Do you know if the wpsites code would let me add the tabs on posts or would they be hardcoded to the template?
Thank you
brookelustigMemberStill banging my head against the wall with this ..could anyone point me towards the right direction, please?
brookelustigMemberHi Mike, thank you for your advice, so I copied the following to the style css and added the class to my html and image but nothing happens...any tips?? I only have very basic knowledge about html and css so any advice would be so helpful!
.theme-wrap {
background: rgba( 0, 0, 0, 0.9 );
color: #fff;
display: block;
height: 100%;
left: 0px;
opacity: 0;
padding: 20px 40px;
padding: 2rem 4rem;
position: absolute;
top: 0px;
text-align: center;
width: 100%;
}brookelustigMemberI also tried adding the add_filter( 'widget_text', 'shortcode_unautop'); add_filter( 'widget_text', 'do_shortcode'); on front-page.php but that doesn't help either. Can't figure why it's not working, anyone with any advice?
brookelustigMemberHi Ren, nothing is showing at all. It's not rendering anything. I'm trying to add a search form with a plugin using the code [sabai-directory-search-form]. The shortcode is working everywhere else expect the home widgets. My site is vvskatalogen.se
Any help would be much appreciated I have been banging my head on the wall these past days
brookelustigMemberHi Brad, I saw this code earlier when I did research here at the forum but for some reason it's not working for me. I can't figure out what I'm doing wrong. What I'm a missing? The short code is working everywhere else expect the home widgets.
I added the code right before the end of the child functions php and posted the short code in a text widget. Below is the end of the child functions php.
Thank you for taking the time!
//* Add support for 3-column footer widgets add_theme_support( 'genesis-footer-widgets', 1 ); //* Add support for after entry widget add_theme_support( 'genesis-after-entry-widget-area' ); //* Relocate after entry widget remove_action( 'genesis_after_entry', 'genesis_after_entry_widget_area' ); add_action( 'genesis_after_entry', 'genesis_after_entry_widget_area', 5 ); //* Register widget areas genesis_register_sidebar( array( 'id' => 'home-section-1', 'name' => __( 'Home Section 1', 'parallax' ), 'description' => __( 'This is the home section 1 section.', 'parallax' ), ) ); genesis_register_sidebar( array( 'id' => 'home-section-2', 'name' => __( 'Home Section 2', 'parallax' ), 'description' => __( 'This is the home section 2 section.', 'parallax' ), ) ); genesis_register_sidebar( array( 'id' => 'home-section-3', 'name' => __( 'Home Section 3', 'parallax' ), 'description' => __( 'This is the home section 3 section.', 'parallax' ), ) ); genesis_register_sidebar( array( 'id' => 'home-section-4', 'name' => __( 'Home Section 4', 'parallax' ), 'description' => __( 'This is the home section 4 section.', 'parallax' ), ) ); genesis_register_sidebar( array( 'id' => 'home-section-5', 'name' => __( 'Home Section 5', 'parallax' ), 'description' => __( 'This is the home section 5 section.', 'parallax' ), ) ); add_filter( 'widget_text', 'shortcode_unautop'); add_filter( 'widget_text', 'do_shortcode'); //* Customize the credits add_filter( 'genesis_footer_creds_text', 'sp_footer_creds_text' ); function sp_footer_creds_text() { echo '<div class="creds"><p>'; echo 'Copyright © '; echo date('Y'); echo ' · VVS KATALOGEN'; echo '</p></div>'; }
brookelustigMemberNarrowed it down to either Altitude pro or Parallax pro..what's the major differences between them two (cons/pros)? Is altitude an updated version of parallax? Any feedback from users who have tried both would be much appreciated.
brookelustigMemberHi Christopher, I'm trying to create a review site with a lot of user generated content and profiles. The design I had in mind is something like this http://www.glassdoor.com (except the slider). Another more advanced example is http://www.truelocal.com.au but that might be over my league:) Any tips on a child theme?
-
AuthorPosts