SEO & Portfolio Issue

Home Forums Jevelin Theme SEO & Portfolio Issue

Home Forums Jevelin Theme SEO & Portfolio Issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • jonc1802
    Participant

    Hi

     

    Firstly, this is an amazing theme, really fast and responsive and looks great.

     

    A few quick questions:

    1. I’m using the portfolio and setting up years as categories eg 2019, 2018, 2017 etc, when displayed at the top of the main portfolio page, they are displayed in reverse order, how can I change the order they are displayed eg:

    ALL – 2015 – 2016 – 2017 – 2018

     

    I want them to be displayed as follows:

     

    ALL – 2019 -2018 – 2017 – 2016 …….

     

     

    2.

     

    When I run various SEO reports on the site, they all report that the Social Icons in the header and footer have no Title Attribute, how can I add a title attribute to the Icons?

     

    Thanks

    Jon

    Hi Jon,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    jonc1802
    Participant

    Hi

     

    Thanks for the reply

     

    My site is https://j700group.com

     

    But I have disabled the portfolio for now as I couldn’t get it as I wanted it

     

    Thanks

    Jon

    I’m using the portfolio and setting up years as categories eg 2019, 2018, 2017 etc, when displayed at the top of the main portfolio page, they are displayed in reverse order, how can I change the order they are displayed eg:

    ALL – 2015 – 2016 – 2017 – 2018

    I want them to be displayed as follows:

    ALL – 2019 -2018 – 2017 – 2016 …….

    I need to see it on your site to help so please share me the page URL when you will display it on your site.

     

    When I run various SEO reports on the site, they all report that the Social Icons in the header and footer have no Title Attribute, how can I add a title attribute to the Icons?

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    jonc1802
    Participant

    Hi

     

    Thanks for the reply

     

    Please can you tell me the file that would need to be edited for both my issues and I will get someone to look at it

     

    Thanks

    Jon

    Solution for this topic

    For the portfolio, I need to access it on your site or tell me how you are displaying it by sharing its screenshot.

     

    For social media icons, you can change it by editing the function jevelin_social_media code in the below plugin file on line number 1753

     

    /jevelin/inc/helpers.php

    jonc1802
    Participant

    Hi

    Thanks for your reply again

     

    I have re-enabled the portfolio at the following link:

     

    https://j700group.com/portfolio/

     

    You can see the categories are displayed :

     

    ALL – 2011 – 2012 – 2013 – 2014

     

    I would like them:

     

    ALL – 2014 – 2013 -2012 -2011

     

    Thanks

     

    Jon

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-filter-default span.sh-filter-item {
        float: right;
    }
    
    .sh-portfolio-filter-default span.sh-filter-item:first-child {
        float: left;
    }

    jonc1802
    Participant

    Hi Again

     

    That’s great, thank you for your help

     

    Thanks

     

    Jon

    You are most welcome here 🙂

Viewing 10 posts - 1 through 10 (of 10 total)