Jump to content

TGPAccount

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    TGPAccount reacted to TAMAN in Magnum Theme [ support topic ]   
    Yes it possible and super easy if you know how to use "Pages" application and the block templates
    -Enable the "Pages Articles" setting in the theme settings, this setting is also provided with a block template key in the description.
    -Then create a RSS block in pages app with the provided template key. and for the content of the block use the below code
    {{if !empty( $items ) }}{{foreach $items as $item}}<li><a href="{$item['link']}" target="_blank" rel="noopener">{$item['title']}</a></li>{{endforeach}}{{endif}}  
  2. Thanks
    TGPAccount reacted to TAMAN in Magnum Theme [ support topic ]   
    Hello,
     
    Only with custom css
    add in custom.css template
    .ta_Header .ipsNavBar_primary > ul { height: 48px; } .ipsNavBar_primary > ul > li > a, html[dir="ltr"] #elBackHome, html[dir="rtl"] #elBackHome { padding: 10px 15px; } #elSearchWrapper { top: 3px; }  
    Sorry, not possible
×
×
  • Create New...