Viewing 30 posts - 1 through 30 (of 50 total)
  • Author
    Posts
  • #1253913

    The product grid does not work pagination. After switching to the 2nd product page, the pagination does not work back to the previous page.

    1

    #1254017

    Hey creativeopole,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1254024

    In the private message, login and password.

    #1254519

    Hi all, I am having the same issue with the pagination for the blog posts widget. Once you go to the second page, the link to the first page is wrong. And when you go to the third page…1 links to 3. When you go to page 4, 1 links to 4.

    Example page here:

    WordPress 5.5.1, Enfold 4.7.6.4

    Thank you.

    Terry

    #1254543

    Hi creativeopole,

    Thanks, I tried to login using the credentials however the captcha seems to prevent me from logging in, even with correct answer, I still get:

    Incorrect value of total captcha

    I tried to use different browsers but still get the same result.
    Can you temporarily remove the captcha?

    Best regards,
    Nikko

    • This reply was modified 3 years, 6 months ago by Nikko. Reason: wrong user
    #1254553

    Hi Terry,

    Please create a separate thread and give us temporary admin access (so we can check on the settings and try to reproduce it on our end) and put the credentials in private content.
    We’ll need a separate thread since private content is visible not only to the moderators but to the thread creator as well.

    Best regards,
    Nikko

    #1254563

    I can see that user Terry has the same problem and his blog is based on the Enfold creator, so I jam my subpages with products. For a standard blog and wooCommerce pagination this works fine. The problem is in Enfold and the wizard. Do you use your own sort? Avia-element-paging = 3.

    #1254661

    Hi all, I can create a separate thread but cannot give access since it is a live site. Everything was fine before we updated to 4.7.6.4. Once we updated the theme, the default pagination for the blog posts element is broken.

    Terry

    #1254673

    Hi creativeopole,

    Thanks for giving us admin access.
    This is now fixed on your site. I will be reporting this bug to our devs.
    This should be fixed on the next update of Enfold.

    @Terry please do the following on your site:
    1. Open wp-content > themes > enfold > framework > php > function-set-avia-frontend.php
    2. Find this code (line 1166-1170):

    $url = $method( 1 );
    if( $page_number > 1 )
    {
        $url = add_query_arg( $query_arg, $page_number, $url );
    }

    3. Replace it with:

    $url = add_query_arg( $query_arg, $page_number, $url );

    Let us know if it helps.

    Best regards,
    Nikko

    #1254675

    Thank you for fast help. Everything looks fine. I will check it carefully in my spare time.

    Greetings,
    Timothy

    #1254678

    Hi Timothy,

    We’re happy to hear that :)
    An official fix should be added to the next update.

    Best regards,
    Nikko

    #1254690

    Hi Nikko,

    That worked. Thanks so much!
    Terry

    #1254692

    Hi Terry,

    Thanks for confirming it as well :)
    Have a great day!

    Best regards,
    Nikko

    #1261042

    Hi!
    Your fix helped!
    When can we expect that update? :)

    #1261111

    Hi easyname,

    Glad you got it working for you! :)

    We do not have an ETA yet.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274656

    Perfect fix, thank you.
    Any update on this being fixed in theme?
    barra

    #1274760

    Hi barra,

    You’re welcome, we’re glad that we could help :)
    It will be fixed on the next release of Enfold which would most likely be released by the end of the month.

    Best regards,
    Nikko

    #1278684

    Hi! I’ve tried many fixes from this forum but still nothing is working:
    https://slubipapier.pl/kategorie-zaproszen-slubnych/zaproszenia-slubne-z-kwiatami/?avia-element-paging=2

    Always showing 1 site.
    Problem has occured after update :(

    #1278688

    The fix above #1254673 by Nikko does work.
    Easily implemented

    #1278693

    Unfortunately it doesn’t work for me :(
    I’ve already replaced the code or maybe I’ve done it wrong way:

    function avia_extended_pagination_link( $method, $page_number, $query_arg = '' )
    	{
    		if( empty( $query_arg ) )
    		{
    			$url = $method( $page_number );
    		}
    		else
    		{
    			$url = add_query_arg( $query_arg, $page_number, $url );
    
    		}
    		
    		return $url; 
    	}
    #1278722

    On the main page it works without any problems. As well as on the blog page:

    https://slubipapier.pl/blog/?avia-element-paging=4

    #1278766

    Do You maybe have anyother ideas?

    #1278887

    Hi jcreklamy,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1278947
    This reply has been marked as private.
    #1279004
    #1279059

    Hi jcreklamy,

    Thanks for giving us admin access.
    I have modified the part which I posted and it didn’t work, however, if I compare function-set-avia-frontend.php from the 4.7.6.4 there are some differences that I could find.
    Did you make a tweak on the parent theme? or is it on this file only?

    Best regards,
    Nikko

    #1279079

    Hi jcreklamy,

    Can you try to replace the following files:
    – config-templatebuilder > avia-shortcodes > portfolio > portfolio.php
    – tag.php
    – taxonomy-portolio_entries.php
    with the files in this link: https://github.com/KriesiMedia/enfold-library/tree/master/temp_fixes/Enfold_4_7_6_4/Fix%20for%20Portfolio%20Paging

    Best regards,
    Nikko

    #1279113

    Pagination on categories works
    Main page is broken!

    #1279115

    I cannot update the main page – probably that is the problem

    #1279123

    So everything works except I cannot add any Portfolio grid to website :(
    Can You please check why?
    I’ve made testing page duplicating home page with grid (I’ve deleted portfolio grid from home page):

Viewing 30 posts - 1 through 30 (of 50 total)
  • You must be logged in to reply to this topic.