Editing The Tutor Dashboard - lms

I added a custum link to the Tutor Dashboard it’s called “Marketing”.
1- I tried many times with the ‘documentation’ to add the icon to this custum link but it dosent work with me.
2- I use the AffiliateWP plugin and i want to add the affiliate page directly in this custum link “Marketing” in the Tutor Dash. right now when the user click in Marketing a new page open. I want to ask if it possible to show the result in the Tuto Dash without going to a new page.

Related

Wordpress how to link a page to blog content

This may seem novice, but I assure its not.
So, I have a site, which displays blog posts by date from new backwards.
Standard stuff. However, what I'm trying to do is create a temporary homepage, lets call it 'yogo'. It displays some ad, or image, with a button link.
What I'd like is a direct link to the actual blog feed which displays in a given theme site's frontpage. Is it just a block?
When Im in Appearance->Reading, I can change homepage to 'yogo' fine. But, say a visitor is on 'yogo', and I want a button they click on to link to what would be the original theme frontpage with blog content, it should technically be 'Home' but is that coded somewhere through the wordpress software like the Reading mentioned above.
Maybe Im missing something, should I shut off permalinks, and dig for it in actual page extension?
Im trying to avoid using Guten. or Elem. to build out a blog page.
Any advice, thanks in advance.
Once add your code in front-page.php or home.php you can use get_the_permalink() function to get the blog page URL and will pass in "a" HTML tag like this -
Your Blog Name
Might be it can help you.
Just a quick update. actually solved this.. In simple terms, it is possible to do this really quickly through the Wpress UI. From your backend, these are the steps in the following order:
(firstly. shout out 2 user 'mirchev' because if u didn't point out templates I would of been way off. actually after about an hour of research after that) So it all takes place in Setting->Reading. From what I've read, Wpress started off as a blog based system anyways, so it was solved a long time back. Basically to start, 1. Create 2 pages, no need to add any content as long as they are 'new' and you make note of the names.
2. Also important -in the template area to the right panel when the new page editor loads up (you don't need to add any texts, images or whatever, including the area on the right just make sure "default template" is selected. 3. Afterwards, these 2 pages are 2 be used in the Setting->reading section.
What you want to do is when you enter this setting of your Wpress site, instead of having your "homepage" radio button be "latest posts" set it to 'static page,' and 4. important - select 1 of the 2 new pages you created as the static page. 5. Now, also important, for the posts page, select the 2nd of the 2 new pages you created. 6. Once this is done, what happens is your website loads the static page, which you may customize however, and then you can go into your Appearance->menus and add the appropriate link to the 2nd of the 2 new pages you created to load the blog, or link to it whichever way you choose. More often than not a menu item should appear if that is the setting you customized.
..And that is all. if fact I was very surprised just how smooth it was.
good luck ! ..--'''~~**
Separation!

Free, editable calendar for Wordpress site that using Elementor?

I am updating a website that was built (not by me) in Wordpress using Elementor. I'm trying to add a calendar that can list basic events and provide links to them. I found the plugin called "Wordpress Calendar" and have been able to add one of those to the draft of the site, but whenever I right-click on the calendar and choose "edit calendar," a bar pops up on the left hand side of the screen telling me about "user restrictions." So I can't actually add any events to the calendar. I think I have full access to edit the site. Is there a way to bypass Elementor and create the calendar in Wordpress code?
Is there a free way to add an editable calendar? I see this but I'm not sure how to integrate it into the Elementor site: https://wordpress.org/plugins/the-events-calendar/
Sorry, I'm new to WP.
You can use this solution:
1- Install that plugin you have found https://wordpress.org/plugins/the-events-calendar/
2- Visit this page https://theeventscalendar.com/knowledgebase/k/embedding-calendar-views-with-the-tribe_events-shortcode/ and get the shortcode you need. The shortcode will display the calendar you want on any page you place the shortcode in.
3- Insert the shortcode within Elementor builder: just add a new "Shortcode" element and insert the shortcode you need into it.
Note: the calendar can only be edited by you in the backend.

woocommerce - add a new functionality to the theme along with its UI

I am new in wordpress world and i am planning to do a small store website, all the functionalities i need are already there in woocommerce, but there is this small functionality i need which is as below:
in the homepage i need to show 3 different services are served from the company and each service will have a button which will show a popup or redirect the user to another page.
the popup or the new page will ask the user to enter his information along with his mobile number so the company could contact him.
and i have chooses this theme https://themebeez.com/demos/?theme=orchid-store
and here is a picture of where exactly the change will be
So my question is what is the fastest way to do that, is there a plugin to do this for me, or i should make the actual functionality myself and edit the theme code also manually?
Thanks.
In the homepage i need to show 3 different services are served from
the company and each service will have a button which will show a
popup or redirect the user to another page.
Basically 3 buttons that got you to another page. That can be easily done with just editing the template. Look the support documentation to see if your theme can be edited by some page builder (mine uses Composer, etc) and just add the "buttons", if not you need to edit the template manually with some HTML. Nothing to complicated, it just HTML, not PHP or JS.
the popup or the new page will ask the user to enter his information
along with his mobile number so the company could contact him.
Blockquote
Please clarify, popup or a new page? If it is a new page, when you create the 3 buttons on the homepage, just connect that to a new page each (in the Admin Panel, New>>Page). That it is easy as just but the <a href> tag. But also, that's just how I would do it in a short time.
So my question is what is the fastest way to do that, is there a
plugin to do this for me, or i should make the actual functionality
myself and edit the theme code also manually?
Asking for plugins is offtopic in SO, also, where is going to go that data? In the database? or is going to be sent to some admin email? Please see the How to Ask
But I think there is exist a lost of plugins to help you with that. You just need some custom fields so Have you tried searching for some? I use one to get in contact with clients which may fulfill your requirements

Where is storefront home page content

I just started to do a small project on storefront theme and I am able to remove, reorder homepage sections but I am trying to find where the actual functions located
would someone guide me where I can find the actual function for example storefront_homepage_content
1st you go to WordPress dashboard then see left sidebar and find setting tab then mouse hover on setting and click on reading.
now select a static page radio button then see your home page name.that name is your page name.
now go to pages and find same name page and click on edit.
now you able to change to your home page section.

Wordpress post creation option from menu

I have started using wordpress to create a website for my students. I have created users with contributor priviledges, so that they can write their own thoughts & submit them for moderation in the blog, but I don't want them to touch or get in the dashboard area.
I have tried Sidebar Login plugin which seems fit for my purpose, but it has some bug, which does not let it work as it suppose to. There was also no response from the developer regarding the problem.
Then I tried Press This tool in wordpress (Open Press This button) which seems perfect for my requirement, but I have no idea how to put Open Press This button in the menu bar in my site or at least to any of the pages.
Can anyone suggest a way out from the situation?

Resources