Forum Replies Created
-
Author
-
mpitka
Participantmpitka
ParticipantI’m wondering that are we talking about the same carousel?
Here’s screenshot what I mean:
mpitka
ParticipantI don’t know why it does not work with me. Now there’s not any error messages, but still all these pictures are links.
mpitka
Participantnow it says:
“Parse error: syntax error, unexpected T_STRING in /homez.755/boorntdk/www/wp-content/themes/sweetdate-child/functions.php on line 3”😀
mpitka
ParticipantIt still craches and says: Parse error: syntax error, unexpected ‘}’ in /homez.755/boorntdk/www/wp-content/themes/sweetdate-child/functions.php on line 28
My site is http://www.boo.fi
mpitka
ParticipantMy functions.php looks like this:
<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*//**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*/?>
add_action(‘wp_footer’,’kleo_disable_profile_links’, 11);
function kleo_disable_profile_links() {
?>
<script>
jQuery(document).ready(function() {
jQuery(“.profile-thumbs a”).attr(“href”,”#”);
jQuery(“.profile-thumbs a”).on(‘click’, function(e) {
e.preventDefault();
});
});
</script>
<?php
}mpitka
ParticipantIt does not work 🙁 I get this error-message
Parse error: syntax error, unexpected ‘}’ in /homez.755/boorntdk/www/wp-content/themes/sweetdate-child/functions.php on line 29
mpitka
ParticipantNow I got my site to work as it was. But i don’t get this funtions.php code working. It’s still a link.
mpitka
ParticipantIt messed up my site. Now I’ts only a blank site when trying to go this URL. I tried to delete whole thing from funktions.php and still the same problem?
mpitka
Participantbut how can i have homepage whitout menus. I want menus to show only for registered users?
-
AuthorPosts