natasza2023
Forum Replies Created
-
Hello Ankush,
thank you for your quick reply.?I followed your instructions and enabled Font Awesome 4 library. Unfortunately, the search icon “magnifying glass” and burger menu are still?invisible?on front-end, but you can see them when editing Header in Elementor.
kind regards,
natalia
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Broken Podcast Feeds and LinksHello dear Serhij,
Podcasts seem to be broken. A Mad Tea Party?https://www.radioara.org/feed/podcast/a_mad_tea_party?shows an error message, the rest opens the Show page instead of Podcast, check https://www.radioara.org/feed/podcast/a-question-of-creation
kr
natasza
Forum: Themes and Templates
In reply to: [Astra] Child theme function.php file not workingHello,
i added following snippets to the functions.php?file of our child theme:
/**
- Remove “Add New Tag”, “Add New Category”
*/
add_action(‘admin_head’, ‘my_custom_admin_style’);
function my_custom_admin_style(){
echo ”;
}
/**
- Remove “Screen Options”
*/
function wpb_remove_screen_options() {
if(!current_user_can(‘manage_options’)) {
return false;
}
return true;
}
add_filter(‘screen_options_show_screen’, ‘wpb_remove_screen_options’);
/**
- Function Radio Station PRO -> Elementor Gallery
*/
function rsp_teleporter_elementor_fix( $classes ) {
$classes .= ‘,e-gallery-item’;
return $classes;
}
add_filter( ‘teleporter_ignore_classes’, ‘rsp_teleporter_elementor_fix’, 11 );
kind regards,
natasza
Forum: Themes and Templates
In reply to: [Astra] Child theme function.php file not workingThank you for your advice, but i already have astra child theme. My problem is that all the changes that I make in the astra child theme functions.php file are not implemented.
kind regards,
natasza
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Player failureDear Serhiy,
as i mentioned in my first message, on Friday, June 19, 2024, the Player did not work for several hours, approximately from 4 to 9 p.m., but after 9 p.m. everything returned to normal without my help. I have no idea what happened.
kind regards,
natalia
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed link doesn’t workDear Serhij!
thank you, RSS Feed?https://radioara.org/feed/podcast/radio-ara?works OK!
Just in case, please find below
1. Screenshot of episodes when you click lets say Bordertown podcast number (12) https://www.radioara.org/wp-content/uploads/2024/05/img1.png
2. Screenshot of episodes when you go to?
Podcasting -> All Episodes
. https://www.radioara.org/wp-content/uploads/2024/05/img2.pngkind regars
natasza
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed link doesn’t workDear Serhij,
we created ALL Episodes in Radio Station PRO plugin .
kr
natasza
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed link doesn’t workHello Serhij,
thank you for your answer. When i click the number 14 (Episodes) on Radio ARA (default) podcast i see https://www.radioara.org/wp-content/uploads/2024/05/9.png
kr
n
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed link doesn’t workDear Serhiy,
sorry for late reply. Please find Screenshots of our Podcasting->All Podcasts pages below.
https://www.radioara.org/wp-content/uploads/2024/05/1.png
https://www.radioara.org/wp-content/uploads/2024/05/2.png
https://www.radioara.org/wp-content/uploads/2024/05/3.png
https://www.radioara.org/wp-content/uploads/2024/05/4.png
https://www.radioara.org/wp-content/uploads/2024/05/5.png
https://www.radioara.org/wp-content/uploads/2024/05/6.png
Kind regards
natasza
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed link doesn’t workDear Serhiy,
there are 14 Episodes assigned to Radio ARA default podcast ?https://www.radioara.org/feed/podcast/radio-ara
kind regards,
natasza
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed link doesn’t workHello Serhiy,
our default podcast is https://www.radioara.org/feed/podcast/radio-ara
kind regards,
natasza
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed shows blank pageHello again! It works for me now. We had conflict with Performance Cache plugin. I deactivated Performance Cache plugin and now everything is OK with RSS Feed.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Feed shows blank pageDear Adam,
thank you very much for your help. I’m stupid, i have to switch the Dashboard view to GA4. Sorry! Now everything is working perfectly.
Kind regards,
natasza2023
- Remove “Add New Tag”, “Add New Category”