Orchard Projection Widget with pager issue [closed] - widget

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm working on a website made with Orchard CMS. I put a Projection Widget on a page with a custom query and it works perfectly but if there is a pager on that page and I click to another page (not to the first) the Projection Widget becomes empty. So it shows result only on the first page of the pager.
Is this an Orchard bug or am I doing something wrong maybe? Any ideas?
Thanks!

You need to configure the pager on that widget to use a different pagination parameter.

Related

Website's image does't show when link is shared [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I used facebook linter to debug my website.
It's everything ok, icluding the image (og:image ...)
However, when I share the link on facebook, there is no image.
Everyone knows why or how to solve this?
The site is oddvise.com
Thanks,
Joao
This is a Facebook problem. wait a day or two, and you will see in your next shares that it will appear.
Adding to that, http://www.oddvise.com/ does not exist. so whenever you share, you need to use http://oddvise.com/ instead of http://www.oddvise.com/

Display the value of a session in a html page [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying to display the value of a session in a html tag?
The best search i could find on google to do this returned the following:
<p><%= Session("fileName").ToString()%></p>
I would like a message yo display on my web page saying, File name is "bla bla".
<p>File name is = Session["fileName"].tosring()</p>
If it was MVC i could use something similar to
#Html.Raw(Session["fileName"].ToString())
But does anyone know how to do this for a standard html webpage, i think this should be a pretty simple solution but have found nothing to show me how to do it.
Thanks in advance.
If this is Razor (with MVC) you can use
<p>#Html.Raw(Session["fileName"].ToString())</p>
If it is just a .html page then you are unable to do this as a session is a server side variable so you will need a server side language to retrieve it

How can I send the content of a textarea to the textarea of "codepad.org"? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to send the content of a text area from a webpage to the text area in codepad.org.
How can I do that ?
This and this link did not help in doing this ....
If this is not possible, then how can I use "codepad.org" in other webpages ...... ???
Unless the site has coded specific support for it (which I don't think codepad does), you cannot provide pre-defined values for the form elements, nor can you modify the textarea from your code.
I would create a paste and then embed it into your website using frames and the specific URL it gives you for your new paste.

Dreamweaver, gallery [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone help me, am new to dreamweaver, trying to do an online portfolio and am struggling to figure out how to do a gallery.
Basically I want to have a basic list (contents page) of my projects on the left of my spread and when clicked onto a specific project, images for that project appear on the right of the spread. I need to link text to images within the same page
Any help will be greatly appreciated
Nowadays, you can create beautifull galleries using jQuery.
Here is an example of a plugin for creating one:
Galleriffic
It's easy to use, just read the documentation

Html dynamic page edit [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to make it possible for someone with a username and password to login and edit my html page using a nice clean editor. I don't want them to see the code when they log in to edit the page but a straightforward version of the html page.
Creating a proper CMS (Content Management System) is a huge undertaking. I suggest looking for a pre-built CMS to add to your site.