Forum Replies Created
-
AuthorPosts
-
sapanaParticipant
@healyourliving: Catch Infinite Scroll Let me know if you find any difficulty while using the plugin or have any queries.
Kind Regards,
SapanasapanaParticipant@valelotartaro: Glad to know that you figure it out.Have a good day:)
Kind Regards,
SapanasapanaParticipant@knudkp: In your above code you have miss the (;) and also not remove comment (/**/) due to which your code wasn’t running well. I have corrected and uploaded the code please use this code. Before using code make sure you are working on child theme. I strongly prohibited to make any modification in parent theme. You can use Generate child theme plugin to create child theme.
/** Stop login form shake on error */ function my_login_head() { remove_action('login_head', 'wp_shake_js', 12); } add_action('login_head', 'my_login_head'); /** Stop login form error msg. */ function no_wordpress_errors(){ return 'Something is wrong!'; } add_filter( 'login_errors', 'no_wordpress_errors' ); /** Stop login form and its lost password */ function remove_lostpassword_text ( $text ) { if ($text == 'Lost your password?'){ $text = ''; } return $text; } add_filter( 'gettext', 'remove_lostpassword_text' );
Let me know if this works out!
Kind Regards,
SapanasapanaParticipant@drghazal: can you please post in your site URl so that I can look into that issue.
Kind Regards,
SapanasapanaParticipant@galaxyglinda:There seems to be issue with the blog page header image, it will be fixed in new update I will let you know after the new update is release.
Kind Regards,
SapanasapanaParticipant@galaxyglinda: Lower image occur due to the meta-box feature called Single page/post Image layout.
Go to=> Page/post=> Edit page/post=> Rock star pro options=> Single page/post Image Layout=> Disable it.
can you please check it once, let me know if this works out!Kind Regards,
SapanasapanaParticipant@galaxyglinda:
step 1:Go to=> Appearance=> Customize=> Enable Featured Header Image On=> Entire site, Page/Post Featured Image
step 2: Go to=> Page/post=> Edit page/post=> Rock star pro options=> Header Featured option=> EnableLet me know if this helps you out!
Kind REgards,
SapanasapanaParticipant@healyourliving: Yes you can do infinite scroll without showing the older post pagination, loader will appear due to which you will be able to see all the post in one page. Please install the plugin and let me know if you find any difficulty.
Kind Regards,
SapanasapanaParticipant@abisbee: This option is not available in the theme, you will need to use a suitable plugin from the WordPress Plugin repository.
Kind Regards,
SapanasapanaParticipant@feltfanatic: Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code
.menu-header-container a { font-size: 18px; }
Let me know if this works out!
Kind Regards,
SapanasapanaParticipant@klevinberg: please post in your site URL so that I can look into that issue.
Kind Regards,
SapanaFebruary 13, 2019 at 12:49 am in reply to: Logo, text and tagline – resizing information needed #165744sapanaParticipant@tomavatarws-com:/To decrease the logo size*/
Go to=> Appearance=> Customize=> Additional CSS and add the following CSS codesite-logo a { max-width: 50%; }
I suggest you to use the arrow image of smaller height so that it will be possible to visitors to see more of slideshow area.In other hand you can also use the site title and tagline area instead of arrow image to show the text.
Let me know if this helps you out!Kind Regards,
SapanasapanaParticipant@tattoo-tom: In order to place the social media icon in header top you need to hire a customizer to get it done. If you want to remove the white space of the footer area then
Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code.widget { padding-top: 0px; } #catch_web_tools_social_icons-2 { padding-top: 0px; padding-bottom:0px; } #site-generator{ padding-top:0px; } .wrapper{ padding-top:9px !important; }
Let me know if this works out!
Kind Regards,
SapanasapanaParticipant@mzulli: Glad to know that you figure it out. Have a good day:)
Kind Regards,
SapanasapanaParticipant@knudkp:If you want to make any changes in theme I suggest you to make modifications via child theme. If done so, the changes will not be lost after update. Please put the code in child theme’s functions.php file and Let me know if this works out or not?
Kind Regards,
SapanasapanaParticipant@drghazal: Go to=> Appearance=> Customize=> Additional CSS=> add the following CSS code
.site-header-main { position: absolute; }
Let me know if this works out!
Kind Regards,
SapanasapanaParticipant@reddragon1989:Yes we have the feature to enable the header image in other page excluding home page in pro version. Feature to edit the footer is available in the pro but unfortunately adjusting its size isn’t available. You can check out features available in pro version.
Kind Regards,
SapanasapanaParticipant@feltfanatic:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code
.sb-selector:link, .sb-selector:visited, .sb-selector:hover { color:#000000 !important; } .widget.widget_nav_menu .sb-holder, .sb-options { background-color: #000000 !important; }
You can change the color as per your requirement.
Let me know if this helps you out!
Kind Regards,
SapanasapanaParticipant@valelotartaro: Please post in your site Url so that I can look into that issue.
Kind Regards,
SapanasapanaParticipant@valelotartaro: Please post in your site URL so that I can look into that issue and provide you with possible solution.
Kind Regards,
Sapana -
AuthorPosts