Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Syamsul Alam

    (@syamsul-alam)

    …and until today, 2 months later this issue is not resolved yet.

    Gutenberg still showing error “Updating Failed” & “Cloudflare blocks REST API requests”.

    Syamsul Alam

    (@syamsul-alam)

    I’m having the same needs with Daniel, please can you elaborate more on “you could copy the function in BTF and modify” please? Thank you…

    P.S: I know how to copy & paste filter to function.php and modify a little bit, usually from online tutorial, but to look for the function itself, I have no clue. Sorry… and thank you!!

    Thread Starter Syamsul Alam

    (@syamsul-alam)

    The plugin author contacted me via email and personally fixed it for me, apparently there is small bug (typo) which caused “taxonomy_flat” didn’t work as it supposed to be.

    But everything is perfect now. Thank you again for your help Maciej!

    • This reply was modified 6 years, 1 month ago by Syamsul Alam.
    Thread Starter Syamsul Alam

    (@syamsul-alam)

    I’m really happy for your answer mate, but somehow it doesn’t solve my problem still…

    I’m using your suggestion to use /wisata/%spot_flat%/%destination_flat%/%wisata%.html to make it show only last sub-category, but for some URL the last sub-category is missing.

    For example, it generated new URL: wisata/masjid-pusdai.html

    It should be: /wisata/masjid/bandung/masjid-pusdai.html (the /masjid [spot] & /bandung [destination] is missing)

    Some URL show [spot] only, and not showing [destination], etc…

    Take a look:
    https://prntscr.com/l9gedd <– the proper taxonomy
    https://prntscr.com/l9gfko <– the URL generated and how the URL supposed to be
    https://prntscr.com/l9ggxj <– the permastructure we need

    I really need help with this, and I’m willing to pay for premium support regarding this. Just wanted to make this right. Please contact me [email protected] (or I’m contacting you no problem). Thank you so much for your answer!

    EDIT: Oh, and I already regenerate the URL but still wrong permalink like what I just showed you.

    • This reply was modified 6 years, 1 month ago by Syamsul Alam. Reason: i already regenerate the URL
    Forum: Your WordPress
    In reply to: My Indonesian Blog
    Thread Starter Syamsul Alam

    (@syamsul-alam)

    Hey, thanks for the kind feedback!

    Hm…. darken it a bit huh? I thought it was perfect because i don’t want my visitor to focus too much in my footer. Well, let’s see what others say then!

    Syamsul Alam

    (@syamsul-alam)

    @CedarPointConcepts Wow! Thank you very much! This plugin will be great addition for my membership site!

    Syamsul Alam

    (@syamsul-alam)

    when you add your image, remember to make your image featured.

    if you don’t assign your image as featured, it won’t enter the grey box.

    To do that, edit that product page, click your image to edit your image, make it featured image.

    it should do the tricks.

    Forum: Installing WordPress
    In reply to: How to unzip?
    Syamsul Alam

    (@syamsul-alam)

    Install free program govpatel mentioned above, right click, 7Zip » extract here.

    That will unzip the files.

    Thread Starter Syamsul Alam

    (@syamsul-alam)

    Thanks for your answer.

    My site is already up for about 8 months with no problem at all. So i don’t think that my site has not been set up correctly.

    And now it’s fixed — even though i don’t how it’s fixed. I just leave it for several hours and it fixes itself.

    ??

    Syamsul Alam

    (@syamsul-alam)

    Additional info about my custom post type:
    – Custom post type name plural (required): Video Tutorial
    – Custom post type name singular (required): Video Tutorial
    – Slug (required): video-tutorial

    I don’t know where i can see the ‘name’ of my custom post type. That’s why…

    In past, i had success with adding custom post type on addquicktag. That’s because the name of that custom post type is one word, ecourse. That’s why i can make it work on first try.

    But not with ‘video tutorial’ which has 2 words. I don’t know how should i call it in theme function. Thanks for your help and sorry for my english. Lol.

    Syamsul Alam

    (@syamsul-alam)

    I just create custom post type for my video tutorials, using plugin called Type.

    When I try to add my custom post type to addquicktags using code below, i got error.

    // add custom function to filter hook 'addquicktag_post_types'
    add_filter( 'addquicktag_post_types', 'my_addquicktag_video-tutorial' );
    /**
     * Return array $post_types with custom post types
     *
     * @param   $post_type Array
     * @return  $post_type Array
     */
    function my_addquicktag_post_types( $post_types ) {
    
        $post_types[] = 'edit-comments';
    
        return $post_types;
    }

    Well, then I edit my files and turn it into something like this:

    // add custom function to filter hook 'addquicktag_post_types'
    add_filter( 'addquicktag_post_types', 'my_addquicktag_video_tutorial' );
    /**
     * Return array $post_types with custom post types
     *
     * @param   $post_type Array
     * @return  $post_type Array
     */
    function my_addquicktag_video_tutorial( $post_types ) {
    
        $post_types[] = 'video_tutorial';
    
        return $post_types;
    }

    I have video_tutorial inside addquicktags options page, tick the quicktags that needed, but when i go to my custom post type, nothing happens….

    I have zero knowledge in PHP lol…. please help me ??

    I also got this message when I try to add <center> and </center> in my ‘start tag(s)’ and ‘end tag(s)’. But there’s no such message when I try to add ‘[youtube ‘ and ‘]’.

    When I delete my center tag from quicktags button, the warning message is gone.

    WP ver: 3.3.1
    AddQuickTag ver: 2.0.4

    Thread Starter Syamsul Alam

    (@syamsul-alam)

    -deactivating all plugins and found the problematic plugins. It turns out my premium wp plugin (easy wp seo) automatically delete all my text whenever I click publish button. (kinda suck cuz it’s something that automates lot of task for me)

    Thanks for the answer!

Viewing 13 replies - 1 through 13 (of 13 total)