Okay
  Public Ticket #2552845
Product Usage Configuration
Closed

Comments

  • Pierre Maertin started the conversation

    In Appearace dashboard, Customise and Footer Settings we noticed when we customized the copyright notice for the footer it does not display anywhere on the theme and we are not using music in our theme.

    We would like to know if we can display more than the five social media icons in FOLLOW US at the bottom of the theme front page, how can we add an extra social media icon to the five presets?  do we need to edit the php file and css file?  which ones?

    On the Blog page, when we try to scroll down using the mouse wheel only, sometimes it is VERY VERY LABORIOUS to do that and the scrolling down reverses direction by itself before we get to the article we want to read, is there any of adding a very slim dark color/black scroll bar for the visitor to use in the mouse wheel does not work that well?  we dont want to discourage anyone wishing to post comments, so if there a patch or quick fix to add a very unobtrusive, slim, semi transparent black scroll bar on the right hand side of the Blog page?

  •  1,802
    Support replied

    Hello Pierre

    is it possible to send us wp admin access in a private comment so we can have a look in the backend?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Pierre Maertin replied

    Hi Clapat

    apologies but at this time I do have authorization to grant anyone outside of the web design team access to the backend of the site.  This may change in the near future.

    However if I may emphasize there are very few customization options in the Munio template at the WP dashboard compared to other templates we have purchased from ThemeForest.

    I have furnished an extensive description of the problem and can elaborate further if you need more details.  

    How do we add extra social icons in the FOLLOW US line?  which php file and css file do we edit?

    I noticed that in full size menu there is a small side scroll bar however we want to display the magic cursor and not the full size menu on the full screen slider but when a visitor goes to the Blog section when the magic cursor mode is selected we still would like to have a side scroll bar to assist when the mouse wheel gets sticky and difficult to navigate.  Is there a patch for this or a php paragraph we can add to give viewers the benefit of this feature while in magic cursor mode on the entire site?

  • Pierre Maertin replied

    do you have the option of adding slider TRANSITION effects beside SLIDE on the main slider?  I did not see any slide transition effects options like Ken Burns, Fade or Vertical Layers (Blinds), Horizontal Layers, Blocks Merge, Bounce In or Bounce Out or any of the customary slide transition effects, is there a file upload to add these effects for this or not an option for this theme?

  •  1,802
    Support replied

    Hello Pierre,

    apologies for my delayed replay

    1. The main slider is actually the swiper slider

    https://swiperjs.com/

    and is defined in /js/scripts.js in function Showcase() { line 1022 onwards

    so the transitions are the ones defined there

    2. social icons

    they are defined in two arrays in /include/defines.php and displayed in /sections/footer_social_links_section.php

    3. try keeping the magic cursor but disable smooth scrolling in customizer -> general settings

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Pierre Maertin replied

    Not sure I follow your flowcharting in Scripts.js file

    you have only two instances where the SHOWCASE function is described, and I dont see where you have included provisions for the other transition effects from Swiper.

    This is an excerpt of your FUNCTION SHOWCASE where ONLY A SINGLE LINE DESCRIBES THE EFFECT

    effect: "slide"

    var swiperOptions = {
    direction: "vertical",
    loop: false,
    grabCursor: true,
    resistance : true,
    resistanceRatio:0.5,
    slidesPerView: 1,
    allowTouchMove:true,  
    speed:900,
    autoplay: false,
    effect: "slide",
    mousewheel: true,
    pagination: {

    however in the Slider package there are five different effects available including 

    and each of these effects requires additional functions to set up the paramters of the effect.  I dont see where these are in Scripts.js?  if I were to modify the line

    effect:"slide",


    to effect:"coverflow" or "flip"

    would the new transition work on the slider or does it require an extra plugin?  how do I implement any one of these different transitions effects?  do I need to completely rewrite the SHOWCASE function?  I am not a programmer, I can analyze some program blocks and compare data because of other program language skills but I am not a programmer in JS nor Ajax.

    are additional transitions available in your template for the main slider that I can toggle from the Wordpress Dashboard via Settings or Customise or no extra transitions possible?





  •  1,802
    Support replied

    Hi,

    Let me clarify:

    there is one Showcase() function defined on line 1022 onwards to 1216 and it's called twice throughout the file

    There you have the swiper slider options representing the fullscreen slider

    We do have the 'slide' effect and that's not configurable. We defined also handlers for several swiper events

    You can change the transition if you want, that's the place to do it.

    effect: "slide"

    Hard refresh the page (Ctrl+F5) to see the changes

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Pierre Maertin replied

    CLAPAT RESPONSE INCOMPLETE AND UNCLEAR

    Hi,

    Let me clarify:

    there is one Showcase() function defined on line 1022 onwards to 1216 and it's called twice throughout the file

    There you have the swiper slider options representing the fullscreen slider

    We do have the 'slide' effect and that's not configurable. We defined also handlers for several swiper events

    You can change the transition if you want, that's the place to do it.

    effect: "slide"

    Hard refresh the page (Ctrl+F5) to see the changes

    Thank you.


    Hi ClaPat;

    could you please list the transition effects we can use on your main slider?  where can plug in the other effects?  what line?

    do we just replace slide in effect: "slide"?  what other commands can we use?


    We defined also handlers for several swiper events  WHERE ARE THESE PARAMETERS? I am guessing they would have to do with opacity and speed of image display as well as any kind of mathematical function that would create a pattern effect, crossover effect, bounce in or bounce out, ease in or ease out, blocks merging and so forth these parameters are usually mathematically defined using arrays and finite series equations but I didnt see anything where you can just adjust some event handlers with a numerical value or true, false, on or off statements. 

    where are the other handlers defined and configured?  do we need to adjust any parameters and where are they?

    please list all of the transition effects your slider is configured for and what parameters and where (what files) need to be adjusted to implement the effects you offer.

  •  1,802
    Support replied

    You need to refer back to the swiper documentation for available options.

    https://swiperjs.com/api/#parameters

    https://prnt.sc/uv6vkw

    the handlers for swiper events

    check the on section in swiper initialisation:

    https://prnt.sc/uv6xcw

    https://swiperjs.com/api/#events

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Pierre Maertin replied

    Hi ClaPat

    1) Can the transition effects be applied to a specific slide?

    for instance the FADE effect can it be applied ONLY to slide 1, 2, and 3

    while CUBE effect can be applied to slides 4,5,6

    then back so FADE effect on slides 7,8,9, and 10 ?!!!

    I am using 10 slides because your demo had 10 slides on the homepage, of course more slides can be added.

    My question is can you somehow specify a specific slide or a set of slides? Would you need to add more Showcase functions and assign them to specific slides or sets of slides?

    2) You mentioned Showcase function is called twice, why is it called twice?  I modified the effect in the first Showcase function and the slider displayed the new effect on all the slides without having to modify the effect on the second Showcase call.  The first Showcase was modified to FADE and the second one remained SLIDE, yet all the slides displayed the FADE effect.  To what purpose is there a second Showcase call, where does it come into play on the website?


    Thanks

  •  1,802
    Support replied

    Hi,

    1) that's a good question, however I'm not aware of a method to apply different transition effect for specific slides. Once you specify a transition effect in swiper options, is applied for all slides

    2) yes, the Showcase() function is defined once (so the code is not duplicated) however is called in two different parts of the code. One is normal page loading the second is for/within ajax page transitions

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy