Forum Replies Created
-
AuthorPosts
-
Davinder Singh Kainth
MemberPrivate replies are only visible to forum moderator.
If you wish to send private message, email it.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberTo re-position, you need to modify code in front-page.php
More easier method would be creating a new widget area and use that for slider.
http://www.basicwp.com/add-new-widget-genesis-homepage/
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberIf you install an SEO plugin, Genesis SEO settings are disabled by default and allows plugin to take over.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberHere...
rgba(0,0,0,0.2)
0,0,0 is code for black color
0.2 is opacity value.For white one would use
rgba(255,255,255,0.2)
Got it?
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberIn style.css file
change...
.responsive-menu-icon { cursor: pointer; display: none; margin-bottom: 10px; text-align: center; }
to...
.responsive-menu-icon { cursor: pointer; display: none; margin-bottom: 30px; text-align: center; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberLooks like you got that working?
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberIn style.css file
change...
.site-inner { clear: both; margin-top: 77px; padding: 10% 45px; padding-bottom: 10px; }
to...
.site-inner { clear: both; margin-top: 77px; padding: 10% 5%; padding-bottom: 10px; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberWelcome to the Genesis club. Glad you are liking it!
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
Member1. To remove black tint. In style.css file:
change...
.image-section { background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 ); display: table; overflow: hidden; table-layout: fixed; width: 100%; }
to...
.image-section { display: table; overflow: hidden; table-layout: fixed; width: 100%; }
2, Check functions file for code used for other widgets areas. Duplicate it as per requirement.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberHave you tried clicking "Updates" button under "home"?
If still does not work:
1. Check with WPEngine support, their hosting config may be blocking update notification.
2. Last resort is manual update via ftp.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberDefinitely no-index them. I personally always do that.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberI do see "disqus" comment form loading fine here - https://problogid.com/memulai-dengan-wordpress/
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberNormally, category pages and tag pages are no-index. No issue with that.
I thought you were referring to sub-page of a page, no need to "no index" that. But now I understand, you were not referring to that 😉
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberYou should see update notification in WP Dashboard at the top. If not, go to Home > Updates and click "Check Again" button
Screenshot below:
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberChange this...
.home-middle .featured-content .entry { border-bottom: 2px solid #eee; width: 20%; padding: 0 1%; }
to...
.home-middle .featured-content .entry { width: 19%; padding: 1%; margin: 0.5%; border: solid 1px #ccc !important; } .home-middle .featured-content .entry:hover { background: #ddd; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberStep 1. Change...
.home-middle .featured-content .entry:nth-of-type(6n+1) { clear: left; margin-right: 20px; }
to...
.home-middle .featured-content .entry:nth-of-type(6n+1) { clear: left; }
Step 2. Change...
.home-middle .featured-content .entry { width: 130px; border-bottom: 2px solid #eee; }
to...
.home-middle .featured-content .entry { border-bottom: 2px solid #eee; width: 20%; padding: 0 1%; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberIt depends on the content of sub pages. If they have unique content, then why no-index them?
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberJust click the update button to install Genesis theme update. Update won't affect any customization / changes that you may have done to the child theme - it only changes / affects the main parent Genesis Framework theme.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberI haven't explored that theme in detail. However, I understand that theme registers two menu areas: left and right side of the header. These menus are merged automatically when site is viewed in mobile view. Check the functions.php file for the relevant code. This involves php stuff besides css for styling.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberGlad you like it 🙂
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes -
AuthorPosts