Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
gregy1403
tagDiv Member

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

gregy1403
tagDiv Member

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..

https://prnt.sc/m2lgww

gregy1403
tagDiv Member

Not what I want πŸ™‚

So i choose oldest posts and now I want to reorder posts from neweset to oldest

https://prnt.sc/m2k705

can this be done?

gregy1403
tagDiv Member

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

gregy1403
tagDiv Member

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 …

gregy1403
tagDiv Member

Cannot edit anymore .. another example

https://prnt.sc/hdzq2o

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.
gregy1403
tagDiv Member

Thank you

gregy1403
tagDiv Member

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

gregy1403
tagDiv Member

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.
gregy1403
tagDiv Member

P.s. we already had this conversation .. just found -> https://forum.tagdiv.com/topic/low-quality-thumbnails/

gregy1403
tagDiv Member

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.

gregy1403
tagDiv Member

any alternative yet?

Thank you

gregy1403
tagDiv Member

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

gregy1403
tagDiv Member

Sorry for late reply .. just to say it is working like a charm πŸ˜‰

gregy1403
tagDiv Member

I was writing the same about mobile images here .. i feel you macdlm πŸ™

https://forum.tagdiv.com/topic/low-quality-thumbnails/

gregy1403
tagDiv Member

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); ?>

gregy1403
tagDiv Member

Thank you, CSS worked

gregy1403
tagDiv Member

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

gregy1403
tagDiv Member

But .. if by mistake, you mamage to code this into future updates, that will be just perfect πŸ˜‰

gregy1403
tagDiv Member

ok .. thank you

gregy1403
tagDiv Member

thank you .. custom code did the trick

gregy1403
tagDiv Member

OK .. it’s official πŸ™‚ .. it is Wordfence Security. After disabling plugin i can save theme settings and when enabling back saving is impossible πŸ™‚

gregy1403
tagDiv Member

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.
gregy1403
tagDiv Member

Thank you both .. to point it out and for thinking of better solution. I totally agree with akobryan latest post πŸ˜‰

gregy1403
tagDiv Member

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

Viewing 25 posts - 1 through 25 (of 65 total)