This topic has 5 replies, 3 voices, and was last updated 9 years by Convert702.
-
Author
-
December 30, 2014 at 23:18 #40750anywhererideParticipant
I am still having the same error after trying to do everything in Facebook page developer
please helpGiven URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.
December 31, 2014 at 10:44 #40768LauraModeratorHello, what is the url and where are you placing it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 31, 2014 at 16:55 #40799anywhererideParticipantsame here I got it to work
can you help me how to change the logo and color of the create new account i don’t think a heart is suitable for a car rental LOLthanks
January 1, 2015 at 12:15 #40838LauraModeratorHello, try this:
All in child theme.
Functions.php :COPY CODEadd_action('after_setup_theme','kleo_my_hearts_actions'); function kleo_my_hearts_actions() { /* Replace the heart over images */ add_filter('kleo_img_rounded_icon', 'my_custom_icon'); /* Replace the heart from register modal */ add_filter('kleo_register_button_icon', 'my_custom_icon_register'); /* Replace the heart from About us widget */ add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget'); } /* Replace the heart with a camera icon function */ function my_custom_icon () { return 'camera'; } /* Replace the heart from register modal with a user icon function */ function my_custom_icon_register () { return 'user'; } /* Replace the heart from about us widget with a user icon function */ function my_custom_icon_about_widget () { return 'user'; }
Style.css
COPY CODE.circular-item .hearts { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 29, 2015 at 11:33 #56574Convert702ParticipantHello,
I’m also getting the error…Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.
The Facebook API version is v2.3
Does that make a difference?
What should I do.
Regards
April 29, 2015 at 12:10 #56577Convert702ParticipantResolved.
Just had to reread the error. I corrected in the FB APP.
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.