Forum Replies Created

Viewing 4 replies - 91 through 94 (of 94 total)
  • Thread Starter amedic

    (@amedic)

    Thank you for your help.
    I just manage to fix it.
    It was needed to select sidebar to be default for all pages in Customizr customization menu.

    Thread Starter amedic

    (@amedic)

    Thank you Fahad very much!

    Thread Starter amedic

    (@amedic)

    Hello Fahad,

    really thank you for very fast reply.
    It is so strange problem, it is hard to explain, I can imagine that it is hard to understand on blind.

    When I add a new post, sometimes, mostly but not the all time, AP disappear. If it is a post with first letter “D”, and suppose it drops on second page, than sometimes on that page AP disappears. Than I have to change number how many post will be shown on per page, and hope that after that change AP will not disappear on some other page. If it disappear on some other page I have to repeat the process.

    I figured that when AP is missing this JS is also missing:

    <script type="text/rocketscript" language="javascript">
    			jQuery(document).ready(function($) {
    			setTimeout(function(){
    			if(jQuery(".ap_pagination").length){
    			jQuery(".ap_pagination").show();} }, 10);
    			);
    </script><script type="text/rocketscript" language="javascript">jQuery(document).ready(function($) {
    			// Handler for .ready() called.
    			jQuery(".ante").prepend('<ul class="ap_russian ap_pagination case_U layout_H ap_mahjong by_4"><li class="ap_numeric"><a href="?ap=numeric"  class="">#</a></li><li class="ap_a"><a href="?ap=A" class="">A</a></li><li class="ap_b"><a href="?ap=B" class="">B</a></li><li class="ap_c"><a href="?ap=C" class="">C</a></li><li class="ap_?"><a href="?ap=?" class="">?</a></li><li class="ap_d"><a href="?ap=D" class="">D</a></li><li class="ap_e"><a href="?ap=E" class="">E</a></li><li class="ap_f"><a href="?ap=F" class="">F</a></li><li class="ap_g"><a href="?ap=G" class="">G</a></li><li class="ap_h"><a href="?ap=H" class="">H</a></li><li class="ap_i"><a href="?ap=I" class="">I</a></li><li class="ap_j"><a href="?ap=J" class="">J</a></li><li class="ap_k"><a href="?ap=K" class="">K</a></li><li class="ap_l"><a href="?ap=L" class="">L</a></li><li class="ap_lj"><a href="?ap=LJ" class="">LJ</a></li><li class="ap_m"><a href="?ap=M" class="">M</a></li><li class="ap_n"><a href="?ap=N" class="">N</a></li><li class="ap_o"><a href="?ap=O" class="">O</a></li><li class="ap_p"><a href="?ap=P" class="">P</a></li><li class="ap_r"><a href="?ap=R" class="">R</a></li><li class="ap_s"><a href="?ap=S" class="">S</a></li><li class="ap_?"><a href="?ap=?" class="">?</a></li><li class="ap_t"><a href="?ap=T" class="">T</a></li><li class="ap_u"><a href="?ap=U" class="">U</a></li><li class="ap_v"><a href="?ap=V" class="">V</a></li><li class="ap_w"><a href="?ap=W" class="">W</a></li><li class="ap_y"><a href="?ap=Y" class="">Y</a></li><li class="ap_z"><a href="?ap=Z" class="">Z</a></li><li class="ap_?"><a href="?ap=?" class="">?</a></li></ul>');
    		});
    </script>

    I tough if I can put JS directly in code, and in AP setting edit that it is not showing anywhere may solve it.

    Here is the link, but now I edit the number of the post so AP is displayed everywhere.
    https://www.crtanko.com/svi-crtici/

    Thank you, and sorry for the long post.

    Thread Starter amedic

    (@amedic)

    Problem is that each time I add a new post, it is a big chance that on some page AP will disappear. Than, I have to change number of the posts to be shown, and that is based on try and miss which is very annoying.
    What is JS code with category ID so I can hardcode it? I think that is the only way to solve it.

    Thank you!

Viewing 4 replies - 91 through 94 (of 94 total)