ga122493
Forum Replies Created
-
Hello Tobias,
You rock!! It worked like magic :)!
Thanks,
SophieForum: Themes and Templates
In reply to: [Zerif Lite] Making sidebar floatSolved! The plugin “Sticky Menu (or Anything!) on Scroll” works like magic! For sidebar, the element is “#secondary”
Also, this plugin only allows one thing to float. The author is great and hes very responsive in the plugin support forum, so check it out!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Zerif Lite – dont know the sidebar elementNevermind, found it, its #secondary
Forum: Themes and Templates
In reply to: [Zerif Lite] Making sidebar floatBy the way, the plugin “Q2W3 fixed widget” doesnt work as it messes up the home page (ex: items in “our focus” would not arrange horizontally anymore, but vertically). Please help!
Forum: Themes and Templates
In reply to: [Zerif Lite] Avatars do not show up in the comment sectionNevermind, I have a code in my Simple Custom CSS that messed things up…
footer {
display: none;
}I added this code because I wanted to remove “This entry was posted in… Bookmark the permalink. Edit” line under each post, but I got screwed in a different way…
Forum: Themes and Templates
In reply to: [Zerif Lite] Avatars do not show up in the comment sectionalso the “Reply” button blocking some section of the comments, help please!
Forum: Themes and Templates
In reply to: [Zerif Lite] The color of links in postGreat, thank!
Forum: Themes and Templates
In reply to: [Zerif Lite] The color of links in postHello Hardeep and WEN,
I think I have figured it out. The links will be in blue when I have yet to click on them. Once I clicked, they will turn pink-orange-ish. I guess my browser history is playing a trick on me so even when I restart the page, the links would not go back to the same blue color.
Thank you guys!!
Forum: Themes and Templates
In reply to: [Zerif Lite] The color of links in postHmmm interesting, may I ask what color are you seeing?
Thanks Hardeep!
Forum: Themes and Templates
In reply to: [Zerif Lite] The color of links in postHi guys!
Sorry for not posting an example, but here is one
Do you see different colors for “Skiplagged” and “Kayak”?
Also the pink-orange-ish color I was talking about is the color of the “Post comment” button
Thank you ??
Forum: Themes and Templates
In reply to: [Zerif Lite] Menu disappears on mobile or when resize browserProblem solved by making the whole code section of the logo a comment. Adding /* and */ to the following in header.php
<?php
/*$zerif_logo = get_theme_mod(‘zerif_logo’);
if (isset($zerif_logo) && $zerif_logo != “”):
echo ‘‘;
echo ‘<img src=”‘.esc_url( $zerif_logo ).'” alt=”‘.esc_attr( get_bloginfo(‘title’) ).'”>’;
echo ‘‘;
else:
echo ‘‘;
if( file_exists(get_stylesheet_directory().”/images/logo.png”)):
echo ‘<img src=”‘.get_stylesheet_directory_uri().’/images/logo.png” alt=”‘.esc_attr( get_bloginfo(‘title’) ).'”>’;
else:
echo ‘<img src=”‘.get_template_directory_uri().’/images/logo.png” alt=”‘.esc_attr( get_bloginfo(‘title’) ).'”>’;
endif;
echo ‘‘;
endif;
*/
?></div>
Forum: Themes and Templates
In reply to: [Zerif Lite] Menu disappears on mobile or when resize browserAfter trying to deactivating all of my plug-ins, I realized that the issue is caused by the codes I added in Simple Custom CSS.
/*
Delete Zerif logo in the top left
*/
.navbar-header.responsive-logo {
display: none;
}Would somebody tell me how to delete the Zerif logo without messing with the menu please?
Thank you!