dluiso
Forum Replies Created
-
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Review stars are not showingYes at the end i figure out for my own playing with the code and got the same solution so far, maybe is not the best but it’s working. I will let here the full code in case someone have the same issue, replace the code at the file wp-content/plugins/judgeme-product-reviews-woocommerce/templates/judgeme/header-template.php
<!-- Start of Judge.me Core -->
<?php
echo $setting['settings'];
if (is_array($html_miracle)) {
// Convierte el array en un string, uniendo los elementos con un separador (por ejemplo, una línea nueva)
$html_miracle = $html_miracle['html_miracle'];
}
echo $html_miracle;
?>
<script data-cfasync='false' class='jdgm-script'>
!function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://<?php echo $jdgm_cdn_domain ?>/",
jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
jdgm.loadCSS.requestedUrls=[],jdgm.docReady(function(){(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"))})}(document);
</script>
<script async data-cfasync="false" type="text/javascript" src="https://<?php echo $jdgm_cdn_domain ?>/loader.js"></script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://<?php echo $jdgm_cdn_domain ?>/shopify_v2.css"></noscript>
<!-- End of Judge.me Core -->Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Review stars are not showingHi?@arkjudgeme, Sorry for my insistence, but I still have problems with the plugin, I keep getting this ‘rolystaxi.com woocommerce’ above the site header, as you can see in this link: https://ibb.co/FVK32Lp in the message you left me you told me about a solution, but I don’t see a link or anything that tells me what the possible solution would be, please forgive me if I didn’t realize what the solution you are proposing is.
As I told you, I replaced the content of the header-template.php file with this one that I am going to refer to here, since the one that comes with the plugin does not show the rating stars. I achieved this solution using ChatGpt. I am aware that it is not definitive, because it is not part of its original programming, but for now at least it shows the stars, but it puts the message above the menu on all pages.
<!-- Start of Judge.me Core -->
<?php
echo $setting['settings'];
if (is_array($html_miracle)) {
// Convierte el array en un string, uniendo los elementos con un separador (por ejemplo, una línea nueva)
$html_miracle = implode("\n", $html_miracle);
}
echo $html_miracle;
?>
<script data-cfasync='false' class='jdgm-script'>
!function(e){
window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://<?php echo $jdgm_cdn_domain ?>/",
jdgm.docReady=function(d){
(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)
},
jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},
e.body.appendChild(a))
},
jdgm.loadCSS.requestedUrls=[],
jdgm.docReady(function(){
(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&
(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?
jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"))
})
}(document);
</script>
<script async data-cfasync="false" type="text/javascript" src="https://<?php echo $jdgm_cdn_domain ?>/loader.js"></script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://<?php echo $jdgm_cdn_domain ?>/shopify_v2.css"></noscript>
<!-- End of Judge.me Core -->Please, I will appreciate any help in this regard.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Review stars are not showingHi @arkjudgeme, thanks for replying. At the moment I have only applied the last code that I mentioned to you, which was the one I used to replace the contents of the file: judgeme-product-reviews-woocommerce/templates/judgeme/header-template.php, which temporarily solved the problem with the stars, but I can’t find the definitive solution for the stars to work properly, as well as removing from the site header that string from the Array that shows me ‘rolystaxi.com woocommerce’. Any help you can point me towards the solution would be very grateful.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Review stars are not showingIn an attempt to fix the array error, I used ChatGpt to find a solution, and it gave me this code to replace all the code in the header-template.php file and it has solved all the errors related to displaying the rating stars, by the way I had to remove the previous code that I put here because they did not work together.
By doing that it stopped showing the word Array on the web header and now it shows this text: rolystaxi.com woocommerce, which I can’t find a way to hide or solve.
This is the code I used to replace the one that was in the file I mentioned where I get the error.<!-- Start of Judge.me Core -->
<?php
echo $setting['settings'];
if (is_array($html_miracle)) {
// Convierte el array en un string, uniendo los elementos con un separador (por ejemplo, una línea nueva)
$html_miracle = implode("\n", $html_miracle);
}
echo $html_miracle;
?>
<script data-cfasync='false' class='jdgm-script'>
!function(e){
window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://<?php echo $jdgm_cdn_domain ?>/",
jdgm.docReady=function(d){
(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)
},
jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},
e.body.appendChild(a))
},
jdgm.loadCSS.requestedUrls=[],
jdgm.docReady(function(){
(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&
(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?
jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):
jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"))
})
}(document);
</script>
<script async data-cfasync="false" type="text/javascript" src="https://<?php echo $jdgm_cdn_domain ?>/loader.js"></script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://<?php echo $jdgm_cdn_domain ?>/shopify_v2.css"></noscript>
<!-- End of Judge.me Core -->I apologize to the developers if I modified their plugin, but I am trying to find a solution to this error that I am having. Any help in this regard will be very grateful.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Review stars are not showingFor the moment (temporally) to see the stars on the carousel widget on the front page, I put this code in the fuctions.php file in the main theme.
function modify_jdgm_star_shortcode_output($output, $tag) {
// Verify if the shortcode is Judge.me Carousel
if ($tag === 'jgm-featured-carousel') {
// Search and replace the spans with class jdgm-star jdgm--on
$output = str_replace('jdgm-star jdgm--on', 'jdgm-star jdgm--on fa fa-star', $output);
}
return $output;
}
// Apply the fuction on the shortcode jgm-featured-carousel
add_filter('do_shortcode_tag', 'modify_jdgm_star_shortcode_output', 10, 2);But in the product page I can’t see any stars so far.
Dear @niklasinpsyde the trouble with card payment persist, another card payment was cancelled.
You can see the order in this link
https://ibb.co/0GV9q2tI need solution ass soon is possible. I have already lost two clients and money too.
Please any help with solution would be appreciated
affectionately,
Luis MenaThank you very much for answering. I just changed the setting to Always Enable 3D Secure just as you suggested. In effect, all transactions will be within the European zone, specifically Spain (peninsula).
I will be aware of the next sales, if any of them enter by card payment again, I will let you know any results, so that you are also aware of whether the change in the configuration has the expected effect.
affectionately,
Luis MenaThank you very much for answering.
I started looking and found this plugin that successfully solved my need and works perfectly with CartFlow.
Phone Validator for WooCommerce
I hope if it happened to someone else it could be helpful.
Thank you and many successes in your projects
- This reply was modified 4 years, 1 month ago by dluiso.
Forum: Requests and Feedback
In reply to: Security Token in the WordPress search boxThank you very much @bcworkz I will review and let you know
Forum: Reviews
In reply to: [Astra] The Best Theme EverIt is a pleasure and a blessing to be able to count on the satisfaction that you have created this magnificent theme that we can use freely. Thanks to you. ??
Work for me your solution @martinohugo Thanks. But there will be no way to solve this without having to Uncheck Long URL Strings?