-
AuthorPosts
-
February 5, 2016 at 1:30 pm #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 342When I don’t use the Magazine thing, the error message disappears.
You can see the results in private content.
Thanks,
February 6, 2016 at 3:46 am #578927Hi 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,
ElliottFebruary 10, 2016 at 11:34 am #581003Hi 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.
February 12, 2016 at 5:49 pm #582373Hey!
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!
AndyFebruary 13, 2016 at 3:34 am #582598Yes. 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
February 13, 2016 at 4:28 am #582607I 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.
February 16, 2016 at 11:20 am #584067Just checking in on this one too. Anything?
February 19, 2016 at 9:37 am #585925Hey!
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, 9 months ago by Vinay.
February 19, 2016 at 10:06 am #585938Thanks Vinay!
February 22, 2016 at 5:22 am #586825February 22, 2016 at 9:18 am #586977Hi 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.
February 26, 2016 at 8:40 am #589591Hi!
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!
IsmaelFebruary 26, 2016 at 11:24 am #589656Hi 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.
February 27, 2016 at 3:25 am #590103Hi!
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 categoryIf 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 KashyapFebruary 27, 2016 at 4:20 am #590116Hi 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?March 2, 2016 at 8:19 am #591944Hi!
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,
IsmaelMarch 4, 2016 at 2:18 am #593067I hadn’t noticed that option before in post. (I’m rather embarrassed.) Thanks for solving this mystery for me.
March 5, 2016 at 5:53 am #593632 -
AuthorPosts
- You must be logged in to reply to this topic.