mrothlein
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Updating tables endlesslyForum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Custom Icon ImageWhat were you doing wrong? I have the same issue.
Forum: Themes and Templates
In reply to: [raindrops] Theme Update – Dark Version – Transparent MenuAdding the code to the CSS editor does correct the problem. I will keep this code in the JetPack CSS Editor and see what happens after the next theme update.
Thanks again for your help and wonderful theme!
Forum: Themes and Templates
In reply to: [raindrops] Theme Update – Dark Version – Transparent MenuThat corrects the problem, but I do have a question. Do I need to maintain this code as custom CSS or do I need to add it to one of the theme files?
I really appreciate your help!
Forum: Themes and Templates
In reply to: [raindrops] Theme Update – Dark Version – Transparent MenuMy base color value is:
#444444
DO I need to add the code that you sent somewhere? I don’t believe I have modified the theme code so I am not sure why I would have missing elements.
Forum: Themes and Templates
In reply to: [raindrops] Theme Update – Dark Version – Transparent MenuSorry…. Thought I included it.
Forum: Themes and Templates
In reply to: [raindrops] Where is Appearance –> Raindrops OptionsNever mind, I was able to remove the wasted space by placing the title in the header image, although now I cannot read it.
Forum: Themes and Templates
In reply to: [raindrops] Where is Appearance –> Raindrops OptionsJust to prove the point of the wasted space, I uploaded a header image to my site. You can see all the black space above the image which shifts my entire site down. I used to get around this by adjusting the box height inside of “Raindrops Options.”
Forum: Plugins
In reply to: [MP3-jPlayer] Download Button (Sorry something went wrong)I appreciate it! It’s a very slick plugin!
Forum: Themes and Templates
In reply to: [raindrops] Latest Update Messed up my MenuI actually decided to remove the custom CSS in favor of adjusting the menu width to about 6em, which is lower than the default 10em. This looks BETTER than the custom CSS! Thanks for updating the menu to look super nice!
Forum: Themes and Templates
In reply to: [raindrops] Latest Update Messed up my MenuI love what you are doing with the menu spacing width!
Forum: Themes and Templates
In reply to: [raindrops] Latest Update Messed up my MenuUPDATE: I do not need the menu to be evenly spaced….I would, however, like to remove the divider between the menu buttons. Everything else is OK.
As others have stated, the new menu style would be nice is users had more control of the spacing.
Forum: Themes and Templates
In reply to: [raindrops] Latest Update Messed up my MenuThis is the CSS I am using:
#access ul ul li,
#access ul ul,
#access a {
min-width: 0;
}#access .page_item_has_children > a:after,
#access .menu-item-has-children > a:after,
.ie8 #access .page_item_has_children > a:after,
.ie8 #access .menu-item-has-children > a:after {
content: ”;
}#access .children li,
#access .sub-menu li,
#access .children ul,
#access .sub-menu ul,
#access .children a,
#access .sub-menu a {
width: 10em;
}Forum: Themes and Templates
In reply to: [raindrops] Evenly Space Links on Primary NavigationThanks for the quick response and for the code!
Forum: Themes and Templates
In reply to: [raindrops] Evenly Space Links on Primary NavigationSorry, I am not sure I understand your reply. I would need to create a new menu to space out the links?
Also, and this is a different question. The active link on the menu is bold. Is it possible to also change the color of the active link to make it stand out more?