Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Nontouch

    (@nontouch)

    Thanks a lot Tobias! I don’t know how many hours I’ve tried to fix that one… I saved my day!

    Thread Starter Nontouch

    (@nontouch)

    Thanks Aldolat!
    In the plugin there is a possibility to add a div name of my table. In my case I named them “nytt” and “recensionerna”. Why do I not use those names when it comes to specify a specific element. The li.pis-li, it that not the same for all sidebar lists, not just on that page?

    .nytt .sidebar li.pis-li

    I’m glad you liked my improvement ideas. It’s fun to help to make something good, even better. =)

    // Anders

    Thread Starter Nontouch

    (@nontouch)

    I believe that solved the issue! Thanks a million for that. I’m fairly new at coding. Could you please tell me what the “li.pis-li” stand for here. I’ll try to understand the code better so that next time I’ll be able to make other changes myself. I believe I had problems which what overuled what.

    (One suggestion for plugin improvement. I’ve seen plugins (tablepress, for instance) there the custom style window expands when you klick on it. This makes the box for entering the custom code a lot bigger which in turn helps to see the code better. I know I liked it there, especially if one has a lot of code one wants to add. )

    Thanks again for a really great plugin!

    Cheers Anders

    Thread Starter Nontouch

    (@nontouch)

    sorry, of course:
    http://casinoval.se

    Thread Starter Nontouch

    (@nontouch)

    Aha,
    so it matter where in the plugin options you put your code. It’s read like a book top down. It work when I put the code on the bottom of the page. =)

    Thanks

    Thread Starter Nontouch

    (@nontouch)

    Hi,
    Sorry, I’ll of course specify my predicament…
    My site display about 25 casinos. On the main page I have only the Top12, but in another table I have all 25. In addition to that I have tables for different bonuses, free spins, free money, mobile casino and some others.

    I would like to have one main table, there I put in all data and updates. If I make an update on any of the rows on that table, all tables with that casino will be updated. That would work if I could add an ID to each row, and have that row-ID on multiple tables.

    Example:

    Karamba is displayed on top of the first table. I have also Karamba on the second table. The Karamba row looks exactly the same on both tables. Is there a way to make an update on one table and it will be displayed on both tables?

    In this case there are only two tables, but it could easily be 5-7 tables and the information needs to be updated rather often.

    Thread Starter Nontouch

    (@nontouch)

    hi,
    Thanks for your quick answer! That did not make any difference. Nothing happened. Do you think that the previous .tablepress column-3 still affect the column width?

    I had

    .tablepress-id-7 {
    	width: auto;
    	margin: 0 auto 1em;
    }

    activated before. When I deactivated that code the table became larger, but the image in the third column is still much bigger than the others despite the fact that is exactly the same image as in column 4.

    Thread Starter Nontouch

    (@nontouch)

    HI Tobias!
    What kind of Browser Extension could affect that?
    I thought if might have something to do with the “Leverage browser caching”. I made some changes in the htaccess file earlier to increase Leverage browser caching and load speed of the website. However, yesterday I changed everything back. The looks like this now:

    # BEGIN All In One WP Security
    #AIOWPS_FIVE_G_BLACKLIST_START
    # 5G BLACKLIST/FIREWALL (2013)
    # @ http://perishablepress.com/5g-blacklist-2013/

    # 5G:[QUERY STRINGS]
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (\”|%22).*(<|>|%3) [NC,OR]
    RewriteCond %{QUERY_STRING} (javascript:).*(\;) [NC,OR]
    RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3) [NC,OR]
    RewriteCond %{QUERY_STRING} (\\|\.\./|`|=’$|=%27$) [NC,OR]
    RewriteCond %{QUERY_STRING} (\;|’|\”|%22).*(union|select|insert|drop|update|md5|benchmark|or|and|if) [NC,OR]
    RewriteCond %{QUERY_STRING} (base64_encode|localhost|mosconfig) [NC,OR]
    RewriteCond %{QUERY_STRING} (boot\.ini|echo.*kae|etc/passwd) [NC,OR]
    RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC]
    RewriteRule .* – [F]
    </IfModule>

    # 5G:[USER AGENTS]
    <IfModule mod_setenvif.c>
    # SetEnvIfNoCase User-Agent ^$ keep_out
    SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|feedfinder|flicky|ia_archiver|jakarta|kmccrew|nutch|planetwork|purebot|pycurl|skygrid|sucker|turnit|vikspider|zmeu) keep_out
    <limit GET POST PUT>
    Order Allow,Deny
    Allow from all
    Deny from env=keep_out
    </limit>
    </IfModule>

    # 5G:[REQUEST STRINGS]
    <IfModule mod_alias.c>
    RedirectMatch 403 (https?|ftp|php)\://
    RedirectMatch 403 /(https?|ima|ucp)/
    RedirectMatch 403 /(Permanent|Better)$
    RedirectMatch 403 (\=\\\’|\=\\%27|/\\\’/?|\)\.css\()$
    RedirectMatch 403 (\,|\)\+|/\,/|\{0\}|\(/\(|\.\.\.|\+\+\+|\||\\\”\\\”)
    RedirectMatch 403 \.(cgi|asp|aspx|cfg|dll|exe|jsp|mdb|sql|ini|rar)$
    RedirectMatch 403 /(contac|fpw|install|pingserver|register)\.php$
    RedirectMatch 403 (base64|crossdomain|localhost|wwwroot|e107\_)
    RedirectMatch 403 (eval\(|\_vti\_|\(null\)|echo.*kae|config\.xml)
    RedirectMatch 403 \.well\-known/host\-meta
    RedirectMatch 403 /function\.array\-rand
    RedirectMatch 403 \)\;\$\(this\)\.html\(
    RedirectMatch 403 proc/self/environ
    RedirectMatch 403 msnbot\.htm\)\.\_
    RedirectMatch 403 /ref\.outcontrol
    RedirectMatch 403 com\_cropimage
    RedirectMatch 403 indonesia\.htm
    RedirectMatch 403 \{\$itemURL\}
    RedirectMatch 403 function\(\)
    RedirectMatch 403 labels\.rdf
    RedirectMatch 403 /playing.php
    RedirectMatch 403 muieblackcat
    </IfModule>

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Is there anything here that might interfere with the updates of the pages. I have the same problem today.

    Thread Starter Nontouch

    (@nontouch)

    The main difference between Safari/firefox and Chrome is that the text boxes in the table are text-align: center och vertical-align: middle in Safari and firefox. In chrome however my display show the text in the upper left corner. Can you see that too?

    Regarding the width of the columns, nothing happens when I try to change them. I believe where is something I have to overrule. Should the table be set on table-layout “fixed” or should I have it on anything else if I’d like to change the width of each column individually?

    Thanks for you quick reply!

    Anders

    Why is the style.css file completely empty in virtue??? From where does all the styling come from then????
    I can’t find it anywhere…

Viewing 10 replies - 1 through 10 (of 10 total)