mansichapter247
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] get taxonomy term using sql queryI have followed the link and also used name But when i run this qry and code , it gives error .
$qry =’SELECT DISTINCT wt.term_id , wt.name FROM wp_terms wt INNER JOIN wp_term_taxonomy wtt ON(wt.term_id = wtt.term_id) INNER JOIN wp_term_relationships pll_tr ON (pll_tr.term_taxonomy_id = wtt.term_taxonomy_id) where wtt.taxonomy=\’listing_category\” ;
$txnterms_listing = $wpdb->get_results($qry, OBJECT);
foreach ($txnterms_listing as $t) {
if(pll_get_term_language($t->term_id) == pll_current_language()):- This reply was modified 8 years, 5 months ago by mansichapter247.
Forum: Plugins
In reply to: [Polylang] get taxonomy term using sql queryGreat.. Thanks for this solution . Now the issue coming is echo get_term_link($t->term_id,’listing_category’) is not working .
- This reply was modified 8 years, 5 months ago by mansichapter247.
Forum: Plugins
In reply to: [Polylang] get taxonomy term using sql queryHow can i use it in the above query posted to get terms for both my sites in there respective languages?
Yup i was not able to recieve your mails . I now see that images are getting uploaded successfully , did you changed something or deactivated any plugin for this or just created the test gallery?
Ok , Thanx i am posting on this form.
Yes I Checked the GD library is enabled and also the permission of /wp-content/uploads/photo-gallery is 777 , but then too i am not able to see the images which are being uploaded from + Add Images button.
The images just show being uploaded in admin but does not go into the uploads/photo-gallery folder and therefore not seen after uploading and getting the same error message as shown above. Please let me know soon what is the issue
I am facing the same issue . Can you Please please let me know what is the issue
I am getting this issue in my console :
POST http://mywebsite.com/wp-admin/admin-ajax.php?bwg_nonce=ffbc0f2300&action=bwg_UploadHandler&dir=/ 403 (Forbidden)Also the Client is using Sucuri and when i hit this url in web browser i get
Access Denied – Sucuri Website Firewall
Kindly tell me what is the issue .
- This reply was modified 8 years, 8 months ago by mansichapter247.
- This reply was modified 8 years, 8 months ago by mansichapter247.
- This reply was modified 8 years, 8 months ago by mansichapter247.
- This reply was modified 8 years, 8 months ago by mansichapter247.