Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #281722

    Hi,
    I have some issues with the enfold theme, which actually is the greatest i worked with! I hope u can help me out…
    1. I installed “Custom Facebook Feed”, tried to copy and paste the shortcode as a text-element but nothing appears. How can i solve the problem?
    2. I put a dark background behind me slider, at the pc i’ve got no problems and everything looks great, but looking at a mobilephone the background is way to big in height. Is it possible to set the background responsive in height, so it gets smaller at a small display?

    http://www.oldmencrew.com/

    Would be very glad for help guys! Thanks

    #281798

    Hey!

    1. Please contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is beyond the support scope we offer. You can also contact a developer to help you debug the plugin.

    2. Try adding this code to the Quick CSS:

    @media only screen and (max-width: 480px) {
    .avia-slideshow {
        margin: 0;
    }
    main.template-page.content.twelve.alpha.units {
        margin-bottom: 0;
    }
    }

    Best regards,
    Josue

    #282459

    Thanks for ur help Josue,

    I could solve the problem with the background and I didn’t know the plugin isn’t working with ur theme. Is there any facebook-plugin working with the enfold theme? I’m thinking about integrating an activity feed on the homepage.

    #282647

    Hi!

    Just to discard, have you tried the Custom Facebook Feed plugin with the default WordPress theme activated?

    Cheers!
    Josue

    #282707

    Yes i tried already, but i couldn’t make it work….

    #282709

    Then it’s something with the plugin configuration, i suggest going to the plugin author support page:
    http://wordpress.org/support/plugin/custom-facebook-feed

    Cheers!
    Josue

    #374401

    the Plugin you posted (Custom Facebook Feed) is not compatible with the Enfold Theme.
    The theme also does not take the standard code from Facebook.
    Tried it with an iFrame, however, Endfold makes the background transparent so it doesnt look right unless the background is white
    Screenshot: http://62d.14e.myftpupload.com/wp-content/uploads/facebook-feed-enfold.jpg

    Backup code
    <iframe style=”border: none; overflow: hidden; height: 590px;” src=”//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fbigboytravel&width&height=590&colorscheme=light&show_faces=true&header=true&stream=true&show_border=true&appId=191082264289940″ frameborder=”0″ scrolling=”no”></iframe>

    #374610

    Hi!

    Try to create your own facebook likebox app here then us the text widget to add the code: https://developers.facebook.com/docs/plugins/like-box-for-pages

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.