Hi
I tested it with all plugins OFF, no luck. Went further and made some “research”. I copied a block 11 which is already sorting by date, but only specific category. Duplicated block worked, but when i changed to “All categories” it stopped sorting .. oldest posts were first. Went back and choosed specific category – working again.
Could be bug when displaying “all categories”?
thank you
No matter what i choose (Oldest or latest), dates are not sorted. Let me write it down, that we use “Future posts” where we are allowed to post future posts. Makes sense when you see that we use it for events π No past posts..
Not what I want π
So i choose oldest posts and now I want to reorder posts from neweset to oldest
can this be done?
HI
You can see this issue at http://www.cele.si .. big slider is post based. If you take a look at time on slider and click on it, it will show you post and you will see +1h time in information box.
Correct time is in post.
Thank you
Hi Catalin
You misunderstood me. I do have titles if i want them. The problem is that when i left Title field blank and there should be nothing on frontend. But it is .. black stripe, please take a look at screenshot above.
If i enter Title everything is OK …
Cannot edit anymore .. another example
you can see these two on http://www.cele.si or on production site (redesign) at http://www.gregorjev.net/cele
-
This reply was modified 8 years by
gregy1403.
Thank you
Would it take a lot of coding to prevent shwoing future posts with this Random posts filter?
We are using “Post Future Posts” plugin and feature Random posts shows today posts (gregorjev.net/cele) and all future. We need to disable showing them in this block.
Thank you
Thank you for prompt answer
I did took a look at Random posts .. is there a code where i can just disable random?
Thank you
P.s. later i found that also others are asking for today posts .. are there chances you might implement this? Not random
-
This reply was modified 8 years by
gregy1403.
P.s. we already had this conversation .. just found -> https://forum.tagdiv.com/topic/low-quality-thumbnails/
Thank you for your answer.
I don’t know why should i use Regenerate thumbnails plugin for images uploaded 2 days ago. I can do this procedure every day than. So i guess this is not the solution, right?
What harm can do child theme, with different CSS code than default or some php added to functions, that clearly has nothing to do with images?
No plugins that has to deal with images are added .. so why disable them?
Sorry, my answers might be stupid, cause i would like to get to the bottom of this bad images and some things are just not going together with bad images (child theme css, plugins)
Thank you for your support and time.
any alternative yet?
Thank you
huh .. looks like I have additional question π
If you take a look at our News tredning at http://www.cele.si you can see that link font is smaller then other text (ACF)
Can i make them equal?
Thank you
Sorry for late reply .. just to say it is working like a charm π
I was writing the same about mobile images here .. i feel you macdlm π
Yes i tried that in first plan, but it is not working
<?php
/**
* Created by PhpStorm.
* User: tagdiv
* Date: 03.02.2015
* Time: 10:05
*/
class td_module_trending_now extends td_module {
function __construct($post) {
parent::__construct($post);
}
function render($order_no) {
ob_start();
?>
<div class="<?php echo $this->get_module_classes(array("td-trending-now-post-$order_no", "td-trending-now-post")); ?>">
<?php echo $this->get_title();?><?php echo get_post_meta($post->ID, 'prizorisce', true); ?>
</div>
<?php return ob_get_clean();
}
}
I’m using the same code in loop-single.php and it works
<?php echo get_post_meta($post->ID, 'prizorisce', true); ?>
Thank you, CSS worked
Link that was posted above by Chris contains a code for functions.php, which works just fine and it search also ACF. Well not the AJAX part, but when you press enter all ACF are searched.
Thank you
But .. if by mistake, you mamage to code this into future updates, that will be just perfect π
ok .. thank you
thank you .. custom code did the trick
OK .. it’s official π .. it is Wordfence Security. After disabling plugin i can save theme settings and when enabling back saving is impossible π
same here .. all latest versions, all green in system status, cleared cache, cleared transients, but cannot update theme settings. Keep rolling circle ..
-
This reply was modified 10 years by
gregy1403.
Thank you both .. to point it out and for thinking of better solution. I totally agree with akobryan latest post π
Thank you both for the answers. I think i’ll try Chris option, but there’s no setting like that in config file
Thank you
