Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1321638

    Hi Enfold Team,

    Could you please help me with 3 topics:
    – Tag cloud widget linked to view blog without photos … should be with photos (f.ex. https://www.kochenmitannemarie.at/tag/reinigen/)
    – The Logo in mobile view is to small, how can I change the size? (it should be 250%)
    – Do you have a recommendation for a plugin which can create a PDF of blog posts using avia layout architekt?
    I tryed some plugins but it doesn´t work (without using pro version).

    Thx so far,

    Melanie

    #1321713

    Hey melanie_erfrischt,

    Thank you for the inquiry.

    The site is asking for another authentication, which may be the htaccess protection. Please include the info in the private field. We will check the site again afterwards.

    Best regards,
    Ismael

    #1322161
    This reply has been marked as private.
    #1322183

    Hi,

    Thank you for the update.

    The featured images of the posts are not displaying because the blog layout is set to “custom” or it is set to use the advance layout builder. You have to modify and replace the content of the includes > loop-index.php file with the following code to display the featured image back.

    // https://pastebin.com/HLKf7A1E

    Before doing the above modification, please upgrade the theme to version 4.8.6.3 first.

    Best regards,
    Ismael

    #1322204
    This reply has been marked as private.
    #1322398

    Hi,

    We modified the themes > enfold > includes > loop-index.php file via the Appearance > Editor panel and replaced line 143.

    //echo preview image
    if( strpos( $blog_style, 'big' ) !== false || strpos( $blog_style, 'custom' ) !== false ) 
    

    To increase the size of the logo on mobile, please add this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive .logo img {
        max-height: 150px;
      }
    
      .responsive #top .logo {
        height: 150px !important;
      }
    
      .responsive #top #header_main>.container .main_menu .av-main-nav>li>a,
      .responsive #top #wrap_all .av-logo-container {
        height: 150px;
        line-height: 150px;
      }
    
      .responsive #top #header .main_menu .social_bookmarks {
        display: block;
        position: relative;
        margin-top: 20px;
      }
    }
    
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1322596
    This reply has been marked as private.
    #1322600

    I forgot to say if its possible to hide author and date in the results of the tag cloud widget too?

    Thank you

    #1322892

    Hi,

    You can actually override the loop-index.php file in your child theme. Just create a copy of the includes folder in the child theme directory, then place a copy of the loop-index.php file inside the folder. You can now do the same modifications that we suggested above.

    // https://developer.wordpress.org/themes/advanced-topics/child-themes/#adding-template-files

    Best regards,
    Ismael

    #1323018
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘cloud widget links, logo mobile’ is closed to new replies.