Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • revsup01 Friend
    #886909

    Hello,

    When I click on an individual event on my event-page, it shows the event-module above the individual event.

    Both my modules are set to the position ‘events-home’.
    In my template I created a custom layout for the individual event pages that does not include the position ‘events-home’. In my template I choose the original ‘events’-layout for ‘Position & Responsive Configuration’ and picked my custom layout (‘events-individueleact’) as a Sub Layout.

    However my events are still showing the modules.
    Can you tell me what I’m doing wrong?

    Thanks!

    Backend info:
    Template: JA Teline – AGENDA
    Modules: Activiteiten & Activiteiten Featured

    On Frontend you can find the events page at: http://www.hiscfd.com/index.php/activiteiten/agenda

    Ninja Lead Moderator
    #888153

    Hi,

    Apply my tweak to fix the problem on your site

    • Create templates/ja_teline_v/css/custom.css file and add new CSS style
    .layout-events.view-article .main .wrap .container {
        display: none !important;
    }

    Regards

    revsup01 Friend
    #888554

    Thank you! It works like a charm!

    revsup01 Friend
    #888929

    Two more questions though:

    1) Is there any way I can make the Facebook module (in the sidebar) responsive? As well as the images posted in the banner-1 position

    2) I have some modules set to appear in the position ‘sidebar’. However it only shows up in the Category Blog-pages, not on the individual articles. Am I doing something wrong?

    Ninja Lead Moderator
    #889512

    Hi,

    Facebook module loads iframe from FB core and you need to make a custom work on that and it will work as fine.

    • Open templates/ja_teline_v/css/custom.css file and add the CSS style below
     #fb-root {
        display: none !important;
    }
    
    /* To fill the container and nothing else */
    
    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 100% !important;
    }
    @media screen and (max-width: 992px) {
        .t3-sidebar {
            display: block !important;
        } 
    }

    About the another problem of the module is not showing on the detail of article, you need to check both ways

    • Template style of Category Blog and the detail of article is the same or not
    • The detail of article needs to show with format path: yourdomain.com/category_blog/the_detail_article.

    Regards

    revsup01 Friend
    #889638

    1) I put the code into custom.css, but it doesn’t seem to work. When the screen is made smaller the facebook-module falls a bit out of the container. Is there anything else I can do about that?

    2) The "Clear Formatting"-button in the text-editor doesn’t work very well in our site. Sometimes it works only after several tries. Sometimes it doesn’t at all.
    Even some coding was left recently. Do you know how that can be fixed?

    Ninja Lead Moderator
    #890184

    I tried to find the solution with facebook module but I am afraid you only set the width on this module from 350px to 290px and can’t make the responsive with iframe.

    How can I see Clear Formatting button as you mentioned above?

    revsup01 Friend
    #892277

    The Clear formatting button is part of the text-editor in backend (when you make a new article or edit an existing article)

    Ninja Lead Moderator
    #892640

    I am not sure what did you do on your site but I tested with steps below

    To get rid of all the styles, text effects, and font formatting in your document, do the following:

    • Select the text that you want to clear the formatting from. Or press CTRL+A to select everything in the document.
    • Click Format -> Clear formatting, it’s working fine at my end
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum