/* Link colors / .link-white a { color: #ffffff; text-decoration: none !important; } .link-black a { text-decoration: none !important; } / Responsiveness */
@media screen and (max-width: 600px) {
.contact-form {
width: 100%;
}
}
.archive.post-type-archive .shop-container .products.columns-4 {
display: none !important;
}
.archive.post-type-archive .nv-woo-filters {
display: none !important;
}
body {
-webkit-animation-duration: 0.1s;
-webkit-animation-name: fontfix;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
from { opacity: 1; }
to { opacity: 1; }
}
@media only screen and (max-width: 768px) {
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
width: 100%
}
}
]]>lines 122 and 284 have mistake.
$recipientto = $voucher_options->from_name needd to be changed to to_name
most like as well in
classes\voucher.php
line 131
$emailto = $result->from_name .'<‘.$email.’>’;
I’m getting many (many, many, many, many) instances of this:
PHP Notice: Undefined index: ldap_test_user in /path/to/wp/wp-content/plugins/authorizer/src/authorizer/class-options.php on line 187
in my error logs.
Any chance we can get this fixed? Super grateful if so. Thank you!
]]>Component: Plugin: wp-live-chat-support
Version: Version 8.1.7
Message: in_array() expects parameter 2 to be array, string given
Count: 3
Location:
wp-content/plugins/wp-live-chat-support/functions.php:1779
in_array()
wp-content/plugins/wp-live-chat-support/functions.php:1779
wplc_display_chat_contents()
wp-content/plugins/wp-live-chat-support/wp-live-chat-support.php:807
wplc_load_user_js()
wp-includes/class-wp-hook.php:288
do_action(‘wp_head’)
wp-includes/general-template.php:2879
wp_head()
wp-content/themes/unicon-child/header.php:15
load_template(‘wp-content/themes/unicon-child/header.php’)
wp-includes/template.php:671
locate_template()
wp-includes/general-template.php:41
get_header()
wp-content/themes/unicon/page.php:1
Consulted with Siteorigin and what was discovered from there diagnoses was that my site is now “all core WordPress assets are missing and that is resulting in no JavaScript working on your website” To fix this issue I was to do a back up of my site and “then navigate to WP Admin > Dashboard > Updates and click Re-install Now. This will reinstall WordPress and restore all of the missing assets”
I followed the instructions to the letter. However, The problem remain. I am unable to edit any content on my website. My media library is empty as well. Does anybody have a suggestion to a fix.
]]>Notice: Undefined index: user in /home/casey4fitness/public_html/wp-content/plugins/ultimate-member/core/um-filters-profile.php on line 54 Home
The problem as it states in the error above lies in the filters profile of the core of this Ultimate Member Plugin.
I went to line 54 of the error, and tried many things. I changed it back to the coding it was before I started messing with it so that someone can help. Here’s the block of coding. Line 54 is the first line of code.
if ( $id == $ultimatemember->permalinks->core[‘user’] && in_the_loop() ) { ;
if ( um_is_core_page(‘user’) && um_get_requested_user() ) {
$title = um_get_display_name( um_get_requested_user() );
} else if ( um_is_core_page(‘user’) && is_user_logged_in() ) {
$title = um_get_display_name( get_current_user_id() );
}
}
Please help and tell me what you guys are missing in your Ultimate Member plugin that’s causing this, because this plugin error is keeping me from making a big step with my website. Thanks
]]>I have uninstalled and reinstalled the theme. I have searched for extra or needed <div> </div>. I have deleted the post and re-published through a new post. I have used different themes and the problem has persisted. At this point, I think it is a user error. HeLp!?
site is becsmcd.com
]]><b>Notice</b>: Undefined index: mobile_body_enabled in <b>WEBSITE_HOME/wp-content/plugins/header-footer/plugin.php</b> on line <b>82</b><br /
Any ideas how to fix this?
]]>