Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Omar Hernandez

    (@omarzz)

    I just deactivated the plugin bootstrap for contact form 7, I didn’t realize I still had it activated and that it would cause problems. Seems that the form is submitting fine now.

    This plugin was used to style the form properly when we developed the site, actually without it it looks terrible so I think we will have to do an adjustment for that.

    This seems to be working fine now so thanks for all your help!

    Thread Starter Omar Hernandez

    (@omarzz)

    So I really don’t know how to unlimit the access on wordfence, I guess we can try with the staging site that I have too. Here is the same form with a default theme and no plugins activated. It is having the same issue so I think we could work on this one.

    https://chasroberts.zionandzion.com/coolplay/

    P.S. I have no idea how to reply to a thread, sorry about that.

    Thread Starter Omar Hernandez

    (@omarzz)

    It should be public accessible, we don’t have any logic to prevent people to get on that form.

    Also just another thing, the form doesn’t do anything so you would have to go into the network tab on the console and do the request there so you can see the results.

    Again here is the page: https://www.chasroberts.com/coolplay/

    Hello I have the same situation here. I tried doing a 10 year expiration and looks like it didn’t work at all. On my wp-config.php I put define('JWT_AUTH_EXPIRE', time() + (YEAR_IN_SECONDS * 10));, looks like it is ignoring it because I had to re do my tokes a couple days ago…

    Right now I don’t know if the new tokes are going to expire soon or not and I can’t be re creating tokes all the time, so my questions are:

    1. Is there a way to check when the token expires so I can prove is in 10 years?
    2. Where is JWT_AUTH_EXPIRE supposed to live in the code? there are no examples or documentation about this

    I am having the same problem with WordPress 5.0.3. The error for me happens only when I hover on the “return” icon. If I open the link toolbox, paste whatever link I need and hit enter it will save it as usual, but if I try to hover to use my mouse to click it flickers.

    I had the html inspector open and looks like it changes some styling, but it happens so fast that I can’t see what is it. Also it adds a ::before and ::after elements to it so it may be helpful.

    The the element that I saw changing is:
    <div id="mceu_102" class="mce-toolbar-grp mce-inline-toolbar-grp mce-container mce-panel mce-arrow-down mce-arrow-left" hidefocus="1" tabindex="-1" role="group" style="left: 201px; top: 693px;"></div>

    Of course inside of it is where the ::before and ::after elements are added and it has more divs inside.

    Thread Starter Omar Hernandez

    (@omarzz)

    Nice!!! I already finish the last project I was working on but for sure I’ll try it in a future one. Thanks again for this awesome plugin!!

    Thread Starter Omar Hernandez

    (@omarzz)

    I figured out the structure of the array for the V5, here is a sample of the functionality that I was trying to find. I hope it helps somebody and helps you whenever you get to the docs for this ??

    /*** ACF Font Awesome Icon List Filter ***/
        function get_icons( $results ) {
          
          $results = array(
            "list" => array(
              "fab" => array(
                "fab fa-500px" => "<i class=\"fab\"></i> 500px"
              ),
              "fas" => array(
                "fas fa-ad" => "<i class=\"fas\"></i> ad"
              ),
              "far" => array(
                "fat fa-address-book" => "<i class=\"far\"></i> address-book"
              )
            ),
            "details" => array(
              "fab" => array(
                "fab fa-500px" => Array(
                  "hex" => "\f26e",
                  "unicode" => ""
                )
              ),
              "fas" => array(
                "fas fa-ad" => Array(
                  "hex" => "\f641",
                  "unicode" => ""
                )
              ),
              "far" => array(
                "far fa-address-book" => Array(
                  "hex" => "\f2b9",
                  "unicode" => ""
                )
              )
            )
          );
          
          return $results;
        }
    
        add_filter( 'ACFFA_get_icons', 'get_icons', 10, 1 );

    Btw, the response of the icons (for the free version 5) is in this paste bin:
    https://pastebin.com/p5wuLmsN

    Again, this is an awesome plugin, hope this helps you and other people!!

    It can be kind of slow in the admin but most of the clients worry more about the user end so this is not a really bad issue. I am working with a lot of Custom Fields on a site right now and I don’t really feel that is a painful wait for it to load.

    I personally think an option for selecting some of the icons instead of the whole library would be extremely useful depending on the site that is being developed. Filtering icons would provide a faster experience for our clients as they usually don’t use all of the icons.

    I have the same exact problem when trying to activate the plugin.

    I have a network of 3 sites and when I try to activate it network wide or by site I get this error and this message:

    
    Notice: Undefined index: master_site_setting in /home/shzion/public_html/wordpress/wp-content/plugins/multisite-post-duplicator/addons/restrictSites-mpd-addon.php on line 325
    
    
    The plugin generated 1260 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    On the pages/posts editor I get the same error for each site that I can duplicate my page/post.

    I have not tried to duplicate them but this is not usable right now for me.

    I’ll be glad if you can help us to solve this problem because this plugin is the only one that works with ACF and meta data without paying an extra $100

Viewing 9 replies - 1 through 9 (of 9 total)