schiesserm
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Evolved for WordPress] WooCommerce and Comments evolvedsoralsokal
Robin, can you tell me the reason you want to split it? I use a woo theme on wordpress, and I am looking at Comments evolved, so I am wondering why you want both….?Forum: Themes and Templates
In reply to: Woo Themes Definition ThemeHi, I am the person who is stumbling on this via Google. I am having an awful time trying to simple replace the name of the Woo Theme “Definition” , with my own logo. (Among other problems that should either not be happening or easy to fix)
My site is http://www.controlRx.com
When I hover over the “Definition” title in the header bar using my inspector, I see there is reference to a logo file in the following folder.
<img src="http://www.controlrx.com/wp-content/themes/definition/images/logo.png" alt="ControlRX">The ideal thing would have been if they simply put that logo image in the media folder and I could replace it with one of equal size and name, which I will probably do next but I am holding out for support to tell me how to do it via the branding inputs.
Anyway, I activated the custom CSS to see if I could trick it into looking elsewhere for an image I uploaded to the images folder, and i am not super slick with custom CSS, so maybe I put it in the wrong spot between the brackets or whatever or maybe this is not the fix that will fix it ever, but nothing else has either.
I’m thinking my code change needs to occur within the actual code file where that lives (can’t find the php file with that, so far) as opposed to in the custom CSS….
But please See if my code change below makes any sense. Chances are by the time you get to looking at this the WOO support will have solved it for me.
**************************************************************
Instructions:Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. *//*
GLOBAL STYLES
—————-
Add styles beneath this line that you want to be applied across your entire site
I changed the logo file here*/
/*
DESKTOP STYLES
—————–
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */@media only screen and (min-width: 768px) { <a id="logo" href="http://www.controlrx.com/" title="Transformative Support for Patient Safety"><img src="http://www.controlrx.com/?p=53" alt="ControlRX"> </a>}
Forum: Themes and Templates
In reply to: WOO Theme problemsBTW yes I turned off all plugins, updated them all. NO effect.
Forum: Fixing WordPress
In reply to: Content invisiblegood idea, I am not too attached to the theme, and I think you are right. I am encouraged to believe that perhaps my hard time is just a bad theme and not WP!
Forum: Fixing WordPress
In reply to: Content invisiblethe weird thing is, the content in these content editors looks nothing like the pages, for example, when I go into the editor for the “find us” page there is text that says
“To change the map, directions, phone number and business hours of this page visit the SmallBiz Options Panel. This Page uses a WordPress Page Template. You can edit the code of this Page Template by going to Appearance -> Editor -> Find Us Page Page Template (findeus_page.php).”
Basically, I would figure that if I navigate back out to the live page, this text should be there, and then I change it to make it say what I want..(?) But the “find us” page has a map and a whole bunch of stuff nowhere to be found in the editor. perhaps I am too used to Drupal easy text editor but WP is supposed to be a breeze.
Forum: Fixing WordPress
In reply to: Content invisibleSo,CR’s suggestion above was a good one, I tried to past some text in the sample page, and nothing shows up when I publish that either. perhaps there is some leading code that needs to be in the text editor before my text to get treated as such?