-
AuthorPosts
-
September 20, 2021 at 2:28 pm #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
September 21, 2021 at 6:27 am #1321713Hey 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,
IsmaelSeptember 24, 2021 at 8:56 am #1322161This reply has been marked as private.September 24, 2021 at 11:46 am #1322183Hi,
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,
IsmaelSeptember 24, 2021 at 1:30 pm #1322204This reply has been marked as private.September 27, 2021 at 3:51 am #1322398Hi,
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,
IsmaelSeptember 28, 2021 at 9:49 am #1322596This reply has been marked as private.September 28, 2021 at 10:00 am #1322600I forgot to say if its possible to hide author and date in the results of the tag cloud widget too?
Thank you
September 30, 2021 at 3:24 am #1322892Hi,
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,
IsmaelSeptember 30, 2021 at 3:01 pm #1323018This reply has been marked as private. -
AuthorPosts
- The topic ‘cloud widget links, logo mobile’ is closed to new replies.