Questions tagged [custom-pages]
90 questions
0
votes
1 answer
How can I hide a Tumblr sidebar widget from pages?
I've added a widget to my Tumblr sidebar and I don't want it to show on Ask and other custom pages.
I used the following code
{block:PermalinkPagination}
...code...
{/block:PermalinkPagination}
It didn't work.
I've tried wrapping between these…

Sai Kiran Sripada
- 1,149
- 3
- 15
- 30
0
votes
0 answers
Django forms value getting the last id but wanted specfic id and first save is working the rest is not working
**I have a Django code where i am retrieving the tin number and tin type
**
if ("_generate_form_1099" in self.request.POST) and self.request.POST["_generate_form_1099"] == "Generate Form 1099":
elif ("_send-bulk-email" in self.request.POST)…
0
votes
0 answers
Apache24 and Apache Tomcat using mod_jk. How to make Apache24 return some custom error page when Tomcat is unavailable
Im using Apache24 And Tomcat via mod_jk
Tomcat webapp allsow connects to some WebServices which can be temporary unavailable
While theese Webservices are unavailable user observes the stack of Java errors.
Sometimes I need tomcat to be stopped or…

chum
- 1
- 1
0
votes
1 answer
Need to change Custom Page name in WordPress from "services" to "products"
Have a wordpress Website in development a theme which has following url for a services
url for custom page type :
localhost/website/service/mechanical-engineering/
localhost/website/service/automotive-parts-systems/
need to change it to…

Sachin Dasar
- 1
- 1
0
votes
0 answers
get all custom post type titles and show it as selectbox in a meta box
i have a custome post type known as "Motor_supply"
i want to show "Motor_supply" titles by a category as a "selectbox" in metabox on shop_order
i want to know how can i create a loop and put published "Motor_supply" posts titles in it
i have this…

Hossein
- 11
- 4
0
votes
1 answer
Dynamics CRM: Model Driven App: When showing Custom Page as pop up Dialog, formatting error occurs
I am working with Microsoft Dynamics CRM and have a question.
I want to show a custom page as a pop up dialog in an entity form. So far, I am able to show it, but the formatting is broken. It looks like everything is on top of each other:
While…

WPF's Witness
- 1
- 3
0
votes
1 answer
How to create multiple custom renderer with same type?
I wanted to create a page render with ContentPage type. I created so in android and it is working but in IOS there has custom page renderer with same type (ContentPage). It can be removed as this was from nuget package and working on different…

NixA
- 11
- 7
0
votes
1 answer
How to remove custom wizard input field inno setup?
so I know you can add a custom field with the .add method...is there any way to REMOVE one?
The reason is I'm only adding the fields if a component is selected, and if the user goes back I want to remove the fields, so that they don't multiply.…

Mako
- 161
- 2
- 12
0
votes
1 answer
How to redirect to a custom admin page by using a custom admin field in django admin panel
Having my PlugAdmin class
class PlugAdmin(admin.ModelAdmin):
list_display = (...'custom_link')
in admin.py among the other fields of my model I have defined the custom_link field as below:
def custom_link(self, obj):
info =…

gtopal
- 544
- 1
- 9
- 35
0
votes
1 answer
webView reloading to custom error page instead of home page
I am currently working on a web app.
I made a custom internet error page by overriding default No internet connection page. The code works fine, after internet connection restores webView loads the homepage but,
Issues:
After loading homepage if I…

Nasimuddin Bhanej
- 105
- 1
- 9
0
votes
1 answer
Custom Wordpress page, user profile information in certain divs
I created a custom Wordpress page and would like user profile information to be displayed in divs on the page.
For example: A user's profile photo would automatically populate in a div called user-photo, a user biography would automatically be…

jfin
- 23
- 5
0
votes
1 answer
How can I create an Active Admin table in a custom page and insert JSON data?
I'm trying to build a table of JSON data in a custom page in Active Admin. The JSON response is fairly deeply nested so I'm using a lot of loops. Here's as far as I've been able to get/some of what I've tried:
panel "Boxes" do
boxes.each do…

Daniel Berryman
- 11
- 1
0
votes
1 answer
How to have a view that relates resources based on routes?
Currently I have a presenting resource data and related data. I want a view to make relations with resource. I was trying to have a tab that changed its contents based on route and for that used Switch and Route but no success…

Mário Ferreiro
- 317
- 3
- 12
0
votes
1 answer
Custom blog page in wordpress navigation Next and previous page not working
I have tried to create custom blog page with navigation. Everything works fine without navigation. I have tried fix the pagenation issue but it was not working below is the code for my custom page template.

James Paul
- 157
- 1
- 2
- 14
0
votes
1 answer
tcpdf create a label pdf size width:57mm and height:32mm
guys i use TCPDF library for my php server and i want to create a label with width:57mm and height:32mm
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8',…

Ηλιας Τσορομωκος
- 31
- 1
- 9