Alex
Forum Replies Created
-
The problem is solved in the new version ST 2.5.1
Thank you!Forum: Plugins
In reply to: [Strong Testimonials] Plugin conflictYes, after upgrade to ST 2.5.1 – it works!
Thank you so much!Forum: Plugins
In reply to: [Strong Testimonials] Plugin conflictThanks for the answer!
Their last release – has brought a lot of “activity” in the support topic, I hope they fix the bug. ??
What plugin do you suggest?Example of shortcodes:
NGG:
[ngg_images gallery_ids=”5″ display_type=”photocrati-nextgen_basic_thumbnails” disable_pagination=”1″ images_per_page=”5″ order_direction=”ASC”]
ST:
[testimonial_view id=2]Forum: Plugins
In reply to: [Strong Testimonials] Plugin conflictExample of shortcodes:
NGG:
[ngg_images gallery_ids=”5″ display_type=”photocrati-nextgen_basic_thumbnails” disable_pagination=”1″ images_per_page=”5″ order_direction=”ASC”]
ST:
[testimonial_view id=2]Good day!
We have changed the path in the file “intlTelInput.css” in the “images”, so everything is working fine, but I suppose that after updating the plugin again have to edit this file.
The file “bookly-main.css” really contains the folder “images”, but Firefox and Chrome show that the rules do not apply ( https://drive.google.com/open?id=0B_w6mGFSl-jOZVVqQ2xIOENZZTA ).
For us the country flag is not really important, as We provide services only in one city. We just decided to tell you about the bug.Here is the link – https://mari-nail.dp.ua/on-line-booking/
We use WordPress 4.3.1 with the theme Child Customizr 3.4.9Hi!
Ie select multiple services for reservation is not possible?Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Google font error on https siteHi, unfortunately, the question remains open.
In version 2.2.1 the exact same problemForum: Plugins
In reply to: [Strong Testimonials] Excerpt don't work with Customizr themeThanks a lot for the help!
With templates all turned out well!
Let me add – to “hard” does not limit the number of characters in the template directly, instead of numbers (in your case, “100”) is better specify ‘$length’, and in the shortcode to specify ‘length=”50″‘.
For example, replace
<?php wpmtst_field( 'truncated', array( 'char_limit' => 100 ) ); ?>
on
<?php wpmtst_field( 'truncated', array( 'char_limit' => $length ) ); ?>
Forum: Plugins
In reply to: [Strong Testimonials] Excerpt don't work with Customizr themeFirstly – sorry, it’s my fault – I used the modified file testimonials.php in theme folder.
But the question remains open – how to modify this file after a manner that would be on the same page can be displayed only an excerpt, but on the other – the full content?
Probably should be something like:<?php if ( $excerpt ) : // excerpt overrides length $show_content = $post->post_excerpt; elseif( $length ) : // truncated $show_content = wpmtst_truncate( $post->post_content, $length ); else : // entire $show_content = wpautop( $post->post_content ); endif; echo do_shortcode( $show_content ); ?>
but when I use this code (from the default template), then the content is not displayed.
Forum: Plugins
In reply to: [MaxGalleria] Option to Add Image to Top of ListI found a temporary solution (because when you update the plugin will have to re-edit the code):
In file ‘/wp-content/plugins/maxgalleria/maxgalleria-shortcode.php’ on line number ’64’
replace
'order' => 'asc',
to
'order' => 'desc',
Forum: Plugins
In reply to: [Strong Testimonials] Default image (if the user has not uploaded)Chris Dillon, Thanks a lot!
Everything turned out fine with code like this (with your code image a little “break”):<div class="photo"> <?php if ( $thumbnail && has_post_thumbnail( $post->ID ) ) : echo get_the_post_thumbnail( $post->ID, 'thumbnail' ); else : echo wp_get_attachment_image( 101 ); endif; ?> </div>
Thanks again!
Forum: Plugins
In reply to: [MaxGalleria] Option to Add Image to Top of ListGood day!
JPWilkinson I support on this issue – I would like to be able to bring new images in the gallery at the beginning of the page.
Thank you.