Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #428540

    Hola,

    me gustaría saber qué estoy haciendo mal para no poder visualizar en modo masonry las entradas del blog, por más que cambio los parámetros de la página, tipo blog, siempre sale 1 única entrada.
    He definido esa página como de tipo masonry, y sin embargo, sólo visualizo 1 entrada.
    ¿puede existir algún conflicto entre la creación de un blog con masonry y el definir dentro de la apariencia donde quiero que se visualicen las entradas?

    Gracias!

    #429750

    Hey martinapez!

    no puedo ver ningún masonry en el link que mandas. Necesitamos acceso de admin para ver lo que pasa.
    Fíjate si usaste el elemento “Masonry” en Content Elements del Avia Layout Builder. Si abres el elemento “Masonry” puedes seleccionar mas que uno:

    Espero que esto te ayuda.

    Saludos,
    Andy

    #430709
    This reply has been marked as private.
    #431086

    Hi!

    Please post the login details here and set it as a private reply so that all moderators can see it. If you have the time, please translate the inquiry to english.

    Regards,
    Ismael

    #431643
    This reply has been marked as private.
    #432439

    Hi,

    Right now I only have the problem with masonry, all the other issues are resolved, thank you so much.

    Could you take a look at the website and give me any information about it? I sent you the connection details on the previous message.

    Thanks in advance.

    #433484

    Hey!

    Login credentials are not working for me, can you please check them once again?
    Also, please make sure that you have chosen “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” as Blog Style in Enfold theme options > Blog Layout if you would like to create your blog page using Advanced Layout Builder.

    Regards,
    Yigit

    #433521
    This reply has been marked as private.
    #433527

    Hey!

    Unfortunately that does not seem to work as well “ERROR: The username or password you entered is incorrect. Lost your password?”

    Cheers!
    Yigit

    #433528
    This reply has been marked as private.
    #433545

    Hi!

    You are displaying your archive on “Y así la vida” menu item. I have created a new page and added Masonry element and choose to display only your posts from “Y así la vida” category. Please review your website now.

    Best regards,
    Yigit

    #433550
    This reply has been marked as private.
    #434369

    Hi!

    No problem, you were just displaying your archive on “Y así la vida” menu item :) I guess all well right now, shall we mark the thread as resolved?

    Cheers!
    Yigit

    #434520

    Hi, Yigit!

    This morning I was working on it. Thank you so much for your help. You´re a very very good team.

    Mark the thead as resolved, but after, three last questions.

    1.- how can I make the images look higher than now in the mansonry blog? If I insert title and excerp they become a little bit small.
    2.- I would like to have almost 4 lines in the excerpt of Masonry. It is possible? -I know the excerpt measure is in terms of number of words-
    3.- The space between the text lines are a little bit big. Can you help me?

    Have a nice weekend, and thank you so much.
    :)

    #435446

    Hi!

    1- Please add following code to Quick CSS

    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content { bottom: -40px; }
    .av-masonry-entry.av-masonry-item-loaded { padding-bottom: 30px; }

    2- Please add following code to Functions.php file in Appearance > Editor and adjust 200 as needed

    add_filter( 'avf_masonry_excerpt_length', 'masonry_excerpt_length');
    function masonry_excerpt_length() {
    $excerpt = 200;
    return $excerpt;
    }

    3- Can you please post a screenshot and show the changes you would like to make?

    Regards,
    Yigit

    #436652

    Yigit, thank you so much for your help.

    I make some changes on the blog, so, you can mark the thead as resolved.

    :)

    have a nice day.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Problemas con masonry en el blog’ is closed to new replies.