Ghostyvb13
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] pll_the_languages() lacking formattingI have the same issue, the flags are only shown when you dont use the dropdown option…
Forum: Plugins
In reply to: [Cresta Social Share Counter] Lost share counts after moving to httpsI have this same problem, can you give me some pointers on how to proceed and make it work?
Based on what i read i you need to change the og:url and/or canonical url. I found to function.php snippets that changes the https to http…. But i did not get any positive on the shares side, but it did change the meta data.
———SNIPPETS————–I left in the comments because i did not write the code.
/**
* @snippet Move & Change Number of Cross-Sells @ WooCommerce Cart
* @how-to Watch tutorial @ https://businessbloomer.com/?p=19055
* @sourcecode https://businessbloomer.com/?p=20449
* @author Rodolfo Melogli
* @testedwith WooCommerce 2.6.2
*/function design_canonical() {
global $post;
if(isset($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] == “on”) {
$find = ‘https://www.exampledomain.com’;
$replace = ”;
$theurl = str_replace($find,$replace,get_permalink($post->ID));
return site_url( $theurl , ‘http’ );
} else {
// Leave blank and Yoast SEO will use default canonical for posts/pages
}
}add_filter( ‘wpseo_canonical’, ‘design_canonical’ );
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/
/* Enforce HTTP Open Graph URLs in Yoast SEO
* Credit: stodorovic https://github.com/stodorovic
* Last Tested: Feb 06 2017 using Yoast SEO 4.2.1 on WordPress 4.7.2
*/add_filter( ‘wpseo_opengraph_url’, ‘my_opengraph_url’ );
function my_opengraph_url( $url ) {
return str_replace( ‘https://’, ‘http://’, $url );
}- This reply was modified 8 years, 7 months ago by Ghostyvb13.
Forum: Plugins
In reply to: [Collapsing Categories List] Installation errorYes i just did to get the error message. I tried both ways… by uploading the zip and via wordpress admin… Both give me the same result.
I am on a sharedhosting provider and i never had this issue before with any other plugins. Hope it just me ๐
Forum: Plugins
In reply to: [Collapsing Categories List] Installation errorInstallatie mislukt: Kan bestand niet kopiรซren collapsing-category-list/libraries/admin_page_framework/factory/_common/form/_model/modifier/AdminPageFramework_Form_Model___Modifier_FilterRepeatableElements.php
In Dutch so translated in meand
Installation Failed: Cannot copy file …… while i do not get this error with other plugins… Hope it helps
Thank you! Thats great news! After this message i will check both sites or give you a notification back if all went well!.
Thank you very much!
Vincent
Thank you for your reply. The website is set on the Dutch (NL) language. So it should get the dutch language version of woocommerce but it sticks to English for some reason..
I am using the free theme shop isle and loco translate plugin to open language files and rename if needed… I check the dutch version of the “SELECT SHIPMENT METHOD” tekst and it has a dutch version available…
Might it be possible that the plugin does not detect the language change from the WordPress core?
If possible i am willing to change it hardcoded (have to change it everytime after the plugin gets updated), but as a quick fix good enough for now…
Kind Regards,
Vincent
When is the new version expected? and another question, why does it not use the language file of woocommerce? Thanks in advance ๐
Vincent
Forum: Plugins
In reply to: [WP Tiles] Mobile Touch EventsMe 2 ๐ … But i believe it looks like a hover effect, but it is not… I found a nice piece of javascript on which you can enable hover on touch devices… On the second tab the link gets activated..
http://www.hnldesign.nl/work/code/mouseover-hover-on-touch-devices-using-jquery/
- This reply was modified 9 years, 4 months ago by Ghostyvb13.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] .wpress MIME – Content TypeThx for you reply! i would not have guessed that one ๐