Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #88914
    Defur
    Participant

    Hello there!

    I’m using Catch Flames both as a site for the browser but also imbedded within a app game. I wanted to add the social media buttons to make it easier for the users to connect to them but right now when the app starts and the embedded browser of the site is loaded it brings up the “Go to external site?” pop-up on iOS.

    Does anyone know if it’s possible to have them there and when the page is loaded, they aren’t automatically clicked?

    Either that or if it’s possible to only have the Social Media Links one specific pages so I can have them only on the front page instead.

    #88918
    Mahesh
    Keymaster

    @defur: I don’t really understand, what do you mean by embedded in app game. Does the normal site on browser gives same problem? If not, the issue is due to the embedding to app.
    For displaying Social links on front page only, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    .widget.widget_catchflames_social_widget {
        display: none;
    }
    
    .home .widget.widget_catchflames_social_widget {
        display: block;
    }

    Regards,
    Mahesh

    #88920
    Defur
    Participant

    Sorry, I was too quick on my feet! Apparently someone had changed the site during the same time I was so the problem wasn’t because of the social media links. Thanks for help though, I will make sure to use it on the other pages.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable Social Links on certain pages?’ is closed to new replies.