theas91
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme: Twentytwelve not responsive on iPhoneActually, I can see this is happening when I resize the browser on a computer as well, so it must be something I’ve done in the styling. Still hope someone can help!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Excerpt not showing set image sizeHi Allen! I managed to fix the excerpt problem, thank you!!
Now the thing I’m wondering about is the images. I want them to not stretch, but crop. I’ve tried installing the Ajax plugin to resize all thumbnails to crop instead of stretch, but it isn’t finding the thumbnails in your plugin. Most of the plugins are not featured images that might be why.
Do you have any other solution to this? You can see what I mean here!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Excerpt not showing set image sizeHi Allen, I’m using about 12 different RSS feeds from either blogg.no or wordpress.
Here are a few; https://reidunbeate.com/feed/, https://thesweetnessoflife.blogg.no/index.rss, https://www.millivilla.com/feed/
Forum: Plugins
In reply to: [WP RSS Multi Importer] Excerpt not showing set image sizeDoes anyone know how to fix the excerpt problem, at least?
Forum: Fixing WordPress
In reply to: Large unclickable sectionI figured out that it is this code through firebug that is like an image over the entire first section, but I cannot for the life of me figure out where it is. It’s not in any of the theme files. I don’t know if anyone can help me then but would anyone know where it could be?
<img width="0" height="0" style="position:absolute;left:0px;top:0px;" src="https://visitanalytics.userreport.com/hit.gif?t=MCNd9967724">
Forum: Themes and Templates
In reply to: Full screen menu twentytwelve firefox/safariThat worked! Thank you so much! ??
Forum: Themes and Templates
In reply to: [Twentyeleven] Category only shows one postI have, this is what the code says:
<?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /* Include the Post-Format-specific template for the content. * If you want to overload this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?>
but I’m not sure what of that I might need to add or change? I’ve tried adding each separate line but then the whole post shows up again
Forum: Fixing WordPress
In reply to: Ads won't show up in FirefoxNevermind, just needed to update!
Forum: Themes and Templates
In reply to: [twentyeleven] help with #accessOh right, just decreased the height! Thank you so much again!
Forum: Themes and Templates
In reply to: [twentyeleven] help with #accessAh, that did the trick, for some reason it wasn’t responding on my child theme.. I’m going to finish the design and then redo the whole child theme to get all my info on there. But thanks again Andrew!
I finished the menu, but now I’m attempting to add a drop down menu and theres a space between the actual link and drop down link so they aren’t clickable.. at least I’m guessing that’s why I cant click on them.. heres my code for #access
/* =Menu -------------------------------------------------------------- */ #access { background: #000; /* Show a solid color for older browsers */ clear: both; display: block; float: left; margin: 0 auto 2px; width: 100%; height: 28px; } #access ul { font-size: 16px; font-family: 'oratorstd'; text-transform: uppercase; text-align: center; list-style: none; margin: 0 0 0 -0.8125em; padding-left: 0; height: 22px; } #access li { float: left; position: relative; width: 169px; } #access a { color: #eee; display: block; padding: 0 1.2125em; text-decoration: none; border-right: 2px solid #fff; height: 22px; padding-top: 6px; } #access ul ul { display: none; float: left; margin: 0; position: absolute; top: 3.333em; left: 0; width: 200px; z-index: 99999; } #access ul ul ul { left: 100%; top: 0; } #access ul ul a { background: #f9f9f9; border-bottom: 1px dotted #ddd; color: #444; font-size: 13px; font-weight: normal; height: auto; line-height: 1.4em; padding: 10px 10px; width: 168px; } #access li:hover > a, #access ul ul :hover > a, #access a:focus { } #access li:hover > a, #access a:focus { color: #ccc; } #access ul li:hover > ul { display: block; } #access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a { font-weight: bold; }
Can anyone see what’s wrong?
Forum: Themes and Templates
In reply to: [twentyeleven] help with #accessYes I want the bubble and the ‘1’ for comments floated right, and the text smaller. All I’ve tried is fixing the attributes for <div class=”comments-link”>, but It’s not responding at all so I don’t even think I can edit using that.
I was thinking of putting the comment in a new div separate from categories but I don’t want to mess up the whole site by messing around with functions.php.
Any other ideas?:)
Forum: Themes and Templates
In reply to: [twentyeleven] help with #accessOps! Wrong link, haha, this is the right one denoto.net
Forum: Themes and Templates
In reply to: [twentyeleven] help with #accessThanks Andrew, I figured it out ??
I have another question, not really related, I can start another thread if needed but it’s for the same site. If you look at the bottom of each post on this picture:
https://www.denoto.net/wp-content/uploads/2013/03/design-denoto.jpgYou can see that the comment bubble and number is all the way to the right and in a different font than the category to the left. I managed to separate the entry-meta and utility but how do I separate the category and comment section in the utility?
Or is there any way I can edit the span-class:comment-link in the css?Forum: Themes and Templates
In reply to: [theme: twentyten] add fullscreen horizontal lineThank you Andrew, I tried that but it didnt work ??
Anyone else know?
Forum: Themes and Templates
In reply to: Very small CSS coding helpThanks again ?? I’ve let her know about her images
So I’ve done what you said and reset it all, but now I cannot get the sidebar to move towards the left, it’s stuck where it’s at or it goes beneath the content. The whole layout is set to 1069px and the container is at 100% so I don’t know why it thinks that it’s smaller than that.