Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Forum: Fixing WordPress
    In reply to: Can't upload media
    Thread Starter cocopops

    (@cocopops)

    when i go to setting > media, i can’t even see the uploading files section. just the image sizing part

    Forum: Fixing WordPress
    In reply to: Can't upload media
    Thread Starter cocopops

    (@cocopops)

    tried other browser, does not work =(

    Forum: Fixing WordPress
    In reply to: Can't upload media
    Thread Starter cocopops

    (@cocopops)

    its a new site

    latest version of WP (3.7.1)

    the file size is always small when i upload, just images, tried different sizes

    i am on a macbook. tried various formats and sizes

    i tried uploading from my phone and it worked from there

    Thread Starter cocopops

    (@cocopops)

    No one knows how to help me out? Would really appreciate it, thanks!

    Thread Starter cocopops

    (@cocopops)

    anyone? please

    Thread Starter cocopops

    (@cocopops)

    im sorry i dont have the link to my site, its on my localhost =/

    Thread Starter cocopops

    (@cocopops)

    never mind =) i solved it by adding a div!

    Thread Starter cocopops

    (@cocopops)

    would really appreciate some help!

    i have checked out the other thread here about it, but it didnt seem to work out =( dont know whats the problem?

    Thread Starter cocopops

    (@cocopops)

    since i have a three column site, i want the mid column to be fluid, not all of them

    i want the site to be like this:

    https://www.pmob.co.uk/temp/3col-min-max-basic.htm

    Thread Starter cocopops

    (@cocopops)

    looking through the issues i see theres actually nothing that bothers the centering of the page, as far as i can see..

    Thread Starter cocopops

    (@cocopops)

    but is it really something to do with that? cuz i had same issues with another site, and it really wasnt the validation errors, it was just coding the CSS in another way so IE wouldnt interpret it wrongly…

    what could it possibly be?

    Thread Starter cocopops

    (@cocopops)

    but then the border-bottom dotted extends as well, goin outside of the main-border

    Thread Starter cocopops

    (@cocopops)

    ooooooooh!!!!!!!! THAAANK YOU!!!!! WOW!!

    do u see the problem when u go to “kurser/schema” ??? it should be three images (kids, youth and adults) and beneath each of them the picture of the schedule, like three columns. whats up with that???

    Thread Starter cocopops

    (@cocopops)

    <!DOCTYPE html>
    <html <?php language_attributes() ?> >
    <?php $options = get_option('aesthete_options'); ?>
    <head>
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php if (is_home () ) { bloginfo('name'); echo ' - '; bloginfo('description');}
    	elseif ( is_category() ) {single_cat_title(); echo ' - ' ; bloginfo('name'); }
    	elseif (is_single() ) { single_post_title(); echo ' - '. get_tags_for_post($post->ID, 'category' ).' - '. get_tags_for_post($post->ID). ' - ' ; bloginfo('name');}
    	elseif (is_page() ) { single_post_title();}
    	elseif(is_tag()) {echo 'Post tagged '; wp_title('',true); echo ' - '; bloginfo('name');}
    	else { wp_title('',true); } ?></title>
    
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    	<?php if (is_single())
    	{?>
    		<meta name="description" content="<?php single_post_title();?> <?php echo ' - '.get_the_excerpt() . '.' . get_tags_for_post($post->ID, 'category' )?>" />
    		<meta name="keywords" content="<?php echo get_tags_for_post($post->ID, 'category' ). get_tags_for_post($post->ID)?>" />
    	<?php }
    	elseif (is_category())
    	{?>
    			<meta name="description" content="<?php single_cat_title(); echo ', '; bloginfo('description');?>" />
    			<meta name="keywords" content="<?php single_cat_title(); echo ' '; bloginfo('description');?>" />
    	<?php
    	}
    	else
    	{?>
    			<meta name="description" content="<?php bloginfo('name'); echo '. '; bloginfo('description');?>" />
    			<meta name="keywords" content="<?php bloginfo('name'); echo ' '; bloginfo('description');?>" />
    	<?php }?>
    
    	<style type="text/css" media="screen">
    		@import url( <?php bloginfo('stylesheet_url'); ?> );
    	</style>
    
    	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<script type="text/javascript" src="<?php bloginfo('stylesheet_directory');?>/js/base64.js"></script>
    
    	<?php wp_get_archives('type=monthly&format=link'); ?>
    	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' );?>
    	<?php wp_enqueue_script('jquery'); ?>
    	<?php wp_head(); ?>
    
    <script type="text/javascript">
    jQuery(document).ready(function() {
     // hides the slickbox as soon as the DOM is ready
      jQuery('#toggle-text1').hide();
    
     // toggles the slickbox on clicking the noted link
      jQuery('a#slick-slidetoggle1').click(function() {
    	jQuery('#toggle-text1').slideToggle(400);
    	return false;
      });
    });
    </script>
    
    <script type="text/javascript">
    jQuery(document).ready(function() {
     // hides the slickbox as soon as the DOM is ready
      jQuery('#toggle-text2').hide();
    
     // toggles the slickbox on clicking the noted link
      jQuery('a#slick-slidetoggle2').click(function() {
    	jQuery('#toggle-text2').slideToggle(400);
    	return false;
      });
    });
    </script>
    
    </head>
    
    <body>
    <div id="page">
    	<div id="wrapper">
    		<?php if ($options['use_graph_header']):?>
    			<div id="header">
    				<a href="<?php echo get_option('home'); ?>">
    						<img src="<?php bloginfo('stylesheet_directory');?>/img/head-b.jpg" width="683" height="177" border="0"/><img src="<?php bloginfo('stylesheet_directory');?>/img/logo.gif" width="239" height="177" border="0"/>
    				</a>
    			</div>
    		<?php else:?>
    			<div id="header">
    
    				<a href="<?php echo get_option('home'); ?>" class="headerimg" style="width:<?php echo $options['header_image_width']?>px;">
    
    					<?php if ($options['header_image']==3 && $options['image_url']):?>
    						<img src="<?php echo $options['image_url']?>" border="0" class="headerimg"/>
    					<?php elseif($options['header_image']==1):?>
    						<img src="<?php bloginfo('stylesheet_directory');?>/img/headerslide.gif" width="450" height="262" border="0" class="headerimg" />
    
    					<?php endif;?>
    				</a>
    				<img src="<?php bloginfo('stylesheet_directory');?>/img/logga5.jpg" width="519" height="232" border="0" class="headerright" />
    				<?php if (!$options['hide_blog_title']):?>
    					<div class="headerimg"  style="padding-top:<?php $pad=max(0,$options['header_image_height']-97); echo $pad;?>px">
    						<?php if (is_home()):?>
    							<h1 <?php if ($options['blog_title_size']) echo 'style="font-size:'.$options['blog_title_size'].'px"'?>><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    						<?php else:?>
    							<h3 <?php if ($options['blog_title_size']) echo 'style="font-size:'.$options['blog_title_size'].'px"'?>><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h3>
    						<?php endif;?>
    							<div class="description"><?php bloginfo('description'); ?></div>
    					</div>
    				<?php endif; ?>
    				<div class="clear"></div>
    			</div>
    		<?php endif;?>
    
    		<div id="whitepage">
    			<div id="whitepagesidebg">
    				<div id="whitepagetopbg">
    					<div id="whitepagebottombg">
    						<div id="navdiv">
    						<ul id="nav">
    			<?php /*?><li <?php if(!is_page()) echo 'class="current_page_item"'; ?>><a href="<?php echo get_option('home'); ?>/"><?php _e('Home');?></a></li><?php */?>
    			<?php wp_list_pages('title_li=&exclude=65,137,168,169,173,235,238'); ?>
    						</ul>
    						<div class="clear"></div>
    						</div>
    <?php 
    
    ?>
    
    <!-- end header -->
    Thread Starter cocopops

    (@cocopops)

    well, i have fixed the CSS problems (there were like 40 problems; RESOLVED). now theres some HTML validation errors, but nothing really that should affect the OUTPUT of the webpage. ive scrolled through all the errors and most of them are just misinterpreted.

    what can be the issue? i really dont understand, thanks for all help

Viewing 15 replies - 1 through 15 (of 25 total)