evgenylebedevv
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Reviews
In reply to: [Contact Form 7 Style] not have width input for mobile devicewe never mentioned or promised that this add-on contains separate settings for width for mobile devices
and?
Temporarily solved the problem here:
added into style.css:.wpcf7-form-control-wrap { z-index:-1; }
I have the same problem. The field for entering the phone overlaps the callback order button. Button has max z-index.
ScreenshotForum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Third-party shortcodes in postsContent was loading but not displayed
StrangelyForum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Third-party shortcodes in postsIt does not help, I’m new user.
<li<?php if (! has_post_thumbnail() ) { echo ' class="no-img"'; } ?>> <?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(150,150)); }?> <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> <p class="entry-meta"> <?php the_time("F d, Y"); ?> </p> <?php WPBMap::addAllMappedShortcodes(); // VC Function $ajax_content = the_content(); echo $ajax_content ; ?> <?php $postid = get_the_ID(); $content = do_shortcode(get_post_field( 'post_content', $postid )); $content = apply_filters('the_content', $content); echo $content; ?> </li>
not work
Forum: Plugins
In reply to: [AddToAny Share Buttons] The plugin does not load svg imagesI solved the problem by disabling the animation on the page-transition, it worked on ajax
Forum: Plugins
In reply to: [AddToAny Share Buttons] The plugin does not load svg imagesHello! Thank you for answer!
I’ll write to the author of the theme.
Can I temporarily fix it by adding a piece of code where it’s needed?
Viewing 7 replies - 1 through 7 (of 7 total)