Forum Replies Created

Viewing 15 replies - 91 through 105 (of 132 total)
  • Thread Starter Soprano

    (@soprano)

    Thanks for the replies,

    I dropped the wp_redirection tables and uploaded all the files and folders of the site, I optimized all the tables, then did as Michael suggested and only exported the core tables successfully followed by the rest of the tables successfully but now I get this error on every page not only on my addon domain but my main domain (another different blog):

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    What could it be?

    Thread Starter Soprano

    (@soprano)

    no solutions?

    Use the HTML editor tab to insert the bullet list into your post, like:

    these are my favorite colors:

    <li>
    
    <ol>red</ol>
    <ol>green</ol>
    <ol>blue</ol>
    
    </li>

    will look like:

    these are my favorite colors:

      red
      green
      blue
    Thread Starter Soprano

    (@soprano)

    Thanks for replying :),

    I tried adding: padding:0 0 0 15px; but the bullets came out of alignment with the title of each post, so I tried creating the LI its own class and using the style-position as you suggested and added this to the style sheet:

    div#sidebar ul.group li {
    list-style-position: inside;
    list-style-type:disc
    }

    the bullets now aligned but for some reason a bullet kept floating ontop of each widget titles block, this is a SS:

    https://f.imagehost.org/0250/bullets.jpg

    not sure what it could be :S, what whould happen if I wanted to add a small image with an arrow instead? maybe it might be easier…

    @ claysound or mdcarlson144,

    Can any of you list the plugins you use to see if we share any similar ones?

    I’m getting the same thing :S, I guess it has to do with one of the plugins we have installed not being compatible with 2.8…I have like 50 so no easy way to narrow it down and pinpoint the problem =(

    I cant edit the pages cause I get this error:

    Warning: implode() [function.implode]: Invalid arguments passed in /home/user/public_html/wp-includes/post.php on line 1762

    Warning: Cannot modify header information – headers already sent by (output started at /home/user/public_html/wp-includes/post.php:1762) in /home/user/public_html/wp-includes/pluggable.php on line 865

    Thread Starter Soprano

    (@soprano)

    I was reading the code for the OutBrain plugin (https://www.outbrain.com/get/ratings/Wordpress) and I cant seem to find the form code used for the “Recommandations” section so I can implement it in my current self hosted ‘related posts plugin (YARPP) instead of relying in their third party service which probably isn’t good for my sites speed ect.., any suggestions?

    Thread Starter Soprano

    (@soprano)

    I figured it out…it was actually the outbrain plugin Samboll suggested…apparently it comes with a recommendations system as well as rating :).

    Thread Starter Soprano

    (@soprano)

    sorry had to search through my history to find it…but here it is ??

    https://blog.disqus.net/2009/05/30/featured-friday-robert-of-scobleizercom/

    thats the link to the post, I tried looking at the source to find something but had no success, maybe one of you have better luck…

    Thread Starter Soprano

    (@soprano)

    thanks for the reply, I didnt mean the rating system though, I meant the related posts with a border table around them and the table having a title. ??

    Thread Starter Soprano

    (@soprano)

    is there a plugin or something? :S

    Thread Starter Soprano

    (@soprano)

    sorry I meant “using a post AS the welcome message”, they need to add an edit feature to these forums :(.

    Thread Starter Soprano

    (@soprano)

    thanks for replying ??

    I believe the theme is using a post and the welcome message :), what kind of div code would I use together with WP_Query to obtain the result a table tag would provide?

    Thread Starter Soprano

    (@soprano)

    I found the theme had another style sheet in a separate folder :|,

    I changed it from

    img {margin:0 0 1.5em 0;}

    to

    img{ padding: 4px; margin: 0 7px 2px 0; display: inline; }

    The only problem I’m having now is getting it to do the same with Images that are linked, I tried:

    a img{ padding: 4px; margin: 0 7px 2px 0; display: inline; }

    But no success, does anybody know how I could implement this?

    Thank you

    Thread Starter Soprano

    (@soprano)

    oh, well i would but its not my blog and he has set it to private so you cant really see it, I’m using the Options theme from https://justintadlock.com/archives/2008/02/24/options-wordpress-theme I read someone had similar probs in the forums but there was no good solution.I tried the Div tag with no success, also the <p class…

    /************************************************
    	Images
    ************************************************/
    /* Images */
    .single img, img.thumbnail, .flickr img, img.feature-image, #post-thumbnail-tabs img, #post-sections img, #home img, .post img {
    	padding: 3px;
    	background: #222;
    	border: 1px solid #333;
    	}
    .no-border img { border: none; }
    .post .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; }
    .archive .post .avatar { width: 80px; height: 80px; }
    a img { border: none; }
    /* Post images */
    img {
    	max-width: 98.5%;
    	}
    /* Feature images */
    img.feature-image {
    	max-width: 300px;
    	margin: 0 10px 0 0;
    	}
    /* Thumbnail images */
    img.thumbnail, .recent img.thumbnail {
    	float: left;
    	width: 100px;
    	height: 100px;
    	margin: 0 10px 5px 0;
    	}
    /* Thumbnail Large images */
    img.thumbnail-large {
    	max-width: 265px;
    	float: left;
    	margin: 0 10px 5px 0;
    	}
    img.feature-full { max-width: 100%; }
    #post-blocks img.thumbnail-large, #post-blocks a img.thumbnail-large { border: none; }
    #post-thumbnail-tabs img { float: right; margin: 0 0 5px 10px; }
    #author-box img { float: left; margin-right: 10px; }

    thats the whole image css section on the stylesheet which is causing the probs, Im also having the same problem with the WP-Email (lesterchan.net/portfolio/programming.php) plugin email icon which is inserted into the single.php section using email_link(); }, I tried wraping that with the <span class but just got an error in the single page.

Viewing 15 replies - 91 through 105 (of 132 total)