Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Fixing WordPress
    In reply to: missing argument

    As I’ve said, it has nothing to do with theme, and also plugin – deactivated all and used the twentytwele theme. It sucks, but I’ll get around it somehow, fortunately it a backend problem so users do not suffer from it.

    Forum: Fixing WordPress
    In reply to: missing argument

    I am getting this same exact error, but it has nothing to do with theme, it happens no matter what on the wp backend when I try to update a post/page.

    Help!!!

    I have problem that is I guess attached to the updating problem, all of a sudden my “Latest results” got mixed up, it show last five but not in right order any more.. ti worked for like 10 legs up until now… now it’s mixed up… these are the last 5 results for these teams but not in right order.. any word on that?

    Forum: Fixing WordPress
    In reply to: Premalinks change
    Thread Starter DinoCSP

    (@dinocsp)

    Solved the issue by changing the 404 page just added

    <?php
    $dino_removed_slash = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
    $dino_removed_slash = rtrim($dino_removed_slash,'/')
    ?>
    Proceed with the <a href="https://<?php echo $dino_removed_slash(); ?>.html">article</a>

    Unfortunately that is the only way, because opengraph api wont publish actions related to posts finishing with “/”… at least in my case.

    Hope this solution up there helps someone out there.

    Forum: Fixing WordPress
    In reply to: Premalinks change
    Thread Starter DinoCSP

    (@dinocsp)

    Nope, the (.*)/(.*) not possible, nothing happens… it looked logical to me too… but no.

    DinoCSP

    (@dinocsp)

    Hi, I’ve removed most of the issues, only thing that remains is:

    So, I have CSS & JS minify truned on, used the help wizard to select files, plugin created them and uploaded them successfully onto CDN, now when I have to change some CSS (Like recently had to change .iframe tag) so I change it, and go to Minify page and click on the empty to rebuild (or something like that), and it empties minify cache, but doesn’t create one with updated files, when I go to w3tc/min folder I see that it was about to create it since i can se instead of include.default.sa15654sd.css I see include.default.id and same thing for other files, then I have to randomly removing of files in CSS and/or JS list and then putting them back so it starts to generating those files, and it takes mi almost two hours on I live site to change “width:250px” to “width:245px”, and during that time … well You know what CSS means now a days …

    DinoCSP

    (@dinocsp)

    Hi,

    First of all, changing the phpleague.php from github made the trick for updating the settings, but, now I’ve inputted last 16 playweeks with results and dates, but in the widget on the front page it shows zeros… to be clear this is what I did:

    – created league
    – created teams
    – imported teams -> league
    – created fixtures date
    – filled results of fixtures played
    – dragged and dropped widget into sidebar
    – opened my frontend and voila nothing happend, teams are there but with zero played matches and zero pts…

    Any clue?

    DinoCSP

    (@dinocsp)

    Hi Frederick,

    I have few problems with W3TC and 3.3.1 WP site, such as CDN cache emptying, and recently it won’t let me view the site, saying “Error with connecting with database”, and all I did was changed object width in themes CSS. My question is when it will be updated ? Thanks in advance!

    Thread Starter DinoCSP

    (@dinocsp)

    The it self is on Bosnian, so don’t be shocked… https://lukavac-x.ba is the uri.

    Thread Starter DinoCSP

    (@dinocsp)

    I’ve figured out a way w/o any kind of PHP code, the call for category from above fetches first category it gets, by some stupid logic of mine I realized it is an alphabet order so I renamed this ghost category “Slider” into “zSlider” since it’s first two letters will be alphabetically always at the bottom every other category will be showed before it is. Hope someone finds a way to change it for category under any name!

    Thread Starter DinoCSP

    (@dinocsp)

    To clear up a bit, to get my content slider I had to create a category and make condition that if one of post’s selected categories is “slider” it shows up up there, but now when I select that category on certain posts let’s say I have something in the “Music” category and want to display it also in content slider, so I check also “Slider”, now that post has two categories Music and Slider, now I have posts also listed beneath the slider in categories, lets say first block shows last 4 posts from “Music”, and on the post thumbnail there is a tag that says category name, now whenever I point it to Music and Slider inside that block that contains posts from Music category it says on that tag that it is from Slider category, and I need to find a way to force WP to stop showing that category name there but to try to find other (there always is other, because Slider is in this case only a tag-like-category that tells content slider to show certain post)

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