Okay
  Public Ticket #2370024
Blog Metro
Closed

Comments

  • aysuuu started the conversation

    At the English versions of my pages, which is the second language, I have a problem with Blog Metro Elementor element. The settings are not seen at the page, although it seems like there isn't a problem when I open the editor.

    Here are the pages, with the same settings:
    http://aysuerdogdu.com/ates
    http://aysuerdogdu.com/en/fire/

  • aysuuu replied

    I forgot to say: HIII!
    and
    Have a nice day/week :)


  •  675
    Neuron replied

    Hi Aysuu,

    I am very sorry for the late reply, when submitting multiple tickets we can miss one of the tickets.

    Can, I please have an URL of that page, so I can check it on both languages and see why they're missing.

    Have you added the posts in two different languages?

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • aysuuu replied

    Hi,

    The timing is OK for me. I added the pages in the first message, in Turkish and English:

    http://aysuerdogdu.com/ates
    http://aysuerdogdu.com/en/fire/

    Yes, I have added the posts in two different languages:

    http://aysuerdogdu.com/en/blog/2020/03/29/recapitulation/

    http://aysuerdogdu.com/en/blog/2020/03/29/seek-your-passion/



    I select the posts with their Turkish name at the "Blog Metro" element in the English page. I guess a problem is occuring while getting the thumbnails from the English one.

    Have a nice day/night and new moon!
    Aysu

  •  675
    Neuron replied

    Hi Aysu,

    That's a bit strange, because there seems to be different columns for the Turkish version, they're not 2 columns but three columns, everything else is showing alright actually, including the thumbnail & title.

    If you want a fast solution until I find out why they're showing 2 columns, here's the Custom CSS.

    :lang(en) {
        .l-blog-wrapper__posts-holder .masonry .selector {
            flex: 0 0 50% !important;
            max-width: 50% !important;
        }
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • aysuuu replied

    Hi Neuron,

    The custom CSS code is added, but the problem continues. You can see better with more blog posts:
    http://aysuerdogdu.com/en/fire/

    It's same for all English, secondary language, pages.

    I see it normal, with the Turkish post titles though, while editing these English pages at Elementor. Maybe, if I can select the English posts already while editing, not their Turkish versions, then there won't be a problem. Can you check and update your Blog Metro Element?

    Thanks for the support,

    Aysu

  •  675
    Neuron replied

    Hi Aysu,

    So, basically the fetch is working alright except the metro columns? Can you please provide me with your wp-admin, I will have a quick look to see what's goiing on.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   aysuuu replied privately
  •   Neuron replied privately
  •   aysuuu replied privately
  •  675
    Neuron replied

    Hi Aysuu,

    I am very sorry, but it seems like that feature(metro) is not working properly, it is taking us much time to realize what's not working, since the issue is not 100% in our theme and it's part of a third-party plugin.

    What, I can suggest you? Is to add some Custom CSS which you will be able to easily override any of the items width only on that page.

    As Example:

    .elementor-page-7139 .masonry .selector:nth-child(1) {
        flex: 0 0 66.66667% !important;
        max-width: 66.66667% !important;
    }

    It means the first item will be at width 66.6667% of 100% so, basically 8 columns.

    8/12 = 0.66666.7

    .elementor-page-7139 .masonry .selector:nth-child(2) {
        flex: 0 0 33.33333% !important;    
        max-width: 33.33333% !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • aysuuu replied

    Hi Neuron,

    Thanks for checking and offering an alternative solution. In that case, I prefer to turn Blog Metro's at English pages to Blog Grid. Otherwise I'm sure sooner or later I'll forget to add more CSS. :)

    Have a nice day/night,

    Aysu

  •  675
    Neuron replied

    Hi Aysu,

    I am very sorry about it, we'll work into finding a better solution.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.