Forum Replies Created
-
Author
-
lelooshParticipant
1. I cleared the cache and now the login pop-up is working.
2. You’re right the register page works. It was redirecting only when you’re logged in. MY BAD!!
3. The scroll wheel does not work for non-logged users. I have experimented with different browsers, different PCs, different locations and still it does not work. I hope you look in to this issue.
Thanks for the quick response, Kieran.
lelooshParticipantI updated all the required plugins (even Revolution Slider which I don’t need and will have to remove later)
I cleared the server cache many times and also purged ALL the pages in my CDN account.
This resolved issue #1 but not #2. The symbol/icons are still not displaying.
The fontello files in /kleo/assets/font are all there.
If there is a need to change a database entry to resolve the issue I can provide you with cPanel administrator access.
Please advise.
lelooshParticipantOh I see you changed it ON MY WEBSITE, I thought you tried it somewhere else.
I see the change now.
Thanks a lot Andrei!
lelooshParticipantThanks Andrei,
This is the code I used from your link referral:
COPY CODEfunction custom_post_author_archive($query) { if ($query->is_author) $query->set( 'post_type', function custom_post_author_archive($query) { if ($query->is_author) $query->set( 'post_type', array('wp_plugin_review', 'client', 'post') ); remove_action( 'pre_get_posts', 'custom_post_author_archive' ); } add_action('pre_get_posts', 'custom_post_author_archive'); ); remove_action( 'pre_get_posts', 'custom_post_author_archive' ); } add_action('pre_get_posts', 'custom_post_author_archive');
I want to display the author archive who uses a custom post type “submit-post” as slug, so I think I replaced in the code array(‘wp_plugin_review’, ‘client’, ‘post’) with submit-post.
Is that similar to what you did?
lelooshParticipantThe problem with extending WP as a CMS with custom posts that things DO NOT WORK right out of the box and it needs to be tweaked for even something as basic as an author’s archive using a custom post type.
I tried the example in your link in my child’s functions.php and it didn’t work.
I’m not a PHP programmer so I would probably need to use the services of WPFIXIT.com or try freelancer.com
Thanks anyway.
lelooshParticipantGo to the archive page for custom post type: user-post
http://libanville.com/user-post
Click on “A Film Noir” – “View All Posts by Christian” ***** SEE SCREENSHOT *****
Clicking will send you to an empty page (Author Archive for: Christian):
http://libanville.com/author/christianWhen actually Christian’s Archive is in:
libanville.com/user-post/author/christianThere’s the discrepancy!
Attachments:
You must be logged in to view attached files.lelooshParticipantLaura,
1. Here how the SCREENSHOT IMAGE showing how the webpage looked like before, when I was using the earlier version of Kleo:
http://libanville.com/before-kleo-update-2 (This is a screenshot image)2. This is how the page looks like now after updating to the latest version of Kleo.
http://libanville.com/lebanon-news-commentary-2EVEN AFTER REMOVING THE GAPS as you have asked me to. The gaps are still there and it does not look right compared to the above screenshot of the page before the theme update.
If you do a Chrome “Inspect Element” or Firefox “Firebug” observation you will notice there’s padding between rows and a strange element that does not appear in the code.
If you want to access the wp-admin for a closer inspection please let me know and I can send you the username and password.
Regards,
Allan
lelooshParticipantHi,
I created 3 sceenshots (A, B & C) BEFORE updating the theme.
The three screenshots images are displayed in one web page each correpsonding to a link AFTER the update:
Screenshot A:
http://libanville.com/mScreenshot B:
http://libanville.com/lebanon-news-commentaryScreenshot C:
http://libanville.com/lebanon-beirut-social-instagram-jplelooshParticipantOn my localhost multisite, a Kleo [VERSION 2.3] installed both the “Cart” and “Checkout” pages, not the other pages, but and it seemed to work.
On the same localhost machine a multisite Kleo [VERSION 2.3.1] installation didn’t work at all, same errors.
lelooshParticipantThanks sharmstr.
The small font, grayed out look does NOT MAKE THEM LOOK LIKE LINKS at all, barely noticeable.
They definitely need to be restyled for the next version of Kleo.lelooshParticipantHi. Thanks, but I cannot get the fix to work until the next theme version happens, so I have to wait.
When will the next version come out?
lelooshParticipantThanks Abe. I can give you access to Admin area using “Private Reply” if need be.
For front-end tests the top menu has links to post examples of “Category” for standard category & “Custom” for custom types.
I haven’t been able to move my development work forward for a week waiting for this problem to get fixed.
Please let me as soon as possible when you have answers.
-
AuthorPosts