Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #42645

    When I add the social widget to the header right it looks squished like this and my gallery shows only 2 pics across.
    Header with Social

    Here it is without and with 3 pics across gallery.

    without social

    Is there a way to fix this and make the page have 3 pics across and the social icons displayed properly at the top right?

    http://interiorsalvagedesign.com/

    Many thanks!

    #42656
    Sakin
    Keymaster

    @interiorsalvage: I think there is problem with the custom social icon link image url. Why there is extra code after your image url like ?c20ce4. See this http://interiorsalvagedesign.com/wp-content/uploads/pinterest-logo.png?c20ce4 . So, in this case there is only two ways to solve it. One is just remove all the image URL in the Custom Social icon and then user our own predefined social icons.

    Or you need to build child theme. See this on child theme http://catchthemes.com/blog/create-child-theme-wordpress/. Then add the following code in your child theme functions.php file.

    function catcheverest_child_scripts() {
    	wp_dequeue_script( 'catcheverest-grey' );
    }
    add_action( 'wp_enqueue_scripts', 'catcheverest_child_scripts', 20 );
    #45778
    Habib
    Member

    Hello ,
    I am using cath everest them. All on a sudden my total theme got destroyed. There were some update in WP , was that the reason ? or I tried to put some youtube plugin on side bar. Need help how to resolve this , urgently :

    http://eyif.eu/

    Here is my site presently , distorted.

    #45780
    Sakin
    Keymaster

    @Habib: Your site looks totally destroyed. There is no style.css loading in your site. What have you added recently. Any iframe code or anything else. Just try to remove that and check in.

    #45782
    Habib
    Member

    hi Sakin ,
    Thanks for the prompt response , I have installed youtube plugins on the side bar , then removed it , but still the same. Not getting any clue , would you please help me , Im strugglling with this the whole day . If you want can give you the wp-access. Could you please give me your email address?
    Regards,
    Haib

    #45783
    Sakin
    Keymaster

    @Habib: Ok check your email.

    #45818
    Sakin
    Keymaster

    @Habib: I have fixed the issue. It was conflicting with your plugin with our style.css file. So, I have added prefix to our style and it’s working fine.

    #45830
    Habib
    Member

    I dont know How to thank you Sakin, Many many thanks . 🙂 Can I add the youtube plguins now again ?

    #45839
    Sakin
    Keymaster

    @Habib: Yes you can add in.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Social Widget moves header and pics’ is closed to new replies.