glgeorgiou
Forum Replies Created
-
Hello Zhana,
Thank you for your extensive info.
I tried another email and i received email from the form. In form submissions i can see submissions in both emails. So, it must be a internet provider issue i think.
Thank you.
Hi Zhanna
I followed your steps successfully. Thank you very much.
Hi,
I found the following solution. I use images at the same width and so the zoomn window is the same in all products.
Thank youForum: Plugins
In reply to: [WP Fastest Cache] WordPress version 5.0 compatibility with gutenbergFine. Thank you.
Hi @cory Lamle
I tried duplicator plugin into a simple beta-3 version site and seems works correct, except a bit of delay time to complete the task.
Thanx
Thank you for your reply.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] WordPress version 5.0, gutenbergThanx for your reply.
Forum: Plugins
In reply to: [Polylang] Polylang and GutenbergHello,
Nice to read a post about Gutenberg’s compatibility with your plugin. In 19th of this month the new version 5.0 will be released. So, will be ready your plugin?
Thanx
Thank you for your reply @corylamleorg.
Forum: Plugins
In reply to: [Breadcrumb NavXT] No code sample as indicated in instructionsDear Havlick thank you for this usefull plugin.
Let me note that the code should be inserted into a php tags that is
<?php if ( function_exists( 'bcn_display' ) ) { bcn_display(); }?>
- This reply was modified 7 years, 4 months ago by glgeorgiou.
- This reply was modified 7 years, 4 months ago by glgeorgiou.
- This reply was modified 7 years, 4 months ago by glgeorgiou.
Thank you for your answer,
I think that this solution is not proper because any change in includes subfolder will be lost in any future WordPress plugin.
I think that the best solution is to change these strings using JavaScript.Forum: Plugins
In reply to: [Captcha] Captcha integration with contaft form 7 pluginThank you for your response. I wish i could use the ‘contact form 7’ option in free version.
Forum: Plugins
In reply to: [Yoast SEO] How to hide SEO icon on top toolbar when i am logged-inIt resolved. Thank your your solution.
Hi,
The 2nd option, PrintFriendly & PDF html button code, operates in some category pages. Operates i.e. in https://apminstitute.org/category/donations/. It does not operate in: https://apminstitute.org/category/mathematics/ and https://apminstitute.org/category/members-cat/ in which only the first post summary is previewed.
The 1st option which i tried first
<?php if(function_exists('pf_show_link')){echo pf_show_link();} ?>
does not work.Hello again,
Using the Chrome Dev tools i see that the following piece of code is executed.
f.fn.fancybox = function(a) { var d, e = f(this), c = this.selector || "", k = function(g) { var h = f(this).blur(), j = d, k, l; !g.ctrlKey && (!g.altKey && !g.shiftKey && !g.metaKey) && !h.is(".fancybox-wrap") && (k = a.groupAttr || "data-fancybox-group", l = h.attr(k), l || (k = "rel", l = h.get(0)[k]), l && ("" !== l && "nofollow" !== l) && (h = c.length ? f(c) : e, h = h.filter("[" + k + '="' + l + '"]'), j = h.index(this)), a.index = j, !1 !== b.open(h, a) && g.preventDefault()) } ; a = a || {}; d = a.index || 0; !c || !1 === a.live ? e.unbind("click.fb-start").bind("click.fb-start", k) : n.undelegate(c, "click.fb-start").delegate(c + ":not('.fancybox-item, .fancybox-nav')", "click.fb-start", k); this.filter("[data-fancybox-start=1]").trigger("click"); return this }
More specifically this piece of code
var d, e = f(this), c = this.selector || "", k = function(g) {
Going step over i can see that an irrelevant post is loaded and afterwards the fancybox of the print preview appears.
So, it must be a plugin failure.
I wish that the author plugin will find a solution.