cocool
Forum Replies Created
-
Forum: Plugins
In reply to: [Vertical Timeline Widget for Elementor] Wordfence show security problemForum: Plugins
In reply to: [Vertical Timeline Widget for Elementor] Wordfence show security problemHi,
Any updates on my query above please?
Thanks a lot!
Forum: Plugins
In reply to: [Vertical Timeline Widget for Elementor] Wordfence show security problemHi,
Thanks for this great plugin.
Patchstack also mentions a vulnerability: WordPress Elementor Timeline Widget Plugin <= 2.1 is vulnerable to Broken Access Control.
Is this the same one as mentionned above?
If not, will it be patched soon?
Thanks a lot!
Thanks a lot! Issue fixed on my side!
Forum: Themes and Templates
In reply to: [OceanWP] Parent Menu not clickable on MOBILEHi,
Still waiting for your advise.
Did some research and this worked:
Go to Appearance > Customize > Header > Mobile Menu, and set the Dropdown Target to Icon.Ok, I have added a folder to my theme named wp_knowledgebase and inserted a copy of the file single-kbe_knowledgebase.php.
=> /mytheme/wp_knowledgebase/single-kbe_knowledgebase.phpI have tested a few changes and they are taken into account.
All I need now is if you could simply give me the code to be inserted in the single-kbe_knowledgebase.php file so that the tags and categories show below the articles.
As mentioned, I am not an expert and would really appreciate a hint 🙂
Thanks a lot!
- This reply was modified 7 years, 8 months ago by cocool.
Hi,
Thanks for your reply.Could you pls clarify this (I am not an expert):
1-adding the appropriate template tags to the article template
=> what are the template tags in this case? Is this a code to be inserted in the file single-kbe_knowledgebase.php and, if so, what code and where?2- You can override that folder and any of the files within, by copying them into your active theme and renaming the folder to /yourtheme/wp_knowledgebase
=> pls explain. Do i simply create a new folder called wp_knowledgebase in my current (or child?) theme and add the above modified file single-kbe_knowledgebase.php?
Does this file have to be in a sub folder called /template?
like:
/mytheme/wp_knowledgebase/template/single-kbe_knowledgebase.php- This reply was modified 7 years, 8 months ago by cocool.
Forum: Plugins
In reply to: [Permalinks Customizer] Constant RedirectsThanks a lot Sami and apologies for this late reply.
Any hint on the filter to add the translatable tags from the functions.php code?
Thanks!
Forum: Plugins
In reply to: [Permalinks Customizer] Constant RedirectsThanks Sami,
Yes the first code works well: no redirects at all.
Can the code for post types be adapted to ALL post types? As at now absolutely every single post is given a post type permalink: properties, agents, attachments, invoices, packages, everything.
If so, how to adapt the code above?As regards the translation can the custom words added before the tags simple be made as translatable in the plugin code?
custom/<%ctax_property_type%>/<%ctax_property_status%>/<%ctax_property_city%>/%title%/Forum: Plugins
In reply to: [Permalinks Customizer] Constant RedirectsHi Sami,
I will add the code as recommended.
No Woocommerce. the Template is Houzez from Favetheme.
The theme indicates that the following are custom post types: Agents, Agencies, Houzez Packages, Houzez Invoices, Partners, Testimonials, User Packages Info.
Can something be done?Also, can you please advice on how to translate strings set in the PostTypes Permalinks?
Ex: translate: property-paris to immobilier-paris here:
property-paris/<%ctax_property_type%>/<%ctax_property_status%>/<%ctax_property_city%>/%title%/Thanks!
Forum: Plugins
In reply to: [Permalinks Customizer] Constant RedirectsHi Sami,
Thanks for your prompt reply.
Do I add the above 2 filters in the functions file in my child theme?
Is there a way to also prevent the PostTypes Permalinks changes as well? This confuses the translation aspect.“By the way, creating redirects for package and invoices are resolved in the latest release”
=> I have just updated the plugin today and it still continues to creates redirectes for all types of posts, including invoices, packages, etc.Pls advice.
ThanksHi Sami,
Thanks a lot. It works perfectly well now!
Hi,
Grateful if you could reply to my query since we need to info to be able to proceed with the plugin or not.
Thanks a lot!
Hi Sami,
Thanks for your reply.
Actually I do not want to have to manually Regenerate Permalinks.
From what I understand, the newly set permalink structure should automatically apply to all new posts created without having to go through manually Regenerate Permalinks each time. Is that correct?So if I set: <%ctax_property_type%>/<%ctax_property_status%>/<%ctax_property_city%>/%postname%/
to the PostTypes Permalinks Settings for Property
should not all new posts automatically show slugs such as:
site.com/villa/rent/city/propertyname
and not
site.com/property/propertyname?Hi,
First of all thanks for your plugin. It is really great and powerful!
I have read this topic and it corresponds exactly to my need, which is more or less the same as @gac8f, but simpler. We also seem to be using the same theme so it should help.
I do not have nested taxonomies. Only Property/type, Property/Status, Property/city.
What I need to do is simply to generate the relevant property type/status/city/name for each property. Ex: site.com/villa/rent/city/propertyname
So I added: <%ctax_property_type%>/<%ctax_property_status%>/<%ctax_property_city%>/%postname%/
to the PostTypes Permalinks Settings for Property.It seems to work, but only after I edit each property and manually click on Regenerate Permalinks. It therefore creates a redirect for each property created then manually Regenerated.
I have tried with a brand new property created after the settings were saved and I still need to Regenerate Permalinks manually for the correct slug to appear as
site.com/villa/rent/city/propertyname.
Else it shows by default as: site.com/property/propertyname.Grateful if you could help.
Thanks!- This reply was modified 7 years, 10 months ago by cocool.