themedleb
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Some translation issuesAh I see, thank you so much.
Thank you for your kind explanation, even though I don’t think waiting for some seconds/minutes is bad for backups. Anyway, the idea is there, but in my opinion it got bad implementation, I’m not saying that if I try the plugin I will not like it, but I’m always afraid to be tied with accounts to do anything in my main project, especially for backups.
Thank you for your plugin and support ??
I would love to try it if just making simple backups needs no registration/sign-in/account, It’s understandable if it requires sign-in for the dashboard and manage all websites from one place (even though I have only one website), anyway I don’t want to be tied to accounts … Why can’t backup calls start from my server to trigger backups like any other plugin?
Thank you.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Child theme customizationThank you for replying, I just want to add a button to take the reader to the top of comments if he/she want to post a comment, I have found a way by adding a small HTML code to the comment-form.php file, but the changes disappear after every update.
Either way, thank you for your plugin and support.
Forum: Plugins
In reply to: [Post Views Counter] Meta key of views count (of this plugin)Thank you.
Forum: Themes and Templates
In reply to: [GeneratePress] Search results, 404 pageWow thank you very much Thomas, this worked perfectly better than the one before.
I just bought the premium plugin today, waiting for your great and exciting future features, good luck.
Peace.
Forum: Themes and Templates
In reply to: [GeneratePress] Search results, 404 pageFinally the code worked, my bad, thank you Tom.
Forum: Themes and Templates
In reply to: [GeneratePress] Search results, 404 pageThank you for your reply.
1- I already tried this code but doesn’t work.
2- Okay, thank you.
3- Thank you, we need more control on hooks: the ability to disable some hooks on posts or on pages or on a specific post/page.
Forum: Themes and Templates
In reply to: [GeneratePress] Search results, 404 pageAnd how to exclude a hook from appearing on search page or 404 not found page? you already gave me this code:
add_action( ‘generate_after_content’, ‘lh_add_related_post’ );
function lh_add_related_post() {
if ( ! is_page( array( 10, 5, primary, content ) ) ) {
echo do_shortcode( ‘your shortcode here’ );
}
}But I don’t know the id of search page and 404 not found page.
Forum: Themes and Templates
In reply to: [GeneratePress] How to disable a hook on a specific page?Thank you Tom and Leo, it’s perfect now.
You won a premium subscriber in the next few days.
Hope you integrate the option to disable/deactivate specific hooks on each page/post options.
Thank you, and good luck.
Forum: Themes and Templates
In reply to: [GeneratePress] How to disable a hook on a specific page?Thank you all so much, it worked, but it only shows the shortcode’s code, instead of the functionality of the shortcode.
Forum: Themes and Templates
In reply to: [GeneratePress] How to disable a hook on a specific page?Thank you Tom,
So this code will place the shortcode in the after_content hook of pages 10 and 15?
Forum: Themes and Templates
In reply to: [GeneratePress] How to disable a hook on a specific page?Thank you Leo, can you make it clear please?
Can I write posts/pages ID instead of Home, About?
And why should I write shortcode there?
I already put my shortcode in the hooks (after content hook), I just need to deactivate it in some specific pages, I don’t think I need to put shortcode to disable a hook on a specific page.
Finally I fixed the problem that makes the fixed sidebar stretches whenever I scroll down, I unticked (unchecked) the compatibility option “Inherit widget width from the parent container” that says (Enable this option for themes with responsive sidebar), then it worked.
Thank you Max Bond for the plugin and all the support you are trying to give to every WordPress user.
Same problem here, I love this plugin but unfortunately I can’t use it because of this.