Questions tagged [custom-pages]

90 questions
2
votes
1 answer

How can i set the serial for this serial form (Inno Setup)

I was looking for a serial script and I found one here: CustomPage for Serial Number in Inno Setup But how can I set the serial because all serials are valid now. Thanks for your answer!
1
vote
1 answer

Force drupal to return 200

Is it possible to link to a page that doesn't necessarily exists as drupal content and not get a 404 page not found. Example: link: example.com/search/projects?content="words" There is no search/projects node or page so obviously it returns page not…
Pedro
  • 208
  • 3
  • 14
1
vote
2 answers

how to dynamically insert custom pages in nsis installer

I have installer_type variable which will have either desktop or server as its value. If the value is server then page1 should get inserted in the installer and page2 should be hidden for this installer and vice versa. StrCmp installer_type "server"…
user1234
  • 289
  • 6
  • 13
1
vote
0 answers

How to add a layered navigation on a custom product catalog on Magento 2.4

I need to add a custom page as 'Offers' on my client site with layered navigation. I need to fetch product collection by its attributes 'is_offer_on' and show them on the page. Most of the answers and topics I found in the internet are either…
Roshan Ruzaik
  • 121
  • 1
  • 6
1
vote
1 answer

Woocommerce my account custom page - page not found 404 (permalinks problem)

I'm trying to create a custom page in My Account section of Woocommerce, but when I open this page I get 404 (Page not found). I tried to re-save (refresh) the permalinks in Settings -> Permalinks, but nothing changes (again 404 - Page not found).…
1
vote
1 answer

How to create a custom page on WSO2 API Manager?

There is a home page which can be enable at defaultTheme.js Is there a way to create a custom page like About us
1
vote
1 answer

How to disable or 404 a single page view of a custom page type of a theme in wordpress?

In my theme there are custom page types like "team". I do not want a public access to e.g. www.xyz.com/team/ or www.xyz.com/team/xyz In both cases it "should" return a 404 error. How can this be done manually in Wordpress without using a plugin and…
1
vote
3 answers

Hide get parameters names from the URL

I know this can be done using Rewrite engine but I am unable to do this This is my .htaccess file # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME}…
Shahzaib
  • 33
  • 1
  • 11
1
vote
1 answer

Wordpress - Add Settings Page to own Menu Page

Is it possible to add a single settings page to your own created menu page? I have a Menu Page called "Company Menu". Inside this page I want to add a Settings page for the Social Media addresses of the Company, so the moderators can change/edit the…
Marek123
  • 1,193
  • 7
  • 35
  • 75
1
vote
1 answer

Error while creating SharePoint Custom Page Layout 2016

In SharePoint on premises(2016).I have created a custom page layout which got deployed successfully and feature got activated. After that in site while creating the layout with the help of that layout I an getting "Sorry Something Went wrong Error…
Manoj
  • 11
  • 3
1
vote
1 answer

Sonarqube : Create a custom page using react

I would like to create a custom page using react but I cannot find the documentation to do this. On the Sonarqube documentation, there only the way to create a custom page using javascript only and I don’t understand how the example plugin works…
kamal951
  • 167
  • 2
  • 15
1
vote
0 answers

Wordpress custom pages relationship custom url rewrite (giving up)

I’ve created 2 custom posts (post types), and I’m trying to make the urls right. custom page 1 "products" contains products custom page 2 "productlist" contains lists of products picked from the products. When you create a productlist you can pick…
krea
  • 11
  • 2
1
vote
1 answer

osclass current user id function returns 0 as result in plugin custom page

I want to list the current user items in my custom page and add some custom operations in that custom page, But i can't get current user id from hUsers helper using this function: osc_user_id(); it returns 0 as the result. what can i do to achieve…
Rancbar
  • 184
  • 12
1
vote
1 answer

upload the html page into custom page of CA Agile rally through code

Is there any way to upload the Html page into custom page of CA Agile rally through code instead of manually doing it, through Web apis.
1
vote
1 answer

MS ReportViewer is not applying custom paper size

I have developed my application on C# winform. I designed my report on rdlc report in Visual studio 2013. I am using report viewer to generate preview of the report and print the report. The report paper size is a custom paper. That is width: 19cm…
Haider Ali Wajihi
  • 2,756
  • 7
  • 51
  • 82