Forum Replies Created

Viewing 20 posts - 581 through 600 (of 1,154 total)
  • Author
    Posts
  • in reply to: Clean Portfolio Pro blog infinite scroll #165887
    sapana
    Participant

    @healyourliving: Catch Infinite Scroll Let me know if you find any difficulty while using the plugin or have any queries.

    Kind Regards,
    Sapana

    in reply to: Related products font size #165886
    sapana
    Participant

    @valelotartaro: Glad to know that you figure it out.Have a good day:)

    Kind Regards,
    Sapana

    in reply to: Changes in functions.php doenst seem to work #165835
    sapana
    Participant

    @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,
    Sapana

    in reply to: Fotografie Pro header flickering #165834
    sapana
    Participant

    @drghazal: can you please post in your site URl so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Featured image not displying on Posts page #165833
    sapana
    Participant

    @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,
    Sapana

    in reply to: Featured image not displying on Posts page #165829
    sapana
    Participant

    @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,
    Sapana

    in reply to: Featured image not displying on Posts page #165822
    sapana
    Participant

    @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=> Enable

    Let me know if this helps you out!

    Kind REgards,
    Sapana

    in reply to: Clean Portfolio Pro blog infinite scroll #165820
    sapana
    Participant

    @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,
    Sapana

    in reply to: button to share page to Facebook #165815
    sapana
    Participant

    @abisbee: This option is not available in the theme, you will need to use a suitable plugin from the WordPress Plugin repository.

    Kind Regards,
    Sapana

    in reply to: Mobile menu #165812
    sapana
    Participant

    @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,
    Sapana

    in reply to: site logo to the left of title and tag line #165745
    sapana
    Participant

    @klevinberg: please post in your site URL so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Logo, text and tagline – resizing information needed #165744
    sapana
    Participant

    @tomavatarws-com:/To decrease the logo size*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    site-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,
    Sapana

    in reply to: Social Icons #165742
    sapana
    Participant

    @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,
    Sapana

    in reply to: Remove search from mobile menu #165737
    sapana
    Participant

    @mzulli: Glad to know that you figure it out. Have a good day:)

    Kind Regards,
    Sapana

    in reply to: Changes in functions.php doenst seem to work #165736
    sapana
    Participant

    @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,
    Sapana

    in reply to: Fotografie Pro header flickering #165734
    sapana
    Participant

    @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,
    Sapana

    in reply to: Header Consistancy #165680
    sapana
    Participant

    @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,
    Sapana

    in reply to: Mobile menu #165677
    sapana
    Participant

    @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,
    Sapana

    in reply to: Single product image #165670
    sapana
    Participant

    @valelotartaro: Please post in your site Url so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Related products font size #165669
    sapana
    Participant

    @valelotartaro: Please post in your site URL so that I can look into that issue and provide you with possible solution.

    Kind Regards,
    Sapana

Viewing 20 posts - 581 through 600 (of 1,154 total)