enricolino
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display grandchild pages on a child pageNo errors but no links showing, somehow….. Please take a look here:
https://www.neotropicalfungi.com/wp/fungal-species/determined/
ThanksBest regards
Enrico
- This reply was modified 7 years, 4 months ago by enricolino.
Forum: Fixing WordPress
In reply to: Display grandchild pages on a child pageI must have done a mistake somewhere…. Isn’t this what you mean?
<?php // Template Name: test get_header(); $pages = get_posts(array( 'post_type' => 'page', 'orderby' => 'title', 'order' => 'ASC', 'posts_per_page' => -1 )); global $post; ?> <ul> <?php $children = get_page_children($post->ID, $pages); ?> <ul> <?php foreach ($children as $child): ?> <?php if ($child->post_parent == $post->ID): ?> <li> <?php echo $child->post_title; ?> <?php $granchildren = get_page_children($child->ID, $pages); ?> <ul> <?php foreach ($granchildren as $grandchild): ?> <li><a href="<?php echo get_permalink($grandchild->ID); ?>"><?php echo $grandchild->post_title; ?></a></li> <?php endforeach; ?> </ul> </li> <?php endif; ?> <?php endforeach; ?> </ul> </li> </ul>
thanks again
Best regards
Enrico
Forum: Fixing WordPress
In reply to: Display grandchild pages on a child pageHello Konstantinos,
thanks a lot for your help. I modified a bit the template in order to show the grandchildren only, and now I have to find a way to transform the list to have links pointing to the grandchild pages…. The Alphabetical index will be the next step :)…..
Ciao and thanks again
Enrico
Forum: Fixing WordPress
In reply to: Different menu on the left sidebar of each pageThanks Chetan,
I’ll try that out….
Ciao,
Enrico
Forum: Themes and Templates
In reply to: Theme with private area to interact with colleaguesSounds a bit complicated but thanks for your suggestion :)….
Forum: Themes and Templates
In reply to: [Blask] WordPress network compatibilityHi Siobhan,
thanks a lot ^_^! I didn’t figure out how to use that menu option but, with your help, I fixed the “issue”!
Big kiss
Ciao
Enrico
Forum: Plugins
In reply to: [Contact Form 7] Configuration errorsHello guys,
I found a good solution and most of all, a good link with interesting fix for e-mail errors. You can check out this https://kb.cf7skins.com/contact-form-7-email-issues/…..
Anyway, on the “From” field you can simply put [email protected] where “yourdomain” is obviously your domain name, and this will fix the error!
Cheers
Forum: Plugins
In reply to: [Contact Form 7] Configuration errorsYou mean to say I only need to recreate them in order to fix the error problem? None of yours send? Mine seem to work even if displaying errors…..
Forum: Localhost Installs
In reply to: mix between post and pageThanks a lot, it worked fine!
Ciao
Enrico
Forum: Localhost Installs
In reply to: mix between post and pageHello iamklove,
thanks for your advice; I’ll try to use this method! I thought about creating a page too, but then I didn’t know how to display the posts under the introduction text which made me decide to use categories instead. I’ll let you know if it works, as soon asI try!
Thanks again
cheers
Enrico
Forum: Localhost Installs
In reply to: mix between post and pageCould you please be more specific?
Ciao overclock, stavo giusto per chiudere il post in quanto ho combinato con un plugin diverso. Grazie comunque per il supporto ??
So I tried what you suggested without luck BUT, I found the mistake on the footer and corrected it. Now there’s only one issue left but it’s a minor one and I can even leave it like it is. When I click on the acceptance, in firefox the banner disappears completely, even if I have the “Use show again tab” on yes. Thanks for the help!
Unfortunately the theme is a paid one bought at elegantthemes, and the problem is that I don’t have support anymore since I unsubscribed…. I had to fix a lot of things that were not working properly and now I have this issue too…. Anyway, thanks a lot for the support!
Hello Richard, thanks for the help. I tried also to uninstall and reinstall the plugin, even if there was only one folder for ‘cookie-law-info’. I cleared the cache, updated everything possible but I still have the same issue. I just realized the cache plugin was not compatible with the last WP version and I deleted it. I guess you might be right about the theme :(……
Cheers