cocopops
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't upload mediawhen 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 mediatried other browser, does not work =(
Forum: Fixing WordPress
In reply to: Can't upload mediaits 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
Forum: Plugins
In reply to: [Plugin: NextGen Gallery/Ajax Page Loader] They don't seem to work together?No one knows how to help me out? Would really appreciate it, thanks!
Forum: Plugins
In reply to: Plugin & Coding: Fancybox kind of a thing???anyone? please
Forum: Themes and Templates
In reply to: custom theme – DIV problem!im sorry i dont have the link to my site, its on my localhost =/
Forum: Themes and Templates
In reply to: CSS styling issuenever mind =) i solved it by adding a div!
Forum: Plugins
In reply to: How to add Galleriffic gallery?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?
Forum: Fixing WordPress
In reply to: Three columns fixed width ?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:
Forum: Themes and Templates
In reply to: Page not displayed in center in explorerlooking through the issues i see theres actually nothing that bothers the centering of the page, as far as i can see..
Forum: Themes and Templates
In reply to: BIG white space !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?
Forum: Themes and Templates
In reply to: Explorer displays my page awfully!!but then the border-bottom dotted extends as well, goin outside of the main-border
Forum: Themes and Templates
In reply to: Explorer displays my page awfully!!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???
Forum: Themes and Templates
In reply to: Explorer displays my page awfully!!<!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 -->
Forum: Themes and Templates
In reply to: Explorer displays my page awfully!!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