Forum Replies Created
-
Author
-
willypunchParticipant
Hi Andrei,
Is it difficult to change this through the javascript code?
Thanks,
willypunchParticipantHi Radu,
I have a question about the responsive menu. On desktop when resizing the browser window and in the mobile menu, if there is a sub menu you can hover over the link/caret to show the sub menu. What is the best way to make it so that only click works instead of hover?
Kind regards,
willypunchParticipantHi Radu,
I also have a question about the Facebook login. If you try to log in for the first time the redirect works correctly. however if you try to sign in another time with the same Facebook account the redirect didn’t work for me. Please can you see if that happens for you?
Kind regards,
willypunchParticipantHi Radu,
Thanks for the help.
I have a question with regards to the Kleo like feature. I have now created a custom page template which I use database functions to get some post data which I wanted to show. From the database query I use a foreach loop to print the data. What I wanted to do was also call the like feature. I tried this:
do_action(‘kleo_show_love’);
This appears and I can click it to increment the like count however, it will update every post in the foreach loop that I am calling.
The HTML looks a bit like this:
<span class=”item-likes-count”>1</span> <span class=”item-likes-postfix”></span>
I think the problem is that whenever I call ‘kleo_show_love’ the HTML which is produced always gives the same id:
id=”item-likes-7142″
Is there any way I can pass this through on my custom template?
Thanks
willypunchParticipantHi Radu,
Thanks for the help. I will try to make the templates with the resources you sent.
I have a question though, I couldn’t find where the posts are being generated. For example if I add text or code from single.php nothing would make a difference to the output on the front end. Is there any specific files I need to check?
Also do you have any suggestions about the Facebook login I mentioned in my original message?
Kind regards
-
AuthorPosts