Forum Replies Created
-
AuthorPosts
-
Davinder Singh Kainth
MemberYou can hide text part for mobile user.
1. In style.css file below following...
@media only screen and (max-width: 800px) {
2. Add this...
.content .entry-header, .content .entry-content { display: none; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberText isnwidgets is search friendly.
If you want to remove widgetized front-page and use specific page as homepage:
1. Either remove all widgets in front widgets and then set page as home.
2. OR rename front-page to old-front-page.php and then set page as home.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
Member1. Following code in funtions.php file define image size.
/** Add new image sizes */ add_image_size( 'grid-thumbnail', 270, 100, TRUE );
You can change it and / or add new images sizes (refer - https://my.studiopress.com/snippets/images/)
2. After making changes, remember to regenerate images using https://wordpress.org/plugins/regenerate-thumbnails/
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberRefer - http://www.netmediablog.com/7-best-floating-social-share-plugins-for-wordpress
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberThis can be good starting point - https://sridharkatakam.com/how-to-replace-entry-title-heading-tag-for-a-specific-featured-post-widget-using-gfpc/
As such, why you want to change? This is fine structurally.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesMarch 13, 2016 at 9:22 am in reply to: Genesis Child Theme is Not the Same as WordPress Child Theme #181338Davinder Singh Kainth
MemberChild theme only contain style + functions that specific to that child theme's look and functionality. Rest all is pulled from Genesis Framework (parent theme).
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberStep 1 adds extra space on either side.
Step 2 removes that space for tablet and mobile users.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberHave you seen https://www.imagely.com/ ?
These are for photography niche.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberYou would need a custom theme.
However, for shopping cart you can explore options like: Easy Digital Download or WooCommerce
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberAdd this
.full-width-content .content { padding: 0; }
Below
@media only screen and (max-width: 768px) {
It will remove extra space / padding for tablet and mobile users.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
Member1. Set the default background image position to top right.
2. Or load a different background image for media queries.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberMost easy method is uploading double the display size logo image and restricting its size via css.
Ref:
http://natedesignsstuff.com/adding-retina-support-logo-genesis-framework/The Right Way To Add A Retina Ready Logo To Your Genesis Child-Theme
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberGood idea.
Best would be, submit this here - http://www.studiopress.com/contact/
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberThanks for the info.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
Member1. In style.css file change...
.full-width-content .content { width: 100%; }
to...
.full-width-content .content { width: 100%; padding: 0 20%; }
2. Then add following in media queries to disable above added padding value
.full-width-content .content { padding: 0; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberLooks good!
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberTry following code
.nav-primary a { margin-left: -3px; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberCan you share website url?
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberFollowing code in style.css file should be enough for changes that you are trying to make
.home .site-header { display: none; }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesDavinder Singh Kainth
MemberSearch box is here - http://www.studiopress.community/
Above "Forums" "topics" "Posts" titles.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes -
AuthorPosts