Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Featured Slider Image Size (width) #245291
    Benoit
    Participant

    https://beautifulwomenhomage.com/

    1200×630 is the sharing standard for Facebook

    in reply to: Featured Slider Image Size (width) #245075
    Benoit
    Participant

    Hello, So there is no way to fix the height to fit the images? Mine have 1200x630px

    in reply to: Header Image disappear in Catch Responsive Pro #118545
    Benoit
    Participant

    I’ve added the condition in header.php myself. Hope this will be fixed. Many old posts in this forum have this issue.

    
        do_action( 'catchresponsive_before_content' );
    
        $myCurrentURL = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
        if($myCurrentURL != "zemanceleblegs.com"){
        ?>
        
        
        <div id="zeman-custom-header">
            <a href="http://zemanceleblegs.com" target="_blank">
                <img src="http://zemanceleblegs.com/wp-content/uploads/2017/05/zeman-celeb-legs-banner-wordpress-2017-05-11-1300x250px.jpg" alt="Zeman Celeb Legs Banner | Spring 05-2017" />
            </a>
        </div>
        
        <?php
        }
    
Viewing 3 posts - 1 through 3 (of 3 total)