-
Author
-
January 17, 2017 at 16:52 #149992
dtalton1607
ParticipantI followed your code edit found here (https://archived.seventhqueen.com/kleo/article/show-featured-image-full-width-content-area) for placing featured images above the content area, however the image also displays in the content area’s default location for the featured image. So what I end up getting is two displays of the same featured image in the post. How would I only show the full-width above-content area featured image?
January 18, 2017 at 06:05 #150066Laura
ModeratorHello, can you share a screenshot of the picture that you want to hide?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 18, 2017 at 06:07 #150069dtalton1607
ParticipantHi Laura,
Yes I certainly can. Let me grab that for you and I will add it to this post chain.
January 19, 2017 at 23:37 #150248dtalton1607
ParticipantAs you can see the code produces the featured image in full-width format above the content, but also leaves another instance of the featured image where it usually displays in the content.
January 23, 2017 at 02:01 #150476Laura
ModeratorHello i see now, please share access and i will give you the proper css code 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2017 at 16:05 #150509mgkdes2001
ParticipantLaura,
I’m trying to get in touch with you!!!!
I don’t know how to create a new topic on this forum.
Need to resolve something ASAP PLEASE, and I even e-mailed you directly yesterday and a few weeks back.
I purchased additional support when I bought KLEO, and not getting it.Hi Laura,
Tried to e-mail you last week…but no response.
I’m having a hard time with this issue as well.
This is the first time I am doing my own website, and my provider asked me to reach out to you.I read thru this post.
The best way I find for myself to make this work is have the User start with purchasing a Membership, and at the Membership Confirmation page – add a button that links to the new User’s ‘edit profile’ page. The ‘edit profile’ is the same information as ‘register’. The issue I’m having is providing the correct URL link for a new user in the KLEO button.
Once this is figured out, then go to Login box to redirect ‘Create an Account’ to ‘Membership Levels’.
This process provides a seamless way of having the User pick a plan and edit User profile, without having to worry about new users who just ‘Register’ access everything without paying for it.
Please help, as I’m trying to launch this website in the next 1-2 weeks!
NEED HELP TODAY!!!!!
If you can e-mail directly at admin@shareyourdatingstories.com and mgkdes2001@msn.com, I would be most appreciative.
Michelle
January 23, 2017 at 20:16 #150543dtalton1607
Participantlooks like someone has joined my post to draw your attention elsewhere. I’m not sure if they will now see my private reply as I can see theirs, so please reference my other post (Member Carousel) for the login credentials.
January 26, 2017 at 08:13 #150846Laura
ModeratorHello, sorry for the late reply, what do you think about this idea?
There is a plugin that forces users to complete their profile once they register, so, after they login, they would be redirected to their profile page to fill their fields.
The plugin is:
https://wordpress.org/plugins/bp-force-profile/To change the create an account link, follow these steps:
Go to wp-content/themes/sweetdate/page-parts and copy the file general-login-modal.php
Now go to wp-content/themes/sweetdate-child/ create a folder and name it page-parts and then paste general-login-modal.php there.Edit general-login-modal.php and find:
COPY CODE<a href="#"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a>Replace with
COPY CODE<a href="URL TO YOUR MEMBERSHIPS LEVEL PAGE"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a>And add the url
Again, i am very sorry for the late reply, hope this helps
Let me know 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 1, 2017 at 18:16 #151627dtalton1607
ParticipantCan I please get a reply to my question (the one about duplicate featured images that this post was originally intended for before being hijacked by another person who had a completely different topic)?
Also in the future please stress with other members that if they have problems they need to create their own ticket instead of taking over someone else’s. It creates unnecessary issues and is quite frankly rude.
Thank you.
February 3, 2017 at 13:13 #151822Laura
ModeratorHello, of course, i am so sorry about that, tried to add the code but it didnt work, can you add it back? i will delete the duplicated image
To delete the code, edit the code i added at functions.php of child theme.
I addedCOPY CODEadd_action('kleo_before_main', 'sq7rdu_show_featured_before_content'); function sq7rdu_show_featured_before_content() { if (is_single()) { if (has_post_thumbnail()) { echo '<div class="fullwidth-image-before-content">'; echo the_post_thumbnail('full'); echo '</div>'; } } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2017 at 20:16 #152165dtalton1607
ParticipantHi Laura,
It’s no problem at all. Having a post change topic like that creates issues which is why support post hijacking is so frustrating. I don’t blame you by any means.
The code you suggested was what I already have in my functions.php file and is creating the duplicate featured image. I did open the file and remove the code snippet you installed, but left the snippet I had entered previously. Sadly the duplicate featured image remains an issue.
Any other thoughts on how we can fix this?
February 8, 2017 at 15:45 #152353Laura
ModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE.article-media img:first-child { display: none !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionFebruary 10, 2017 at 12:53 #152595Laura
ModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 10, 2017 at 17:37 #152639Laura
ModeratorAlso, please rate us 5 stars at themeforest, it would help a lot!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.