adminbergtourentipptirol
Forum Replies Created
-
Forum: Plugins
In reply to: [Weather Forecast Widget] Invalid API KeyHi @rupert28,
Can you please post the URL, where the plugin ist embedded on your site?
Best regards!
Hi @cteduard,
Thanks for the quick reply. Does the free version have any blocksy hooks for above/below category page content?
Or do you have a developer documentation list of all available blocksy hooks/filters?
Best regards.
Forum: Reviews
In reply to: [Weather Forecast Widget] Good, but sunrise is wrongHi @ericmuc,
Can you pleased send me the link to the page with the embedded widget?
So I coule Check why wrong sunrise/sunset times are shown.
Best regards.
Forum: Plugins
In reply to: [Weather Forecast Widget] squeezed content, huge iconsSorry @alpenjonny for the late reply, but the notification about a new aupport topic was missing.
Coule you embed the widget on a page which is running in the web and send me the link?
Best regards.
Hi @getbrave,
OK, I updated my code to get your newest version, but unfortunately it isn’t working because this is an action hook where I can’t return any parameter or array. Shouldn’t it be a filter hook to return the array back to your standard coding?
Best regards,
Dominik- This reply was modified 2 years, 3 months ago by adminbergtourentipptirol.
Hi @getbrave,
I just updated my Brave plugin to the newest version and the code in render.php still is the same regarding the before render action:
/** * Popup Renderer * Finds the Popup assigned to current page and renders it. **/ add_action('wp_head', 'bravepop_render_popup', 9); function bravepop_render_popup() { $brave_popupID = filter_input(INPUT_GET, 'brave_popup'); $brave_popupStep = filter_input(INPUT_GET, 'popup_step'); do_action( 'bravepop_before_render' ); //Popup Preview if($brave_popupID && is_user_logged_in()){ return new BravePop_Popup( $brave_popupID, 'popup', true, $brave_popupStep ? absint($brave_popupStep) : false); } //Bail if is Customizing the Website from Appearance > Customize or with Elementor $is_elemntor_page_editor = filter_input(INPUT_GET, 'elementor-preview'); if(is_customize_preview() || isset($is_elemntor_page_editor)){ return; } $filtered_popups = bravepop_get_current_page_popups(); //error_log(json_encode($filtered_popups)); if($filtered_popups &...
Can you please tell me what’s the reason for it?
Best regards,
DominikHi @getbrave,
Thanks for your quick response.
I just tried your code snippet, but unfortunately it isn′t working as expected. As I can see in the plugin coding there is no array defined as an input parameter for the action bravepop_before_render.
do_action( 'bravepop_before_render' );
Therefore I get this for the array of your function:
string(0) ""
Could it be that you meant the other action (bravepop_after_render)?
do_action( 'bravepop_after_render', array($filtered_popups) );
Another question: Do you have a list/documentation of all available developer action/hooks?
Best regards,
DominikHi,
I solved it with one of your filters on my own. Thank you!Hi,
Maybe I have the same issue. In the WYSIWYG (Visual Editor) Options I have activated the checkbox “Trim extra whitespace before/after contents”. Nevertheless the tags <p> (before the content) and </p> (after the content) will be inserted when I save the post.
Can you please check this issue on your side?
Best regards!
- This reply was modified 2 years, 4 months ago by adminbergtourentipptirol.
Forum: Reviews
In reply to: [Weather Forecast Widget] Breaks some themesHi @tgrblogger,
thanks for the review. in order to get better, it would be interesting for me, which themes you address here and which formatting is supposedly destroyed in the process?
Best regards!
Forum: Plugins
In reply to: [Weather Forecast Widget] I do not see any outputHi @chrbonte,
Unfortunately not. Actually I do think that the plugin is incompatible with your theme.
To test this assumption, could you please temporarily install and activate Twenty Twenty-Two Theme and check the widget again.
Thank you and best regards!
Hi @borsodizsofi,
I would be happy if you would do the translation. Here is the link to translate the plugin into Hungarian language:
Hungarian Translation PageThank you and best regards!
Forum: Plugins
In reply to: [Weather Forecast Widget] Celsius sign not showing correctlyHi @borsodizsofi,
- Ad Problem #1:
I’m trying to analyze just the problem with the Celsius symbol. In my demo system, the Celsius symbol is displayed correctly. Could you please activate the wind parameter in the widget on the website? So I can see a comparison on the symbols.
- Ad Problem #2:
Can you please also embed an example widget with template #1 for this on a page of your website so that I can understand the problem?
Thank you and best regards!
Forum: Plugins
In reply to: [Weather Forecast Widget] I do not see any outputHi @chrbonte,
When I embed the widget with your shortcode in my localhost wordpress, everything works as it should.
Can you please send me the link where I can see the reply of the Avada Developers?
Furthermore, it would be very good if you could embed the widget on a blank page (without the notification carousel) on your homepage and then send me the link.
Best regards.
- This reply was modified 2 years, 9 months ago by adminbergtourentipptirol.