-
Author
-
September 29, 2014 at 23:38 #30149NTParticipant
Hello.
I would like a new administrator to answer this as I am now fed up and very disappointed by the lack of response for 2 weeks now since the original post.
The following is what I need resolved urgently please, no access to our site is required whatsoever.
3) Reasons to Join page (from the sweetdate demo), the 3 images in the circle, I don’t want these to open in a lightbox, I want them just static images, NOT a link.
Reference: Exactly the same ‘Reasons to Join’ page as your demo.4) I have put an image in the header which doesn’t work well on mobile. Is there code which tells a mobile device not to load the header image?
5) Where can I change this text…
“Your avatar will be used on your profile and throughout the site. If there is a Gravatar associated with your account email we will use that, or you can upload an image from your computer.”Kind regards.
October 1, 2014 at 18:51 #30364CatalinModeratorHello,
3. Add this to your functions.php file from your child theme:
COPY CODEfunction kleo_img_rounded( $atts, $content = null ) { extract(shortcode_atts(array( 'src' => '', 'class' => '', 'link' => '' ), $atts)); $output = '<div class="circle-image '.$class.'">'; $output .= ' <a> <span class="overlay"></span> <span class="read"><i class="icon-'.apply_filters('kleo_img_rounded_icon','heart').'"></i></span> <img src="'.$src.'" alt="" /> </a> </div>'; return $output; }
4. take a look here:
http://stackoverflow.com/questions/16550485/hide-div-tag-on-mobile-view-only
the picture needs to have a class or id to be ble to select it… if you send me a link to your website with the picture added I will provide you the code needed
5. that string comes from buddypress plugin and can be changed using: https://wordpress.org/plugins/codestyling-localization/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.