I added Weblinks to my website as I have done for years.
The Weblinks show up at the page just fine, but underneath each link an edit button appears that anyone can edit each link. I have spent 2 days chasing the answer...
I just want the normal links to appear and not the edit icons underneath.
www.ignacioval.com/contact/iv-links
Any suggestions How to get rid of these edit icons underneath each Joomla 3+ link?
Thank you in advance
It looks like incorrect permissions have been set at Components -> Weblinks -> Options -> Permissions.
For example, the Public Edit permission by default should be "Inherited" rather than "Allowed".
Related
I really appreciate your generosity in taking the time to help me out!
I am working on a portfolio site to showcase my graphic work on wordpress.
For most themes, when you click on a list item on the portfolio it directs you to a new page dedicated to that item. I want it to be that when you click on the link, a big popup (about half the screen) comes up that displays the contents.
Is there a way to make the page content into a popup? Is there a plugin I can use for this?
You can see what I am looking for in this site:http://www.mikekus.com/
When you click on the link for each item, it doesn't redirect you to a new page. A popup comes up with the page information. How can I do that on wordpress?
Thank you in advance for your assistance!
Here is what that site is running on: Dunked.
There are quite a few options out there for this, especially in the WordPress plugin area. One fairly barebones looking one is WP Post Popup which, as the name implies, turns your posts into modal pop-up's instead of a new page.
Not sure if there is anything out of the box that is comparable to popping up on the side like the page you linked. With some CSS work though you could probably make the one I linked above, or any of them for that matter, look as you would like.
If you want to try and make something on your own, I would recommend doing some reading up on modal windows.
I'm a beginner in WP theme development, and I'm having an issue with my menu.
My menu contains 4 items, 3 of them leads to differents sections in my frontpage and the last one leads to page that I have created.
I have Added id="section_name" to every section of my frontpage and on Menu section on dashboard of every item, I referenced to this section by putting the value of id of every section in the link.
Now the issue is when I'm not on the frontpage And I clicked on one of the 3 items of my menu the section doesn't show up , on the frontpage it works fine
Does anyone know how to use jump links in wordpress ?
Thank u all
You could use full URLs.
This is the menu link now:
#section_name
And you could try this:
http://yoursite.com#section_name
I hope it helps you out.
But this is not really a Wordpress question - you only encountered this case on the Wordpress admin.
I've just had a website converted for me to Wordpress but the guy who did it has now disappeared!
I just need to get started with it but have hit some major obstacles. My home page is a series of blocks with images and text that respond very nicely to different devices. Trouble is when I go to Pages then Home, I'm faced with a completely blank edit box. Two hours of searching to find where these blocks are and how to edit them has failed.
Any help please!
Open up your theme customizer and at the very bottom you can chose a static front page. Here's where you settle this.
Go to Pages in the panel. Open that specific page "Home" and look which template who has been chosen for this page. Perhaps you'll find the right template.
However, it could be hard coded directly in the doc/file itself. Open up your text editor and search for a template i.e home.php or frontpage.php or something similar. Open up in text editor to see.
After another few hours of trial and error, the front page text is in a few places! Some of it is in posts, specifically the "blocks" containing text and images in paragraphs. Other parts can be found by going to Appearance | Editor then choosing Static Front Page. I've yet to find out exactly how these are made to appear on the Home page but I guess I'll get there with experimentation.
I am new to Drupal. Under appearance > setting > garland >Toggle display I unchecked some check box like logo, site name etc.... That made view button in the all the pages to disappear but edit is displaying correctly. After that,I reverted back the changes. View button is not appearing but if we click the area of view button area its navigating the view link. Please help me out.. Thanks in advance
see this image for reference
You should always clear your cache after changing the apperence of Drupal. To do this: Administer > Site configuration/Development > Performance
And you should really invest some time in reading how Drupal works. A good start is: User and Builder Guides
I need to disable parent pages in my wordpress navigation menu. I have found a few plugins that disable click-through, but hover arrow and color change are still present. Looking to simply have the parent page show as text in the menu. Here is the header.php code if needed.
http://pastebin.com/Cd4HWTTV.
Please let me know if other information is needed.
Your help is much appreciated.
Alex
I have come across this a few times before. If I understand correctly, you have something like an About Us section, but there's no content on the About Us page. You want the link in the header to redirect to the first subpage in that section, the History page for example.
The way I had to deal with this was to make About Us redirect to History using a plugin called Page Links To.
http://wordpress.org/extend/plugins/page-links-to/