smoker450
Forum Replies Created
-
thanks greatly for the help. I apologize for not understanding, but this is my first attempt and creating a theme and I feel like I’m going in circles.
this is my code now and as stephencottontail predicted, it’s not working.
// Get stylesheets and scripts function gm_resources() { wp_enqueue_style('style', get_stylesheet_uri()); wp_enqueue_style ('secondary', get_stylesheet_uri() . '/styles/secondary.css', null, null, 'screen and (min-width: 1370px)' ); } add_action('wp_enqueue_scripts', 'gm_resources');
so, what do I need to do to make that ‘secondary’ style sheet work?
Forum: Themes and Templates
In reply to: [Theme: Twentythirteen] CSS rules different when logged inis esmi a bot?
the only posts I see from esmi are:
“Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.”I’ve been seeing the same thing for years. I use child themes when making changes. I get it. Sheesh!
Forum: Themes and Templates
In reply to: [Theme: Landscape] Only show banner on home pageplugins to the rescue
posting in case someone needs to search for this laterI should add that this is only happening on pages with shortcodes, the rest of the forum pages show up correctly.
Forum: Themes and Templates
In reply to: [Theme: Boot Store] Sidebar moved to bottom???I tried to fix it by adding a CSS rule the make the #primary content 60em, but now I can’t see the whole thing on mobile?
And my site is slower than molasses.
Forum: Themes and Templates
In reply to: [Theme: Boot Store] Sidebar moved to bottom???I should add, at the same time, my website slowed down a great deal, it now seems like it takes very long to load.
Forum: Themes and Templates
In reply to: add border around posts on front pagethanks again! worked perfectly!
Forum: Themes and Templates
In reply to: add border around posts on front pageI’m not very good at this stuff, but I assume that means the carousel is contained in the same class of div as the posts?
Forum: Themes and Templates
In reply to: add border around posts on front pagehey, batharoy, you’re the shiznit, sorry I didn’t reply to this last night, applied your css this morning and BAM!
The only issue I’m having is, it added a border to the image slider, is there any way to exlude that?
Forum: Plugins
In reply to: Mingle-permalinksI forgot, here is a link to my site
possibly nsfw:marijuana related site
pdxsmokers.comForum: Themes and Templates
In reply to: Widget item won't go awaythanks for all your help folks!
Forum: Themes and Templates
In reply to: Widget item won't go awayHey thanks for replying folks all of you, motivated me to come try what you all suggested and it worked.
The id the for the div is #flickr so I tried using css (display:none !important) but it did not work
This is what I did that worked.
The code for the flickr is html, not php, so /**/ doesn’t work.
I edited sidebar.php and put <!– CODE –!> around the following code
<div class="sidebar-widg"> <h2>Flickr Photos</h2> <div class="clear"></div> <div id="flickr"> <?php if (function_exists('get_flickrRSS')) get_flickrRSS(); ?> </div>
Forum: Plugins
In reply to: [Plugin: eShop] Orders Process Correctly but Go to Failed Statusis there ever a way to tell why the orders failed? I see some failed orders and I don’t know why. Is that because something in the program isnt working or because the user didnt complete the purchase?
I have other orders that are pending, so its not all orders for me.
Forum: Themes and Templates
In reply to: I almost have my sidebar transparentthanks for your post, now I know that when I find out the code like .widget-container I can go look at the code for clues as to what styling is in there. Teaching me to fish.
Forum: Themes and Templates
In reply to: I almost have my sidebar transparentWPyogi, you are strike again. Thank you so much, don’t suppose I could drop another Q on you?
I am trying to center the bottom hotwire add, it is code from their site. I added style align=”center” and it did not work. I can enter style align=”right” and it goes to the right, so I think I am close. Just going to keep playing around, I really love this stuff and it makes it all the more better when you and emsi offer the support you do.
Thanks again!