Catalog page loads at the middle of the screen when using pagination - M 2.1.15 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Grid loads all the records in one page?Event prolonging load timeNo Access to Admin Catalog Categories the link — throws error pageget the index of the products page (when browsing category catalog)Is there a way to change the position of a product for all attributes it belongs to?Pagination problem in magentoPagination not working in custom admin moduleCatalog Sub categories disappear when using URL rewriteMagento: How to change the pagination url ?p=1 to ?page=1 in custom module?How to add pagination at top and bottom of the product page in magento 2
Why do C and C++ allow the expression (int) + 4*5?
Fit odd number of triplets in a measure?
Is there night in Alpha Complex?
How can I list files in reverse time order by a command and pass them as arguments to another command?
How to infer difference of population proportion between two groups when proportion is small?
Besides transaction validation, are there any other uses of the Script language in Bitcoin
Dinosaur Word Search, Letter Solve, and Unscramble
Is a copyright notice with a non-existent name be invalid?
Inverse square law not accurate for non-point masses?
Do i imagine the linear (straight line) homotopy in a correct way?
Did any compiler fully use 80-bit floating point?
Noise in Eigenvalues plot
.bashrc alias for a command with fixed second parameter
IC on Digikey is 5x more expensive than board containing same IC on Alibaba: How?
Short story about astronauts fertilizing soil with their own bodies
Does the main washing effect of soap come from foam?
An isoperimetric-type inequality inside a cube
draw a pulley system
Why is there so little support for joining EFTA in the British parliament?
Pointing to problems without suggesting solutions
Flight departed from the gate 5 min before scheduled departure time. Refund options
Is there a spell that can create a permanent fire?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
"Destructive power" carried by a B-52?
Catalog page loads at the middle of the screen when using pagination - M 2.1.15
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Grid loads all the records in one page?Event prolonging load timeNo Access to Admin Catalog Categories the link — throws error pageget the index of the products page (when browsing category catalog)Is there a way to change the position of a product for all attributes it belongs to?Pagination problem in magentoPagination not working in custom admin moduleCatalog Sub categories disappear when using URL rewriteMagento: How to change the pagination url ?p=1 to ?page=1 in custom module?How to add pagination at top and bottom of the product page in magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When I go to page 2 or 3 it takes me to the lower middle half of the page instead of the top of the next page.
Is there a way to make it go to the top of the next page instead?
event-observer catalog pagination
add a comment |
When I go to page 2 or 3 it takes me to the lower middle half of the page instead of the top of the next page.
Is there a way to make it go to the top of the next page instead?
event-observer catalog pagination
add a comment |
When I go to page 2 or 3 it takes me to the lower middle half of the page instead of the top of the next page.
Is there a way to make it go to the top of the next page instead?
event-observer catalog pagination
When I go to page 2 or 3 it takes me to the lower middle half of the page instead of the top of the next page.
Is there a way to make it go to the top of the next page instead?
event-observer catalog pagination
event-observer catalog pagination
asked Feb 26 at 8:40
ASRASR
867
867
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you are using Ajax catalog, go to the configuration then select the Ajax Catalog in theme configuration and disable the pagination. this will disable the ajax functions for pagination and revert the changes into the default pagination settings and you will achieve your desire result I have tried this change and its worked for me.
New contributor
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263420%2fcatalog-page-loads-at-the-middle-of-the-screen-when-using-pagination-m-2-1-15%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you are using Ajax catalog, go to the configuration then select the Ajax Catalog in theme configuration and disable the pagination. this will disable the ajax functions for pagination and revert the changes into the default pagination settings and you will achieve your desire result I have tried this change and its worked for me.
New contributor
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
add a comment |
If you are using Ajax catalog, go to the configuration then select the Ajax Catalog in theme configuration and disable the pagination. this will disable the ajax functions for pagination and revert the changes into the default pagination settings and you will achieve your desire result I have tried this change and its worked for me.
New contributor
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
add a comment |
If you are using Ajax catalog, go to the configuration then select the Ajax Catalog in theme configuration and disable the pagination. this will disable the ajax functions for pagination and revert the changes into the default pagination settings and you will achieve your desire result I have tried this change and its worked for me.
New contributor
If you are using Ajax catalog, go to the configuration then select the Ajax Catalog in theme configuration and disable the pagination. this will disable the ajax functions for pagination and revert the changes into the default pagination settings and you will achieve your desire result I have tried this change and its worked for me.
New contributor
New contributor
answered Apr 17 at 13:40
Ahmer A.Ahmer A.
1
1
New contributor
New contributor
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
add a comment |
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
Yes I know, But I was looking for a workaround with ajax loading itself as it is not an infinite loop pagination. But ended up with disabling ajax loading :(
– ASR
Apr 18 at 1:35
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263420%2fcatalog-page-loads-at-the-middle-of-the-screen-when-using-pagination-m-2-1-15%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown