haroonahmad
Forum Replies Created
-
issue is fixed.
i don’t see any elementor or edit with elementor option there, i didn’t added this content anywhere just edited the campaign and edited my own content , this lorem ipsum text showing underneath .
thank you i managed to remove that button and got an alternate solution for it, meanwhile when i am editing the campaigns and added extended description to the campaign i have added a text there and on live mode i see the lorem ipsum text underneath? where is this text coming from ?
- This reply was modified 1 year, 2 months ago by haroonahmad.
Followed your instructions and created a child theme and added the same folder structure inside the child theme and customized the donate-button.php button, below is the code
<?php /** ?* Displays the donate button to be displayed on campaign pages. ?* ?* ?* @author ?WP Charitable LLC ?* @package Charitable/Templates/Campaign Page ?* @since ? 1.3.0 ?* @version 1.7.0.9 ?*/ $campaign = $view_args['campaign']; $button_style = array_key_exists('button_colour', $view_args) ? 'style="background-color:' . $view_args['button_colour'] . ';"' : ''; $button_text = array_key_exists('button_text', $view_args) ? $view_args['button_text'] : __( 'Donate', 'charitable' ); $show_amount_field = array_key_exists('show_amount_field', $view_args) && $view_args['show_amount_field']; $button_text = esc_html(get_post_meta($campaign->ID, '_campaign_donate_button_text', true)); $button_text = false === $button_text || '' === trim($button_text) ? __( 'Donate', 'charitable' ) : $button_text; $external_link = 'https://ssej.networkforgood.com/projects/108337-main-giving-page'; // Your external link URL ?> <a href="<?php echo esc_url($external_link); ?>" target="_blank" class="<?php echo esc_attr( charitable_get_button_class( 'donate' ) ); ?>"><?php echo wp_strip_all_tags( $button_text ); ?></a>
it still didn’t worked for me still redirecting the donate button to the internal plugin page.
- This reply was modified 1 year, 2 months ago by haroonahmad.
Forum: Plugins
In reply to: [Sticky images for Elementor] scrolling text with swapping imageThis is what i am getting with the sticky image plugin , https://www.loom.com/share/46f466f9dd0e416a88bb184586090a3b
Forum: Plugins
In reply to: [Sticky images for Elementor] scrolling text with swapping imagethank you for your response, i am trying to achieve something like they have achieved with https://codepen.io/redone75/pen/ExgwPdE with your plugin i am not able to swap like this, is it possible to such type of text swap with the image ?
Forum: Plugins
In reply to: [Dynamic Visibility for Elementor] Dynamic Visibility Date & TimeYes, i have noticed that the time is set according to US, the section supposed to be hide on other days of the week but it still shows up.
Forum: Plugins
In reply to: [Dynamic Visibility for Elementor] Dynamic Visibility Date & Timehere are the settings i am using to display the section on wed and friday at 11 to 4
Forum: Plugins
In reply to: [Redirection] Redirect Open in a new TabCan you guide where exactly should i add the target blank here ?
Source URL : /bein-hashemashot-of-motherhood/
Query Parameter : Exact Match in order
Redirection URL : https://www.tabletmag.com/sections/news/articles/bein-hashemashot-of-motherhood
Also, it doesn’t allow me to add the number now. I have added product on the homepage using shortcode it. The field not working there but on the shop page it works fine.
I followed your instructions and added it to my website but still don’t see the changes on my end. can you please help with that
https://luckycard.it/It’s urgent. Would love your quick response on it. Thanks
can you give me some example of it ? I want user to put only Uppercase Letter inside the field and that field should show on cart checkout email and backend order in uppercase.
I have seen the masking field but couldn’t understand what to put inside.Hello, I want user to just enter alphanumeric keys. like abc and 123. I don’t want them to use symbols in the text field. How to use this masking feature here?
Forum: Plugins
In reply to: [Reading Time WP] Reading Time display on the Blog grid not just postsHey , I am here to know if we can display reading time with the meta data ?
@fashionizer for your query i think you need to check this https://prntscr.com/qu5vlm option to show it on th grid layout
Haroon