This topic has 13 replies, 2 voices, and was last updated 10 years, 6 months ago by Anonymous.
Viewing 14 posts - 1 through 14 (of 14 total)
You can remove the word biography from musicplay/musicband/artists/single-artist.php on line no. 128,
Replace this line echo '<div class="iva-np-title"><h2 class="album-title">'.get_the_title() .' '. $atp_artist_biography_txt .'</h2></div>';
with this echo '<div class="iva-np-title"><h2 class="album-title">'.get_the_title() .'</h2></div>';
And to change the colors for numbers, add this
.is-countdown {
color: #EE2F24;
}
in your theme options/styling/custom css
If you want to change the colors for the numbers, inspect that element and write custom css for that element as I shown above and paste that custom css in your theme options panel-> styling-> custom css.
Yes, you can switch to different multi sites and you can disable plugins by deactivating them in plugins section.
You can disable plugins by deactivating them in plugins section. There will be only 2 options “Activate/Deactivate” the plugins.
I have seen your screenshot that the Aivah Business Hours is in active state. There is a link as “deactivate” under Aivah Business Hours. So you can click on deactivate link, then it will deactivates your plugin. Look at the screenshot provided.
And if you don’t get in doing that, if you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Kindly please find the following path musicplay/framework/includes/class-activation.php
Find for this,
array(
‘name’ => ‘Business Hours’, // The plugin name
‘slug’ => ‘businesshours’, // The plugin slug (typically the folder name)
‘source’ => get_template_directory_uri() . ‘/framework/includes/plugins/businesshours.zip’, // The plugin source
‘required’ => true, // If false, the plugin is only ‘recommended’ instead of required
‘version’ => ‘2.0’, // E.g. 1.0.0. If set, the active plugin must be this version or higher, otherwise a notice is presented
‘force_activation’ => true, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch
‘force_deactivation’ => true, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins
‘external_url’ => ”, // If set, overrides default API URL and points to an external URL
),
And make
‘force_activation’ and ‘force_deactivation’ as “false”.
After doing these changes, if you don’t get, provide us URL of your Website. We’ll take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.