Forum Replies Created
-
Author
-
December 22, 2017 at 04:10 in reply to: Prevent pmpro levels from creating a Buddypress group #183666graphiteParticipant
For the record, it uses following on function.php:
<?php if ( pmpro_hasMembershipLevel(array(2,3))) { ?>
<style>
li#group-create-nav {
display: unset !important;
}
</style>
<?php } ?>December 22, 2017 at 00:37 in reply to: Prevent pmpro levels from creating a Buddypress group #183658graphiteParticipantIt works now, thank you Radu.
Merry Christmas 🙂December 20, 2017 at 23:55 in reply to: Prevent pmpro levels from creating a Buddypress group #183563graphiteParticipantThank you Kieran!
Looking forward to receiving the reply 🙂
December 18, 2017 at 01:13 in reply to: Prevent pmpro levels from creating a Buddypress group #183359graphiteParticipantThis reply has been set as private.December 17, 2017 at 04:31 in reply to: Prevent pmpro levels from creating a Buddypress group #183267graphiteParticipantThis reply has been set as private.graphiteParticipantSorry wrong again. Please ignore message #164809
message is correct.
I want:
Dropdown menus at right
“I am a”, “Looking for a”, ”Country”, and ”City” at leftSo it will be –>
I am a []
Looking for a []Thank you 🙂
graphiteParticipantSorry should be
To put “I am a”, “Looking for a”, ”Country”, and ”City” to the right and dropdown menus to left.graphiteParticipantHi Radu,
The code just change the alignment; however I’m asking to swap the arrangement of texts and corresponding dropdown menus.
To put “I am a”, “Looking for a”, ”Country”, and ”City” to the left and dropdown menus opposite.
Thank you
graphiteParticipantHi Laura,
The site is under development, please use attached screenshot.
As the screenshot, please advise how to swap the arrangement of texts and corresponding dropdown menus.
To put “I am a” “Looking for a””Country””City” to the left and dropdown menus to the right.Thank you
Attachments:
You must be logged in to view attached files.graphiteParticipantHi Radu,
The problem is solved now.
A problem was from WPML plugin. Today they provided a update for it and solve the problem.
Thank you.graphiteParticipantI guess the issue would be https that causes redirection problem but I cannot fix it. ><
graphiteParticipantHi @jwchameleoncorp
Thank you so much for the approach, it works perfectly for me as I use SiteGround as well.
I turn off Memcached and test on all explores mentioned above, they all work properly.graphiteParticipantHi Radu,
I want to know how you solve the problem (translation) then I can duplicate your process from the previous backup.
Thanks 🙂graphiteParticipantCOPY CODE<dd class=""><a href="#basics">Basics</a></dd> <dd class=""><a href="#physical">Physical</a></dd> <dd class=""><a href="#lifestyle">Lifestyle</a></dd> <dd class=""><a href="#details">Details</a></dd> <dd class="active"><a href="#basics">Basics</a></dd> <dd class="sliderEvent "><a href="#e68891e79a84e5a4b4e5838f">我的头像 <span class="radius label alert">2</span></a></dd>
graphiteParticipantMay I ask where are those strings located?
<dd class=””>Basics</dd>
<dd class=””>Physical</dd>
<dd class=””>Lifestyle</dd>
<dd class=””>Details</dd>
<dd class=”active”>Basics</dd>
<dd class=”sliderEvent “>我的头像 <span class=”radius label alert”>2</span></dd>then I can wrapp them in a GetText function.
I spend a lot of time but cannot find the locations of the strings.
ThanksgraphiteParticipantDid you use <?php _e(‘string to be translpated here’,’your_theme_name’) ?>
or other ways around?graphiteParticipantHi Radu,
May I ask how you create those six additional strings manually in WPML?
Please let me know what is the process. 🙂Attachments:
You must be logged in to view attached files.graphiteParticipantFirst link (zh_CN):
http://www.datingyo.com/zh-hans/membership-account/membership-levels/
Second link (en):http://www.datingyo.com/membership-account/membership-levels/
graphiteParticipantHi Radu,
Eventually you solve the problem, you are the best!
I found another translation issue with PMPro, I will post that later.
Thank you 🙂graphiteParticipantHi Laura,
I delete all label and it seems only the label from rtMeida works.
However, I checked the “Basics” and other labels label are properly translated through WPML.Would you mind to have a look for me?
Attachments:
You must be logged in to view attached files.graphiteParticipantAlternatively, please let me know where is the original text of those tab then I can translate them into another languages.
ThanksgraphiteParticipantHi
That won’t work because I need two languages.
Please provide solution to show those tab with multi languages. 🙂graphiteParticipantAny suggestion?
I get the idea, so it seems they have not be translated yet properly. Please suggest how to translate them.graphiteParticipantNo. The text in setting panel is still English as photo attached.
CheersAttachments:
You must be logged in to view attached files.graphiteParticipantI use Sweetdate theme. The reason I got confused is because I tried many different ways and non is able to fix that.
But anyway thank you Radu, I will figure it out and post the solution if I may find one.
CheersgraphiteParticipantThe method of disabling 768x photos is still unknown even though I tried the solutions from the thread above.
Not sure whether it comes from WP core or theme.Cheers.
graphiteParticipantIt turns out the feature of WP4.4, Responsive Images.
https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/graphiteParticipantHi Ruda,
Interesting! I use those code but it still generate 768x photos.
Curious where does that come fromCheers
graphiteParticipantHi Radu,
I disable all plugins and it still generates 768x(something depends on the photo).
Also would you please clarify does that matter if I comment out the following 3 lines? Thanks
(It will generate 2 additional photos if I don’t 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*/
-
AuthorPosts