Forum Replies Created

Viewing 37 posts - 321 through 357 (of 357 total)
  • Author
  • in reply to: Cusom Post Type & Theme Setting Setting #91882
     clyn
    Participant

    sorry but i dont understand whta you mean 🙁

    At the moment i dont want to show display and title setting. Just want to show Media (because i have lots of author so they can change the page structure)

    in reply to: Cusom Post Type & Theme Setting Setting #91871
     clyn
    Participant

    Ah so sorry, i solve the problem. (‘custom_post_name’) is specific keywords i must use my custom post names such as movie or album etc. I think need more sleep 🙂

    Thanks…

    in reply to: Display custom field to custom post types #75420
     clyn
    Participant

    Hello, not only book directory, could be movie, music or events. I dont want to use default wordpress post so i created custom post types and taxonomy.

    Actually, the problem is explain above with pictures. I have no problem creating custom post type, taxonomy, add new custom fields or creating directory. Just, why some value is not coming with grid element builder as show on above picture.

    Should i use some code?

    Thanks….

    in reply to: Display custom field to custom post types #75233
     clyn
    Participant

    Also, i installed Advance Custom Field pluging and all steps show on images…

    Should i add some code on function.php or etc…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Display custom field to custom post types #75194
     clyn
    Participant

    At the moment, i try to solve with visual composer add new grid built element but not calling that entered value. only can show label

    Attachments:
    You must be logged in to view attached files.
    in reply to: google analytics #75187
     clyn
    Participant

    thanks, this morning begin to work 🙂

    in reply to: Custom Post Type – Visual Composer #74507
     clyn
    Participant

    i cant believe this 🙂 i was working on kleo blog , last 20 days, i am testing lots of pluging with kleo before open my site. I think need more sleep…

    Thanks…

    in reply to: Custom Post Type – Visual Composer #74484
     clyn
    Participant

    i am doing something wrong, i know but how? Im sending visual composer pictures.

    A – I deacivaed CPT UI and installed TYPES pluging but still dont call new post types such as book
    B – I can access mydomain/book and mydomain.com/book/newposttyep-test-book-1
    C – I cretaed category also for new post type “book” and tried to call by category but dont show.

    Should i add something on kleo child function.php?
    and
    what should be my new type setting option (actually i tried all)

    Attachments:
    You must be logged in to view attached files.
    in reply to: woocommerce register and invite code #74448
     clyn
    Participant

    thank you so much reply again… i will solve with developer…

    in reply to: woocommerce register and invite code #74123
     clyn
    Participant

    Multisite more complex for me. I think, its disable to register on checkout page for me… Thanks…

    in reply to: woocommerce register and invite code #73915
     clyn
    Participant

    I mean that customer should be wordpress member not also buddypress member… 🙂 short sentences…

    in reply to: woocommerce register and invite code #73914
     clyn
    Participant

    Laura,

    I am gonna really crazy 🙂 My project plan is below.

    1 – Visitors can see all my members activity, profile, share or created group’s share, read all their post or page
    2 – People using invite code to be free member
    3 – All members have different membership levels, because such as member individual can create 5 post per year and member company can create 10 per year or etc. (I am using author category limit and post limitation) So i must use paid membership pro pluging with role addon to follow them.
    4 – when people use invite code and they are going membership level and chosing one of them, individual or company.

    But, when people purchase on shop (default role just “read”, check with user role editor) who can pass invite code and also can use buddypress or choose one of membership levels.

    Customer must be register for follow their order status (on hold, or shipped etc)

    I need this, when customer purchased something and be register on woocomerce check out, they must use only order (buddypres profile), never use other activity, or create group etc.

    I tried everything with user role editor or theme membership (i did restict) or setting buddypress, also i write woocomerce…. Problem is when you be register with customer, you can pass all membership level page. I try when a default register role is membership level C (for customer) and restrict the theme option/membership/restrit membership level C but still use buddypress

    Help me please
    Sorry for long sentences and my bad english 🙂

    in reply to: woocommerce cancel order, refund #73822
     clyn
    Participant

    First, i am using firewall WP-All-in-One, it was activated and when people purchase on shop, they dont need to activate their email, they can go buddypress profile also all logout never work….

    But now deactive and delete firewall, people should wait to go to their buddypress profile after email verification.

    But customer role still use all buddypress activity or etc. But i want, if anyone register on woocomerce who should see just order on buddypress…

    Also i will write to firewall pluging (1.000.000 installed) https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/

    At the moment, when i create new register form with Pie Register pluging, all logout dont work. I deleted default register than try, also i added buddypress logout (2 logout, kleo and buddypress) than try, not work.

    Now, i unistalled all firewall and pie register, its working very well, but still customer role can use all buddypress activity

    in reply to: woocommerce register and invite code #73630
     clyn
    Participant

    This woocommerce making me crazy. Now, when people can purchase (guest shop enable or disable) going to checkout page and all logout dont work on page, when customer check e-mail and coming account page, and its also SignOut working and Kleo LogOut never work again.

    At the moment this customer can use budypress because i can manage only with membership level on theme option.
    Now i think i must do default basic membership level to for customer role. I mean, all guest shoper complete the check out they can be also basci membership level, and also i restrict some option to basic level on theme option membership…Right?

    Or missing someting?

    in reply to: additional link in pop up login form #73629
     clyn
    Participant

    Answer?

    in reply to: additional link in pop up login form #73334
     clyn
    Participant

    Hi,

    Code is work but asking username or email, how can we use both of them with captcha or how can we add secet question… in my member page everyone can see other username…

    Thanks

    in reply to: frontend post with iframe #73329
     clyn
    Participant

    Yes i read lots of article tonight and all of them say like you. I am using admin menu so some roles never see dashboar menu on backend editor. At the moment user can see Mine(3) Published(8) Trash(6) (just read) published other roles post and pages so i found this code on wordpress moderator and added function.php child theme
    /**
    function posts_for_current_author($query) {

    if($query->is_admin) {

    global $user_ID;
    $query->set(‘author’, $user_ID);
    }
    return $query;
    }
    add_filter(‘pre_get_posts’, ‘posts_for_current_author’);
    */

    user cant see other users published or trash post, page, protfolio or products etc on backend but this code also working for me on administration panel, and cant see the others published… What is wrong?

    sorry because wordpress closed this topic, i could not ask them

    Thanks

    in reply to: Geodirectory importing #73091
     clyn
    Participant

    This Business Directory include all Geodirectory add-on? i can only entry one city or country…not multilocation?

    in reply to: frontend post with iframe #73090
     clyn
    Participant

    how can i create higher support?

    in reply to: Geodirectory importing #73066
     clyn
    Participant

    Hello,

    I am using Home News Magazine demo (with buddypress) , can i use also business directory and people can add list, such as i am giving a link on topnavmenu, and its going business directory homeapage? if we can, wooww its so good…

    in reply to: frontend post with iframe #72755
     clyn
    Participant
    This reply has been set as private.
    in reply to: PINTEREST THEME #72753
     clyn
    Participant
    This reply has been set as private.
    in reply to: PINTEREST THEME #72747
     clyn
    Participant
    This reply has been set as private.
    in reply to: sub membership levels #72641
     clyn
    Participant

    when member click upgrade membershiplevel, page goes to same membershiplevel. so i must create when member A click upgrade, the page must go to only member A upgrade page…

    sorry my english at the moment 🙂

     clyn
    Participant

    Kleo Support Theme is the Best !

    Thanks…..

    in reply to: Rating Plugin #72612
     clyn
    Participant

    Ok…its solved 🙂

     clyn
    Participant

    You mean that we sould wait you to update theme, right? I am new on Kleo so testing all i need pluginig. When everything is ok i will reinstall wordpress and all plugging that i will open my site. At the moment, when i go to theme option/uptade theme i am enterng my themeforest username and Api than save, nothing happend…

    Thanks
    Best Regards

    in reply to: Rating Plugin #72577
     clyn
    Participant

    Hello,

    I installed https://wordpress.org/plugins/multi-rating/ but its showing single post page but not showing all Blog page..

    Can you help me?

    Thanks

     clyn
    Participant

    I think, i solve this. I hope Kleo Admin say yes its true…
    Please read on this page http://docs.woothemes.com/document/fix-outdated-templates-woocommerce/

    What did i do…
    1 – I opened my cpnael. wp-content/plugins/woocommerce/templates/ i clicked templates file and copy to this folder wp-content/themes/kleo/

    2- Entry to templates files under Kleo and choose file such as mine (content-pruduct.php) and copy eveything with editor than turn woocomerce folder under Kleo and you will see out of date content-product.php, open this with editor and save it.

    3 – You will not see warning about this file again… Please dont try before confirm admin….

    Good day

     clyn
    Participant

    Yes, same warning… What does it mean?

    Thanks

    in reply to: Creating Resume Page for Members #72050
     clyn
    Participant

    when i get answer on buddypress, i will write here…

    thanks

    in reply to: INVITE CODE #72047
     clyn
    Participant

    I’ll do , thanks…

    in reply to: INVITE CODE #71668
     clyn
    Participant

    What can I do? Should I write them?
    At the moment i will open new topic about some develop for your other members that help them…

    Thanks

    in reply to: INVITE CODE #71284
     clyn
    Participant

    thank reply, i think i mean sub membership. Also should i open new topic for my new questions or ask under this topic?

    best regards

    in reply to: PINTEREST THEME #70117
     clyn
    Participant

    and still no answerrrrrr…. what will be happen biggest problem?

    in reply to: PINTEREST THEME #70112
     clyn
    Participant

    i found pinterest theme under specific pages (and select pinterest) and i did import demo data but nothing happen…

    in reply to: PINTEREST THEME #70111
     clyn
    Participant

    there is no file pinterest kleo xml in demo content file

Viewing 37 posts - 321 through 357 (of 357 total)

Log in with your credentials

Forgot your details?