Reorder cms links in the left column - module

I have a prestashop site which includes few CMS pages. I have added these pages to Left Column in CMS BLock
BO->Modules->CMS Block ->configure->Left Column
I want to rearrange the cms page links in this part. Does anyone know how i can do it.
I checked the Prestashop forums and most answers were related to footer links not the leftColumns links like the following
cms block link

go to Back office -> cms ->positions . click on positions up and down arrow key and re arrange the all the cms pages. This solution works for me.

Related

How to find DotNetNuke pages that point to my dnn page

I have updated an existing user DNN page with some text. I can preview this page using the Page Management page. Since I didn't create this page I don't know which other pages/menus contain a link to this page. How can I find out which pages/menus link to this page?
Thanks
Who or what created the page?
What is the URL that you visit to edit the page? (Edit the URL here to use a phony name.)
Getting the exact number of links to a page is almost impossible without the use of a site crawler, as the page could be referenced in many ways.
Via HTML Content on a Page - This would be in the HTMLText table of the database
Via a Page-Link Menu Item - This would be in the Tabs table of the database
Via a URL-Link Menu Item - This would be in the Tabs table as well, just tied by the URL rather than the TabId
There is no report/link in the DNN Platform to list all usages.

Where does the code for the About page for my shopify site live?

I am trying to simply edit the format (float from left to center and remove two column layout into one column) of my about page on my Shopify site.
I have edited the html of the page directly using chrome dev tools (to confirm what I am doing is going to make the page look like I want it to).
My issue is that Shopify has a specific global section in the admin where you can edit just the content of the about page. Unfortunately, I cannot seem to find anything on that page that allows me to edit the pages code directly.
And when I look at the theme code for the main site, I cannot find any .liquid files that seem to be related to the about page.
Anybody with Shopify coding experience able to point me in the right direction?

What is the correct .tpl file to edit the footer links in Prestashop

I need to edit the footer links in my Prestashop template ( just to add a wrapper). That's the link list that comes afterthe block-contact. This is the block that shows links to special offers, product categories, best sales...and then comes another block of links related to CMS pages.
Do you know which files i have to edit?
Thanks
Well finally i got it, for anyone who had the same issue, here's the correct .tpl :
modules\ps_linklist\views\templates\hook\linkblock.tpl

Why do my Sharepoint2010 breadcrumbs not level down on pages with embeddeded links?

I have a Sharepoint site that currently inherits everything from the v4.master page.
This site in an internal wiki page for company documentation. Each page within the wiki can have 1 or more pages linked inside of it. For instance:
Wiki Main
└Finance
└AP Reports
└AR Reports
└Human Resources
└Payroll
└Benefits
We have been embedding new pages using this code [[FinancePage|Finance Documentation Page]] on each 'parent' page.
The issue I'm having is that the breadcrumbs do not seem to follow the leveling when users click links.
The breadcrumbs will show the following: Wiki Main > Finance
Then when the click AP Reports it will show this: Wiki Main > AP Reports
What I'd like it to show is this: Wiki main > Finance > AP Reports
I'll be the first to admit I have zero experience with Sharepoint and when googling there are quite a few hits that seem to go into making my own DLL or replacing .sitemap*.xml file but Im not sure if that is the correct solution to what Im trying to do.
Is there a way to get the breadcrumb leveling to work correctly via a Site Setting?

Joomla 1.6 adds h1 tags automatically

I'm developing a new site with Joomla 1.6 and it's adding an extra h1 tag in my articles when they are accessed from links others than the menu. When they're accessed from "Latest News" module the h1 tag added contains the text "Home", when accessed from search results the text of h1 is "Article". Besides in the page containing the search results the an h1 tag is added with the text "Search".
I'm imagine this automatically added tags have something to do with SEO - Search Engine Optimization, but I'm not completely sure about it.
Anyone has any idea how to remove theses tags?
Thanks!
The reason it changes is because it's pulled via CSS. There are a couple files that you'll have to modify to stop that and rather than re-explain it, you can visit this Joomla forum link for an extensive answer and exactly what files you'll need to edit. Good luck!
http://forum.joomla.org/viewtopic.php?p=1738303
I think you have to find out from where the data is accessesed. To stop this you have to remove the h1 tag from the code.