Jump to content

zelgadis

Clients
  • Posts

    131
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    Please re-download and update ? 
    Thank you for letting me know 
     
     
    4.2.2 is a big update i have deleted everything from old versions and almost re-created everything all over again for clean code purpose
     
     
     
  2. Thanks
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    .ipsItemStatus.ipsItemStatus_large .fa-comments::before { content: "\f26e"; /*fontawesome icon unicode*/ }  
  3. Thanks
    zelgadis reacted to TAMAN in A different article styles By Pages ( IP.Content )   
    mmmm I will have to download the copy in marketplace and test 
    its totally fine in demo page tho
  4. Thanks
    zelgadis got a reaction from Adriano Faria in Clubs Enhancements   
    Sorry Adriano,
    the problem occurred after installing your plugin and disabling it everything works, but it was just a coincidence.
    After several tests it seems that the problem is still there.
    Sorry.
  5. Thanks
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    You can update now
  6. Thanks
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    Yep, Im aware of that  
    I will do a quick update today and re-upload the theme without adding any version number 
    you can use "Upload a new version" then
     
    I will let you know when its updated
  7. Thanks
    zelgadis got a reaction from TAMAN in Magnum Theme [ support topic ]   
    This behavior only occurs with Microsoft Edge if the forum contains new elements.
  8. Like
    zelgadis got a reaction from TAMAN in Magnum Theme [ support topic ]   
    Ok. I hope they will add a class in the futures versions.
    No. I did not add any custom CSS.
  9. Thanks
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    First off, This is NOT a problem  
    Secondly, Sorry, there is nothing i can do about that ips haven't added any class names when the forum uses featured color, just an  inline background and color to the elements the little sliding keeps its color
    and then it doesnt even look bad, I actually find if very nice LOL
     
    But, You seem to have added some custom css, the hover should not change the icon color as what i see in the image
  10. Thanks
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    Thank you  
    All of this will be improved and fixed in next version that comes very soon including the colroizer function that i recently added to behemoth theme ^^ 
    thanks again for noticing and letting me know.
    Any link to check? it looks like navbar border to me
     
  11. Like
    zelgadis reacted to Apfelstrudel in Merge the first post in the topic   
    Please @Lindy bring back the checkbox for the first post. I don't know what the reason why the first post can't be merged with any other post.
    We would need this feature very often.
  12. Like
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    Theme updated to version 3.0.1 fixing what you mentioned, also adding a new setting to hide header image on mobile
    Use upload a new version to update  
  13. Like
    zelgadis reacted to TAMAN in Magnum Theme [ support topic ]   
    mmm, I take a look later  thanks
  14. Like
    zelgadis reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    What's New in Version 3.1.8
    Added memory of table parameters during tag management. Fixed possible blank prefix on topic for mobile devices. Fixed schema errors on support tool. Fixed mishandling of URL encoding (spaces, etc.) in admin tools. Fixed formatting of undefined prefixes. Potential fix of MySQL 5.7 compatibility issue on tag reindex. Known issues:
    Conflict with IP.Pages saving of database settings is still unresolved. Cannot provide any estimate of if or when it will be resolved.
  15. Like
    zelgadis reacted to CP_User in A different article styles By Pages ( IP.Content )   
    Would it be hard to have options in CSS that could be easily configured?
  16. Like
    zelgadis reacted to Ali Majrashi in A different article styles By Pages ( IP.Content )   
    love this template can we have Three Column template without First Featured and fixed hight for both record-image and record-content so they look symmetrical 
  17. Like
    zelgadis reacted to TAMAN in A different article styles By Pages ( IP.Content )   
    No not really hard, just search for "pinned" and "featured" in templates here  
    Pages > Templates > Database Templates > Image Featured One Column S1 and Image Featured Two Column S1 
    Pages > Templates > Block Plugin Templates > Image Featured One Column S1 and Image Featured Two Column S1 and Image Featured News Feed S1
     
    in version 2.0 I will use language strings so the pinned and featured automatically translates to your website language 
  18. Like
    zelgadis reacted to Chris59 in A different article styles By Pages ( IP.Content )   
    yes they are.... you must go to this templates to change it ...

    ACP . Pages / Templates

    Database Templates/Image Featured Two Column S1/Entry
    Database Templates/templatesImage Featured One Column S1/Entry
    Block Plugin Templates/Recordfeed/image_featured_two_column_s1
    Block Plugin Templates/Recordfeed/image_featured_one_column_s1
    Block Plugin Templates/Recordfeed/image_featured_newsfeed_s1
    Block Plugin Templates/Recordfeed/footer_articles 

    But i notice all of them can be changed to lang strings already inbuilt in ips ......
  19. Like
    zelgadis reacted to Chris59 in A different article styles By Pages ( IP.Content )   
    For you who wants to play with css . pic below ...
    For this look i use gradient css ... i have another color for sidebar... 
    /*Badges Background*/
    .ArticleS1 .badges{
        background: darkred; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(darkred, red); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(darkred, red); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(darkred, red); /* For Firefox 3.6 to 15 */
        background: linear-gradient(darkred, red); /* Standard syntax (must be last) */
    }
    /*Badges font color*/
    .ArticleS1 .badges{
        color: #fff;
    }
    /*The little border color of badges*/
    .ArticleS1 .badges:after{
        border-top: 10px solid {hextorgb="#e46161" opacity="0.84"};
    }
    /*The little border color of badges on sidebar*/
    #ipsLayout_sidebar .ArticleS1 .badges:after{
        border-left: 6px solid {hextorgb="#e46161" opacity="0.84"};
    }
    ### And you can play with radius as well ###

    #ipsLayout_mainArea .ArticleS1 .badges {
        font-size: 10px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        left: -10px;
        width: auto;
        padding: 5px 15px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 7px 7px 7px 0px;
    }

    PS** If you are using Ipsfocus themes i have css for Chameleon, Brave, Wireless, and Titan if u need ... just PM me
  20. Like
    zelgadis reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    Got it. Yes, that should work as expected.
     
    Understood, thanks. I'll look into it for the next update, but otherwise, unless you see something break, you can disregard the "DB errors" the support tool reports. The support tool is known (notorious) for misinterpreting the database schema, writing it one way and then reading it as something different, when it's actually the same. Evidently they changed something about it in 4.1.14, and this was a side effect.
  21. Like
    zelgadis got a reaction from Xelphos in Advanced Tags & Prefixes - IPS 4.x   
    I upgraded fron 4.1.13.2 to 4.1.14.2 and I have the same DB errors.
    Everything seems to work properly.
×
×
  • Create New...