lenkaiser
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MH Magazine lite] Menu Tabs Not Highlighting CorrectlyThanks! That worked. I will keep the strange results in mind.
Hmmmmm. It works when I resize my browser just fine. Maybe its just my phone? The link is http://9sixmedia.com
Forum: Plugins
In reply to: [The Events Calendar] Restyle Top Single Event HeaderMaybe I should clarify. I want to remove that part that is in the screen shot, where do I find it to remove it?
Forum: Plugins
In reply to: [The Events Calendar] Restyle Top Single Event HeaderHello? Anyone?
Forum: Plugins
In reply to: [JS Help Desk – AI-Powered Support & Ticketing System] Grammar/Spelling ErrorThanks. 🙂
Forum: Themes and Templates
In reply to: [Freesia Empire] Removing the Cite in Testimonials WidgetAnyone???
Forum: Plugins
In reply to: [WooCommerce] Mandatory URL In Profile Before Download AllowedProduct Add-ons? I have not looked yet but I’m guessing that would be fields that are added on to each product somewhere in the woocommerce settings? If so, will that force them to put a link before download? I need it to make them put a link in or else they download nothing.
Forum: Themes and Templates
In reply to: [Freesia Empire] Blog Posts Thumbnail?Awesome! Found it and set it. 🙂
Forum: Plugins
In reply to: [WooCommerce] Breaking space between SKU & CategoriesOk I actually went back and tried something that worked pretty well so I’ll post it here in case someone else needs this info. Here is what I did:
Edited the style.css and added the following code at the bottom of the css template:
.sku_wrapper { display:block !important; } .sku { color:red !important; font-weight:bold !important; } .posted_in { display:block !important; }This put each item on one line and made the SKU itself stand out in bold red, but I was actually shooting for the words SKU:, Categories: & Tags: to be bold red, but hey since I cannot find css for those I can live with the results I got.
OK great, will give that a try, thanks. 🙂
Forum: Themes and Templates
In reply to: [Flat Responsive] Change toggle menu background for mobileI have found the code for this. For whatever reason its hard coded into the template_functions.php file. This to me is just plain stupid, there is no other way to change it and I would consider this a bug for sure. Seems to me that there is quite a bit of css sporadically spread out in the plugin files when it really should be in the css. I would consider this an unfinished theme at best, but at least I found the code, changed it to what I want and can now go on with my edits and not have to scrap the entire theme and move to another one. For future reference if anyone else has this question the code is
<a class="toggle_button_flat_responsive_menu"></a> <div style="background-color:#fff"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => false, 'menu_class' => 'mobilemenu', 'fallback_cb' => 'false' ) ); ?> </div>in which I changed the
<div style="background-color:#fff">to the color that I wanted.
Forum: Themes and Templates
In reply to: [Flat Responsive] Header in image not responsive on mobileSame, just looked at the theme on my phone and the header image is huge. I just installed this about a week ago, so I’m pretty sure I got the updated version.
Is there a way to remove the header image all together just in the mobile view keeping it for the desktop view?
Forum: Reviews
In reply to: [Portfolio Gallery - Photo Gallery] Should have read the reviews first…No thanks, I don’t want to pay you to fix it. Besides I have found a great, functional portfolio plugin with 100% valid code.
Forum: Reviews
In reply to: [Portfolio Gallery - Photo Gallery] Should have read the reviews first…1) Full functionality
Sorry but if you cannot reach the bottom buttons to change things you do not get this in the free version. I’ve gone with another skin instead, one that works out of the box without my having to buy anything that will probably be buggy anyways.
Forum: Themes and Templates
In reply to: [Flat Responsive] Remove Bottom Header Shadow & Sidebar IssueSorry forgot to mark this resolved. *Sigh*