Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #98744
    trip2day
    Participant

    Hello guys,

    First of all, thank you very much for the theme, it is incredibly good looking and perfect for my planned site.

    Now I have a question related to the featured slider. I have my own images there, as I set successfully a featured image on each page. However, I would like to have the possibility that when the visitor clicks on the image or on the text “Flight”, he is directed to a page with all posts marked as “Flights”. I managed to do that if you click on “flights” in the header menu, but I am not able to do it if you click on the image. Any chance to do it?

    Another smaller thing is that between the 4 featured images from the features slider and the posts in the featured grid content, somehow a small gap appeared. Is there a way to remove it or is it related to the size of the used images?

    My website is http://www.trip2day.com and many many thanks for your help and support! 🙂

    Regards,
    Fabio

    #98765
    Mahesh
    Keymaster

    @trip2day: Thank you for using and liking our theme. Fabulous Fluid Free version has limited options. Featured Slider is limited to Demo Slider and Featured Page Slider which only allows you to link to the page. For custom Featured Slider, I recommend you to upgrade to Fabulous Fluid Pro. Pro version has Featured Image Slider option with which you can put custom image, content, title and link in the slider.

    Regards,
    Mahesh

    #98771
    trip2day
    Participant

    I see, thank you very much Mahesh.

    On another note, is it possible to place posts on the homepage and also additionally on a specific page?

    #98780
    Mahesh
    Keymaster

    @trip2day: By default, posts are listed in the home page. But if you want static home page and show blog in some other page, this is possible through Dashboard=> Appearance=> Customize=> Static Front Page option then select static front page and select a page you want to display as home page in Front page and select a page in Posts page where you want to display the posts.
    But if you want to display posts on home page and some other pages too, you’ll need to customize further.

    Regards,
    Mahesh

    #98788
    trip2day
    Participant

    Fantastic @Mahesh, many many thanks for your support!

    The (I hope :D) last questions:

    Is it possible for you to give me a CSS code that changes the text in the box “Read more” in the featured slider (not in the posts preview) to “See more deals…” ??

    Would be very very appreciated 🙂

    #98814
    Mahesh
    Keymaster

    @trip2day: There is a built-in functionality for this. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Excerpt Option and change the text in Read More Text to your desired text. Then click Save & Publish.

    Regards,
    Mahesh

    #99077
    trip2day
    Participant

    Thank you once again Mahesh!

    Unfortunately I got a new question, as I have been working further on the page. I am trying to edit some pages and using Live Composer for that. For that, I would need to increase the content width. Any quick way to do this?

    many many thanks once again! 🙂

    #99140
    Mahesh
    Keymaster

    @trip2day: For full-width width content option, you can simply update to the Pro version, its already there in Pro. But if you want to have it in current version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #primary {
        max-width: none;
        width: 100%;
    }

    Regards,
    Mahesh

    #99760
    trip2day
    Participant

    Many thanks Mahesh!

    #99762
    trip2day
    Participant

    And sorry, but another issue 😀

    If you have a quick look at one of my posts please, http://trip2day.com/2016/09/20/christmas-on-the-beach-50e-for-hamburg-to-gran-canaria-flights/ you will see that there are some blue dots under the title of the post. They appear also on the front page and on the archives pages on some elements. Is it possible to get rid of them?

    many thanks for your help, you have been very helpful! 🙂

    #99807
    Mahesh
    Keymaster

    trip2day: Add the following CSS in your Custom CSS box:

    #primary .post ul li, 
    #primary .page ul li {
        background: none;
    }

    Note: You have an error in your Custom CSS, first fix it, you have a missing } before this code: .footer-b .footer-nav ul li a:hover { text-decoration: none;color:#fff;}

    Regards,
    Mahesh

    #99815
    trip2day
    Participant

    Worked perfectly, the dots are gone! Great work, thank you very very much Mahesh!

    #100547
    trip2day
    Participant

    Hey again Mahesh, I have another question about the theme, but not related to what we spoke before. I hope you dont mind if I post it here instead of opening a new thread.

    At the moment, when I try to click on the search icon in the top right corner, nothing happens and I can see the following message in the lower part of the browser: “javascript:void(0);”. I have tweaked the site a bit, including minimizing CSS and combining JS and I guess that is the reason this is happening. Is there anything I can do to have it working again?

    Many many thanks 🙂

    #100566
    Mahesh
    Keymaster

    @trip2day: The script for the search pop up to work is the following:

    $('#social-search-anchor').click(function(event){
        $('#social-search-inline').toggle();
        event.stopPropagation();
    });

    This is in theme’s custom.js file
    I guess, while minimizing JS, this is affected, which is causing the issue.

    Regards,
    Mahesh

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Linking of images in Featured Slider’ is closed to new replies.