Questions tagged [dynamic-pages]
75 questions
0
votes
1 answer
Is it possible to have a page name and, a folder name that consists of dynamic pages, to be the same?
enter image description here
In the above image, I have a page named "Movies" and I also have a folder named movies
I want to navigate in a way that if the address bar has the url of '/movies' it should take me to the "movies.js" page and only if…
0
votes
0 answers
Next + strapi dynamic homepage don't show up
I have problem with displaying hompage on my site. When I enter page with slug e.g. /blog everything works fine, but problem occurs when I want to go to homepage, then website displays:
This page isn’t working
localhost redirected you too many…

w1ktor
- 1
0
votes
0 answers
How to Create custom login to a dynamic members page. Coding the page with velo by WIX
`I am trying to make a custom login to a dynamic members page with some code from several youtube clips, but it doesn´t work. If I try to login via a profile in my database, it returns 404. I´m not an expert on coding so I would be grateful if…

priyanka
- 1
- 1
0
votes
0 answers
React: Clicking dynamically created to fill newly rendered page contents
I'm attempting to use an onClick listener for dynamically created blog posts to direct the user to the blog post page and render the posts contents. I originally wanted to use a custom hook but have tried to centralize things so you can see what I'm…

HarrySIV
- 115
- 9
0
votes
0 answers
How to stop nextjs from making server call for route with parameter in it?
Scenario:
I have one url like this one /posts/:id/edit
Using standard nextjs structure, file lies at
posts -> [id] -> edit.tsx
Inside this url, from the id we make AJAX call from react to get the post and show an edit form to the user.
We want to…

Kristi Jorgji
- 1,154
- 1
- 14
- 39
0
votes
1 answer
(Gatbsy-React) Dynamic Path: how persist pages dynamically created with API to be crawled by Google Bot, and visited directly by users
I have this big issue.
I have developed a Gatsby website for the car parts market.
The users can select car model and part type and receive a page with the parts for their specific car.
I have used React Route to create dynamically the new path and…
0
votes
1 answer
How to click on the first result on a dynamic page using python selenium?
I am trying to click on the first result on this page, but all the options I tried didn't work.
Firstly I just login into the website with email: kocianlukyluk@gmail.com and password: Redfinpython06. Here is the code for it:
driver =…

Lukas Kocian
- 11
- 5
0
votes
1 answer
Radio button on Wix dynamic page
I am currently working on a dynamic page setup on my site which involves radio buttons. There are 4 radio buttons with each one linking to a different dynamic page and I have added the below code to change the url to match the relevant…

The_Train
- 319
- 3
- 11
0
votes
1 answer
Repeater linked to Dynamic Page in Wix
I am currently working on coding a search results page which is set up using a repeater so that the repeater container is able to redirect users to a Dynamic Page.
The datasets used on both the repeater and the dynamic pages are linked by the…

The_Train
- 319
- 3
- 11
0
votes
0 answers
How to get separate html widgets working on dynamic pages
I'm building a cryptocurrency website (don't judge) on Wix, and am creating hundreds of dynamic pages to highlight each currency. What I need also is to have a html widget from TradingView on each page showing the trading chart of each crypto. For…

cja
- 47
- 1
- 11
0
votes
1 answer
Dynamic route react-router-dom
I am wanting to create a dynamic route in my react app using react-router-dom. I have been reading documents over it but none of it is really making sense in my situation. I have a projects page, and then you can click on a link in the projects page…

CornFedKorean
- 125
- 1
- 1
- 8
0
votes
0 answers
APache pdf box: define page size for dynamic pages
How to define page size for dynamic pages??
I have created A4 size page and added to PDDocument. First page is working as expected but the only problem with second page on-words.
public class PdfBoxSample01{
public static void…

shankar1987
- 1
- 1
0
votes
1 answer
dynamic web page crawler using python
I wanted to read this article online and something popped and I thought that I want to read it offline after I have successfully extracted it... so here I am after 4 weeks of trials and all the problem is down to is I the crawler can't seem to read…

vansh
- 39
- 5
0
votes
1 answer
How to create custom URL's for each record with a php dynamic page?
I have a lot of titles and details in the database, and I don't want to create a file for each record, but I want to create a dynamic page with different URL that will display the details with a link to that dynamic page.
For example, when user…

Mohsen
- 1
- 2
0
votes
1 answer
Some confusion about Firebase regarding static vs dynamic pages
So according to docs I've read, a webpage written in html code which includes script src="some_JavaScript_file.js is always a dynamic page even though the embedded JavaScript only has const sum=3+5 because no matter how simple it is, as long as…

Mike Kim
- 63
- 8