vadim-v
Forum Replies Created
-
Hi! Please update plugin. Thanks!
Forum: Themes and Templates
In reply to: [Garfunkel] Page thumbnail img (need no hover and no click)Eventually:
<?php if ( has_post_thumbnail() ) : ?> <div class="featured-media"> <a rel="bookmark" title="<?php the_title(); ?>"> <?php the_post_thumbnail('post-image'); ?> <?php if ( !empty(get_post(get_post_thumbnail_id())->post_excerpt) ) : ?> <div class="media-caption-container"> <p class="media-caption"><?php echo get_post(get_post_thumbnail_id())->post_excerpt; ?></p> </div> <?php endif; ?> </a> </div> <!-- /featured-media -->
Forum: Themes and Templates
In reply to: [Garfunkel] Page thumbnail img (need no hover and no click)1. Select post type
2. Select Taxonomy
3. Select Terms (usually categories/tags) * Must Select Taxonomy First.elementor-widget-void-post-grid .void-grid .grid .entry-header { box-shadow: 0px 0px 4px 0px #9a9a9a; } .elementor-widget-void-post-grid .void-grid .grid .post-info { padding: 0px 15px 15px; }
Box Shadow – need each post separately.
<style> .elementor-widget-void-post-grid .void-grid .grid .entry-header { box-shadow: 0px 0px 4px 0px #9a9a9a; } .elementor-widget-void-post-grid .void-grid .grid .post-info { padding: 0px 20px 25px; } .entry-meta .author, .entry-meta .entry-date.published, .entry-meta .entry-date.updated, .entry-meta .cat-links, .entry-meta .comments-link, .entry-meta .posted-on, .entry-meta .updated-on { display:none; } </style>
Forum: Themes and Templates
In reply to: [Garfunkel] Page thumbnail img (need no hover and no click)But need title for image for SEO
alt=””I just turned on the plugin.
The pop-up windows are working.
But, in the WordPress admin area, the text editor does not work.
I had to turn off the plug-in.Error in admin (post):
Deprecated TinyMCE API call: <target>.onPostRender.add(..) /wp-content/plugins/popup-maker/assets/js/mce-buttons.min.js?wp-mce-4506-20170408:1 Uncaught ReferenceError: pum_shortcode_ui is not defined at new <anonymous> (/wp-content/plugins/popup-maker/assets/js/mce-buttons.min.js?wp-mce-4506-20170408:1:86) at Array.e (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:11:26858) at n (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:3:1533) at L.init (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:11:27411) at L.<anonymous> (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:11:25336) at Array.<anonymous> (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:4:11775) at n (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:3:1533) at v (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:4:11722) at c.(anonymous function).c.(anonymous function).c.(anonymous function).c.(anonymous function) (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:4:11656) at HTMLScriptElement.o (/wp-includes/js/tinymce/tinymce.min.js?ver=4506-20170408:4:10514)
Forum: Plugins
In reply to: [Easy Modal] Easy Modal + Contact Form 7 – no callback/thank you messageI have installed Popup Maker,
my Contact Form 7 – good work.Forum: Plugins
In reply to: [Easy Modal] Easy Modal + Contact Form 7 – no callback/thank you messageForum: Plugins
In reply to: [Easy Modal] Easy Modal + Contact Form 7 – no callback/thank you messagePopup Maker – very complicated.
Also, if you enable Popup Maker – text input does not work when creating posts.I have the same problem: Easy Modal + Contact Form 7 – no callback
Forum: Plugins
In reply to: Google Analyticator error on activationI am go admin panel:
/wp-admin/plugins.phpGoogle Analyticator
Settings | Reset |Press the “Reset”
And re-login to Google.Work!
wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-social-tracker.js?ver=1.4
} // end of Facebook social events if ( typeof window.twttr == "undefined" ) { window.twttr = (function ( d, s, id ) { var t, js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); } (document, "script", "twitter-wjs")); } // end of loading Twitter JS