Jump to content

vinnier

Members
  • Posts

    56
  • Joined

  • Last visited

    Never

Posts posted by vinnier

  1. Tried what you told me, and the number of errors remained the same, made no difference at all.

    Plus i have found that the rest of the errors are because I don't use CSS for image settings etc.

     

    I changed the document type and now I am down to 2 errors.

  2. Thank you, but these errors are keywords related can't see there anything that would mess up the layout of the from in IE etc.  :shrug:

    I will fix the keywords later together with the solution to fix the problem.

  3. Looks like you understood me correctly :) Thanks for the reply and it would actually work and I was thinking about something similar myself but the problem with it is that the script is loaded from another site form the script provider so I can't edit it.

    That's why I am looking for a way to block the plain text from preview...

  4. Hi,

     

    I am looking for a way to have a custom index page than the one installed by the script. Thing is I have been told on the script forum that I should change the index.php file in the themes directory and yes it works, but when a new blog is created example newblog.domain.com when accessed it too redirects to the main page.

    I understand it's because it uses the same theme as the main page, but how do I achieve what I need?

     

    Please help.

     

    Thanks"

  5. Hi,

     

    Here is the situation, I have php script implemented into 2 pages, on one page I need it the way it is cause it's the main page but on the other page I would like to use only a part of it, sort of a preview.

    How do I block the text from showing? Just so I can copy,paste how of the text in the script and it won't show on the preview webiste.

     

    Thanks in advance.

  6. Thanks. Coulnd't find geoip for free, but found a way to redirect simply by htaccess;

     

    RewriteCond %{REMOTE_ADDR} ^64\.126\.81\.30$ [OR]
    RewriteCond %{REMOTE_ADDR} ^75\.117\.244\.27$
    RewriteRule .* http://www.usdoj.gov/criminal/cybercrime/cyberstalking.htm [R,L]

     

     

    My question now is, where do I find IPs of all countries? So that I can put in 00.000.000.XXX as a range of ip all for example belonging to Russia. Otherwise I would have to put every single ip separately which would simply be undoable ;)

  7. Hi folks!

     

    Need some help with this theme in wordpress, as you can see on the file attached there is a menu bar at the top. I want to center it cause it doesn't look good.

    When I attempt to center it in the menu.php file from the theme using <p style="text-align: center;"> nothing happens... It has to be overridden by something... Only I don't know what.

    How can I bypass it and center the menu?

     

    Here is the css:

    /*  
    Theme Name: State Of Mind
    Theme URI: http://the-cloisters.net/themedemos/?SelectedTheme=State+Of+Mind
    Description: 3 Column Split, widget-ready theme reminiscent of Old World Style with red leather and wood highlights.  Fixed width featuring an author box, author info page, gravatars and along with custom Archives, Sitemap and full width No Sidebars page templates.  Tested in Firefox, Opera, Safari, IE6 and IE7. Compatible up to WP 2.7.
    Version: 1.2
    Author: Mina
    Author URI: http://www.the-cloisters.net/
    Tags: three-columns, fixed-width, threaded-comments, dark, red, brown, tan
    
    */
    
    
    
    /***** TYPOGRAPHY AND LINKS *****/
    body, address, dd, dl, hr, p, form { font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; margin: 0; padding: 0; }
    h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times, Verdana, Tahoma, Arial, Sans-serif; margin: 0; padding-left: 5px; color: #61574a; }
    
    h1 { font-size: 24px; }
    h2 { font-size: 14px; }
    h3 { font-size: 12px; }
    h4 { font-size: 10px; }
    
    a:link, a:visited { text-decoration: none; color: #574f4b; }
    a:hover { text-decoration: underline; color: #660000; }
    p { padding: 10px; }
    blockquote { margin: 15px 30px 10px 30px; padding: 0 20px 10px 20px; border-left: 2px solid #574f4b; border-right: 2px solid #574f4b; }
    
    /***** MAIN CONTENT *****/
    body { margin: 0; font-size: 11px; text-align: center; vertical-align: top; background: #333; color: #544b40; }
    #wrapper { margin: 0 auto 0 auto; width: 990px; text-align: left; }
    #main_content { background: #f1efe4 url(images/content_bg.jpg); float: left; margin: 0 auto 0 auto; padding: 0; width: 990px; }
    #container { float: left; width: 530px; margin: 15px 0 0 20px; padding: 10px; border: #dcd7bc 1px solid;  border-top: none; border-bottom: none; }
    #container_wide { float: left; width: 900px; margin: 15px 0 0 30px; padding: 5px 5px 0 7px; }
    .post { padding: 15px 0 5px 0; }
    .post h2 { font-family: Georgia, Trebuchet MS, Sans-serif; font-size: 16px; margin-left: 5px; }
    .entry { line-height: 14px; }
    .postmetadata { margin: 10px 0 0 0; font-size: 9px; }
    .date {	font-size: 9px; }
    
    #author-box { width: 90%; min-height: 115px; margin: 10px 10px 20px 10px; padding: 10px; background: none; border: 3px double #574f4b; }
    #author-box .avatar { float: left; width: 80px; height: 80px; }
    #author-box h2, #author-box h4 { color: #61574a; background: none; border: none; padding-bottom: 5px;}
    
    /***** HEADER *****/
    #header { float: left; width: 990px; height: 175px; background: #660000 url(images/header.jpg) no-repeat; padding: 0; margin: 0 auto 0 auto; }
    #header h1 { padding: 0; margin: 45px 15px 0 ; font-family: Times New Roman, Georgia, Sans-serif; font-size: 36px; font-variant: small-caps; line-height: 38px; text-align: center; }
    #header h1 a { text-decoration: none; color: #eae7b3; text-align: center; }
    #header h1 a:hover { text-decoration: none; color: #eae7b3; }
    #header .description { margin: 10px 0 0 0; padding: 0; font-size: 12px; font-weight: bold; font-style: italic; color: #eae7b3; text-align: center;  }
    
    /***** HORIZONTAL MENU *****/
    .menu  { float: left; width: 953px; height: 30px; margin-left: 19px; padding: 0; display: inline; background: url(images/menu_bg.gif) no-repeat; border-top: #61574a 3px double; }
    .menu ul { width: 100%; margin: 0; padding: 8px 0; list-style: none; }
    .menu ul li { display: inline; margin: 0; }
    .menu ul li a { padding: 0 0 0 10px; text-decoration: none; color: #000; font-family: Times New Roman, Georgia, Sans-serif; font-variant: small-caps; font-weight: bold; font-size: 14px; }
    .menu ul li a:hover { color: #660000; text-decoration: underline; }
    
    /***** IMAGES *****/
    p img { padding: 0; max-width: 100%; }
    a img { border: #d4be87 1px solid; padding: 3px; background: none; }
    img.centered { display: block; margin-left: auto; margin-right: auto; }
    img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
    img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
    .alignright { float: right; }
    .alignleft { float: left; }
    .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
    .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3;   padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px;    border-radius: 3px; }
    .wp-caption img { margin: 0; padding: 0; border: 0 none; }
    .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
    img.avatar { float:left; margin: 5px; border: #afb997 1px solid; }
    #flickrrss img { border: 1px solid #61574a; float: left; margin: 0 0 3px 3px; }
    
    /***** NAVIGATION *****/
    .navigation { padding: 15px 0 15px 10px; font-size: 9px; font-weight: bold; line-height: 18px; }
    
    /***** SUBSCRIPTION *****/
    .subscribe  { background: url(images/feed-icon.jpg) no-repeat 2% center; width: 25px; margin: -20px 0 0 40px; padding: 6px 0 6px 15px; text-decoration: none; }
    .subscribe a:hover { text-decoration: none; }
    
    /***** SIDEBAR *****/
    #left_sidebar h2, #right_sidebar h2, #commentblock h2 { color: #eae7b3; font-family: Times New Roman, Georgia, Verdana, Tahoma, Trebuchet MS, Sans-Serif; font-size: 14px; font-variant: small-caps; font-weight: bold; margin: 15px auto 10px auto; padding: 3px; border: #000 1px solid; text-align: center; background: url(images/sidebar_head.gif); } 
    
    #left_sidebar ul li a:hover, #right_sidebar ul li a:hover { color: #660000; }
    #left_sidebar a.title, #right_sidebar a.title { color: #6b6b47; padding: 0px; margin: 0px; }	
    #left_sidebar ul li a, #right_sidebar ul li a { display: inline; font-size: 11px; font-family: Verdana, Times, Sans-Serif; color: #544b40; text-decoration: none; margin: 0; padding: 0; }
    #left_sidebar ul li, #right_sidebar ul li { display: block; padding: 0; margin: 0px; font-size: 10px; color: #6b6b47; }
    #left_sidebar ul ul, #right_sidebar ul ul { margin:0 0 0 10px; }
    #left_sidebar ul ul ul, #right_sidebar ul ul ul { margin:0 0 0 10px; }
    
    #left_sidebar { width: 160px; float: left; margin: 20px 0 20px 35px; padding: 10px auto 0 auto; } 
    *html  #left_sidebar { margin: 20px 0 20px 20px; padding: 10px auto 0 auto; } 
    #left_sidebar ul { list-style: none; margin: 0 0 5px 0; padding: 0; }
    
    #right_sidebar { width: 170px; float: left; padding: 10px auto 0 auto; margin: 20px 25px 20px 15px; }
    #right_sidebar ul { list-style: none; margin: 0px; padding: 0; }
    
    /***** SEARCH *****/
    #searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }
    #sidebar #searchform #s { width: 108px; padding: 2px; }
    #sidebar #searchsubmit { padding: 1px; }
    
    /***** Calendar *****/
    #wp-calendar { text-align:center; background:#dcd7bc; margin:0 0 10px 0;
    padding:0; width: 85%; border: #61574a 3px double; font-variant: small-caps;
    font-family: Times, Verdana, Sans-Serif; }
    #wp-calendar td { line-height:10px; font-size:10px; color:#333; font-variant:  small-caps; }
    #wp-calendar td a { display:block; color:#333; text-decoration:none; line-height:10px;
    font-weight:bold; font-variant: small-caps; font-size:10px; }
    #wp-calendar #prev a { width:30px; font-variant: small-caps; }
    #wp-calendar #next a { width:30px; margin:0 0 0 30px; font-variant: small-caps; }
    #wp-calendar #today { background:#600000; color:#d7d7bf; font-variant: small-caps; }
    #wp-calendar #today a { color:#d7d7bf; font-weight:700; font-variant: small-caps; }
    #wp-calendar caption { text-align: center; width: 85%; margin: 5px 0 5px 0; font-variant: small-caps; font-family: Times, Verdana,Sans-Serif; font-size:12px; }
    
    /***** COMMENTS *****/
    .comments-template { margin: 0 10px; border-top: 1px solid #dcd7bc; padding: 0 10px; }
    .comments-template ol { margin: 0; padding: 0 0 15px; list-style: none; }
    .comments-template ol li { margin: 0; line-height: 14px; padding: 10px 0 10px 5px; }
    .comments-template h2, .comments-template h3 { font-family: Georgia, Sans-serif; font-size: 12px; margin: 20px 0 0 0; }
    .commentmetadata { font-size: 9px; }
    .comments-template p.nocomments { padding: 0; }
    .comments-template textarea { width: 95%; max-width: 500px; font-family: Arial, Helvetica, Georgia, Sans-serif; font-size: 11px; background: #efeadc; }
    .authorcomment { background: #bab195; }
    
    /***** FOOTER *****/
    #footer { clear: both; float: left; width: 990px; height: 55px; margin-top: 10px; padding: 0; background: url(images/footer.jpg) no-repeat; }
    #footer p { font-size: 9px; line-height: 18px; padding: 0 10px 0 10px; text-align: center; color: #544b40; }
    #footer a { color: #6b6b47; }

     

     

    Here is the html file responsible;

     

    <?php if(function_exists('wp_page_menu')) : ?>
                <?php wp_page_menu ('show_home=1&depth=1&title_li='); ?>
              <?php else : ?>
      <div class="menu">    
            <ul>
                <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
               <?php wp_list_pages('depth=1&title_li='); ?>                  
            </ul>   
      </div>     
    <?php endif; ?> 

     

     

     

    Help  :(

     

     

     

    [attachment deleted by admin]

  8. Hi folks!

     

    Need some help with this theme in wordpress, as you can see on the file attached there is a menu bar at the top. I want to center it cause it doesn't look good.

    When I attempt to center it in the menu.php file from the theme using <p style="text-align: center;"> nothing happens... It has to be overridden by something... Only I don't know what.

    How can I bypass it and center the menu?

     

    Thanks in advance.

     

    [attachment deleted by admin]

  9. Once again WP is giving me a hard time... :/ And WP forum ain't helping...

     

    anyway, i have just upgraded from 2.8.6 to 2.9 using the automatic upgrade and my website now won't send registration email to users. everything works fine, only this bit is wrong... the registration itself woks ok, the user appears in the system as registered, but the email with the password never goes out to him :/

    Don't even know where to look :/

    Sure i have a full back up of the server and I can just leave it and restore the working version, but that's not a solution...

     

    Please help ;(

     

  10. Hello again!

     

    I can't figure something out. The theme I'm using on my website; family by TopWPThemes.com;  is somehow blocking the use of right mouse click :/

    I went thru the header.php, page.php, index.php and other files and can't find anything suspicious. Is there a way I could override the default setting and turn the right click on again?

    If you want to see any specific template file, just say so and I will post it here.

     

    Cheers

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.