zhel98
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Sinatra] WhatsApp logo on Siantra Theme@brankoconjic
Hey,I wonder if this code snippet might help>
function custom_sinatra_nav_menu_social_icons( $item_output, $item, $depth, $args ) { if ( false !== strpos( $args->menu_class, 'sinatra-socials-menu' ) && false !== strpos( $item_output, 'naver.com' ) ) { $item_output = str_replace( $args->link_after, '</span>NAVER ICON GOES HERE', $item_output ); } return $item_output; } add_filter( 'walker_nav_menu_start_el', 'custom_sinatra_nav_menu_social_icons', 10, 4 );Forum: Themes and Templates
In reply to: [Sinatra] prev/next posts buttons are mixed upNvm I just renamed them.
Forum: Themes and Templates
In reply to: [Sinatra] prev/next posts buttons are mixed up@brankoconjic Hello,
The only plugin that could interfere with navigation between posts is post types order. I deactivated the plugin but the buttons were still mixed up.Forum: Themes and Templates
In reply to: [Sinatra] images are not aligned center on mobileNvm
Through the browser feature (inspect code) found what was causing this issue.@media screen and (max-width: 559px){ .entry-media img { margin-left: auto; margin-right: auto; max-width: calc(100% + 60px); border-radius: 0px; } }This code fixed my issue
Thank you a lot! It did help. However, when you scroll down to the bottom of the page main header still covers a tiny bit of the sticky bar.
Issue when the page is scrolled down to the footer
I tried putting down different px values but it didnt help- This reply was modified 5 years, 3 months ago by zhel98.
Forum: Themes and Templates
In reply to: [Sinatra] WhatsApp logo on Siantra Theme+1 Having the same problem. I have found a lot of solutions but none of them worked.
Viewing 6 replies - 1 through 6 (of 6 total)