Forum Replies Created
-
Author
-
February 17, 2019 at 14:39 in reply to: Menù Icon not setting after n items with large menus #218759Harlock_Participant
Thanks Kieran,
it worked perfectly. I raised value from 1000 to 3000 and everything is ok now.
Have a nice day!
FrancescoFebruary 16, 2019 at 21:38 in reply to: Menù Icon not setting after n items with large menus #218735Harlock_ParticipantThis reply has been set as private.Harlock_ParticipantOk Radu,
resfreshed the cache and all is ok.
Thanks for your work.
Have a nice day,
FrancescoHarlock_ParticipantHi,
the file is the same as the original except for lin 91 which is:echo'<img class="image_fade" src="' . $image . '" alt="'. the_title_attribute() .'">';
as you suggested.
COPY CODE<?php /** * The default template for displaying content * * Used for single posts display * * @package WordPress * @subpackage Next * @since 1.0 */ $kleo_post_format = get_post_format(); ?> <div class="small-thumbs"> <article id="post-<?php the_ID(); ?>" <?php post_class(array("clearfix")); ?>> <?php if ( sq_option( 'post_media_status', 1, true ) ) : ?> <div class="entry-image"> <?php switch ( $kleo_post_format ) { case 'video' : $video = get_cfield( 'embed' ); if ( !empty( $video ) ) { global $wp_embed; echo apply_filters( 'kleo_oembed_video', $video ); } break; case 'gallery': $slides = get_cfield( 'slider' ); if ( $slides ) { echo '<div class="fslider" data-arrows="false" data-lightbox="gallery">'; echo '<div class="flexslider"> <div class="slider-wrap">'; foreach( $slides as $slide ) { if ( $slide ) { $image = aq_resize( $slide, Kleo::get_config('post_gallery_img_width'), Kleo::get_config('post_gallery_img_height'), true, true, true ); //small hack for non-hosted images if (! $image ) { $image = $slide; } echo '<div class="slide">' . '<a href="'. $slide .'" data-lightbox="gallery-item"> <img class="image_fade" src="'.$image.'" alt="'. get_the_title() .'">' . '</a>' . '</div>'; } } echo '</div></div>'; echo '</div>'; } break; case 'link': break; case 'quote': ?> <blockquote> <?php the_content();?> </blockquote> <?php break; case 'status': ?> <div class="panel panel-default"> <div class="panel-body"> <?php the_content();?> </div> </div> <?php break; case 'image': default: if ( kleo_get_post_thumbnail_url() != '' ) { $img_url = kleo_get_post_thumbnail_url(); $image = aq_resize( $img_url, Kleo::get_config('post_gallery_img_width'), null, true, true, true ); if( ! $image ) { $image = $img_url; } echo'<img class="image_fade" src="' . $image . '" alt="'. the_title_attribute() .'">'; } break; } ?> </div> <?php endif; ?> <div class="entry-c"> <?php if ( ! is_single() ) : ?> <header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> </header> <?php endif; ?> <?php kleo_entry_meta();?> <?php if ( ! in_array( $kleo_post_format, array('status', 'quote', ) ) ): ?> <div class="entry-content"> <?php the_content( wp_kses_post( __( 'Continue reading <span class="meta-nav">→</span>', 'buddyapp' ) ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'buddyapp' ), 'after' => '</div>' ) ); ?> </div><!--end entry-content--> <?php endif;?> </div> </article> </div>
Thanks,
FrancescoHarlock_ParticipantSure is better.
Can you help me adding a css class or id to the title?
Thanks,
FrancescoHarlock_ParticipantHi,
yes on this page you can see under the image the text:My first 42 drills”>
which should be, well formatted, the title of the download.
This is the default single download page of easy digital download.
They told me to change this to fix:http://sumobi.com/how-to-fix-the-strange-html-markup-in-download-titles/
but I don’t know ehre to find this code on your theme files.
Thanks.Harlock_ParticipantYes, plus site tracking and some else related to multisite (no buddydrive, I haven’t activated yet).
Could it be something related to nginx server?Harlock_ParticipantAnd I’ve just noticed it is not possible to send private or public messages anymore.
Harlock_ParticipantI tried to deactivate them one by one, but no one worked for me.
This is the list of the plugins active:- Buddypress
- Bp Cover Photo
- Bp sitewide activity
- MultilingualPress
- w3 total cache
- Wp mu domain mapping
- wp bakery vc
- Yoast seo
Please help me solve this.
Thanks,
FrancescoHarlock_ParticipantHi,
in my articles tab i can’t see any article http://allenando.it/community/membri/noyer/articles/
What’s wrong?Harlock_ParticipantOk, i knew this. I want to know if there is a way to display it in other places or inside the post editor.
Thank you,
FrancescoHarlock_ParticipantHi,
I’ve 2.4.3 but the problem is still present.
My website http://allenando.it.
Thank you,
FrancescoHarlock_ParticipantI see an update has been posted today but the problem doesn’t seem to be solved.
So, how much ‘next’ in the future will be the update? This doesn’t seem to me a secondary bug.
Tank you for your work,
FrancescoHarlock_ParticipantAny plan to make possible the change of the second sidebar, too?
It woulb be very useful!
Thanks,
Francesco
Harlock_ParticipantNow the theme is the original you can see if I lower the menu height the logo become smaller too.
-
AuthorPosts