Forum Replies Created
-
Author
-
Camyen
ParticipantDoes the Getshopped Support plugin still work with the latest version of WP/bbp? I installed it and applied your codes. The status label is available but I cannot update the status (there isn’t an option for updating excepted an option for assigning the topic to others) even if I chose admin and topic creator can update the status. Any idea?
Camyen
ParticipantUPDATE.
The version of Visual Composer is the cause of that error code. I’ve updated it to the latest version. Everything looks good now.
What I am concerning now is how can I download the latest version of Kleo and its pre-packed plugins. As I mentioned in the last thread, I uploaded a Kleo package which was downloaded in July, all the pre-packed plugins are compatible with the package not the latest one. So I need to manually update the pre-packed plugins.
When I go to ThemeForest, it should be an up-to-data package there (I assume), so I don’t need to manually update anything. I can’t identify whether the one I downloaded on today is latest or not, because some folders are missing. How should I use the package I downloaded from ThemeForest on today?
Thank you.
Camyen
Participant‘Job’
It can be named anything. The core problem is that the above and other known code solutions are not working with ‘Job Manager’. BuddyBoss Reorder Tabs solve reordering only. What’s the root cause for that? Any idea?
Camyen
ParticipantI tried all above solutions. MB’s code partly works. All tabs can be reordered or renamed excepted ‘Job Manager’.
I hunted a plugin from BuddyPress (Reorder Tabs). Now, ‘Job Manager’ can be reordered through modification on WP admin. There isn’t any solution for renaming it.
Any idea?
Thank you, @Radu
Camyen
ParticipantI did some research on #reordering the BP profile nav bar and #renaming ‘Activity’ to ‘Wall’
All suggestions seemly are pointed out the code below which should be added to my theme’s function.php. It didn’t make any change on my site. Any idea?
COPY CODEfunction bbg_change_profile_tab_order() {global $bp;
COPY CODE$bp->bp_nav[‘profile’][‘position’] = 10;$bp->bp_nav[‘activity’][‘position’] = 20;
COPY CODE$bp->bp_nav[‘friends’][‘position’] = 30;$bp->bp_nav[‘groups’][‘position’] = 40;
COPY CODE$bp->bp_nav[‘blogs’][‘position’] = 50;$bp->bp_nav[‘messages’][‘position’] = 60;
COPY CODE$bp->bp_nav[‘settings’][‘position’] = 70;}
`add_action( ‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );Camyen
ParticipantI did some research on #reordering the BP profile nav bar and #renaming ‘Activity’ to ‘Wall’
All suggestions seemly are pointed out the code below which should be added to my theme’s function.php. It didn’t make any change on my site. Any idea?
`function bbg_change_profile_tab_order() {
global $bp;$bp->bp_nav[‘profile’][‘position’] = 10;
$bp->bp_nav[‘activity’][‘position’] = 20;
$bp->bp_nav[‘friends’][‘position’] = 30;
$bp->bp_nav[‘groups’][‘position’] = 40;
$bp->bp_nav[‘blogs’][‘position’] = 50;
$bp->bp_nav[‘messages’][‘position’] = 60;
$bp->bp_nav[‘settings’][‘position’] = 70;
}
add_action( ‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );Camyen
ParticipantGood. Thank you as always.
How can I turn all my site’s avatar into circle? The avatar on member’s profile page is circle, but it shown in square on question&answer-related pages. Any idea?Camyen
ParticipantWhat’s your definition on WP programmer? Which programming languages should he/she knows? In my opinion, the programmer should (at least) familiar with PHP. An expert is someone has engaged with some WP/BP plugins and theme development (5 years experience). What do you think about it?
Regarding to the time requirement, I am concerning the method that you or other programmers generally used to measure? How did you measure my request takes 2-3 hours to complete? There is no a one-fit-all method. I’d like to know authoritative knowledge from you who is working in the front line of WP/BP.
Beside, I probably has some thoughts on the usage of PHP and CSS in WP/BP. Let’s go back to #71097. You’ve tried your code in #70420 hiding ‘Question’ element on primary menu in my login page for non-logged in visitors. It was worked perfect. However, the didn’t work anymore after I added a new element on primary menu later. Does this case represents a kind of shortfalls of CSS? CSS should be changed with the back-end modification? For example, if I change the name of my website TABLE to something else (maybe CHAIR), then the css in #71341 won’t be worked anymore. Is it?
Best,
Camyen
ParticipantThanks @Radu
I agree with that it’s more complicated and time-consuming job. The plugin is based on an open source project. Do you have any idea on the time and technological requirements on such job? In other words, how long does it takes? What kind of programmer should I look for?
Best,
Camyen
ParticipantPlease take a look at the ‘Answer’ tab on BP admin bar. Is it possible to refine each answer’s layout making it shorter (clickable MORE at the end)and separated by border (like activity stream).
Camyen
ParticipantCamyen
ParticipantThanks @Radu. This issue was solved.
Let’s go back to the thread #70284. Is it possible to use css hide the ‘Filled?’ column? I’ve contacted with the plugin’s author who suggested me to download a plugin called ‘Say What?’. But nothing has been changed. Any idea?
Camyen
ParticipantI made some changes on the Primary Menu. The code you gave to me didn’t work anymore. What happened?
`ul#menu-top-menu li.hidethisbutton { display: none;}
body.logged-in ul#menu-top-menu li.hidethisbutton {display:inline-block;}Camyen
ParticipantSome of the field on my posts are clashed. Please take a look at the attachment. Additionally, I’ve disabled the functionality of comment, but the # comment field is there.
Any idea? Thank you in advance.
Best,
Camyen
ParticipantThis code partly works. There is a diamond-like blue conjunction between the element and the expanded bar. It looks strange.
Yes, I’d like to have hover and expend effect on the search. A similar blue conjunction (like above) always appear if I change the colour of the search bar.
Any idea?
Please take a look at Mashable.com. This site has a relatively seamless hover and expand effect. The clickable elements on the menu is properly highlighted with its pop-up.
Camyen
ParticipantIt works. I don’t know why It always take a long time to see the changes which are made in Theme Options.
Thank you as always.Camyen
ParticipantIt didn’t works. The Register page layout didn’t show in Full Width. I tested many times and used two browsers.
Camyen
ParticipantHow can I add a responsive effect on the ‘Search’ tab just like ‘Notification’? Visitors don’t need to click on the ‘magnifying glass’ icon.
Camyen
ParticipantCould I ask css for the colour of ‘Notification’ tab? It’s shown in the colour of the header. I’d like to choose white.
Camyen
ParticipantGood! The ‘Follow’ button is fixed. However, my search bar is all in red by the above code.
Camyen
ParticipantThis ‘Following’ button on the single-question page doesn’t shows up properly.
http://938.ab0.myftpupload.com/question/this-is-a-sample-question/Please take a look.
Camyen
ParticipantIt looks good.
Could I adjust the width of the search bar? I tried some code in style.css. Nothing surprised me. I’d like the search bar to be almost a quarter of the menu.
Beside, my search bar is shown in blue. I have trying to modify it in Theme Options, but nothing was changed. The colour-changing activity is always delayed. I have to close the browser and then login back to check the modification.
Camyen
ParticipantThe primary menu bar of my site has Five link elements: Question, Notification, My account, Logout, Search
Below are some issues regarding to this area.
1. How can I adjust the order of the elements? I’d prefer the order below:
Search, Question, Notification, My Account, Logout2. I set Get Connected Vertical Page as the front page with login form. In logout status, ‘Question’ tab is always on the menu. How can I hide it just like other tabs?
Best,
Camyen
Participant@Radu I integrated DW Question and Answer with BuddyPress. User’s avatar in comment block is not fitted with the rest. Please take a look at the attachment.
Best,
Camyen
ParticipantCamyen
ParticipantPlease take a look at here:
https://archived.seventhqueen.com/forums/topic/delete-the-arrow-pop-up-on-members-profile
Camyen
ParticipantThere is a arrow on the middle of members page. It shows other member’s name and avatar. How I can ban this feature?
Camyen
ParticipantSorry about the messy above. Please ignore that.
This post claim that no matter much codes in there, the template should looks like this:
<?php /* Template Name: Custom Lockdown */ ?> <?php get_header(); ?> /* A lot of code in here */ <?php get_sidebar(); ?> <?php get_footer(); ?>
And, in the case, I should add some codes. The template will looks like this:
<?php /* Template Name: Custom Lockdown */ ?> <?php get_header(); ?> /* A lot of code in here */ <?php if (is_user_logged_in()) :?> <?php get_sidebar(); ?> <?php get_footer(); ?> <?php endif; ?>
There’re two problems here.
1. <?php get_sidebar(); ?>, is not available.
2.<?php endif; ?>, is located upper than <?php get_footer(); ?>Any ideas?
-
AuthorPosts