Forum Replies Created

Viewing 15 replies - 16 through 30 (of 39 total)
  • Forum: Fixing WordPress
    In reply to: h1 color issues
    Thread Starter theresident

    (@theresident)

    Woooooooo! MAGIC! hahaha

    Thanks so much, worked like a charm!

    Out of curiosity (and to prevent me asking in the future here) when do you use #primary? Is it like the first instance of that kind of information or something?

    Thanks again!

    Forum: Fixing WordPress
    In reply to: h1 color issues
    Thread Starter theresident

    (@theresident)

    Hi Esmi!

    When I place it in different places, it affects the CSS differently – sometimes adding in bullets to the sidebar items, sometimes changing the colors of different links (number of comments, randomly) that don’t seem to be related to the position in the CSS.

    I just tried it at the bottom of the CSS file as you recommended and cleared my cache, and in that position it doesn’t seem to do anything.

    I’ve left it there, and as you can see it didn’t change that link.

    Any other ideas would be super-appreciated!

    Forum: Fixing WordPress
    In reply to: h1 color issues
    Thread Starter theresident

    (@theresident)

    Thanks, esmi! That didn’t seem to work – I added that in verbatim on it’s own line in a few places in the css and it didn’t do the trick. Maybe I’m not putting it in the right place?

    Thread Starter theresident

    (@theresident)

    Wait! Scratch that last post. ??

    I downloaded an html editor (about time, I know) – and was able to correct it by ftping to the problem.

    AND YOUR SOLUTION WORKED! Thanks soooo much. I would have never ever thought of special characters. Yay! I really appreciate the help!

    Thread Starter theresident

    (@theresident)

    Hey! thanks for the input! Unfortunately it seems to have broken it, haha.

    I removed the special characters lines you suggested and instantly got this error message: Parse error: syntax error, unexpected ‘)’ in /homepages/24/d281236462/htdocs/www.fightthefools.com/wp-content/themes/barthelme/functions.php on line 667

    So I copied and pasted the original functions.php back, and I’m still getting that message now.

    I just use text edit (on a mac) to edit my HTML, so I can’t count down 667 lines to see where the issue is – any ideas? Yikes! Site is officially gone now and I’d hate to have to redo all the other customization I did so far…

    Thread Starter theresident

    (@theresident)

    This is the css btw. Any ideas would be great.

    [Code moderated] Please use a pastebin for posting large portions of code.

    Thread Starter theresident

    (@theresident)

    Hey, just wanted to let anyone know that might have similar troubles – I fixed the issue.

    I had had to add “AddType x-mapp-php5 .php” to my htaccess file a while ago – but apparently I didn’t need it anymore. I removed it and my Genki comments now work just fine. So if they stop working for you, check out your htaccess file and that might do the trick easily for you.

    Thread Starter theresident

    (@theresident)

    Argh – stopped working again. The site is at https://www.theresident.net

    I am using WordPress 2.9.2 – is anyone else using this plugin successfully with this version?

    Forum: Themes and Templates
    In reply to: video theme
    Thread Starter theresident

    (@theresident)

    Yeah, I switched themes earlier today, and I uninstalled all my plugins…been cracking at it for like 10 hours now – it is definitely something in the theme files. Argh!

    I guess I’ll have to just find another theme – I just don’t want it to end up being the same issue – no way to tell really until I plunk down the money.

    Thanks again for all the input!

    Forum: Themes and Templates
    In reply to: video theme
    Thread Starter theresident

    (@theresident)

    Hi – why was the code I placed up there removed???

    Forum: Themes and Templates
    In reply to: video theme
    Thread Starter theresident

    (@theresident)

    Good to know! This is what the theme’s functions.php looks like, anything stand right out?:

    [code removed]

    Forum: Themes and Templates
    In reply to: video theme
    Thread Starter theresident

    (@theresident)

    Thanks! Yeah, the irony is that the one I’m using is listed there, haha. I wish I could just find where the bad code is and get rid of it…but I guess it’s not that simple or easy, is it?

    Forum: Themes and Templates
    In reply to: video theme
    Thread Starter theresident

    (@theresident)

    Thanks Sam! Yeah, I asked them over there – no reply as of yet. ??

    So frustrating. I wish there was a comparable video theme out there that I could just use instead, but I can’t find another good one to use.

    Thread Starter theresident

    (@theresident)

    Yeah, this is the one from the joomla folder. That’s bizarre – somehow they got combined.

    There has to be somehow to just insert “share” on the URLs…

    So now I have an .htaccess at my root that only has the WordPress info in it, and this is what my .htaccess file in my joomla (share) folder looks like:

    ##
    # @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $
    # @package Joomla
    # @copyright Copyright (C) 2005 – 2008 Open Source Matters. All rights reserved.
    # @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##

    #####################################################
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: ‘Options +FollowSymLinks’ may cause problems
    # with some server configurations. It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file. If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url’s. If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    #####################################################

    ## Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks

    #
    # mod_rewrite in use

    RewriteEngine On

    AddType x-mapp-php5 .php

    # Uncomment following line if your webserver’s URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root)
    ########## Begin – 3rd Party SEF Section
    ############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension – e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
    #
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional – see notes##
    RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    #
    ########## End – 3rd Party SEF Section
    #RewriteBase/

    ########## Begin – Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
    RewriteRule (.*) index.php
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    #
    ########## End – Joomla! core SEF Section

    ########## Begin – Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit attempts to Joomla!
    #
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a <script> tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    #
    ########## End – Rewrite rules to block out some common exploits

    Thread Starter theresident

    (@theresident)

    This is what the .htaccess looks like – any ideas where a “share” might go?

    ##
    # @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $
    # @package Joomla
    # @copyright Copyright (C) 2005 – 2008 Open Source Matters. All rights reserved.
    # @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##

    #####################################################
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: ‘Options +FollowSymLinks’ may cause problems
    # with some server configurations. It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file. If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url’s. If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    #####################################################

    ## Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks

    #
    # mod_rewrite in use

    RewriteEngine On

    AddType x-mapp-php5 .php

    # Uncomment following line if your webserver’s URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root)
    ########## Begin – 3rd Party SEF Section
    ############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension – e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
    #
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional – see notes##
    RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    #
    ########## End – 3rd Party SEF Section
    #RewriteBase/

    ########## Begin – Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
    RewriteRule (.*) index.php
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    #
    ########## End – Joomla! core SEF Section

    ########## Begin – Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit attempts to Joomla!
    #
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a <script> tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    #
    ########## End – Rewrite rules to block out some common exploits

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 15 replies - 16 through 30 (of 39 total)