Okay
  Public Ticket #2360492
Request for changes regarding template errors and personal changes
Closed

Comments

  • Filippo started the conversation

    • How to remove the circle around the cursor? The circle is boring and often does not follow the actual movement of the cursor.
    • Fullscreen homepage slider problem, scrolling with the mouse or touchpad you must necessarily point  on the name of each portfolio to view the video/photo. It would be more useful if the scroll allowed to automatically go to the next element of the slider, because often elements are skipped because the scrolling does not have a stop.
    • The main menu would be nice to preview the content once the cursor is over the icon. Or is there a way to change the menu graphic?
    •  Is it possible to change the icon that indicates scrolling down the page of a portfolio item? Because such an icon is not very intuitive, an arrow would be better.
    • Is it possible to remove the numbers on the homepage linked to the elements of the portfolio? As it would be nicer to put at the bottom left not the list of elements but an element containing a pop up that refers to a "news" section.
    • On the home  page, how could you insert a subtitle just below the title of the slider elements? Just below. I am not referring to the Hero caption subtitles, but just below the Hero Caption Title.
    • In the Grenada Carousel, how can I make the photos clickable so that when the user clicks, they can also be viewed fullscreen?
    • The grenada logo element illuminates the logo when I hover over it, while at the base it makes them darker. Can this function be reversed? That is, make the logos always illuminated and when I click instead the logo selected darkens? Because logos have more functionality in having more visibility, so they seem shaded.
    • Is it possible to insert the possibility to attach a file in the contact form?
    • When I open the page about "Our projects" there are three dots at the top left that indicate a menu, however this icon is very little visible and intuitive. In addition, when I open this menu and click on a category the projects remain in the shadow, it seems to be a mistake. Why possibly it is better to eliminate this submenu or if there is a method to make it more efficient.
    • How can I order the categories? Because by default only an alphabetical order is assigned.
  •  1,809
    Support replied

    Hello Filippo,

    My answers inline, bolded

    • How to remove the circle around the cursor? The circle is boring and often does not follow the actual movement of the cursor.

    try adding

    #ball {
           display: none;
    }

    in customizer -> additional CSS


    • Fullscreen homepage slider problem, scrolling with the mouse or touchpad you must necessarily point  on the name of each portfolio to view the video/photo. It would be more useful if the scroll allowed to automatically go to the next element of the slider, because often elements are skipped because the scrolling does not have a stop.

    The scrolling starts when you touch the current title and then the next title comes into view. We have an event on touchstart which does that.

    • The main menu would be nice to preview the content once the cursor is over the icon. Or is there a way to change the menu graphic?

    The menu when set as fullscreen menu is being displayed on click not on hover. it will require quite a few changes to implement the fullscreen on hover.

    •  Is it possible to change the icon that indicates scrolling down the page of a portfolio item? Because such an icon is not very intuitive, an arrow would be better.

    the icon is a svg icon that is implemented in /sections/hero_section_container.php lines 26-29:

    <svg class="nectar-scroll-icon" viewBox="0 0 30 45" enable-background="new 0 0 30 45">
             <path class="nectar-scroll-icon-path" fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" d="M15,1.118c12.352,0,13.967,12.88,13.967,12.88v18.76  c0,0-1.514,11.204-13.967,11.204S0.931,32.966,0.931,32.966V14.05C0.931,14.05,2.648,1.118,15,1.118z">
             </path>
    </svg>


    • Is it possible to remove the numbers on the homepage linked to the elements of the portfolio? As it would be nicer to put at the bottom left not the list of elements but an element containing a pop up that refers to a "news" section.

    Which numbers? you mean these:

    https://prnt.sc/s03k9o

    or these:

    https://prnt.sc/s03kmw

    • On the home  page, how could you insert a subtitle just below the title of the slider elements? Just below. I am not referring to the Hero caption subtitles, but just below the Hero Caption Title.

    This is custom work I don't have a solution prepared beforehand.

    • In the Grenada Carousel, how can I make the photos clickable so that when the user clicks, they can also be viewed fullscreen?

    You would have to link the images to lightbox popup links, the carousel is implemented in Grenada Functionality Plugin

    • The grenada logo element illuminates the logo when I hover over it, while at the base it makes them darker. Can this function be reversed? That is, make the logos always illuminated and when I click instead the logo selected darkens? Because logos have more functionality in having more visibility, so they seem shaded.

    I need more info on this there is no effect on hover for grenada logo if possible to send screenshots

    • Is it possible to insert the possibility to attach a file in the contact form?

    If CF7 allows this or one of the extension plugins

    https://contactform7.com/file-uploading-and-attachment/

    • When I open the page about "Our projects" there are three dots at the top left that indicate a menu, however this icon is very little visible and intuitive. In addition, when I open this menu and click on a category the projects remain in the shadow, it seems to be a mistake. Why possibly it is better to eliminate this submenu or if there is a method to make it more efficient.

    The category will filter the projects in the background using the current clicked category If you want to hide it use

    #show-filters {

        display: none;

    }

    • How can I order the categories? Because by default only an alphabetical order is assigned.

    Yes, the categories are listed in /sections/portfolio_category_section.php with a call to get_terms function at line 10

    $grenada_portfolio_category = get_terms('portfolio_category', array( 'hide_empty' => 0 ));

    https://developer.wordpress.org/reference/functions/get_terms/

    and as parameters you can also specify an 'order' or 'orderby' parameter

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Filippo replied

    First of all thank you so much for the reply. Below I bolded the answer for each question. Thanks again for your patience.


    Fullscreen homepage slider problem, scrolling with the mouse or touchpad you must necessarily point  on the name of each portfolio to view the video/photo. It would be more useful if the scroll allowed to automatically go to the next element of the slider, because often elements are skipped because the scrolling does not have a stop.

    The scrolling starts when you touch the current title and then the next title comes into view. We have an event on touchstart which does that.

    I know this, although it is often not precise and it would be better to set the slider that a scroll corresponds to a page in an orderly way, without necessarily going on the title. I hope I have explained the problem well, because it can ruin the use of the website.I don't know if I'm well explained.

     

    Is it possible to remove the numbers on the homepage linked to the elements of the portfolio? As it would be nicer to put at the bottom left not the list of elements but an element containing a pop up that refers to a "news" section.

    Which numbers? you mean these:

    https://prnt.sc/s03k9o

    or these:

    https://prnt.sc/s03kmw

    Both of them. So to add something that refers to a news section of the website.

     

     

    In the Grenada Carousel, how can I make the photos clickable so that when the user clicks, they can also be viewed fullscreen?

    You would have to link the images to lightbox popup links, the carousel is implemented in Grenada Functionality Plugin

    Could you explain me better? Because in the plugin section I don't have any settings to modify.

     

    The grenada logo element illuminates the logo when I hover over it, while at the base it makes them darker. Can this function be reversed? That is, make the logos always illuminated and when I click instead the logo selected darkens? Because logos have more functionality in having more visibility, so they seem shaded.

    I need more info on this there is no effect on hover for grenada logo if possible to send screenshots

    Logo_shadow is a screenshot of what the logos look like on the page. Logo_light is what the logo looks like when the cursor is over it.

    I would practically reverse the instruction and make the logo dark when the cursor passes and show the logos by default without darkening the image.


  • Filippo replied

    When I open the page about "Our projects" there are three dots at the top left that indicate a menu, however this icon is very little visible and intuitive. In addition, when I open this menu and click on a category the projects remain in the shadow, it seems to be a mistake. Why possibly it is better to eliminate this submenu or if there is a method to make it more efficient.

    The category will filter the projects in the background using the current clicked category If you want to hide it use

    #show-filters {

        display: none;

    }

    I tried to insert this code but it doesn't work. I attach two screenshots regarding the categories and the menu categories. At this point I would really like to remove this menu. 

  •  1,809
    Support replied

    Hello,

    1. it should work if you add in customizer -> additional CSS

    #show-filters {

        display: none;
    }

    2. hide the numbers with:

    .slide-title::before {

         display: none;

    }

    #counter-wrap {

        display: none;
    }

    in customizer -> addiional CSS

    3. you need to change the implementation of the shortcode which is located in Grenada Functionality Plugin we recommend using collage which already has the image popup on click.

    4. add the following in customizer -> additional CSS

    .clients-table li img {
         opacity:1;
    }

    .clients-table li:hover img {
         opacity:0.3;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Filippo replied privately
  •   Filippo replied privately