kim.oj
Forum Replies Created
-
Sorry for late reply. I can conform that you latest update contains the solution 🙂
thank you very much!@essekia I just updated the plugin to 1.34 but I can’t see that the problem with tabbing has been resolved.
In the changelog I can’t see that this has been adressed either. It just says
Fix: error log
Have I missed an setting or something else?Yes Im at ProfilePress Version 4.15.21
I don’t have a Purchase License key so cant submit a ticket…Forum: Plugins
In reply to: [Contact Form 7] custom form-tag not working in e-mailHi Takayuki
Thank you for your response!
I tested the code in the link and it works in e-mails as it should 🙂My problem now is that I want clock present in the mail to.
What I can see I need to adjust the
function custom_clock_form_tag_handler( $tag )but I can’t figure out exactly how. Because in the datalist function you use an input and I only want to present som data, like in the clock function.Thank you for taking your time with this!
Kind regards Kim- This reply was modified 4 years, 9 months ago by kim.oj.
Had the same problem as Troels
WP v5.7.1
Restrict User Access v2.1.3Followed the links above, but they didn’t look the same as my files.
L154 should be L155
https://github.com/intoxstudio/restrict-user-access/blob/master/level.php#L155
This should be comment out what I could understandif (!empty($user_levels)) {Hi
I stumbled on the same problem and figured out a solution to it.In the “Copy to Clipboard” settings page I have added “.code-block-wrap” as the selector and “copy content as” is set to “text”.
In my function.php file I added
add_action( 'wp_footer', 'add_code_block_wrapper' ); function add_code_block_wrapper() { ?> <script> jQuery( ".wp-block-code" ).wrap( "<div class='code-block-wrap' style='position:relative;''></div>" ); </script> <?php }It adds a div around my code and that div is the selector for the copy to clipboard button
So the end HTML looks like this in the end
<div class="code-block-wrap" style="position:relative;"> <pre class="wp-block-code copy-code-block"> <code>CODE HERE</code> </pre> <button class="copy-the-code-button" title="Copy to Clipboard">Copy</button> </div>- This reply was modified 6 years, 8 months ago by kim.oj.
Forum: Plugins
In reply to: [Request Form for Zendesk] 23 characters in the group attributeHi, sorry for the late reply!
Have been on summer vacation.Me and a coworker have found a working solution, we don’t know why the original code isen’t working… but now it works for us.
We are guessing that its som kind of incompatibility with the theme Enfold, but we cant confirm it.
The problem that we noticed was
- Some styles was ignored (4 columns width 25% in desktop should be 100% on mobile, was still 25% in mobile)
- Some classes wasn’t printed (classes like “avia-builder-el-59 el_after_av_section el_before_av_section”)
I have tested to turn of all plugins except this one, no change.
In the file zendesk-request-form.php we have replaced the while loop with a if statement and a foreach.
Original – line 257
while ( $custom_fields->have_posts() ): $custom_fields->the_post(); $id = get_the_ID(); $field_type = esc_attr(get_post_meta($id, 'field-type', true)); if ($field_type != 'descriptive') { // check if it's actually a field or just description text/htmlOur code
if($custom_fields && isset($custom_fields->posts) && sizeof($custom_fields->posts) > 0) { foreach ($custom_fields->posts as $cf) { $id = $cf->ID; $field_type = esc_attr(get_post_meta($id, 'field-type', true)); if ($field_type != 'descriptive') { // check if it's actually a field or just description text/htmlI can send you the file if you want.
Forum: Plugins
In reply to: [Request Form for Zendesk] 23 characters in the group attributeOk new update!
We changed to
[zendesk_request_form subject="Vill bli kontaktad" subject_prefix="Förfrågan Startsidan:" useragent="no" label_email="Din E-post" label_name="Ditt Namn" label_description="Skriv meddelande" label_submit="Skicka" group="luftkond-form" size="4"]
But still no luck…
If I change to
[zendesk_request_form subject="Vill bli kontaktad" subject_prefix="Förfrågan Startsidan:" useragent="no" label_email="Din E-post" label_name="Ditt Namn" label_description="Skriv meddelande" label_submit="Skicka" group="luftkond-forma" size="4"]
it works… so now i’m thinking there is something else wrong, but what I can’t figure out…Forum: Plugins
In reply to: [Polylang] Hreflang on multiple domains and installationsSolved it by installing HREFLANG Tags Lite
Here are my support question there: https://ww.wp.xz.cn/support/topic/own-href-options/
- This reply was modified 6 years, 11 months ago by kim.oj.
Forum: Plugins
In reply to: [Request Form for Zendesk] 23 characters in the group attributeThe shortcode is:
[zendesk_request_form subject=" Avfuktare" subject_prefix="Förfrågan angående:" useragent="no" label_email="Din E-post" label_name="Ditt Namn" label_description="Skriv meddelande" label_submit="Skicka" group="luftkonditionering-form" size="4"]This one works
[zendesk_request_form subject=" Avfuktare" subject_prefix="Förfrågan angående:" useragent="no" label_email="Din E-post" label_name="Ditt Namn" label_description="Skriv meddelande" label_submit="Skicka" group="luftkonditioneringform" size="4"]- This reply was modified 6 years, 11 months ago by kim.oj.
Sorry, needed to update the plugin
So now it works as it should 🙂Forum: Plugins
In reply to: [HREFLANG Tags Lite] Own href optionsThank you!
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Own href optionsDone 🙂
Forum: Plugins
In reply to: [HREFLANG Tags Lite] Own href optionsOk so its a Pro function.
All sites are on one multisite, do I need Standard or Professional?Kind regards
KimForum: Plugins
In reply to: [HREFLANG Tags Lite] Own href optionsThanks David!
Its already installed, but I can’t see any option to choose:
en-se
en-no
en-dk
en-lv
sv-fi