Marcel Warenburg

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: geodirectory-functions/ #467572

    Marcel Warenburg
    Expired Member
    Post count: 24

    file enclosed

    in reply to: geodirectory-functions/ #467571

    Marcel Warenburg
    Expired Member
    Post count: 24

    Hello,

    Thank you, I a not the familiar yet with filters hooks and actions. can you give an example for this:

    I want to move the H1 title of a detail-page form the top of the slider to the bottom. How would I do that using a filter?

    Can you give any suggestion?

    in reply to: geodirectory-functions/ #466639

    Marcel Warenburg
    Expired Member
    Post count: 24

    De doc is about templates. The function files contain pieces of code (for example the review buttons, favorite buttons etc . .). I want to change those pieces of code without editing the core files. Can the function files be added to the child theme the same way you can add the template files? Or be overridden some other way?

    in reply to: Hide categories #466574

    Marcel Warenburg
    Expired Member
    Post count: 24

    Hello,

    Thank you for your answer!
    I will give that a try.

    in reply to: Hide categories #466405

    Marcel Warenburg
    Expired Member
    Post count: 24

    Along with that I saw that you can also add a imge to a categorie. Where does this image appear? I see that you can show the icon in the shortcode but is it also possible to show the image instead?

    in reply to: Hide categories #466397

    Marcel Warenburg
    Expired Member
    Post count: 24

    Yes that is correct

    in reply to: Widget #465183

    Marcel Warenburg
    Expired Member
    Post count: 24

    However I encounter this problem when I try to save the code in a code snippet:

    Cannot redeclare geodir_cpt_categories_output() (previously declared . . . .

    What can I do about that?

    in reply to: Widget #465179

    Marcel Warenburg
    Expired Member
    Post count: 24

    I found it myself:

    function remove_gdcats_widget() {
    unregister_widget(‘geodir_cpt_categories_widget’);
    }

    add_action( ‘widgets_init’, ‘remove_gdcats_widget’ );

Viewing 8 posts - 16 through 23 (of 23 total)