Forum Replies Created
-
AuthorPosts
-
Genesis Developer
MemberJanuary 6, 2017 at 6:29 am in reply to: Blog Summary Questions for Home Page – Masonry Layout, Excerpt Length #198850Genesis Developer
MemberGenesis Developer
MemberWhat is your site URL?
January 4, 2017 at 6:38 am in reply to: Change Meta Information Labels in Genesis Featured Posts Widget #198738Genesis Developer
MemberYou will enter this into post info input box
[post_tags sep=", " before="Tags: "]
Genesis Developer
MemberAbove code have some typo problem. Replace this text footer-ad-sectio with footer-ad-section
Genesis Developer
MemberI wrote this tutorial for GBEAVER theme. But it will give you some idea.
Genesis Developer
MemberInstall the genesis sample theme and add your custom codes, css, js etc.
December 22, 2016 at 9:42 pm in reply to: Show active state on Parent Menu item when viewing sub-page #198021Genesis Developer
MemberAre you wanting this? See this link http://demo2.genesisdeveloper.me/shop-pro/skin-3/product-category/table/
Genesis Developer
MemberI always prefer Genesis Connect for WooCommerce plugin.
Checkout my two sites:
1. http://genesisdeveloper.me/shop-pro/
2. http://gbeaver.wpbeaverworld.com/shop (i kept it simple)
Genesis Developer
MemberAre you setup the WooCommerce? Are you created all WooCommerce pages and setup them from WooCommere -> Settings -> Product Tab?
If you add some products and your theme have inbuilt CSS for WooCommerce then your products will display at yoursitedomain/shop page. See the live demo here http://gbeaver.wpbeaverworld.com/shop/ . Shop, My Account, Cart, Checkout etc pages are automatically created by WooCommerce.
You do not need sub-domain and any other third party theme (storefront). Genesis is fully compatible with WooCommerce.
Genesis Developer
MemberRemove this CSS
.image-section .widget-wrap::before { border-bottom-color: #fff; border-top-width: 0; top: -20px; } .image-section .widget-wrap::before, .image-section .widget-wrap::after { border-color: transparent; border-style: solid; border-width: 0; box-sizing: border-box; content: ""; display: block; left: 0; position: absolute; width: 100%; } .image-section .widget-wrap::after { border-bottom-width: 0; border-top-color: #fff; bottom: -20px; }
October 3, 2016 at 11:20 pm in reply to: Smart Passive Income – How to add Front Page 1 widget to other pages #194193Genesis Developer
MemberGenesis Developer
MemberMoved genesis_create_initial_layouts() to the genesis_setup hook. Possible breaking change, in order to ensure compatibility with WordPress 4.7+.
October 3, 2016 at 10:53 am in reply to: Child theme Wellness – how to make the background pictures slide? #194168Genesis Developer
MemberOctober 2, 2016 at 10:33 pm in reply to: Genesis Sample: How to create text and a button on featured image? [Pic Example] #194145Genesis Developer
MemberTry Beaver Builder Lite Version Plugin from WordPress repository.
Genesis Developer
Memberin_category() is not a conditional function. So you are getting the 500 error. It would be is_category('4'). Try once.
Genesis Developer
MemberI spent some hours and created this http://genesisdeveloper.me/adding-sticky-menu-effect-daily-dish-pro-theme/ .
Genesis Developer
MemberSeptember 20, 2016 at 12:40 pm in reply to: How to remove the white space between Header and Nav Bar? #193434Genesis Developer
MemberI think that your right side's widget area is creating the issue. Check CSS or widget settings once.
Genesis Developer
Memberadd this at end of the above code
<div class="clearfix"> </div>
-
AuthorPosts