How to add qtranslate lang switcher button in custom admin page - wordpress

I have my custom post type "soto_property" and a custom admin page with URL "/edit.php?post_type=soto_property&page=properties.php" in my wordpress site backend.
I have used "qtranslate-x" plugin to make my site multilingual.
Now I want to show qtranslate language switcher buttons on my custom admin page also as these buttons are showing up already in custom post type page, post and pages.
I have set its url "edit.php?post_type=soto_property&page=properties.php" in the field Custom Admin Pages on settings page of qtranslate-x plugin .
But still language buttons are missing from my custom admin page.
What can I do to show these buttons on my custom admin page.

I think now (after many years of updates) you can see language switcher buttons in all WP admin pages ;)

Related

How to apply the elementor theme builder custom page to my woocommerce default shop page

I'm new to wordpress and I just created a website for online store using wordpress. I want to apply the customized page of woocommerce shop to the default woocommerce shop page, and I'm using Elementor theme builder. I already created the page and customize page as I want. Then I saved and applied the customization to shop page
The problem is after I applied the theme to the default woocommerce shop page, the shop page still redirect to the same old default woocommerce shop page not the one that I already customized before. I watched some YT tutorials but in the video their customized shop page looked perfectly fine after they applied the theme. Is there any way to solve this?
In your WordPress admin page click WooCommerce under Menu. Click Settings sub-menu and choose Products tab. Under Products, in Shop Page field choose the shop page you want and save the changes. Now your shop page displayed will be the one you chose in the admin page. You will be no longer redirected to the default one. Please refer to the screenshot below

How to add custom field to menu admin backend page (wordpress)

Hi I'm trying to create custom field in the menu admin page in wordpress.
I find that ACF doing it,
https://www.advancedcustomfields.com/resources/adding-fields-menus/
But I don't want to do it with plugin.
Thanks

Edit Custom Admin Page with Page Editor (e.g. Divi)

I'm looking for a way to Edit a custom Wordpress Admin Page with a page builder, like Divi.
To create custom Admin Pages I used the Plugin 'Custom Admin Page' and it seems like it's not a custom Post type, so the way to enable Divi via custom post types doesn't work.
Is there maybe a way to make the plugin page as a custom post type and then enable Divi through that?
You can read how to use divi to create templates for custom post types in this

Wordpress edting page and custom field

Need help in wordpress (edit page and custom field,not change in css). After editing custom field and page, the website's page didn't display the correct setup as in wordpress. I had done clear the cache but still no change in website page. No need to change in css.
this is the editing page for contact us page
This is my custom field setting (contact us page)
But still after update the website didn't display the right template.

Adding a custom page to a wordpress site

I have a wordpress site. I want to add a new menu item and make it point to a custom page ( not the regular single post page ) . This custom page will contain a contact us kind of form. How can I do this ? Is there a neat plugin do add the contact us kind of functionality as a widget ?
You could use the wordpress plugin "Fast Secure Contact Form".
You can download it here: Fast Secure Contact Form Download
If you need further instructions on how to use the plugin and/or how to add the menu item which links to the page, you can take a look at this (from screenshot #3):
How to use screenshot
For custom page, You should create Template page in your theme folder.
Page Template in Wordpress
On the head of the custom page, You have to define page name as
<?php
/*
Template Name: My Custom Page
*/
?>
Below the code, You can write your code and activate page from dashboard
Go to your contact page > select your page template.
For contact form in wordpress. Contact form 7 is standard plugin. If you want to use it in widget you have to install one more plugin (Widget Contact Form 7) after installing Contact Form 7.
Contact Form 7
Widget Contact Form 7

Resources