Forum Replies Created
-
Author
-
graphiteParticipant
comment out
COPY CODE/*add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 938, 9999 ); // Unlimited height, soft crop add_image_size( 'blog_carousel', $kleo_config['image_sizes']['blog_carousel']['width'], $kleo_config['image_sizes']['blog_carousel']['height'], true ); // hard crop for articles carousel*/
graphiteParticipantHi Radu
Thanks that works, but I still get 1 extra photo generated.
I upload a photo 3568*2378 and it generates additional photo with 768*512.
Any idea where this comes from?I commented ‘/*add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 938, 9999 ); // Unlimited height, soft crop
add_image_size( ‘blog_carousel’, $kleo_config[‘image_sizes’][‘blog_carousel’][‘width’], $kleo_config[‘image_sizes’][‘blog_carousel’][‘height’], true ); // hard crop for articles carousel*/’
Does that matter? will it cause any error?
ThanksAttachments:
You must be logged in to view attached files.graphiteParticipantIt seems even though I disable 100x 150x 320x in RtMedia, it still generates those 3 copies..
graphiteParticipantThanks, now I’m seeking the help from BuddyPress and will let you know whether I need further assistance from the theme.
CheersgraphiteParticipantYeah I know so I only keep functions.php and style.css.
Will be any other trouble if I delete others in Child theme? ThanksgraphiteParticipantHi
Both .buddypress #main and .directory #main work the same.
All background in Buddypress pages including Avtivity, Member, and Group are changed. However I want to change the background for Member page (buddypress member directory) only.
CheersgraphiteParticipantHi just notice that it changes all the background of Buddypress pages.
Is it possible to change the background of member directory only?graphiteParticipantThank you Laura.
It works.I use image so I edit as
COPY CODE.buddypress #main { background-image: url('') !important; }
graphiteParticipantThat is fine.
I think I will change back and use original ‘Members’ and ‘Activity’ instead because there are many other parts use those terms. πgraphiteParticipantHi it still looks wired.. even I tried add “” and .
Attachments:
You must be logged in to view attached files.graphiteParticipantHi I use <span> to solve the first question.
Would you please tell me how to create an unavailable item?graphiteParticipantCOPY CODE<p style=βfont-size:40px; color:#0095c2;β>$6.65 </p> <p style=βcolor:#0095c2;β>/ month</p><br/> <p style=βfont-size:18px; color:#fb2053;β><strong>Save 33%</strong></p> <li class=bullet-item>Unlimited Live Chat </li> <li class=bullet-item>Premium Support </li> <li class=bullet-item:unavailable>Create Groups </li> <li class=bullet-item>Unlimited Private Messages </li>
graphiteParticipantThis answer my first question.
https://rtmedia.io/docs/developers/change-username-to-display-name-rtmedia-activity/
graphiteParticipantHi Laura, I create another page and assign to that in Buddypress setting but the path of breadcrumb still shows
Home / Members / UsernameIt works in member directory but not in profile page as attached photos.
Attachments:
You must be logged in to view attached files.graphiteParticipantJust find that.
/public_html/wp-content/themes/sweetdate/page-parts/general-login-modal.phpgraphiteParticipantMay I ask where I can change the statement ‘Your privacy is important to us and we will never rent or sell your information.’?
ThanksgraphiteParticipantHi Radu,
The problem solved but some symbols in GEO my WP are disappeared..
Is possible to keep font awesome from both parties?
CheersgraphiteParticipantHi Radu,
It is caused by Geo my WP plugin.
It was discussed above that I follow the instruction from this thread: https://archived.seventhqueen.com/forums/topic/bug-icon
Laura’s suggestion:
I copy geo-my-wp.php in wp-content/plugins to the child theme folder, and create a new folder called geo-my-wp and paste geo-my-wp.php to the folder.
After her inspection, she cannot solve this problem so assign to you.I need Geo my WP plugin. However, is that possible to solve the problem without disable that?
Thanks. -
AuthorPosts