Okay
  Public Ticket #1460382
Couple questions on customizing the Archi Theme's Services Functionality
Closed

Comments

  • Mike Coulson started the conversation

    Hi!  I have a couple customization questions for the "Services":

    1. How do I remove the slide-in right animation for OT Services Grid 3?

    2. How can I remove the link to each service single page when the user clicks on the services featured image.  Please see this page as an example and click on one of the images.  I do not want the image to link to anything and just be an image: http://77.104.161.83/~lonardos/our-services/

  •  2,010
    Ocean replied

    Hello,

    1, It's not have option to off animation feature, you need go to shortcode.php file to remove animation code.

    -> Open shortcode.php file and find line code: // Services Grid 3

    -> Remove code: http://prntscr.com/ib9zzj

    2, Also, not have option to remove image link, you need go to shortcode.php file to remove link.

    -> Open shortcode.php file and find line code: // Services Grid

    -> Remove html tag: http://prntscr.com/iba1ow

    Thank you

  • Mike Coulson replied

    Thank you so much! I appreciate the response.  


    One more question if you don't mind.  Is there a way to create a link to a specific filter choice on the portfolio filter?  I want to put a link in an image on a page, that when clicked, the user will go to the portfolio page that is using the OT Portfolio Filter and it will automatically filter a specific choice.  For example, clicking on the Kitchens image on this page, will make the filter only show kitchens on this page.

    Thanks so much!

  •  2,010
    Ocean replied

    Hello,

    I have a solution for your issues, you can create category page by using the "OT Portfolio Category" element.

    Thank you