vineryap
Forum Replies Created
-
Forum: Plugins
In reply to: [Directory Listings WordPress plugin - uListing] Creating sub-attributeHello @sellify did you achieve the search functionalities on your website using this plugin?
I tried to make the same thing and added the “Make” and “Model” to the single listing page but the dropdown search still showing all Model when no matter what “Make” that I choose.
Forum: Plugins
In reply to: [Bogo] Sitemap not generatedHi @cybr,
Thank you very much for the fast response and explanations as always ??
So there will be no problem with the SEO for my site? because I read some articles that said it affects SEO value. But I’m just a beginner so I’m not sure how true it is.
Forum: Plugins
In reply to: [Essential Real Estate] integrate or override templates and styleHi @g5support, thank you for the detailed explanation, this is exactly what I’m asking, I know editing the plugin core can cause a mess that’s why I want to override it from the child theme ??
Also, is there any way to completely disable the plugin front-end CSS? so I can style it from scratch ??
Forum: Plugins
In reply to: [The SEO Framework - Extension Manager] TSF with Qtranslate Xsorry, just realise I posted on the wrong support page.
Will post it in the right place.-closed-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] multilingual xmlHi @cybr
I see!! so I should enter the link like mysite.com/id/sitemap.xml
I’m sorry I thought the sitemap only generated from the main language link only because I’m using the link from the TSF settings page to access the sitemap.
now I can see that it’s actually generated the other language xml too.Thanks a lot for the guide and for being patient ??
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] multilingual xml@cybr Thank you for answering ??
Right now I’m using Loco translate to translate most of the
.po
files and qtranslate x for the language switcher and some translations, but the generated xml is only showing the main language (EN), is there something not compatible that leads to this result?Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] multilingual xmlHi, @cybr Thank you for dropping by and the explanations ??
I’m not a programmer so I would like to confirm or ask a few things to avoid misunderstanding.
Does TSF support qtranslate x? I don’t know if it complies with WordPress rewrite API or not.
I will keep my eyes on the discussion, Thank you ??
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] multilingual xmlHi, @lebaux Thank you for the detailed explanation ??
Does TSF work well with qtranslate x?
Since I’m running a real estate website, blogging is not the main job so the translation is mostly only for the labels like (rooms, bedrooms, etc.) and some contents like (remarks, notes, notifications, etc.) something that I can translate directly from.po
files.
So I think I don’t need the premium translation plugins.I tried Polylang but it does not match my expectation because it doesn’t have the feature that I want in the free version such as showing default language post if there is no translation.
Except for Qtranslate X and WP multilang provide enough functionalities (for me) in the free version.Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] multilingual xmlHi, @lebaux Sorry for the late reply.
I’m using WP multilang mostly for the language switcher functionality and l=only some translation, but mostly my theme is translated using loco translate plugin.So the XML for another language will not be generated unless it is translated by using WPML?
Hi @valexar thank you for replying.
I found the code for the notification hereAnd I tried
add_filter ( 'property_id', 'wpm_translate_string' );
on the child-theme function.php file but it’s not working, it’s still showing[:en]
signForum: Plugins
In reply to: [Multisite Cloner] copy staging site to main siteThank you ??
Hi @valexar
I searched it on PhpMyAdmin but there are no matches.
Anyway, I found this inside the theme, maybe you can see why it is not translating?
How can I call out the option in the database?
Could you give me any hint?How can I translate strings on custom page option?
I want to translate the subtitle field.Set needed tag value as ‘null’. Like: “property_feature”: null.
Translating only strings. Number is not string.
"realteo_submit_form_fields": { "wpm_each": { "property_title": null, "wpm_each": {} } }
I tried it like that but it’s not working