Nikhil Chavan
Forum Replies Created
-
@jaanise Can you confirm if cron jobs/loopback requests are working in your local environment?
Can you take a screenshot of your site health status page and post it here? If it is not working, WordPress would detect and display a message on this page.
Docker environments usually need extra setup to get the loopback requests working, which triggers the cron jobs by default.
Gutenberg pages are imported and then they do need cron jobs where some processing is done.
For clarification, do you mean you want to import a starter template in the docker container itself or you just want to install the plugin?
As for my reply above –
We have a few WP-CLI commands –1.
wp starter-templates list
– This lists all the starter templates, you need to get the id of the starter template that you want to import.This has a few cli options that you can use to filter the search results –
[–per-page=<number>]
: No of sites to show in the list. Default its showing 10 sites.
[–search=<text>]
: Show the sites from particular search term.
[–category=<text>]
: Show the site from the specific category.
[–page-builder=<text>]
: List the sites from the particular page builder.
[–type=<text>]
: List the sites from the particular site type.`2.
wp starter-templates import <template-id>
– This imports the starter template on your website.Hi @seesharp,
When I try to apply Starter template, it crashes my entire WordPress website.
Can you explain this a little bit more? if there any error logs generated when this happens? Can you include a screenshot of what happens so that we can understand this error. Do note that we have not had reports of this particular error case where entire WordPress website stops working.
I have a question regarding the setup process that you have – do you want to setup the starter-template at the time of building the docker image?
We do have wp-cli commands that can be used to setup a starter template on your site, do note running wp-cli commands require a working WordPress website to run the commands against, I am not sure if you have way to run this when building or publishing the docker images.
Starter Templates plugin makes request to
https://websitedemos.net/
to get all the data required for the template.- This reply was modified 3 years, 3 months ago by Nikhil Chavan.
Forum: Plugins
In reply to: [Unlist Posts & Pages] Previous Post, Next Post LinksHello,
This has been fixed in the last update of the plugin – https://www.ads-software.com/plugins/unlist-posts/#developers
Please update the plugin to have this working for you ??
Forum: Plugins
In reply to: [Unlist Posts & Pages] Elementor LibraryYou that is correct, Although I believe Elemnentor Templates must already be private WordPress posts and should not be crawled by search engines without needing to use this plugin.
Do confirm with the Elementor team regarding this though. I believe they have already handled this case from their code itself.
Forum: Plugins
In reply to: [Unlist Posts & Pages] Elementor LibraryHi @pixitdesign,
No that will not work, you will have to mark individual pages to be unlisted.
Nikhil
Forum: Plugins
In reply to: [Yoast Duplicate Post] Please make the admin notice dismissibleFor some reason, I could see the dismiss button on the inner pages but not on the dashboard (as seen in the screenshot).
Marking this as closed since I could dismiss the notice on a different admin page.
In Version 1.1.0 page/post edit screen displays the unlisted pages, That should help you to find all the unlisted pages/posts etc.
If you want to check in the code, The unlisted posts are saved in the option
unlist_posts
Hi @beezwings,
The URL you have provided does not seem to work at the moment.
Can you open up a support ticket through our website so that we can help you quicker?
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Not working for other than AstraHi @anant01, @helvetica123,
This plugin adds support for a few themes and also has documentation to explain how to add support for more themes from their code.
In the recent update, we have added two fallback compatibility methods that try to work with all the themes, You can try if this works for you.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Different footer width on HomepageHi @dharborne,
It looks like you are not using this plugin to create footer on your site.
In the latest version, we have added the ability to create multiple headers/footers that can be displayed/hidden on pages as per your requirements. with that, it will be possible to design a separate footer with different width inside elementor and display it only on the homepage and have a common global footer on the rest of the site.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Can’t change headerHi @hwamart,
In the latest version of the plugin, we have added target rules options that allow you to select and exclude where you want to display any header/footer.
With this, it should be possible to achieve your requirements.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Page is not the page i designedClosing this due to inactivity, Do reply here or open a new issue if you are still facing this problem.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] More than one custom blockHi @go2online,
If you have added any display conditions to the custom block you can remove them to and the notice will go away.
Custom blocks are rendered on the page using shortcodes so they do not need to target rules to work.
In the latest version of the plugin, we have hidden the target rules when the custom block is selected.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Header for homepage and other pagesHi @mstudioil,
Yes, v1.2.0 of the plugin includes a target rule setting for all header footer templates. this allows you to choose where you want to display any particular template.