Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #578480

    Hi, just noticed this.
    I found that my pagination gives me the following error message when I use the Magazine content item:
    Notice: Undefined index: paginate in /home/karnalie/public_html/ke-2016/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php on line 342

    When I don’t use the Magazine thing, the error message disappears.

    You can see the results in private content.

    Thanks,

    #578927

    Hi laptophobo!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    3. Use the magazine element in another page.

    4. Make sure WordPress is updated.

    Regards,
    Elliott

    #581003

    Hi Elliott,

    I appreciate your helping on this. I’ve followed your suggestions above and it has not changed the results. I will explain a bit better in Private Content.

    Also, in the Blog Posts options, only the Grid Layout option will render blog posts. If I select Single Author, big preview Pic, it will display: “Sorry, no posts matched your criteria”

    When I remove the Magazine from the Page, the Pagination is fine.

    #582373

    Hey!

    are you sure you followed 2.)? don’t just overwrite theme files, but completely delete them before overwriting them.

    Are we allowed to deactivate all your plugin temporarily for testing purposes?

    Cheers!
    Andy

    #582598

    Yes. And, I just tried it again on my local version (which has the same problem).
    You are approved to deactivate the plugins for test. (I’ve tried this myself, but with no luck).

    Thanks

    #582607

    I just made a fresh install on my local host. Brand new WP (4.4.2) and fresh download of Enfold from Themeforest. I made a page with a blog and magazine next to it (just like the website in question) and the same error message occurs. (I tested with pluggins deactivated as well.)

    So, I guess this isn’t an issue that is isolated to my site.

    #584067

    Just checking in on this one too. Anything?

    #585925

    Hey!

    Sorry for the delay.

    We are working on your ticket please wait while we update the results here soon.

    Please backup your current wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php file and replace all the code inside it with http://pastebin.com/raw/R0w4jDBk

    If you still have any issue please create a FTP account for us so we can take a closer look.

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 2 months ago by Vinay.
    #585938

    Thanks Vinay!

    #586825

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    #586977

    Hi Vinney,

    That new magazine.php file didn’t change anything. (I’ve returned the original one back.) Please see Private Content for FTP and WP access.

    #589591

    Hi!

    It’s a little script error in the magazine.php file. The shortcode doesn’t have a paginate parameter. Please modify the said file, then look for this code around line 342:

    if(!$page || $params['paginate'] == 'no') $page = 1;
    

    .. replace it with:

    if(!$page) $page = 1;
    

    We’ll forward this to Kriesi.

    Cheers!
    Ismael

    #589656

    Hi Ismael,
    Yes, that took care of the pagination issue. Thanks! Will this become an issue again when I update my Enfold theme, or will this change be part of future Enfolds?

    Also, the issue of certain blog layouts working (see #581003 above) and not hasn’t changed. Please see private content for specifics.

    #590103

    Hi!

    Hopefully this issue wont be back when you update the site…

    Coming to the catogery issue… There seem to be some sort of a conflict here.
    1. Go ahead and delete the catogery that has a problem
    2. Re-create a new category
    3. re-add the posts to the category

    If you are still having any issues please download a fresh copy from themeforest and re-install the theme via FTP as mentioned here
    http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Cheers!
    Vinay Kashyap

    #590116

    Hi Vanay. Yeah, I’d tried that early on. No change.
    But now I just realized what the problem most likely is. The category “news” is applied to a typical blog post. The category “nepal” is applied to a custom post type post, built from Toolset Types plugin (which was recommended by you guys–which has been worked rather well).
    So, looking over the Types setting options there are 2 “Post Relationships” section: Parent Post Types (with options of: Post, Page, Media and Avia Framework), and Children Post Types (with options of: Post, Page, Media and Avia Framework). I’ve applied these in various combinations, but am not correcting the problem. Perhaps you know which options might work here?

    #591944

    Hi!

    Set the blog post to use a custom taxonomy then select category. We did it here: http://206.130.123.147/ke-2016/nepal-ver-2/

    You have to be careful with your custom post types and its taxonomies. Make sure that it doesn’t conflict with the existing categories.

    Regards,
    Ismael

    #593067

    I hadn’t noticed that option before in post. (I’m rather embarrassed.) Thanks for solving this mystery for me.

    #593632

    Hi,

    No problem, glad we could help :-)

    Best regards,
    Rikard

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