Posts

BX Slider

By Sogwap | September 17, 2017

Some Text Some More Text Even More Text

Two Tone Buttons 3

By Sogwap | September 16, 2017

Click Here Click Here Click Here Callout Module Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum…

Two Tone button

By Sogwap | September 16, 2017

Click Here Click Here

Wire Frames

By Sogwap | September 14, 2017

Here’s the CSS I used for these box shadows: .fl-module-content {box-shadow:0px 0px 5px #F00;} Our Services Communication Faecis horrifer caelo aere nisi. Piscibus coegit super lucis fuerat haec. Metusque locavit Read More Protection Congeriem posset: glomeravit sorbentur cetera nulli. Nullo nullo ripis caecoque cinxit Read More Growth Orbis mundo terram quam! Passim flamina vis silvas…

Park Mazda

By Sogwap | September 11, 2017

COURTESY SALE EVENT 587-860-1773 CLICK THE PLAY BUTTON BELOW AND WATCH HOW TO GET YOUR $2000 TRADE-IN BONUS VOUCHER

Remove Current Post

By Sogwap | August 27, 2017

Remove Current Post Filter Works within Layouts of Builder and Sidebar Recent Posts // Remove current post in Post Module and Recent Post Widget on Single Post pages add_filter( ‘fl_builder_loop_query_args’, ‘sogwap_exclude_current_post’ ); add_filter( ‘widget_posts_args’, ‘sogwap_exclude_current_post’ ); function sogwap_exclude_current_post( $args ) { if( is_singular( ‘post’ ) ) { $args[‘post__not_in’] = array( get_the_ID() ); } return $args;…

1 2 Posts

By Sogwap | August 19, 2017

Created with Post List Module. Create 2 columns. Column #1 – 66.66% (contaits post 1), Column #2 – 33.33% (which contains post 2 & 3) Disable all post attributes (excerpt, comments, etc) except image and title. Adjust margins/padding on row, column and module to 0px Here’s the CSS:

Overlapping Modules

By Sogwap | August 13, 2017

Overlapping Modules using Beaver Builder Some Text for Heading Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem…

Background Video

By Sogwap | July 4, 2017

Heading Some Text Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. OUR COMPANY…

My Team Page

By Sogwap | June 24, 2017

My Awesome Team Page I built this Team page using the BB Post (Gallery) Module. I then opened each team member page/post in a lightbox, using the code below which uses magnificPopup which is part of BB. Each team member is created as a single page (post or CPT) using the No Header/Footer template. I…