That’s good to know. Maybe the child theme is the culprit then. I just looked under Appearance \ Themes and it does appear that the child theme (listed as “Travelify Child”) is marked as active. Interestingly, the theme listed as “Travelify” is actually the one that says the update is available but that one is not activated (presumably because the child theme is). It seems like the child is indeed the one that is active though because the change you will see in the child .css below removes all text under the featured slider on the home page (otherwise, it kept inserting a comments box and wanting to include posts there so we Balint Toth and I worked to get that code update made and it is still working well). Here’s all I have in the child theme:
/*
Theme Name: Travelify Child
Theme URI: https://colorawesomeness.com/themes/travelify/
Author: Color Awesomeness
Author URI: https://colorawesomeness.com/
Description: Travelify is a clan, simple and fully responsive WordPress WooCommerce theme that looks awesome on any device. It adjusts automatically to any screen size including tablets and smartphones as well as Retina displays. Theme is built using HTML5 / CSS3 and is SEO friendly. This WordPress theme was built with travel, adventures, languages and nature in mind but it can be used for anything so be creative and unleash its full potential in blogging, ecommerce, business and other websites. Along the awesome design this theme is customizable via a simple but yet powerful theme options. Some of the nicest features are featured post slider, social icons, custom logo, translation ready and many more. This theme out-of-the-box plays nicely with WooCommerce, Breadcrumb NavXT, WP-PageNavi, Contact Form 7 and other popular plugins. Theme available in English, French, German, Hungarian, Italian, Spanish, Dutch and Chinese.
Version: 1.3.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, green , custom-background, custom-header, custom-menu, flexible-width, featured-images, full-width-template, left-sidebar, right-sidebar, one-column, two-columns, three-columns, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging, holiday
Text Domain: travelify
Template: travelify
*/
@import url(“../travelify/style.css”);
.home #content {
display: none;
}
#post-1539 {
display:none;
}
#site-description {
font: 14px helvetica, sans-serif;
line-height: 20px;
color: #439f55;
font-weight: 220;
}