Okay
  Public Ticket #2941280
Portfolio's categories
Closed

Comments

  •   Ancord2 started the conversation
  •  869
    Neuron replied

    Hi @Ancord2,

    I am very sorry for the late reply, we were not working on the weekend.

    You can't edit the category pages with Elementor, but if you want to change anything on the style of the category pages, please tell us and we can help you to achieve that via some custom CSS code.

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    Hi, I want to show the title of the category, and to show the projects in a grid with equal sizes. 

  • Ancord2 replied

    see attachement 

  •  869
    Neuron replied

    Hi,

    Please go to Dashboard > Appearance > Customize > Utility > Breadcrumbs > Archives Visibility, and set it to "show".

    https://prnt.sc/26sdgfo

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    Actually, that's not what I need, I need only the categories name and equal grid, that's all 

  •  869
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will update some code of the theme to display the category name?

    Feel free to ask for anything you need.

    Kind Regards


  •   Ancord2 replied privately
  •  869
    Neuron replied

    Hi,

    I've just made some modifications to the Arkhitekton child theme, please take a look at the category pages now.

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    Please remove this part: http://prntscr.com/26unerz

    and make grid equal size. 

  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've just updated some code of the theme, please take a look at it now.

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    ...and make grid equal size. 

  •  869
    Neuron replied

    Hi,

    We're so sorry for the late reply, we had a holiday yesterday.

    I've added the following code at Dashboard > Settings > Insert Headers and Footers to make the portfolio category post layout grid.

    <script>
    jQuery(document).ready(function($) {
        $('.masonry').imagesLoaded( function() {
            setTimeout(() => {
                $('.masonry').isotope({
                    itemSelector: '.selector',
                    layoutMode: 'fitRows'
                })
            }, 1000);
            
        });
    });
    </script>
    

    Feel free to ask for anything you need.

    Kind Regards


  •   Ancord2 replied privately
  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I'm seeing the category title on the attached URL, is there any other issue that I'm missing?

    https://ibb.co/nkfcYJM

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    Please read carefully the whole conversation of this ticket, I've tired to write about this!!!!! I want grid with equal thumbnails, could you do that?

  •  869
    Neuron replied

    Hi,

    I've added the following code at Appearance > Customize > Additional CSS, please take a look at it now.

    .tax-portfolio_category .h-calculated-image {
        height: 300px !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  •   Ancord2 replied privately
  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've just updated the code that I've added before, please take a look at it now.

    .tax-portfolio_category .h-calculated-image {
        height: 350px !important;
    }
    .h-calculated-image img{
        height: 300px !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    I have removed this part:

    .h-calculated-image img{
    height: 300px !important;
    }

    because is caused on single projects too https://dd-arch.ru/projects/mango-telecom/

    Please provide another solution. 


  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    There was a typo in the code that I've added, so I've just updated it and now everything seems to be alright, please take a look at it.

    Feel free to ask for anything you need.

    Kind Regards


  • Ancord2 replied

    everything is OK now, thanks


  •  869
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  • Ancord2 replied

    you got 5 stars!


  •  869
    Neuron replied

    Thanks a lotsmile.png