Jump to content

sobrenome

Members
  • Posts

    2,525
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by sobrenome

  1. On 05/01/2018 at 1:41 PM, AlexWebsites said:

    Every day I check to see if 4.2.7 is out of beta.... I guess it's not that big of an issue to release a patch or fix. I think it's also affecting my guest box signup widget not saving settings, but I don't know. My articles not saving layout settings is what I'm really waiting for a fix with.

    Was the bug fixed at last?

  2. On 12/12/2017 at 11:39 AM, AlexWebsites said:

    I seem to be having an issue where the plugin randomly loses it's settings. I've updated it and its fine but all of a sudden I just noticed again that I have to turn on some of the settings that I had. Anyone else run into this?

    Same issue here.

  3. How to solve this:

     

    Hello,

    We noticed one or more of your webhook endpoints is unreachable or experiencing other repeated failures. As a result, we have suspended transmission of these webhooks.

    If you would like to continue to recieve webhooks batches, please ensure your target endpoint responds with a 200 HTTP status code. Once you've verified your target endpoint will receive batches, you can re-enable each webhook via the APIor in Webhooks settings in the SparkPost UI.

    The following webhooks have been disabled:

    Name Target
    IPS4 Mail Bouncer http://fisiculturismo.com.br/forum/applications/bouncer/interface/sparkpost/webhooks.php

     

    Sincerely, 
    SparkPost

  4. 22 hours ago, onlyME said:

    Did you browse the tar file? This is not a problem with the app, it's a problem with your hosting. Please give me acp & ftp access so I can take a look. Or open the support ticket to ips.

    Yes! Thanks, waiting for acp support.

     

  5. On 12/08/2017 at 2:13 AM, onlyME said:

    Your hosting has chmod/chown problem. Try to unpack the tar file and upload all to /applications/featuredcontent then go to acp to upgrade it.

    Does not work. I uploaded the files but the only option to upgrade is to upload the files directly from AdminCP.

  6. Trying to upgrade but AdminCP says that the folder featuredcontent/ does not have permission for the file upload. It's set to 755 and I cannot change to 777.

    Estado:         Setting permissions of '/public_html/applications/featuredcontent' to '777'
    Comando:     SITE CHMOD 777 featuredcontent
    Resposta:     550 Could not change perms on featuredcontent: Operation not permitted

  7. On 26/07/2017 at 1:06 AM, opentype said:

    So if you empty the custom.css, the SuperGrid styling starts working? Then its definitely not a SuperGrid problem. 
    Your CSS is probably just malformed. 

    You were right, the problem was if this line, that had the code to avoid css reading...

    /* GOOGLE AD CODE FOR RESPONSIVE ADS */
    @media (max-width: 500px) { .adslot_1 { display: none !important; } }
    /*

     

  8. On 26/07/2017 at 1:06 AM, opentype said:

    So if you empty the custom.css, the SuperGrid styling starts working? Then its definitely not a SuperGrid problem. 
    Your CSS is probably just malformed. 

    Could you please paste here the CSS of the plugin as long as you say there is no bug and IPS Support told me that this issue is related to third party software.

    I will paste the CSS to my custom.css in my theme.

    Thanks!

  9. 20 hours ago, opentype said:

    So if you empty the custom.css, the SuperGrid styling starts working? Then its definitely not a SuperGrid problem. 
    Your CSS is probably just malformed. 

    My custom css is very small and seems ok:

    #cUserLink .ipsUserPhoto img {
      border: 1px solid;
    }
    .ipsTabs_item {
      color: rgba(53, 60, 65, 0.6);
    }
    #elLogo img {
      width: 130px;
    }
    .ipsTabs_item:not( .ipsTabs_activeItem ):hover {
      color: #353c41;
    }
    /* GOOGLE AD CODE FOR RESPONSIVE ADS */
    @media (max-width: 500px) { .adslot_1 { display: none !important; } }
    /*

     

  10. 19 hours ago, opentype said:

    I ask again: Have you installed the settings PLUGIN? You said, you are coming from 1.1 which didn’t have that. Now the CSS in embedded in the plugin and activated automatically on the system level. 

    Yes, I have installed the plugin and uninstalled 1.1 just like described on the guide!

    ?

  11. Could you please tell me what are the CSS statements that are in conflict?

    I have tried everything and I cannot find the error. Pages have no custom css that could conflict with SuperGrid css and the main custom.css of the theme have no conflicts with SuperGrid.

  12. Maybe a cache problem... the new custom.css is very small:

    /**
     * This file is for your custom CSS.
     * This file is not modified or overwritten during upgrades
     */
    #cUserLink .ipsUserPhoto img {
      border: 1px solid;
    }
    #elLogo img {
      width: 130px;
    }
    .ipsTabs_item {
      color: rgba(53, 60, 65, 0.6);
    }
    .ipsTabs_item:not( .ipsTabs_activeItem ):hover {
      color: #353c41;
    }
    /* GOOGLE AD CODE FOR RESPONSIVE ADS */
    @media (max-width: 500px) { .adslot_1 { display: none !important; } }
    /*

     

    I have cleared the cache and no good...

×
×
  • Create New...