Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1210047

    Hello,

    I have a client who is using Enfold and also has this plugin installed… https://www.wptasty.com/tasty-pins. When I insert an image typically I see the option to choose an image size like this – https://puu.sh/FGBeI/f4e231dfdb.png. Tasty pins has hijacked that menu area and I can’t see the image size instead I see this – https://puu.sh/FGBge/69bb411415.png. When I deactivate tasty pines then those options show back up. Any idea how to keep Tasty Pins activated and to keep the image size option present.

    Thanks much

    #1210116

    Hey sasserp01,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1210733

    Ok you should have access. Take a look and let me know what you find out.

    Thanks much!

    #1210915

    Hi sasserp01,

    Thanks for giving us admin access.
    I have added this code at the bottom of your child theme’s functions.php:

    add_action('admin_head', 'show_image_sizes');
    
    function show_image_sizes() {
      echo '<style>
        .avia-media-img-only .attachment-display-settings .setting:nth-child(4n+1) {
        	display: block !important;
    	}
      </style>';
    }
    

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1211068

    So in the end this was just a CSS display issue. Like the tasty pins plugin was just turning off the display of those extra attachment settings and that’s it??

    Thanks so much,
    patrick

    #1211107

    Hi Patrick,

    Yes, that seems to be the case, it’s a good thing though that it’s only hidden but not removed so we can just fix it using css via hooks :)
    Let us know if you need further assistance related to this issue.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.