Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #103267
    PosizionareSitiWeb
    Participant

    Hi,
    my site is http://anbevents.hostinggratis.it/ but it will become http://www.anbevents.it/ very soon, so you can see it running at one of the two urls depending to the registration process.
    I have a problem with the tour widget built in with the theme, as you can see columns are not properly aligned, but I don’t see any option to fix that.
    More, is it possible to display it only on the homepage, as in the demo? It makes the content scroll to much if displayed on everypage (expecially adding lots of events as it should be on my site). Alternatively I have to move it in the after content section.
    Tnaks in advance

    Daniele

    #103273
    Mahesh
    Keymaster

    @posizionaresitiweb: Can you please clarify about columns not properly aligned.
    The demo is a Pro version and it has page template option that allows you to add up desired widgets to you site without content. I recommend you to upgrade to Pro.
    For displaying the widget after content, go to Dashboard=> Appearance=> Widgets and move the Tours widget to After Content widget area.
    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    #103277
    PosizionareSitiWeb
    Participant

    Hi Mahesh,
    thank you for the quick answer.
    Well, if you look at http://anbevents.hostinggratis.it/ the first and the second column (dates and artists) are properly aligned to left, while the third one (venues) doesn’t have any align. Is it possible to fix that and set the left align to the third column too?
    I didn’t undesrtand the feature of the pro you talk about, what does it mean I can add widgets without content? Does the homepage have tours widget, while other pages have an empty one? Pro allows to set widgets only to a specific page or what?
    Yes, I know how to move widget to after content section and I did it too, but I’d prefer to keep it before content, if it’s possible to set widget only on the home.
    Thank you!

    Regards
    Daniele

    #103291
    Mahesh
    Keymaster

    @posizionaresitiweb:
    Align third one to the left: Go to Dashboard=> Appearance-> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .tour-dates ul li:nth-child(3n) {
        text-align: left;
    }

    The feature I mentioned above is page template. You can create a page and select a page template so that only the widgets you want to display can be managed in those pages and then set them as you home page. The same has been done in Homepage. Hope you understand.

    You have already put the widget in before content. Please add the following CSS to display Tours widget in homepage only.

    body:not(.home) #ct-tours-4 {
    	display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #103328
    PosizionareSitiWeb
    Participant

    Hi Mahesh,
    yes I understood what you mean, and everything works great now.
    Thank you, your support was very helpful.

    Have a nice day
    Daniele

    #103330
    Mahesh
    Keymaster

    @posizionaresitiweb: Glad to know. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tours widget’ is closed to new replies.