Chaika88
Forum Replies Created
-
I solved the problem.
I changed trigger from “ajaxComplete” to “ajaxStop” in settings Responsive Lightbox and add this js code:
$(document).ajaxComplete(function(){
if($(“div”).is(“.tos-wrapper”)){$(“div.tos-wrapper:not(.tos-opening)”).detach();
if($(“div.tos-wrapper”).is(“.tos-opening”)){
var tmp_tos_opening=$(“div.tos-wrapper.tos-opening”);
var Time_tmp=setInterval(function(){
if(!tmp_tos_opening.hasClass(“tos-opening”)){
tmp_tos_opening.detach();
clearInterval(Time_tmp);
}
},1000);
}
}
});But it is a bad solution
- This reply was modified 7 years, 9 months ago by Chaika88.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] HTML sitemap not xml..helpI have this problem too. How I can remove sitemap.html and keep sitemap.xml? I have created self html map in url sitemap.html
In my project I use jquery trigger “click” on link “view gallery” to show gallery.
This variant works:
$(“.postBX2A_2HovSoob2”).click(function(){
var tmp_gall1=$(this).attr(“data-inline”);
$(“.postBX2A_2HovSoob1[data-rel=”+tmp_gall1+”]”).trigger(“click”);
return false;
});But I recommend you create function, which is can create the link “view gallery” ??
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Relationship editor not working in WP 4.5I have problem with “relationship” too.
Error in javascript:
ReferenceError: post_id is not defined
((__t=( post_id ))==null?”:__t)+I have created test site here https://chaika3l.bget.ru/ . You can see first and second version. (view gallery 1 and view gallery 2)
Sorry, WP remove link.
Hi.
I have created the gallery on php:
<img src="img1-min.png"/>
<img src="img2-min.png"/>
<img src="img3-min.png"/>I need add the link to open this gallery:
view gallery 1but this variant work very bad. I visible null image in first slide.
I can add this link
view gallery 1but thus i have two image img1.png
How i can add this link? Thank you.
P.S.: I use Responsive Lightbox “prettyPhoto”
Forum: Plugins
In reply to: [Breadcrumb NavXT] The style on admin pageversion of Breadcrumb NavXT 5.3.1
version of WP 4.4
Mozilla Firefox last version
no cache
Need add style CSS to
#bcn_admin-options fieldset {clear: both;}
in your pluginForum: Plugins
In reply to: [Subscribe To Comments Reloaded] don't works subscribe_reloaded_show()and “subscribe without commenting” not work
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] don't works subscribe_reloaded_show()and shortcode [subscribe-url] dosn’t work
Forum: Plugins
In reply to: [WP Fastest Cache] Clear cache in PHP and when comment_author_Thank you, this is very useful feature, when a lot of “post” and “get” queries on the site.
Forum: Plugins
In reply to: [WP Fastest Cache] Clear cache in PHP and when comment_author_I want call the function to reload cache on one single page but I don’t know have such a function or not :((
Forum: Plugins
In reply to: [WP Fastest Cache] Clear cache in PHP and when comment_author_I understand you, but I don’t can call this function in my theme when I want do this.
Can I call this function in PHP or can not call?
No, this solution not work. I wrote message, which not has [manager_link] ??
You removed WP User Frontend version 1.3.2 and my site stops working after upgrading to a new version. The copies now there is no plug-in 1.3.2
Forum: Plugins
In reply to: [Contact Form 7] Don't works shortcode in the version CF7 4.2OK