vikou1008
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ryu] prevent mailto to open a new tabNever mind, I found the solution. Change the target from blank to self in header.php.
<a>" class="theme-genericon" title="<?php esc_attr_e( 'Email', 'ryu' ); ?>" target="_self"></a>
Forum: Themes and Templates
In reply to: [Ryu] all post-formats to look as standard postAny chance you would let us know what you have changed in css and php to make video and image posts look like standard posts?
Thank you!
Forum: Themes and Templates
In reply to: [Ryu] Instagram Icon & Link in Ryu Theme OptionsHa! I found the solution, change ‘Githum’ into ‘Instagram‘ in header.php, such as following:
<?php if ( ” != $github_link ) : ?>
<li class=”github-link”>
” class=”theme-genericon” title=”<?php esc_attr_e( ‘Instagram’, ‘ryu’ ); ?>” target=”_blank”>
<span class=”screen-reader-text”><?php _e( ‘Github’, ‘ryu’ ); ?></span>
<?php endif; ?>
Thank you again!
Best.Forum: Themes and Templates
In reply to: [Ryu] Instagram Icon & Link in Ryu Theme OptionsThank you ??
Is there a way to change the mouseover text as well, so that it reads instagram and not github?
Forum: Themes and Templates
In reply to: [Ryu] Instagram Icon & Link in Ryu Theme OptionsWait it did work!
Forum: Themes and Templates
In reply to: [Ryu] Instagram Icon & Link in Ryu Theme OptionsYes,
I added it to my Jetpack custom css, but nothing changed unfortunately.
Forum: Themes and Templates
In reply to: [Ryu] Instagram Icon & Link in Ryu Theme OptionsHi,
Thank you for your reply.
I’ve just tried but it didn’t work, the Github icon and mouseover text didn’t change into instagram’s when adding this css to my custom stylesheet nor WP stylesheet.
Any other solution?
Forum: Themes and Templates
In reply to: [Ryu] Instagram Icon & Link in Ryu Theme OptionsOr is it possible to add a new custom social genericon in header?
Forum: Themes and Templates
In reply to: [Writr] Disable Writr mobile themeI actually found the solution, if any of you is interested.
You have to remove this line from the header.php:
<meta name="viewport" content="width=device-width, initial-scale=1">
An then you have to update one of your page or post.
Forum: Themes and Templates
In reply to: [Writr] Disable Writr mobile themePS: I still want the full site (desktop) view to be responsive on smartphones and tablets, of course. I just don’t want smartphones and tablets to switch to Writr mobile design.