Rohit Bajracharya
Forum Replies Created
-
Forum: Plugins
In reply to: [Make Connector] Unexpected error while editing Custom Post type postsThanks @davidgurr I have created a ticket.
Hi @eliasgdj ,
I created a custom post type using CPT UI. First, I deactivated all the plugins except CPT UI and Make Connector, activated the TwentyTwentyFive theme, and still got the error. Then, I deactivated the Make Connector plugin and activated all the other plugins. I didn’t get any error.Forum: Fixing WordPress
In reply to: Facebook keeps using old image when I post my website linkhi @santwonapatnaik,
You can try using Seo Yoast plugin. It is a SEO plugin.
Additionally, you can add thumbnail for facebook share.
You can check here.- This reply was modified 8 years, 2 months ago by Rohit Bajracharya.
- This reply was modified 8 years, 2 months ago by Rohit Bajracharya.
Forum: Fixing WordPress
In reply to: YouTube URLs don’t appear as embedded anymorehi @mrgoodfox,
I guess you added that youtube link in editor in text mode.
You will see 2 tabs, Visual and Text, in top right corner of text editor. Make sure you are in visual tab and then paste that Youtube URL.
That might do the trick.Forum: Fixing WordPress
In reply to: Apply Custom CSS to one page of the Dashboardhi @duncanamcclean,
Use ‘admin_enqueue_scripts’ action hook to enqueue your style file in wp-admin.
Have a look in https://codex.ww.wp.xz.cn/Plugin_API/Action_Reference/admin_enqueue_scriptsThen you can add your custom css in your enqueued css file.
Forum: Fixing WordPress
In reply to: customize not workingHi @avishahi
I am working with colleagues at WordCamp Kathmandu Contributor’s Day and we are discussing your issue.There might be some script error while you customize the site. Once inspect the site and check if you see any script errors or not.
Also, I found that there are two text field with same id (i.e id=”s”). Always make sure that you have unique id.