helennatasha
@helennatasha on WordPress.org and Slack
- Member Since: October 30th, 2011
- Job Title: Web developer
- Employer: Charanga Ltd
-
Posted a reply to Single Login for Multisite?, on the site WordPress.org Forums:
Yes, logging in to your multisite *should* allow you to visit the Admin area of… -
Posted a reply to Wrong multisite is showing when using www., on the site WordPress.org Forums:
Can you remove 'www' from the multisite so that the multisite and the main site… -
Posted a reply to I want a simple page onto my website, on the site WordPress.org Forums:
Or are you saying that you don't want the header or footer on the front… -
Posted a reply to Authors profile page link no longer works, on the site WordPress.org Forums:
So if you had a redirection plugin installed, you deactivated it? Any redirection in your… -
Posted a reply to Wrong multisite is showing when using www., on the site WordPress.org Forums:
It could be a hosting issue? With my old host I used to have to… -
Posted a reply to How put a br in my post title, on the site WordPress.org Forums:
Right-click on your post title and select 'Inspect.'In the browser Inspector pane that appears, click… -
Posted a reply to Last update problem, on the site WordPress.org Forums:
Displaying the published date rather than the modified date is default WordPress behaviour. Are you… -
Posted a reply to Any trivial changes to a page break my custom html, on the site WordPress.org Forums:
What are all those '<br />' tags? Did you add them? What happens if you… -
Posted a reply to Backend looks broken after update, on the site WordPress.org Forums:
Ask your host for instructions on how to connect to the server. -
Posted a reply to Page scrolls back to top after initial jump to the anchored link when loading, on the site WordPress.org Forums:
Can you update your theme and any plugins? If that doesn't work, what happens if… -
Posted a reply to Viewing options for pages: Date order as default?, on the site WordPress.org Forums:
Posts don't have hierarchies, but pages do. I don't know whether there is a way… -
Posted a reply to Most important features, on the site WordPress.org Forums:
Not everyone needs every feature. Plugins exist to meet your specific needs. So yes, just… -
Posted a reply to wordpress for php 5.3.0, on the site WordPress.org Forums:
This should answer your PHP version query: https://displaywp.com/wordpress-minimum-php-version/ Old versions of WordPress here: https://en-gb.wordpress.org/download/releases/ -
Posted a reply to WordPress superadmin, on the site WordPress.org Forums:
Yes, all websites are under threat of being hacked. You can't stop hackers from trying.… -
Posted a reply to Backend looks broken after update, on the site WordPress.org Forums:
In case it's the 'Coming Soon Page' plugin that caused the problem, delete that from… -
Posted a reply to How to remove border around content area, on the site WordPress.org Forums:
In your stylesheet, replace .module { box-shadow: 0 1px 2px rgb(0 0 0 / 10%);… -
Posted a reply to Most important features, on the site WordPress.org Forums:
You might be confusing WordPress core features with features added by various plugins. For instance,… -
Posted a reply to WordPress superadmin, on the site WordPress.org Forums:
Superadmin controls a multisite setup (One WordPress installation with many sites). Admin controls a single… -
Posted a reply to Page scrolls back to top after initial jump to the anchored link when loading, on the site WordPress.org Forums:
See this error in the console: https://ibb.co/Fwr3LPJ It looks like WordPress has updated jQuery, but… -
Posted a reply to Page scrolls back to top after initial jump to the anchored link when loading, on the site WordPress.org Forums:
What happens if you deactivate the Page-Links-To plugin? -
Posted a reply to Subsite in subfolder move images, on the site WordPress.org Forums:
If the image links are relative, use SFTP to copy the uploads folder to the… -
Posted a reply to Landing Page / Cover Page, on the site WordPress.org Forums:
Maybe your theme doesn't have a page.php?? It should be in the main folder along… -
Posted a reply to Adding a Shortcode to a Button, on the site WordPress.org Forums:
Get the shortcode to return a button instead of a link. -
Posted a reply to Landing Page / Cover Page, on the site WordPress.org Forums:
How to do this would depend on what theme you're using. But I would start… -
Posted a reply to Duplicate values in MySQL fields!, on the site WordPress.org Forums:
As ID and commentID are different keys, it doesn't matter that they have the same… -
Posted a reply to Import HTML, on the site WordPress.org Forums:
You don't need a plugin. You can do as follows: Choose the 'Classic' block. Click… -
Posted a reply to Missing images in posts after rebuild thumbnails, on the site WordPress.org Forums:
You can set your thumbnail size in your dashboard at Settings > Media. The default… -
Posted a reply to How to make website not availble to public?, on the site WordPress.org Forums:
Ah ha, thanks, @gappiah! add_action( 'login_form_bottom', 'add_register_lost_password_link' ); function add_register_lost_password_link() { return '<a href="/wp-login.php?action=register">Register</a><br><a href="/wp-login.php?action=lostpassword">Forgotten… -
Posted a reply to Size of Featured Images, on the site WordPress.org Forums:
You can set your thumbnail size in your dashboard at Settings > Media. The default… -
Posted a reply to How to make website not availble to public?, on the site WordPress.org Forums:
Add this code to functions.php: add_action( 'login_form_bottom', 'add_register_lost_password_link' ); function add_register_lost_password_link() { return 'Register<br>Forgotten password?';… -
Posted a reply to Email me whenever anyone posts a comment option not working, on the site WordPress.org Forums:
It's all sounding a bit buggy! Have you updated to the latest version of WordPress… -
Posted a reply to Email me whenever anyone posts a comment option not working, on the site WordPress.org Forums:
I'm afraid the next step in trying to resolve your problem is to deactivate all… -
Posted a reply to the post list does not display the appropriate amount, on the site WordPress.org Forums:
I'm wondering where the 'Orphaned content', 'Cornerstone content', etc. links come from? Is it a… -
Posted a reply to Email me whenever anyone posts a comment option not working, on the site WordPress.org Forums:
Thanks, Lynete. I can't see any problem there. Are you using a plugin to handle… -
Posted a reply to Code dissapearing, only on my computer, on the site WordPress.org Forums:
WordPress (seemingly randomly!) removes iframes from the content editor for security reasons. The solution is… -
Posted a reply to Radio Input Type Trim Not Showing, on the site WordPress.org Forums:
Try removing the dot before 'input'? The dot signifies a class name. Using just 'input'… -
Posted a reply to Amazon ad banners are not visible in wordpress site, on the site WordPress.org Forums:
Could you let us know the URL of your site? -
Posted a reply to Drop Down plugin, on the site WordPress.org Forums:
Your user should not have to pick her locale. The Amazon Link Builder works out… -
Posted a reply to the post list does not display the appropriate amount, on the site WordPress.org Forums:
Looks like you might have filters set by the dropdowns along the top? Also, what… -
Posted a reply to Email me whenever anyone posts a comment option not working, on the site WordPress.org Forums:
I'm wondering whether you have some conflicting settings at Settings > Discussion (https://WWW.YOUR-DOMAIN.COM/wp-admin/options-discussion.php). Could you… -
Posted a reply to Putting menu on every page on my website except the first?, on the site WordPress.org Forums:
You could add a front-page.php file to your theme that excludes the menu. WordPress knows… -
Posted a reply to Membership Plug-in, on the site WordPress.org Forums:
You could add this bit of functionality yourself with a template that allows access to… -
Posted a reply to Plugin ideal para creación de eventos, on the site WordPress.org Forums:
¿ https://en-gb.wordpress.org/plugins/event-organiser/ ? -
Posted a reply to Deleting permanently data from WordPress, on the site WordPress.org Forums:
You can re-add name@domain.com as an existing user rather than as a new user. -
Posted a reply to Missing website content on mobile browser, on the site WordPress.org Forums:
I see a large gap in mobile view--created by numerous empty paragraph tags. See this… -
Posted a reply to Cannot add category names to custom post types, on the site WordPress.org Forums:
It looks like there's an error around your 'labels' array. You're opening two brackets (after… -
Posted a reply to re-use menu with styling, on the site WordPress.org Forums:
If you want to reuse a menu in the sidebar, you could take a look… -
Posted a reply to Can’t schedule a post, on the site WordPress.org Forums:
Have you seen the help page here?: https://make.wordpress.org/support/user-manual/content/posts/schedule-a-post/ It says: "Scheduled posts will be triggered… -
Posted a reply to index2.php, on the site WordPress.org Forums:
Do you have a page called 'index' in the bin? And if so, could it… -
Created ticket #3724 on BuddyPress Trac:
Default theme bug