Hi there,
I would like to use your plugin Page Navi Slider to add a number navigation to the bottom of a web page (not a blog page).
Is this possible? And is there a shortcode I can copy to the page?
Many thanks.
]]>Hi,
i try to use this plugin in Theme VANTAGE.
I put the code in several files like index, page, loop… etc.
The slider is not shown.
Do you have any hints? Whats wrong here?
THXVM, Frank
]]>Greetings,
Can you point me to the exact place where I can set up Rounded pages instead of the Standard settings which are
pages?
And what about Gradient background?
Thanks!
]]>Can I use this for custom template on Page post type?
I have tried to added the template tag into functions.php, but it doesnt seems to load up.
I am using Pinboard Theme
Thanks!
]]>Hi! Your plugin has the bug. If i have urls with params i.g. mysite.ru/mybliogpages?param=value in result your a plugin return pages urls viewed as mysite.ru/mybliogpages?param=value/page/2 .
To fix it yon need change this code
if( $wp_rewrite->using_permalinks() ){
$pagination['base'] = user_trailingslashit( trailingslashit( remove_query_arg( 's', $pl[0] ) ) . 'page/%#%/', 'paged' );
}else{
$pagination['base'] = user_trailingslashit( trailingslashit( remove_query_arg( 's', $pl[0] ) ) . '?paged=%#%/', 'paged' );
}
to
$pl = explode('?',get_pagenum_link( 1 ));
if( $wp_rewrite->using_permalinks() ){
$pagination['base'] = user_trailingslashit( trailingslashit( remove_query_arg( 's', $pl[0] ) ) . 'page/%#%/', 'paged' );
}else{
$pagination['base'] = user_trailingslashit( trailingslashit( remove_query_arg( 's', $pl[0] ) ) . '?paged=%#%/', 'paged' );
}
$pagination['base'] = $pagination['base'].'?'.$pl[1];
]]>
hi,
I looking some information because, I installed the plug-in but it doesn’t working. I took a free template that I had customized (I pretty sure it’s my code that it doesn’t working well with the nav).
When I put the link : <?php if(function_exists(‘page_navi_slider’)){page_navi_slider();}?>, in my page or footer or what ever, nothing happen.
I would like the Nav of the two pages of my list of news, on this page:
site
Somme body can, help me ? Tx !
]]>Hi author!
Great plugin btw!
I was wondering is it possible to have this page slider navigation at the bottom of the page? Now it positioned at the top of the page, but I want it at the bottom?
Do I need to change some code of this plugin or my theme? And if I need to change my theme where do I need it to have?
Sincerely,
Ante
Hello!
I get a message “Deprecated: Function ereg() is deprecated in …/wp-content/plugins/page-navi-slider/page-navi-slider.php on line 33.”
Please, use preg_match instead of ereg!
]]>Hello there,
after install page-navi-slider, when I click on one of the numbers to access my page, nothing happens.
I noticed that in my url, the variable to indicate the referenced page was called “page”. However, in the code “page-navi-slider.php” on line 55 ‘base’ =>add_query_arg (‘paged’, ‘% #%’), it is stated that the variable get used by php is called “paged. Changing this variable and the renaming it “paged”, the plugin was successful. is it really an error in the code?
Sincerely.
Hi,
thanks for a cool responsive plugin!
I experience a problem:
the slider does not appear under the page numbers when viewing on the front-end, but when I test in the admin, I do see the slider.
Also, when testing with the iPhone, I cannot scroll the pages…
Here`s an example:
https://bit.ly/1gwtlbf
What could cause the problem?
Thank you,
]]>On my website: https://www.cityseacountry.com
there is a white bar showing on top of the grid and the left sidebar.
How can it be removed???
Thanks for your help.
]]>Hello,
Sorry for posting again same topic in this support forum because i cannot open my previous post. It may because of the url link on that topic post.
First, i want to say thank you for this excellent plugins. I have a problem in my site after installing your plugins.
I see on live traffic view using wordfence, google crawl many page with query like “?%2Fpage%2F1%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3”
Example :
https://direktorihosting.com/page/3?NA/page/2/page/1<br />
https://direktorihosting.com/?q=web+hosting+affordable%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2<br />
https://direktorihosting.com/page/3?q=web%20hosting%20affordable%2Fpage%2F1%2Fpage%2F1%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3<br />
etc<br />
This happen after i install your plugins, I think many page with “%2Fpage%2F3” after “?” is because of your plugins.
I dont know if it is because of this plugins or not. But this happen after i install this plugins. Can someone Help Me?
Thanks.
]]>Hello,
First, i want to say thank you for this excellent plugins. I have a problem in my site after installing your plugins.
I see on live traffic view using wordfence, google crawl many page with query like “?%2Fpage%2F1%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3”
Example :
https://.com/page/3?NA/page/2/page/1
https://……. .com/?q=web+hosting+affordable%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2
https://…. .com/page/3?q=web%20hosting%20affordable%2Fpage%2F1%2Fpage%2F1%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3
etc
This happen after i install your plugins, I think many page with “%2Fpage%2F3” after “?” is because of your plugins.
I dont know if it is because of this plugins or not. But this happen after i install this plugins. Can someone Help Me?
Thanks.
]]>Hello,
First, i want to say thank you for this excellent plugins. I have a problem in my site after installing your plugins.
I see on live traffic view using wordfence, google crawl many page with query like “?%2Fpage%2F1%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3”
Example :
https://direktorihosting.com/page/3?NA/page/2/page/1
https://……..com/?q=web+hosting+affordable%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2
https://…..com/page/3?q=web%20hosting%20affordable%2Fpage%2F1%2Fpage%2F1%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3
etc
This happen after i install your plugins, I think many page with “%2Fpage%2F3” after “?” is because of your plugins.
I dont know if it is because of this plugins or not. But this happen after i install this plugins. Can someone Help Me?
Thanks.
]]>Does anyone know an easy way to replace the current theme’s pagination and just have Page Navi show up?
I used the option to place Page Navi before the footer on one site and it worked fine but doing that on another site is throwing off where the slider is showing up because I have some more widgets in my left sidebar that pushed down the Page Navi slider.
The theme I use is Canvas and I figured out how to hide the current pagination but not how to replace the “page numbers and next” with the Page Navi slider.
]]>Is it possible to increase the padding between the page numbers and the slider?
I loaded the page on my mobile device and was having some trouble clicking and holding the button on the slider to drag it across because there is not enough space between that and the numbers.
So sometimes I end up clicking both by accident.
]]>Hi, is there any way to control the width of the slider when it appears in the footer?
I used your auto-display and it appeared at the bottom of my page fine. However, the slider stretches across the whole width of the page.
So it is under column 1, 2 and 3 but my content is only in column 2
Is there any way to have the plugin just under column 2?
]]>Hi,
I inserted the code <?php if(function_exists(‘page_navi_slider’)){page_navi_slider();}?> into my index, page, etc. .php template files. iam using the twentytwelve plugin.
Nothing happens
How can I solve this?
Best regards
]]>Cannot activate this plugin. Will start deactivating other plugins now to try to identify any conflicts.
Looking forward to getting this running. Looks nifty ??
Fatal error: Call-time pass-by-reference has been removed in /home/sitename/public_html/wp-content/plugins/page-navi-slider/inc/settings.php on line 165
I pasted the Code:
<?php if(function_exists(‘page_navi_slider’)){page_navi_slider();}?>
in the function.php file in my theme. but plugin still not working!
Please help.
]]>Thanks for this plugin.
Do the same than “pagenavi”+”pagenavi style” but in one plugin.
It’s lighter and easier to set.
I also like the responsive capability.