Forum Replies Created

Viewing 40 posts - 1 through 40 (of 64 total)
  • Author
  • in reply to: What plugin are you using to show ticket status? #86124
     Camyen
    Participant

    Does 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?

    in reply to: Download Kleo from ThemeForest #85689
     Camyen
    Participant

    UPDATE.

    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.

    in reply to: Theme CSS Required for Plugin Navi Tab #72797
     Camyen
    Participant

    @Radu

    Please close the topic.

    in reply to: Theme CSS Required for Plugin Navi Tab #72128
     Camyen
    Participant

    @Radu

    ‘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?

    in reply to: Theme CSS Required for Plugin Navi Tab #72123
     Camyen
    Participant

    I 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

    in reply to: Theme CSS Required for Plugin Navi Tab #71995
     Camyen
    Participant

    @Radu

    It not works.

    in reply to: Theme CSS Required for Plugin Navi Tab #71990
     Camyen
    Participant

    I 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 CODE
    function 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 );

    in reply to: Theme CSS Required for Plugin Navi Tab #71989
     Camyen
    Participant

    I 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 );

    in reply to: Theme CSS Required for Plugin Navi Tab #71985
     Camyen
    Participant

    It works perfectly. Thank you. @Radu

    in reply to: Theme CSS Required for Plugin Navi Tab #71973
     Camyen
    Participant

    Good. 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?

    in reply to: Theme CSS Required for Plugin Navi Tab #71466
     Camyen
    Participant

    @Radu

    What’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,

    in reply to: Theme CSS Required for Plugin Navi Tab #71370
     Camyen
    Participant

    Thanks @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,

    in reply to: Theme CSS Required for Plugin Navi Tab #71355
     Camyen
    Participant

    @Radu

    Please 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).

    in reply to: Theme CSS Required for Plugin Navi Tab #71348
     Camyen
    Participant

    @Radu
    Perfect. It is better than any plugin. Thank you as always.

    in reply to: Theme CSS Required for Plugin Navi Tab #71331
     Camyen
    Participant

    @Radu

    H()w2727!

    Please try it again.

    in reply to: Theme CSS Required for Plugin Navi Tab #71312
     Camyen
    Participant

    Thanks @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?

    in reply to: Theme CSS Required for Plugin Navi Tab #71097
     Camyen
    Participant

    I 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;}

    in reply to: Theme CSS Required for Plugin Navi Tab #71096
     Camyen
    Participant

    Good! Thank you@Radu

    in reply to: Theme CSS Required for Plugin Navi Tab #70776
     Camyen
    Participant

    @Radu

    Some 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,

    in reply to: Original php file #70729
     Camyen
    Participant

    Great!

    in reply to: Registration Page #70716
     Camyen
    Participant

    Got it. Thank you as always.

    in reply to: Theme CSS Required for Plugin Navi Tab #70712
     Camyen
    Participant

    @Radu

    This 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.

    in reply to: Registration Page #70649
     Camyen
    Participant

    It 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.

    in reply to: Registration Page #70639
     Camyen
    Participant

    It didn’t works. The Register page layout didn’t show in Full Width. I tested many times and used two browsers.

    in reply to: Theme CSS Required for Plugin Navi Tab #70504
     Camyen
    Participant

    How can I add a responsive effect on the ‘Search’ tab just like ‘Notification’? Visitors don’t need to click on the ‘magnifying glass’ icon.

    in reply to: Theme CSS Required for Plugin Navi Tab #70503
     Camyen
    Participant

    Could I ask css for the colour of ‘Notification’ tab? It’s shown in the colour of the header. I’d like to choose white.

    in reply to: Theme CSS Required for Plugin Navi Tab #70502
     Camyen
    Participant

    Good! The ‘Follow’ button is fixed. However, my search bar is all in red by the above code.

    in reply to: Theme CSS Required for Plugin Navi Tab #70436
     Camyen
    Participant

    @Radu

    This ‘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.

    in reply to: Theme CSS Required for Plugin Navi Tab #70434
     Camyen
    Participant

    The screenshot of the search bar is here.

    in reply to: Theme CSS Required for Plugin Navi Tab #70432
     Camyen
    Participant

    It 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.

    in reply to: Theme CSS Required for Plugin Navi Tab #70395
     Camyen
    Participant

    @Radu

    The 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, Logout

    2. 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,

    in reply to: Theme CSS Required for Plugin Navi Tab #70394
     Camyen
    Participant

    Great! Thank you as always.

    in reply to: Theme CSS Required for Plugin Navi Tab #70390
     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,

    in reply to: Theme CSS Required for Plugin Navi Tab #70389
     Camyen
    Participant

    Great! It works. Thank you.

    in reply to: Theme CSS Required for Plugin Navi Tab #70339
     Camyen
    Participant

    @Radu

    I added the css, but nothing was changed. Please take a look.

    in reply to: Theme CSS Required for Plugin Navi Tab #70289
     Camyen
    Participant

    @Radu

    http://938.ab0.myftpupload.com/

    username: Camyen
    pass:H()w2727!

    in reply to: Kleo Install #70234
     Camyen
    Participant
    in reply to: Kleo Install #70224
     Camyen
    Participant

    There is a arrow on the middle of members page. It shows other member’s name and avatar. How I can ban this feature?

    in reply to: Kleo Install #70213
     Camyen
    Participant

    It works. Thank you as always.

    in reply to: Make a private BP site #70171
     Camyen
    Participant

    Sorry 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?

Viewing 40 posts - 1 through 40 (of 64 total)

Log in with your credentials

Forgot your details?