vshall21
Forum Replies Created
-
Forum: Reviews
In reply to: [YUZO] A lot of bugs, no supportHow can you Expecting support in free plugin??
Forum: Plugins
In reply to: [WooCommerce] Change post type product to something elseYes thanks for suggestions…I have to change existing post type with something else.
My product price is – > 4883.77 $
i am using floating amout in short code – > [stripe name=”My Store” description=”My Product” amount=”489300.77″]- This reply was modified 7 years, 11 months ago by vshall21.
Forum: Plugins
In reply to: [Ajaxify Wordpress] js reloadyou need to reload those jquery which will not work after ajax.
For example if you go to next page via ajax and if there is a slider on that page it will not work. In that case you need to reload slider jquey and for that you need to paste it in reload js box.
Forum: Plugins
In reply to: [Ajaxify Wordpress] 500 Error and kills all linksthat is not possible.it just ajaxify links.
you can disable plugin and check if any other error in your website or htaccess
Forum: Plugins
In reply to: [Ajaxify Wordpress] Gravity Forms Not workingyou can add reolad code for gravity form for that
for eg.
contact form 7 reload codejQuery.get(‘/wp-content/plugins/contact-form-7/includes/js/scripts.js’, function(data) { eval(data); });
Forum: Plugins
In reply to: [Contact Form 7] multilanguage contact formHello i am using spanish version of wordpress,i downloaded contact form 7 and it shows default contact form 7 now.
but when i add or save form it shows 404 page. what should i do?
Forum: Plugins
In reply to: [Top 25 Social Icons] Some margin between the icons?in latest version its working fine
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] problem with Categories pageHello,
There is one template for all category when i click to any category i
go to that particular category page with products of that category.Url:product_categories=cat-name
i want to add some code on this page so which file should i modify?
Hi,
i resolved it via iframe if anyone is facing the same problem put your gmap custom funtion in iframe and then call into pageit will work for you
Thanks.
I haven’t fixed it yet,i am waiting for the reply.
Thanks.
HI,
i use this function in reload code but its not working.
i have placed
window.onload=initialize; in my page.php code but nothing worked for me map display only when i page refresh or place any button and put onclick event on it but window.onload function not working.function initialize() {
var myLatlng = new google.maps.LatLng(53.514163,-0.03512);
var mapOptions = {
center: myLatlng,
zoom: 16,
mapTypeId: google.maps.MapTypeId.ROADMAP
};var contentString = ‘<div><b>La Brouse</b>
‘+
’60 Threadneedle Street
‘+
‘London
‘;var infowindow = new google.maps.InfoWindow({
content: contentString
});var map = new google.maps.Map(document.getElementById(“map_canvas”),mapOptions);
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
icon: ‘/wp-content/themes/Labourse_pdf/images/map.png’,
title: ”
});google.maps.event.addListener(marker, ‘click’, function() {
infowindow.open(map,marker);
});
}Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Integrate slider panelThanks for reply.Can you help me with pretty photo? its not working.i need to refresh page then it works i have added reload code.
jQuery(document).ready(function () {
jQuery(“.gallery1 a”).attr(“rel”,”gallery1″);
jQuery(‘a[rel=”gallery1″]’).colorbox({title: function(){ return jQuery(this).children().attr(“alt”); }});jQuery(“.wine:first a[rel^=’prettyPhoto’]”).prettyPhoto({animation_speed:’normal’,theme:’facebook’,slideshow:3000, autoplay_slideshow: false,social_tools: false});
jQuery(“.wine:gt(0) a[rel^=’prettyPhoto’]”).prettyPhoto({animation_speed:’normal’,theme:’facebook’,slideshow:3000, autoplay_slideshow: false,social_tools: false});
});Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload code for pretty photoHi,
i have another question.Can i use scrollpane with this?Means first load panel with this effect on menu click
https://jsfiddle.net/RZpbK/472/then on this panel call ajax?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload code for pretty photoi resolved.
its working now..