Jump to content

Orpheus

Актив
  • Регистрация

  • В сети

Posts posted by Orpheus

  1. On 8/12/2024 at 9:34 AM, CharonSix said:

    If it's about my video, then it's enough to upload the image to the server or any other storage. Implementation via custom.css userPhoto  and  profileHeader .

    Yes, right

    On 8/12/2024 at 9:34 AM, CharonSix said:

    Make adjustments to the template code. Or are you interested in something specific?

    I think, he/she asking for a sample code

  2. 15 hours ago, SlawkA said:

    это не автары. это оболочка автара в стим. вокруг аватара. смысл от нее? :bn:

    54.png.e85a7ff7026be768ace97532309427d6.png

    My title says "Avatar Frames" not "Avatars"

    A quick Google search should help you understand the difference.

  3. On 6/1/2024 at 12:43 AM, soul1se said:

    Good night. One more question.

    I use this theme, but I couldn’t find a tab anywhere to change the color from the standard yellow to something else. Can someone help? I know that this is definitely possible to do.
    image.png.0514212bd9fff13b122a09ae03a17a15.png

    Use theme settings

  4. 7 hours ago, CharonSix said:

    Я рад, что у тебя всё в порядке. Но проблема у меня, и причина её появления по-прежнему неизвестна.

    It could be cache but you can try inspecting the element and see the error.

  5. On 10/13/2023 at 9:19 AM, Zero108 said:

    500 error on the public side.

    [Thu Oct 12 10:20:31.387081 2023] [cgi:error] [pid 7227] [client 172.70.251.210:33672] AH01215: PHP Fatal error:  Declaration of IPS\\forums\\advancedtagsprefixes_hook_forumLastPostPrefix::isTaggable() must be compatible with IPS\\Node\\radtags_hook_C_NodeModel::isTaggable(): bool in /init.php(932) : eval()'d code on line 322, referer: https://a108.net/gallery/album/74-shrila-bhakti-vedanta-swami-in-usa-shrila-bhakti-vedanta-svami-v-ssha/  

     

    Got it, I'll update it when necessary, which doesn't seem to be the case right now.

  6. 4 minutes ago, aLEX49566 said:

    Проверить это не получится, у нас нет доступа к проблеме.. поэтому я скинул то, что смог найти у себя

    The question is quite clear, if I understand it correctly.

    “He/She wants to disable the feature of background colour when hovering over the page title inside a topic.”

  7. Here is the revised code, I just removed the spaces after the dots. Check it out…put this code inside the custom.css file of the theme. It should work as you expect.

    .ipsType_pageTitle[data-role="editableTitle"]:hover,
    .ipsType_editable:hover {
      background: none;
    }
    6 minutes ago, aLEX49566 said:

    У меня нет такого на твоем сайте...

     

       a:hover {
        color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */  
    	background: #233B3B9C;
       }

     

    I don't think it'll work for page titles when inside the topic page because they are not links.

  8. 22 hours ago, Ishidarex77 said:

    При наведении на текст в темах, начинает менят цвет фона, как отключить эту функцию 

    Screenshot_90.thumb.png.3f8e3d748a05709ef9f69d4f732b756b.png

    I'll have it checked, but I currently do not have a test forum to start with, so it may take longer to find the fix for you.

    22 hours ago, Ishidarex77 said:

    When you hover over text in themes, the background color begins to change, how to disable this feature 

    Screenshot_90.thumb.png.3f8e3d748a05709ef9f69d4f732b756b.png

    Try this

    . ipsType_pageTitle [ data-role = "editableTitle" ]: hover , 
    . ipsType_editable : hover  { 
      background :  none ; 
    }