MarcusFuto
Forum Replies Created
-
Forum: Plugins
In reply to: [WP ALL IMPORT] Problem with import. plupload, p is nullI think it might be so that the trigger page / url was cached in firefox, so I used chrome to enter the trigger address, and then the import started.
Forum: Plugins
In reply to: [Import Properties into the Reales WP Theme] Pre sales question!Sorry I got it wrong! can you please delete the thread all together?
Thanks!
Forum: Plugins
In reply to: [Import Property Listings into Realia] Pre sales questionSorry I got it wrong! can you please delete the thread all together?
Seemed pretty straight forward. did the change and it works well .
Thanks a lot Widebhoy for taking the time to help! ??
Do you approve of this change WisdmLabs?
Thanks!
I solved it like this:
[FOREACH({characteristics[1]/category[name/uk = “Climate Control”]/value})]{uk}, [ENDFOREACH][FOREACH({characteristics[1]/category[name/uk = “Features”]/value})]{uk}, [ENDFOREACH]
However I get that last comma in the end all the time which is pretty annoying.
Is there a way to strip the last comma from an import like the one above?
Forum: Plugins
In reply to: [WP Cloudy] I cannot get the shortcode to display the weatherI need to use the shortcode inside a text box of visual composer.
I have PHP Version 5.5.30
I have tried to place the short code without visual composer on a single blog post but it still does not shown.
Forum: Plugins
In reply to: [Awesome Weather Widget] I get an error message stdClass::$namereinstalled and now it works!
thanks for fast support!
Forum: Plugins
In reply to: [Yoast SEO] Open Graph Issues with YoastHello!
I tried to remove the following fix I had in by functions.php:
/** * Temporary fix * OpenGraph add a og:image:width and og:image:height for FB async load of og:image issues * * https://github.com/Yoast/wordpress-seo/issues/2151 * https://developers.facebook.com/docs/sharing/webmasters/optimizing#cachingimages */ function WPSEO_OpenGraph_Image() { global $wpseo_og; // will get a array with images $opengraph_images = new WPSEO_OpenGraph_Image( $wpseo_og->options ); foreach ( $opengraph_images->get_images() as $img ) { // this block of code will first convert url of image to local path // for faster process of image sizes later $upload_dir = wp_upload_dir(); $img_src = str_replace($upload_dir['url'], $upload_dir['path'], $img); $size = getimagesize($img_src); // display of this tags with Yoast SEO plugin $wpseo_og->og_tag( 'og:image:width', $size[0] ); $wpseo_og->og_tag( 'og:image:height', $size[1] ); } } if(class_exists('WPSEO_OpenGraph_Image')) { add_filter("wpseo_opengraph", "WPSEO_OpenGraph_Image"); }
When removing it it removed both sets of og:height and og:width..
So the function seems to be calling for it twice. Any thoughts on this?
Forum: Plugins
In reply to: [Yoast SEO] Open Graph Issues with YoastThanks for noting that!
I guess it might be that yoast has updated to include it by its own. So that the code I have in functions is doubling it.
hmmm. I will look into this.
Forum: Plugins
In reply to: [Yoast SEO] Open Graph Issues with Yoasthey!
Thanks for that. I have actually tried both options.
I agree with your arguments on the facebook scrape plugin.
The width and height are actually there, but still it does not work..
looks like this nowadays.
haha, I have tried everything. But I will just let my client create a facebook developer account and scrape himself. I think it is very unprofessional. But what can I do.
<!-- This site is optimized with the Yoast SEO plugin v3.0.7 - https://yoast.com/wordpress/plugins/seo/ --> <title>Coast Classics • COMPANY • Classic Cars</title> <link rel="stylesheet" href="https://www.coast-classics.com/wp-content/plugins/sitepress-multilingual-cms/res/css/language-selector.css?v=3.3.5&f72cd8" type="text/css" media="all" /> <meta name="description" content="With indepth knowledge skilled craftsmanship understanding of history and attention to detail Coast Classics are experts breathing life back to classic cars"/> <meta name="robots" content="noodp,noydir"/> <link rel="canonical" href="https://www.coast-classics.com/company" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:image:width" content="978" /> <meta property="og:image:height" content="500" /> <meta property="og:title" content="Coast Classics • COMPANY • Classic Cars" /> <meta property="og:description" content="With indepth knowledge skilled craftsmanship understanding of history and attention to detail Coast Classics are experts breathing life back to classic cars" /> <meta property="og:url" content="https://www.coast-classics.com/company" /> <meta property="og:site_name" content="Coast Classics" /> <meta property="article:publisher" content="https://www.facebook.com/Coast-Classics-126559650763546" /> <meta property="fb:admins" content="503505115" /> <meta property="og:image" content="https://www.coast-classics.com/wp-content/uploads/2015/01/cover.jpg" /> <meta property="og:image:width" content="978" /> <meta property="og:image:height" content="500" /> <!-- / Yoast SEO plugin. -->
Alright,
thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Is this plugin compatible with WPML?Thank you!
Also looking forward to features to improve ability to account for and manage the amounts that are left on the different gift cards.
It would just be strange not being able to answer a customer a question about how much is still left on the gift card.
If possible, please add this to any kind of suggestion or customer requirements list! ??
Thank you!
Will try this!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Is this plugin compatible with WPML?Ok! it is a very important feature for book keeping purposes.
1. When do you expect it to be included in the plugin?
2. Is the plugin free?
3. Will all the features we have discussed (except refilling same code) be available in the free version?
Thank you!
I must try this! ??
done!