webmasterolmcnrh
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Responsive] Featured Content no longer editable?I fixed by going into theme file editor, partials, custom-home, featured-area.php.
I added a new boolean var to allow me to turn on and off the feature.
<?php $turn_on_feature = true; if ( $turn_on_feature && isset( $responsive_options['feature'] ) && '1' == $responsive_options['feature'] ) { ?> <div id="feature_div" class="custom-home-feature-section grid">Forum: Themes and Templates
In reply to: [Responsive] Featured Content no longer editable?Hello @bagdesaurabh69 and @silentioso,
Since this wasn’t resolved for either @andihaub nor myself, do you have any other suggestions or some other diagnostic information required? Thank you
Forum: Themes and Templates
In reply to: [Responsive] Featured Content no longer editable?In my case, I was not using the plugin “Responsive Ready Site Importer”. I tried disabling all plugins, no change. I also looked through logs, and found no errors. There are a few 404s but they do not look related:
$ grep -E 47\.185\.138\.170 log_5_27_2022 | grep -vE ' 200 ' | grep -vE ' 30[24] ' 47.185.138.170 - - [27/May/2022:18:06:34 -0600] "POST /wp-admin/admin-ajax.php HTTP/2.0" 404 67 "https://olmcnrh.com/wp-admin/customize.php?return=%2Fwp-admin%2Fadmin.php%3Fpage%3Dresponsive-add-ons" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36" olmcnrh.com 50.87.170.192 47.185.138.170 - - [27/May/2022:18:08:50 -0600] "POST /wp-admin/admin-ajax.php HTTP/2.0" 404 67 "https://olmcnrh.com/wp-admin/customize.php?return=%2Fwp-admin%2Fplugins.php%3Fdeactivate-multi%3Dtrue%26plugin_status%3Dactive%26paged%3D1%26s" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36" olmcnrh.com 50.87.170.192 47.185.138.170 - - [27/May/2022:18:09:17 -0600] "POST /wp-admin/admin-ajax.php HTTP/2.0" 404 67 "https://olmcnrh.com/wp-admin/customize.php?return=%2Fwp-admin%2Fplugins.php%3Fdeactivate-multi%3Dtrue%26plugin_status%3Dactive%26paged%3D1%26s" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36" olmcnrh.com 50.87.170.192 47.185.138.170 - - [27/May/2022:18:10:11 -0600] "POST /wp-admin/admin-ajax.php HTTP/2.0" 404 67 "https://olmcnrh.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36" olmcnrh.com 50.87.170.192Here is the customize screen and the same with the dev tools window showing network load and console.
Forum: Themes and Templates
In reply to: [Responsive] Featured Content no longer editable?I thought it was just me – eagerly waiting for an update
Viewing 4 replies - 1 through 4 (of 4 total)