Forum Replies Created

Viewing 30 posts - 1 through 30 (of 58 total)
  • Author
    Posts
  • in reply to: Social icons position on mobile #1489285

    Hi everyone.
    The proposed solution seems perfect for my case at the moment.
    Thank you @guenni007 for your further contribution!
    Regards.

    in reply to: Social media icon sizes and page placement #1489284

    Hi everyone.
    I’ve solved in another way.
    Thanks for the support.

    Regards

    in reply to: Post preview image display issue #1489068

    Hi everyone.
    To save time, I did some testing on my own.

    The code Ismael suggested

    .big-preview img, .small-preview img {
    object-fit: cover;
    height: 82px;
    }

    I changed it to the following:

    .big-preview img, .small-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    }

    And this solved the issues with the fixed 82px height in posts.

    The following is the remaining code (changed from the one Ismael proposed on August 20th) that seems to fix the issues I reported today regarding what was displayed when opening posts on both devices.

    @media only screen and (max-width: 768px) { 
    
    .responsive .template-blog .blog-meta { 
    display: block; 
    float: none; 
    } 
    
    .responsive .template-blog .post .entry-content-wrapper { 
    overflow: hidden; 
    float: none; 
    width: 100%; 
    } 
    
    .responsive .template-blog .blog-meta, 
    .responsive .template-blog .blog-meta a { 
    width: 100%; 
    height: auto !important; /* follows natural pitch */ 
    min-height: unset !important; 
    display: block; 
    overflow: hidden; 
    } 
    
    .responsive .big-preview img, 
    .responsive .small-preview img { 
    width: 100%; 
    height: auto; /* maintain aspect ratio */
    object-fit: contain; /* do not crop, display entire image */
    display: block;
    }
    
    .big-preview img, .small-preview img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    object-fit: contain; /* do not crop, display entire image */
    display: block;
    }
    }

    Since I’m not an expert on CSS, I’m wondering if you see any obvious errors.
    If not, this solves my problem for now.

    in reply to: Post preview image display issue #1489065

    Hi Ismael.
    Thanks for your support.
    The previews in the lists actually seem correct, both on desktop and smartphone.
    However, the problem when opening the post on desktop seems unchanged.
    41

    On smartphone, however, there is now a huge space between the photo and the post title, both in portrait and landscape view.
    51

    Regards.

    in reply to: Post preview image display issue #1489001

    Hi Ismael, thanks for your support.
    This latest code seems to have solved the problem on desktop, and the image display in the list is now correct.

    40

    Unfortunately, the list previews on smartphones are now incorrect.

    42

    And when you open the post on both desktop and smartphone, the image is reduced in height (probably to the 82px value indicated in the code).

    41

    Regarding the login details, I sent them on August 15th, but you’ll find them listed again in the private field because I think your direct access is essential.

    Regards.

    in reply to: Post preview image display issue #1488684

    Hi Ismael.
    With this change, the problem seems to be solved on smartphones, but on desktop, the image display in the list goes from this correct one
    30

    to this incorrect one
    31

    What do I need to change in the code to make it apply only to mobile devices?

    The problem with the vertical dashed line also remains unchanged and is still visible.
    10c
    Thanks for your time.

    in reply to: Post preview image display issue #1488622

    Hi Ismael, thanks for your support.

    Where did you add the code?

    In the child’s functions.php file, as you indicated.

    The Appearance > Theme File Editor is not accessible.

    This hosting provider doesn’t enable it automatically, but I made a change and it is now active, as shown in the image where the inserted code is also highlighted.
    20

    Regards.

    in reply to: Social media icon sizes and page placement #1488467

    Hi everyone.
    I found the right parameters to make @guenni007’s suggestion work, which solved that part of the topic.
    Thanks!
    Does anyone have any idea how to fix the other part?

    And how can I also include them in pages?
    The Social Buttons tool in the Advanced Layout Editor seems to only work for articles.

    Regards.

    in reply to: The sidebar disappears on the smartphone #1488453

    Hi Rikard.
    Ismael’s response was conclusive, so the topic can be closed.
    Regards.

    in reply to: The sidebar disappears on the smartphone #1488429

    Hi Ismael.
    Thanks for the solution that works for me.
    Frankly, I hadn’t considered that option because by leaving “with border” enabled, the sidebar was still visible on the smartphone.
    Regards.

    in reply to: Post preview image display issue #1488420

    Hi Ismael.
    Thanks for your time.

    “To increase the size of the thumbnail, please add this filter in the functions.php file…” Unfortunately, I don’t see any differences from before, even by clearing the device cache.

    “Then, include this CSS code inside the CSS media query to remove the dotted line…” The dotted line does indeed disappear, but unfortunately, the images are no longer visible either.

    Regards.

    in reply to: Social media icon sizes and page placement #1488416

    Hi everyone.
    Thanks @guenni007. The contribution you made for the svg icons seems to be the right one.
    I need to do some experimenting with the values ​​myself to adapt the icons to the background when they’re highlighted.
    10 guenni007
    Could you please also give me a suggestion for

    And how can I also include them in pages?
    The Social Buttons tool in the Advanced Layout Editor seems to only work for articles.

    Regards.

    in reply to: Post preview image display issue #1488312

    Hi Ismael.
    Thanks for your reply.
    The images are indeed moved above the title, but they are blurry.
    The theme is probably using a small image, which is enlarged to full screen with the code provided, thus degrading the quality of the photos.
    Furthermore, in landscape view on a smartphone, the image origin is not the center but the top margin.
    And the CSS code provided does not resolve the dotted line issue.
    10c

    in reply to: Post preview image display issue #1488252

    Hi Ismael, thanks for your time.
    You’ll find a link in the private field.

    in reply to: Problem with posts using the Advanced Layout #1488251

    Hi Rikard, thanks for your time.
    I had considered using Blog Posts, but this requires you to specify the post’s category each time you create it.
    30
    Currently, this is done automatically for posts added to the demo (therefore, without Advanced Layout).

    in reply to: Classic Edit vs Advanced Layout Editor #1488142

    Hi Rikard.
    I’m sorry to hear that.
    Anyway, the important thing is to know.
    We can end the thread, thanks.

    in reply to: Problem with posts using the Advanced Layout #1488140

    Hi Rikard.
    Following your instructions, I found the tools to use the Advanced Editor to create posts similar to the basic ones provided with the demo.
    However, I can’t find the one needed to get a list of suggested articles in the same category (you might be interested in…).

    20

    Could you please tell me where to find it?

    in reply to: Problem with posts using the Advanced Layout #1488139

    Hi Rikard.
    Thanks for your reply.
    I’m a bit surprised by this response.
    I thought the list display depended on the layout CSS and not the editor used.
    In any case, if there’s no alternative, I’ll have to rethink the posts already posted.

    in reply to: Post preview image display issue #1488138

    Great Rikard, it works for me.
    Is there a way to move the image above the title and have the text fit the width of the screen? The text space is very limited.
    10b
    Is it possible to remove the dotted line that “connects” the images?
    10c
    Thanks for your time.

    in reply to: Problem with posts using the Advanced Layout #1488109

    Hi Rikard.
    Thanks for your time.
    My English is probably terrible and I can’t explain myself.
    I create a new post with the Advanced Layout Editor.
    I add the title, some text, the featured image, and save.
    The preview looks like this, without image, author, date, etc.:
    11
    If I do the same thing with the normal editor, the preview looks like this:
    13
    Do you mean I have to insert, for example, the author and date using elements from the Layout Builder?
    Shouldn’t it get this data automatically and regardless of the editor used?
    And I don’t understand why if I create the post with the Advanced Layout Editor (without entering the author and date) and then change the editor the result is correct.

    in reply to: Post preview image display issue #1488102

    Hi Ismael.
    The site isn’t online yet, so I created a user you can use to log in.
    You can find the details in the private field.
    Thanks!

    in reply to: Problem with posts using the Advanced Layout #1488069

    Thanks Rikard for your contribution, but I’m probably missing something.
    I create a new post with the Advanced Layout Editor.
    I add the title, some text, the featured image, and save.

    10

    The preview looks like this:

    11

    “You need to add all content manually to your posts while using the Layout Builder.” I’ve added the content, or is there something wrong with what I did?

    If I reopen the post, click “Default Editor,” and save, the preview looks like this:

    12

    13

    It’s the final result that changes.

    in reply to: Text around images #1488041

    Thank you all for your contributions.
    Not one, but two solutions. Great!
    I’ve tried both, and they work great.
    I just need to figure out which one is best for the client so they can be independent and use the simplest one for their abilities.
    Thanks for your time!

    in reply to: The pages don’t have title #1487854

    Hi Guenni007.
    Great, it works for me!
    Thanks, once again.

    in reply to: The pages don’t have title #1487806

    Hi Guenni007.
    The code inserted according to your instructions in the child-theme functions.php obviously displays the title on all pages.

    add_action(‘ava_after_main_title’, function() {
    echo ‘<div class=”main_color my_title_container”>’;
    echo ‘<h2 class=”page-title”>’. get_the_title() .'</h2>’;
    echo ‘</div>’;
    });

    Is it possible to hide it on a page?

    in reply to: The pages don’t have title #1487804

    Hi Guenni007.
    Unfortunately, the site isn’t live yet, so I can’t send you a link right now.
    So I checked the page, and this is the change I made to the code you suggested that works for me:

    #top .container_wrap_first {
    border: none !important;
    }

    Your input was important in this case too.
    Thanks for your time.

    in reply to: The pages don’t have title #1487785

    Hi Guenni007.
    Thanks for the suggestion, but unfortunately it doesn’t work.
    That line only appears after the title becomes visible for the code you indicated, so it’s probably related to that and not the container.

    in reply to: Featured Image Style width #1487765

    Hi Ismael.
    It works perfectly for me.
    I apologize for the mistake: as you guessed, I was referring to the Featured Image Slider.
    I was sure I’d already done what you suggested, but I probably got confused or hadn’t saved the changes.
    Thanks for your time.

    in reply to: Text around images #1487764

    Hi Ismael.
    It works perfectly for me.
    Is there a way to enlarge the image to its original size by clicking on it?
    Thanks for your time.

    in reply to: The pages don’t have title #1487760

    Hi everyone.
    Guenni007’s support was invaluable, as is often the case.
    I was still surprised, however, because I use the Enfold theme in other projects with other starting demos, and in some cases the title is already present.
    I therefore thought there was some sort of on/off switch to activate, or a preference that I had overlooked.
    In any case, the solution proposed is efficient and effective.
    Is there a way to also remove the horizontal gray line highlighted in the image, which is missing without the title?
    Title2

    Thank you for your time.

Viewing 30 posts - 1 through 30 (of 58 total)