pedstone

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 77 total)
  • Author
    Posts
  • in reply to: custom field only accessible for logged in users #410007

    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust

    that was fast 🙂 Thanks a lot!

    I think the CSS solution should work. I’m going to find out what works nicely for the popup and will let you know.

    Happy holidays and a great new year 🙂

    in reply to: GeoDirectory text- /widget area below Detail Page #410004

    pedstone
    Lifetime Member
    Post count: 102

    Hi Alex

    thanks for the helpful reply. specially # 2

    As it looks like other people would like to have this option too, maybe it might be an idea for a feature in a future release.

    It would be just great to choose this in the Design options, drag the widgets into the new area and bam there it is 🙂

    Happy Christmas and a great new year to you and the team

    in reply to: GeoDirectory text- /widget area below Detail Page #409186

    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust and Alex

    I had time to look a bit more in detail into your hints and tried out the following but without the desired result:

    In the child theme I registered a new sidebar:

    
    
    register_sidebar( array(
            'name'          => 'GD Detail Below Content',
            'id'            => 'gd-detail-below-content',
            'description'   => '',
            'before_widget' => '',
            'after_widget'  => '',
            'before_title'  => '<h2>',
            'after_title'   => '</h2>',
        ) );

    It also shows nicely in the admin widget area, so it seems to work.

    then I added the following to the listing-detail.php:

    
    
    if ( is_active_sidebar( 'gd-detail-below-content' ) ) : 
        dynamic_sidebar( 'gd-detail-below-content' );
    endif;

    after:

    
    
    // this call the main page content
    global $preview;
    if (have_posts() && !$preview) {
        the_post();
        global $post, $post_images;
        /**
         * Calls the details page main content on the details template page.
         *
         * @since 1.1.0
         * @param object $post The current post object.
         */
        do_action('geodir_details_main_content', $post);

    But nothing showed up on the page and I wonder where i went wrong.

    Did I modify the wrong php file or should I have called that sidebar in a different way?

    I’m definitely not such a php guru like you guys 🙂

    Any hints are very appreciated

    in reply to: Conflict with Divi Bars Plugin on GD Listing Pages #407108

    pedstone
    Lifetime Member
    Post count: 102

    Hi Kor

    That’s magnificent, it works like a charm, also on mobile.

    Thanks a lot – excellent job.

    I would like to let the dev’s at DiviBar know about this. Do you have any specific comment I could forward to them?

    Thanks again 🙂

    in reply to: Conflict with Divi Bars Plugin on GD Listing Pages #406861

    pedstone
    Lifetime Member
    Post count: 102
    This reply has been marked as private.
    in reply to: GeoDirectory text- /widget area below Detail Page #406310

    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust and Alex

    Thanks for the hints, I will look into the details.

    I made a better Pic of what I wanted to achieve that should explain it better than the previous picture.

    I think it could be very useful to use this area for many purposes, like placing banners, ads and other general infos.

    Like in this particular case, I would be able to add some booking or travel info’s

    in reply to: GeoDirectory text- /widget area below Detail Page #406180

    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust

    thanks for your reply.

    I have already done that, but I was wondering if I could add a widget directly below the details.

    in reply to: Detail View Sidebar gets wrapped to bottom of page #405069

    pedstone
    Lifetime Member
    Post count: 102

    Awsome – thanks again 🙂

    about the WPI – just should have had a proper look at Stiofans reply! There is everything i needed 🙂

    You all do a really great work – thumbs up!

    in reply to: Detail View Sidebar gets wrapped to bottom of page #405055

    pedstone
    Lifetime Member
    Post count: 102

    Hi Kiran

    thanks a lot. I can confirm that the patch works 🙂

    Do you have an ETA when the next release is to expect or can you give me hint what I have to change on some other sites that run too with Divi.

    BTW – you remember about that WPI issue you had patched a bit ago? Do you have an estimate when the new WPI release will be available?

    In case it’s taking a bit, could you also give me a hint what I have to change?

    Best regards and many thanks again

    in reply to: Detail View Sidebar gets wrapped to bottom of page #404951

    pedstone
    Lifetime Member
    Post count: 102
    This reply has been marked as private.
    in reply to: Detail View Sidebar gets wrapped to bottom of page #404940

    pedstone
    Lifetime Member
    Post count: 102
    This reply has been marked as private.

    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust

    Just thought I let you know how an issue like this can get solved, in case somebody else runs into this.

    First I did a reset of Firefox, but without success, then I removed all the cookies from the site that produced the error. And voilà it is working!

    Sorry that I had you look into this and thanks again


    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust

    My apology, it’s working fine in Firefox too on the other machine.

    Probably need to reinstall FF

    Thanks for looking into it


    pedstone
    Lifetime Member
    Post count: 102

    Hi Guust

    thanks for your reply.

    Now this starts to get really strange, I see you used Chrome as your browser.

    So I checked and indeed it works perfectly in Chrome, but not in Firefox(where cache is set to 0), also when I change accounts.

    Let me check on a different machine to find out if it’s a local issue or Firefox related


    pedstone
    Lifetime Member
    Post count: 102
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 77 total)