I am creating a Mountpoint subpage menĂ¼ in Typoscript. As you can see in the picture "Max Tester 2" is the parent Element of the menu. So i create a subpages menu. All Sites under "Max Tester 2" will be shown in this menu. So i create a kind of listview. I am using mount points to show a image and a title in this menu from another page. This image and title is created via MASK extension in the pagesettings of the Linked mount page. Its already working! But my problem is I want to Link to the original page (where I define the image and the title) and not the the Mounted Page. Now when i klick on the Listview element "tester" i am navigating to the "tester" mount page (as you can see in the picture). But i want to navigate to the original page where i defined (title and image). Is this possible? so that i can use the content of a different page with mount point and also to change the link of the mounted page? so i need a mix of mount point and shortcut.
mount point
Related
I'd like to show page when click menu item(a tag).
I use old header and footer and I'd like to change content.
where to add code? app/code/.. or app/design/frontend/..
you can create a page from the admin panel.
Go to the admin Content>Pages and create a new page.
enter image description here
then you will add content and URL for this page
I want to display images of 10 people on my dashboard, when i hover the image dynamically it needs to display a wiki page to the side of each image related to that person, how do i achieve this in tableau?
Here are the steps after you have a dashboard with your people on one of the charts. My example uses the pesticide list from the most recent #makeovermonday.
In your dashboard, drag the web page object in.
Click the option dropdown of that new object and click Add URL Action.
In the popup place the main portion of your wikipedia url in the box and select your people field which will become the dynamic portion of the URL. Mine is pesticides.
Change Run action on to Hover
Now when you hover on your main chart it will update the web page object with the person hovered on. I just hovered on Atrazine in this image
You will probably have to update your people names to make sure they match wikipedia's url.
I am building my site in shopify. On the "about us" page I have photos of each team member. I would like to be able to click on the photo to show a JPG (which is a postcard of employee title and interesting facts). Is there a way to add a mouseover feature on an image that is not a product? We are using the minimal theme. As point of reference we got this idea from www.scoutbags.com/about-us
On that site they use a hover feature to change the photo and then a click through to the postcard. We are skipping the second photo to try to keep it simple/doable.
Here's info on how to enable lightboxes on your images.
https://docs.shopify.com/themes/customization/colors-images-and-video/add-lightbox-to-images
To enable images on your About Us page, you need to edit page.liquid. Find the div element that contains your page content. To the opening <div> tag, add class="rte".
Make sure you follow the rest of the steps on that tutorial.
I have a splitapp application with two cols.
On the left I have a tree that i can navigate level by level.
I want indicate to user the current position in the menu tree by a path.. now I use this trick: insert a button to show the current path
but i don't like this solution. Any suggestions?
P.S. The path could also be very long and I can't see it in the detail page because the content of the detail page could not always sync with the master page.
This really sounds like a breadcrumb. If the path becomes too long you could limit it to show the two latest dives within the object hierachy which would be like ... > Product A > Info D. The individual links can be used for back navigation. From technical perspective the path can be obtained from the binding context.
And this is how it could look like as shown in the SAPUI5 Explored:
I am pretty new in Typo3 world (I came from Joomla and WordPress) and I have a doubt related to well understand what is the difference between disable a page and hide the page in the menu in Typo3.
I have create a new test page and I don't want that now it appears in my left main menu.
So I click on the Access tab of this page settings and I tick the Hide (In Menus) "checkbox" so the page exist (I can access and see it using its URL) but don't appear in my main menu.
This is pretty simple but, near to the previous options, I also find the Disable (Page) checkbox. So I have try to tick this checkbox (instead of Hide (In Menus)) and happens something that I did not expect:
My test page appear again in my left main menu (I have no hide it but if I thought that if I disable a page, it is as if this page does not exist, evidently the typo3 operating logic is different from what I expect)
If, in my left main menu, I click on my test page link: the page is open but on the right top corner on the page appear to me the following textual message PREVIEW!
What it mean? I am logged as administrator, maybe the normal visitor can't see the disabled pages whereas administrator\editor see these pages? Or what?
Tnx
Andrea
Disable page = Nobody can see the page. The page is removed from the menu and it can't be accessed with the URL. You see it because you're logged into the backend. That is also why you see the red sticker 'Preview', because it is a preview.
Hide in menu = Page is hidden from the menu and the sitemap, however, it can be accessed with the URL.
Check the following documentation:
http://docs.typo3.org/typo3cms/GettingStartedTutorial/
There is a very short mapping between TYPO3 and Joomla:
TYPO3 "disable" = Joomla "Unpublish Article"
TYPO3 "hide" = Joomla "Unpublish Menu Item"
Cheers,
S.