Md Sadiqur Rahman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Load links in backgroundMy apology @jdembowski. I’ll be more careful about this ??
Forum: Fixing WordPress
In reply to: Load links in backgroundThank you so much for your quick reply. This plugin is really amazing ??
Forum: Plugins
In reply to: [WP Fastest Cache] Caching disabled “like” button.I don’t really know whether suddenly or not. But it was working previously. After I installed this plugin I saw this change
Thank you for your advice. I will spare some time to fix that.
Forum: Fixing WordPress
In reply to: Get drop downlist of “certain” pagesThank you so much for your support. I got the following code to get child pages. Putting the shortcode [wpb_childpages] gives me child pages of the current page. It does not give dropdown list though, I solved my problem manually.
function wpb_list_child_pages() { global $post; if ( is_page() && $post->post_parent ) $childpages = wp_list_pages( 'sort_column=menu_order&title_li=&child_of=' . $post->post_parent . '&echo=0' ); else $childpages = wp_list_pages( 'sort_column=menu_order&title_li=&child_of=' . $post->ID . '&echo=0' ); if ( $childpages ) { $string = '<ul>' . $childpages . '</ul>'; } return $string; } add_shortcode('wpb_childpages', 'wpb_list_child_pages');
Thank you so much for your kind response.
Forum: Fixing WordPress
In reply to: Get drop downlist of “certain” pagesThank you so much for your kind reply. I am so sorry to say that, I do not know coding. Let say, I want to get all the child pages of a page (with id say “3”) in a drop down list. I will be really happy, if I get a straight forward code to copy-paste.
Thank you
Forum: Plugins
In reply to: [BuddyPress Docs] “Create docs” for group – – screen shrunk into halfI have inspected the element and found to cause by a plugin called “wp like button”. I am trying to get rid of this plugin but it causes error.
https://www.ads-software.com/support/topic/urgent-deactivation-crashes-all-pages/
Don’t know how to get rid of that ??
Thank you for your kind reply.
Forum: Plugins
In reply to: [BuddyPress Docs] “Create docs” for group – – screen shrunk into halfThank you for rapid reply. Yes I’m using the latest version of theme. What would be your suggestion?