How to add a dynamic links above banner in wordpress - html

I need to add some links with image above my banner which must be editable by admin in wordpress.
See the attached design:
![wp] https://lh4.googleusercontent.com/aCt9W7KPY80RZbyRM2rvGvvsUGvR1KxUcrEh6t2LzGjum9KnNTQAvu7EQOl3fCIyNQyRb1vKn9U
How can i do this? I need to use plugin.?

You can put this html code in custome widgets and call the custom widgest wherever you want to use and admin will easily able to change the link from widgest area in admin panel.

I have acheived this by creating another menu and then using image plugin for menu.

Related

Wordpress customize specific site

I made a little game using html and new I´m looking to publish it on my wordpress site. There is only on problem though, I don´t know how to add a page in html code. If I add a new Site I can only edit the text and attach pictures, but is there a way to add a complete page under a domain like www.example.com/page ?
Upload the HTML file to your website's root directory using FTP. If you name it game.html, you should be able to open the file by navigating directly to it www.example.com/game.html.
You go to My Page. Then there is a submenu Publish. Click on the button Add next to Pages. When you did that, there is that small menu in the middle where you can choose several options such as header, bold, italics, etc.. In the top right corner of that menu, there are two options: Visual | HTML. Just click on HTML and you can add HTML code.

Show/Hide feature using HTML only

I want to create an element where it performs a show/hide functionality of text when a user clicks on a button. I've found a helpful page through this link: http://www.meadinkent.co.uk/expand_sections.htm
The only issue I have is that it uses javascript. As I want to place this into Sharepoint, what Sharepoint does is remove the <script> everytime it's submitted, so javascript I'm assuming can't be used.
I want to know if there is a way to perform the same functionality as displayed in the page but with HTML only?
Thank you
You can add js by using Embed Code web part. Just go "Insert tab" and click "Embed Code". Then edit this and you will able to use js, css, html. So, you can use your helpful link.
Embed code webpart
You can use CSS to show/hide text. You can vist the following links, which may help you.
1) https://alexcican.com/post/hide-and-show-div/
2) How to show/hide div on click with stricly HTML/CSS

Dropdown menu in external file

I made a drop down menu using HTML and CSS. Something like this: http://sneznipark-kg.si/
How can i put a menu in external file(so that i don't need to make changes to it on every page individually)?
I could use iframes, but the problem there is, that elements that "drop down", are only visible in iframe, not on the main page.
I found some solutions using PHP, but i cant use those, because contract with my server provider doesn't include databases (so i cant use PHP, right?).
I think you are looking for:
How to Make Website Navigations with PHP Includes:
http://www.youtube.com/watch?v=IMh2cGIX41g
Simple PHP/HTML navbar for a static website:
http://www.youtube.com/watch?v=v8PUIVn3NFE
As mentioned above, you should be able to use PHP.
If you're not opposed to jquery AND both files are on the same domain. You can use .load().
http://api.jquery.com/load/
You can use any container as a place holder. Like a div, then load the html page into the div. It will put the entire page into the div. So you probably just need to add the menu part, and not the entire html markup.

can custom links be used to load pages in wordpress

In wordpress when we are customizing a menu, we can add custom links as menu items in it. Can these links be used to access the pages created in wordpress?
I believe the answer is yes. If I understand the question what you would actually be doing is creating a custom "title". If the page exists in WordPress it should be available via the menu, and the title can be change to whatever you wish. If for some reason your page doesn't show up in the pages list of the custom menu section you can always use the custom links input area to ad whatever link you need.

Materialize tabs for external links

I'm working with the Materializecss front-end framework and I'm trying to use tabs for moving along external links but it seems like it doesn't work. The examples are for content with a ID inside the same page we're on. How can I solve this? Thank you.
As option - have different active tab on page you're linking. So visiting that page from link automatically sets it as active