Hi there,
I nearly finished this site:
But I’d like to know how I can block (“un-display”) or change the text elements on my site.
I know how to examine them in the developer environment and how to change e.g. the style in the stylesheet but where can I change such things as the word “Address” in the contact form? Where can I find the file on my ftp-server to change your template ?
Thank you so much in advance
best
Luca
Hello Luca
this is the plugin you need to find any text in the wordpress: https://wordpress.org/plugins/what-the-file/
Hi Noda,
Thanks!
The plugin names another php file (template-home.php) but when I open it, there is no text I can edit:
<?php
/**
* Template Name: Home Page
*
* Displays the Home page with Parallax effects.
*
*/
?>
<?php get_header(); ?>
<?php
if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'sidebar-home' ) ) :
?>
<div class="container p24 wp-caption-text">
<h5><?php echo esc_html__( 'This is the "Home Sidebar Section", add some widgets to it to change it.', 'shapely' ); ?></h5>
</<div>
<?php endif; ?>
<?php get_footer(); ?>
I’m aware that a php-file does create the html, but the text and headings must be written somewhere, don’t they? 
Thanks
Best
Luca
Hello Luca
Try to find it in shapely companion plugin too 
“I’m aware that a php-file does create the html” - not true
you can have html in php files and this is normal
That’s why I wrote “bu the text and headings must be written somewhere” 
However, I found it and changed it.
Thank you !
Hello Lucas
I thought you said it globally 
Ok, is there anything else?
Just one question concerning the wordpress updates in general.
Should I wait for a Shapely Theme Update before updating Wordpress?
Thank you so much!
Luca
Good morning Luca
“Should I wait for a Shapely Theme Update before updating WordPress?” - No, this is not necessary you can update Wp without theme and you can update the theme without Wp too they are not depending on each other