strandcreative
Forum Replies Created
-
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?I have placed
<?php $es_settings = es_front_settings(); $upload_dir = wp_upload_dir(); ob_start(); global $wpdb; $sql = $wpdb->prepare("SELECT * FROM {$wpdb->prefix}estatik_properties WHERE prop_id = '%d' ORDER BY prop_id desc", get_the_id()); $es_prop_single = $wpdb->get_row($sql); $prop_rent = $wpdb->get_row( "SELECT period_title FROM {$wpdb->prefix}estatik_manager_rent_period WHERE period_id = '{$es_prop_single->prop_period}'");and then in the “function list_property($list)” i added:
<?php var_dump($prop_rent->period_title); ?> or <?php var_dump($prop_rent); ?>next to the line:
<?php echo get_price($list->prop_price); ?>Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?Thanks.
Did you try this in the “es_listing_functions.php” file?
When we try…<?php var_dump($prop_rent->period_title); ?>or
<?php var_dump($prop_rent); ?>Both return NULL. Nothing in the error log too.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?Hi, I couldn’t get this to work like the excerpt
I added to the top of the plugin file – “es_listing_functions.php” the following:
<?php $es_settings = es_front_settings(); $upload_dir = wp_upload_dir(); ob_start(); global $wpdb; $sql = $wpdb->prepare("SELECT * FROM {$wpdb->prefix}estatik_properties WHERE prop_id = '%d' ORDER BY prop_id desc", get_the_id()); $es_prop_single = $wpdb->get_row($sql); $prop_rent = $wpdb->get_row( "SELECT period_title FROM {$wpdb->prefix}estatik_manager_rent_period WHERE period_id = '{$es_prop_single->prop_period}'");and then to output the data I used:
<span><?php echo $prop_rent->period_title?></span>But it is empty. The site in question can be seen here: http://www.vpropertymanagement.co.uk/search-properties/
Re:above file edit. I didn’t edit file – es_my_listing.php to get the excerpt to show on all property pages. I edited file – “es_listing_functions.php”
Forum: Plugins
In reply to: [Testimonial Rotator] Excerpt on TestimonialsHi, I am struggling with this also.
I want to excerpt testimonials in a rotator because some testimonials are really long and others are quite short.I have used this but no joy:
[testimonial_rotator id=18237 excerpt_length="50"]Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?Thanks – we managed to do this!
Is there also a way of showing the period next to the price? Is it the same file – es_my_listing.php, get_list() function?Currently it just shows the price so for rental properties so it says $450 when we would like to show $450 per month?
Thanks
Forum: Plugins
In reply to: [Social Media Auto Publish] Posts are not publishing to LinkedInHi, this does work. I didn’t realise that the posts show up in the “Your Updates” section in LinkedIn.
Forum: Plugins
In reply to: [Social Media Auto Publish] Posts are not publishing to LinkedInHi, I’m having the same problem, Facebook and Twitter work but LinkedIn doesn’t. I reauthorized the application but still doesn’t post to LinkedIn. Anybody found a solution to this?
Thanks
Hi Evan,
Sorry to nag but have you managed to test this yet? 🙂
Thanks
Hi,
wrong plugin support forum.
please feel free to remove this as it was done by mistake 🙂thanks
Hi. I’m experiencing the same issue.
Content that I place in the custom tabs doesnt show up in search results. This can be normal strings or content generated from a shortcode.All my products have a second tab that contains a specification table (built using the tablepress plugin)
In the tables I have multiple product codes that look like this:
AL-FLM-CL-4W-B15
AL-FLM-CL-4W-B22-EWIf I search for any of the above codes when the table is in the standard WooCoomerce description box, they come up in the search results. If I do a search when the table is in a custom tab generated by this plugin, they don’t show up?
Thanks
Forum: Plugins
In reply to: [Search Everything] Search WooCommerce Product DescriptionsHi,
I think this is down to the WooCommerce Custom Tabs plugin I’m using so I’ll use their support. When I moved my tablepress shortcode to the standard WooCoomerce description box the product codes came up in the search results.
Thanks
Forum: Plugins
In reply to: [Search Everything] Search WooCommerce Product DescriptionsHi,
I need this to work with product descriptions too but I cannot get it to work.
I have about 30 products on my site and each product has a table (built using the tablepress plugin). in the tables I have multiple product codes that look like this:
AL-FLM-CL-4W-E14-WW
AL-FLM-CL-4W-B15
AL-FLM-CL-4W-B22-EWIf I do a search for any of them codes it returns no results.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Using arrows in checkboxes doesn't display properly in emailThanks guys 🙂
Forum: Plugins
In reply to: [VoucherPress] "Sorry, that item was not found" errorNo worries. It did cause us problems. I uninstalled the plugin, reinstalled and then created new vouchers again with different IDs too. Eventually it worked…
Forum: Plugins
In reply to: [VoucherPress] "Sorry, that item was not found" errorit should be the third textarea field on the edit voucher page