Flexsilder changes

This topic contains 10 replies, has 3 voices, and was last updated by  Paolo 8 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #63424

    europacific
    Expired Member
    Post count: 43

    Is there any way to change the slider image speed and remove the line of nav images, so it is just one image changing? I have created a new slider in the functions and was able to zero out the nav, but it still leaves a line.

    style=max-height:0px

    which is not good. I tried removing the NAV sections but that broke the slider?

    I took a look in the JS file for the flex but didn’t see anything there.

    #63485

    Paolo
    Site Admin
    Post count: 31206

    Of which slider are we talking about? Detail page or widget?

    Let us know,

    Thanks

    #63487

    europacific
    Expired Member
    Post count: 43

    Flexslider on the Details page

    #63499

    Paolo
    Site Admin
    Post count: 31206

    HI,

    we’d need to have a look at your custom function. Please provide url and admin credentials in a private reply and we will check it.

    Thanks

    #63507

    europacific
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #63510

    europacific
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #63581

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There is currently no easy way to change the speed and remove the images from below, we could add settings or hooks to allow this in future if Paolo agrees.

    For the profile between the slider and tabs something like this would do it (not tested):

    
    
    add_action('geodir_details_main_content', 'my_profile_below_slider', 55);
    function my_profile_below_slider(){
    global $post;
    the_content();
    }
    #63636

    europacific
    Expired Member
    Post count: 43

    Thanks that worked a treat.

    I also reordered the tabs on the detail page to show the reviews as the primary tab. Is there a way to have the full review show by default and not have to click the “more” button to see the sub-review listings?

    #63740

    Paolo
    Site Admin
    Post count: 31206

    Hi again,

    this CSS will do it:

    
    
    #comments .comment_more_ratings {
        display: block;
    }

    Thanks

    #63784

    europacific
    Expired Member
    Post count: 43

    Thanks

    #63797

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket