Finally, I try everything, then successful.
After made a custom.css, then I need to write the file name on the column of "Custom Class", then it worked.

the css code of the s5 table show can't be like business pro, can you help me to make the similar one, such like

  • horizontal button
  • button width be flexible based by text
  • as you can see from the picture the content of s5_tab1 is not in central, please make the content to to central.

Please, and thank you.

Nicholas Chen

Hi nick983800,
You can create the custom.css file in the templates/business_line/css folder to custom CSS of your site.
Also, you can give me the site URL for further checking, if you still face this issue.

    dominic can we use anydesk to see it? because my site doesn't open outside. Is it possible?

    With Best Regards,
    Nicholas Chen

      The S5 Tab Show function is not equivalent to the original function on shape 5, especially on business line template. It becomes useless and not compatible to business line template. very terrible.

      Nicholas Chen

      Hi nick983800,
      I have tested it on our localhost, you can add the following CSS code to your custom.css file:
      NOTE: Create the custom.css file in the templates/business_line/css folder

      .s5_tab_show_slides_buttons_top {
        margin: 0;
        display: flex;
        border-bottom: 3px solid #fd5800;
      }
      
      .s5_tab_show_slide_button_active, 
      .s5_tab_show_slide_button_inactive {
        width: 10% !important;
        height: 0px !important;
        border-radius: 0 !important;
        color: #fff !important;
        line-height: 0px;
        text-align: center;
        font-weight: bold;
        background: #3c3c3c !important;
        margin-left: 1px !important;
      }
      
      div.s5_tab_show_slide_button_active {
        background: #fd5800 !important;
      }
      
      .s5_tab_show_button_img_present .s5_tab_show_button_text {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        color: #fff;
        width: auto;
      }
      .s5_tab_show_slide_button_active, 
      .s5_tab_show_slide_button_inactive {
        padding: 20px 0 !important;
      }
      .s5_tab_show_center_tabs_enabled .s5_tab_show_slides_buttons {
        display: flex;
      }
      
      .s5_tab_show_outer1 {
        padding: 0;
      }
      
      .s5_tab_show_slides_container_wrap_outer {
        margin-top: 20px;
      } 

      This is the result after adding the CSS:

        dominic Dear Dominic, I really must say "thank you very much". It's very important function for me and my company web design. You save the function in business line. It's a long procedure to go on the website construct; believed you will help me to improve some bug in the business line template.

        Thank you again.

        With Best Regards,
        Nicholas Chen

        dominic

        1. But the new issue is when you make the website to be shown in smaller device or make the browser to be smaller, the button will not be responsive according to the device in using.
        2. You can refer to my old version website, the S5 Tab Show: https://www.vtx-precision.com/products/planetary-gearboxes/all-purpose-gearbox-dh-series.html
        3. on the bottom of any tab, there're too many blank remaining, especially when you small the browser, the condition be more serious, like picture shown; may I know there's any way to solve it?

        I think you need to modify something again.

        With Best Regards,
        Nicholas Chen

          Hi nick983800,
          About the mobile issue, you can add the following CSS to the custom.css file:

          .s5_tab_show_hide_tabs_enabled .s5_tab_show_slides_buttons, .s5_tab_show_hide_arrows_enabled .s5_tab_show_next_prev_wrapper {
               opacity: 1; 
          }
          
          @media (max-width: 767px) {
              .s5_tab_show_slide_button_active, 
              .s5_tab_show_slide_button_inactive {
                 width: 30% !important;
              }
          }

          The tabs module will be different between the templates. Also, about the many blanks remaining in the tabs, could you let me know the position that you are using?

          may we know know why these modules and extension are not compatible to Joomla 4.3.4 & Joomla 4.4.3??

          With Best Regards,
          Nicholas Chen

          when I installed "S5 Business Line for Joomla 4", why the system show the business line version is 1.07 instead of 1.1.0??
          How should I do now?

          Nicholas Chen

            Hi nick983800,
            Currently, some the functions conflicts with the joomla version.
            About the package we have installed and see that it using the lastest version of the template. Could you send me the admin account for further checking?

            5 months later

            Hi there,

            How could I use the code of s5_video_container to embed a youtube video (https://youtu.be/PZ1KaAKRmR4)?
            *** I tried to use iframe code after copied from youtube in TinyMC >Media>insert iframe code, but failed, then showed blank.
            *** Can you help me how to write the code by iframe code with div?

            I tried to search our business line template, but there's not any detail code explain how I use s5_video_container to show my youtube mp4 video.

            Thank you very much.

            With Best Regards,
            Nicholas Chen

            Hi Chen,

            May I know where you want to embed youtube video? I think the TinyMCE editor strips out the iframe tag.

            You can temporarily disable the editor when embedding the iframe.

            Regards

              nick983800 I think it would be the same, you can try access the backend settings of this editor plugin and add iframe into the list of valid elements, it will not strip iframe then.

                Hi, nick983800
                I tried using the JCE editor, but it still trims the content containing the iframe tag. Please try using the CodeMirror editor instead; it will display the iframe in your article.

                Regards,

                Hi, nick983800
                Would you plese show me the Iframe content in the Article Editor in administrator and frontend page so I can help?
                Regards,

                  10 days later
                  You need to Login to view replies.