Forum Replies Created

Viewing 15 replies - 46 through 60 (of 83 total)
  • Thread Starter theas91

    (@theas91)

    Actually, 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!

    Thread Starter theas91

    (@theas91)

    Hi 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!

    Thread Starter theas91

    (@theas91)

    Hi 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/

    Thread Starter theas91

    (@theas91)

    Does anyone know how to fix the excerpt problem, at least?

    Thread Starter theas91

    (@theas91)

    I 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">

    Thread Starter theas91

    (@theas91)

    That worked! Thank you so much! ??

    Thread Starter theas91

    (@theas91)

    I 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

    Thread Starter theas91

    (@theas91)

    Nevermind, just needed to update!

    Thread Starter theas91

    (@theas91)

    Oh right, just decreased the height! Thank you so much again!

    Thread Starter theas91

    (@theas91)

    Ah, 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?

    Thread Starter theas91

    (@theas91)

    Yes 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?:)

    Thread Starter theas91

    (@theas91)

    Ops! Wrong link, haha, this is the right one denoto.net

    Thread Starter theas91

    (@theas91)

    Thanks 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.jpg

    You 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?

    Thread Starter theas91

    (@theas91)

    Thank you Andrew, I tried that but it didnt work ??

    Anyone else know?

    Thread Starter theas91

    (@theas91)

    Thanks 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.

    fashionjunkiie.com

Viewing 15 replies - 46 through 60 (of 83 total)