Lukeymonster
Forum Replies Created
-
Forum: Plugins
In reply to: WP e_Commerce – Need to remove product underlineGot it. Of all the places I looked I never thought to check the shortcode. text-decoration: underline was in it. Removed that and were right as rain.
Forum: Plugins
In reply to: WP e_Commerce – Need to remove product underlineby editing this in custom CSS
.entry p {
clear: none;I am able to change anything I want about the product descriptions. Color, size etc…
However text-decoration: none or text-decoration: none !important just wont remove the underline. aaaaaaa
Forum: Plugins
In reply to: E-Commerce plugin adviceMy apologies from above. I do NOT want payment info to be gathered. But I would still need some sort of shopping cart situation to be used to gather everything else and send it to the admin.
Forum: Plugins
In reply to: Custom Registration and Custom formsI am also wondering if there is an e-commerce plugin that would allow all the features of e-commerce but allow the user to submit the final info to my client instead of allowing the user to check out. Then I could just have the registration incorporated into the product page and eliminate the need for custom WordPress registration.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workThanks for your help Andrew. I couldn’t believe it was right there the whole time.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workHello everyone. I found the solution. It was right under my nose. The theme I use actually has options built into the settings to remove titles. It was buried but I found it. So my CSS was not the proper way to remove the title in this particular theme. My clients theme’s don’t have the built in function to remove titles so custom CSS works.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workThanks so much for talking a look. What you’re saying makes perfect sense. Ill post a solution if it presents itself tomorrow.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workAlso, as stated earlier, I always use .page-id-## to pick and choose which page titles are hidden on client sites. Never an issue. I also use custom CSS through jetpack to control colors and other attributes.
I am “ok” with creating a child theme but I wouldn’t call it comfortable. I really thing something is conflicting plugin wise so tomorrow and am going to go through the plugins and see what I can come up with. If no solution presents itself I will have to go the child theme route.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workI never had to on my site. I was always happy with Twenty Twelve. Today I wanted to make some adjustments so this is the first time for my site.
I use it on client sites and it works every time. Even with Quick Cache active.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workI did all that like you advised. I currently left Quick Cache disabled. I also deactivated and reactivated Jetpack and reauthorized. Titles are still there. ugh
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workQuick Cache
I use this on all my sites and have never had an issue editing Custom CSS. Perhaps you are getting close to something that is a little out of my league. Thanks for taking a look for me.Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workJetpack 2.2.1 I always access it via Appearance-Edit CSS. This has always worked on all of my client sites.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workAnyone offering free help is good help. This is obviously something more complex than the usual issue. Ill post more tomorrow if I find a solution.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workI just tried all that with no success. For my own sanity I am going to give it a rest for today. Ill have to start disabling plugins one by one tomorrow and see if that fixes it.
Forum: Themes and Templates
In reply to: Twenty Twelve – Remove Title via custom CSS will not workStrange. On my Dashboard it is definitely there in Appearance – Custom CSS. I do use quick cache to clean my cache every few days. Caching currently is disabled. The only reason I could figure out is that the custom CSS is not being seen. Which you kind of confirmed.
copied and pasted below…
/*
Welcome to Custom CSS!CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don’t need to copy all
your theme’s stylesheet content.
*/.home .entry-header .entry-title {
display: none;
}