Enen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Macchiato] Size of Blog Title, Tagline and number of postsI could solve this by reselecting the columns (saw the same somewhere in the support Forum). Thanks.
Forum: Themes and Templates
In reply to: [WP Macchiato] Size of Blog Title, Tagline and number of postsHi,
Sorry for late reply. Yes, I have been able to modify the settings successfully. There is another problem. Right and Left side bars are appearing only on home page. When I navigate to other pages / menu only right sidebar is appearing. I want both the sidebars to appear in all the pages and menu.
Should I post this under a new thread?
Forum: Themes and Templates
In reply to: [fMagazine] How to display excerpts on the front pageHi,
Thanks it is working.
Forum: Themes and Templates
In reply to: [Magazine Basic] How to insert ad on the main index pageThanks.
Actually this “Hello”, even though inserted is not appearing anywhere. So is the case with adsense script.
If I insert in the footer.php it will appear on all pages and posts. I want to insert the ad only on the index page. I have tried this with other themes and it is working fine. But it is not working with Magazine Basic.
Forum: Themes and Templates
In reply to: [Magazine Basic] How to insert ad on the main index pageThanks for your quick response.
The code in the index.php looks like this:
================
if ( have_posts() ) :
while ( have_posts() ) : the_post();
global $mb_content_area;
$mb_content_area = ‘main’;/* Include the post format-specific template for the content. If you want to
* this in a child theme then include a file called called content-___.php
* (where ___ is the post format) and that will be used instead.
*/
get_template_part( ‘template-parts/content’, get_post_format() );
endwhile;bavotasan_pagination();
else :
get_template_part( ‘template-parts/content’, ‘none’ );
endif;
?>
</div><!– #primary –><?php get_sidebar(); ?>
Hello!
<?php get_footer(); ?>========
Where should I insert the Adsense script?
Forum: Themes and Templates
In reply to: [Magazine Plus] Date and Number of posts on the front pageHi,
Thanks.
1. I want to remove date on the front page where latest posts are displayed.
2. I want to limit the number of posts appearing on the front page where latest posts are displayed.
Regards,
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to users@ Virgial: It appears notification of new user registration (when users added manually) is not getting mailed to administrator. This is not included in the settings.
The first setting ‘New User Notification’ should be ideally split into two:
(1) Enable/disable notification of login credentials to newly registered user(2) Enable/disable notification of login credentials to Admin of the blog
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to users@ Virgial
Thanks for this plugin. It works in my dummy site. I have checked only new user notification and it works. I hope the other options work too.
BRegards,
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to users@ ssmalimia
Does this mean that by using this plugin, comments too will not be delivered to the authors/contributors of posts and admin also will not get any notification from the site?Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to usersThanks Therapyindex. It looks like the above changes will prevent users receiving notification mail while adding new user and while changing email / password. I have tested it in a dummy site and it works. Thanks again.
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to users@ AJM, could you briefly explain how to do it and where are these located. I tried tinkering with user-new.php but was not successful.
Thanks!
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to usersThe only way out I presently see is to add users through phpadmyn.
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to usersHi Ipstenu,
Thanks for your comments. I have reinstalled 4.2.3.
On an average, I add about 12 users daily. Basically my site deals with consumer complaints. Consumers post their complaints through a Contact Form provided in my site, which I receive via email. I then register these consumers in my site by using their email id, publish their complaints after editing the contents and notify them of the publication of their complaints.
It is easy and convenient for the users to post complaints through Form rather than logging into my site and publishing the posts. I do not want users to have access to the admin side as this does not suite the format and functioning of my site. However, they will receive comments and replies for their posts as the registration is done against their email id. This gives me better control over my site.
Forum: Fixing WordPress
In reply to: WordPress 4.3 – Unable to disable sending password to usersI think there are many ways to use WordPress and not necessarily the only way it was intended to be used. It would have been better if the option of sending a password or reset link is left to the Admin when a new user is added manually.
The work around does not serve my purpose. I wonder whether I should revert back to the previous version Or will replacing the wp-admin folder with the earlier folder do the trick.
Forum: Plugins
In reply to: [Custom Contact Forms] "From" Email Address Type doesn't workA similar problem with me too. In the Form Notifications -> From Email I have selected ‘Form Field’. When I receive notifications it shows from ‘WordPress’ though the sender’s email is is correctly pulled from the ‘Form Field’ I want the name of the sender to be displayed instead of ‘WordPress. Can I expect some assistance / guidance?