Forum Replies Created
-
Author
-
December 22, 2017 at 04:10 in reply to: Prevent pmpro levels from creating a Buddypress group #183666
graphite
ParticipantFor 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 #183658graphite
ParticipantIt works now, thank you Radu.
Merry Christmas 🙂December 20, 2017 at 23:55 in reply to: Prevent pmpro levels from creating a Buddypress group #183563graphite
ParticipantThank 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 #183359graphite
ParticipantThis reply has been set as private.December 17, 2017 at 04:31 in reply to: Prevent pmpro levels from creating a Buddypress group #183267graphite
ParticipantThis reply has been set as private.graphite
ParticipantSorry 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 🙂
graphite
ParticipantSorry should be
To put “I am a”, “Looking for a”, ”Country”, and ”City” to the right and dropdown menus to left.graphite
ParticipantHi 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
graphite
ParticipantHi 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.graphite
ParticipantHi 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.graphite
ParticipantI guess the issue would be https that causes redirection problem but I cannot fix it. ><
graphite
ParticipantHi @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.graphite
ParticipantHi Radu,
I want to know how you solve the problem (translation) then I can duplicate your process from the previous backup.
Thanks 🙂graphite
ParticipantCOPY 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>
graphite
ParticipantMay 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.
Thanksgraphite
ParticipantDid you use <?php _e(‘string to be translpated here’,’your_theme_name’) ?>
or other ways around?graphite
ParticipantHi 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.graphite
ParticipantFirst link (zh_CN):
http://www.datingyo.com/zh-hans/membership-account/membership-levels/
Second link (en):http://www.datingyo.com/membership-account/membership-levels/
graphite
ParticipantHi Radu,
Eventually you solve the problem, you are the best!
I found another translation issue with PMPro, I will post that later.
Thank you 🙂graphite
ParticipantHi 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.graphite
ParticipantAlternatively, please let me know where is the original text of those tab then I can translate them into another languages.
Thanksgraphite
ParticipantHi
That won’t work because I need two languages.
Please provide solution to show those tab with multi languages. 🙂graphite
ParticipantAny suggestion?
I get the idea, so it seems they have not be translated yet properly. Please suggest how to translate them.graphite
ParticipantNo. The text in setting panel is still English as photo attached.
CheersAttachments:
You must be logged in to view attached files.graphite
ParticipantI 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.
Cheersgraphite
ParticipantThe 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.
graphite
ParticipantIt turns out the feature of WP4.4, Responsive Images.
https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/graphite
ParticipantHi Ruda,
Interesting! I use those code but it still generate 768x photos.
Curious where does that come fromCheers
graphite
ParticipantHi 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