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 :)
saggel
tagDiv Member

lucian hi. i run optimise tool to reduse size images and i saw that! .

The theme makes 17 resizes images for any uploaded image! is this normal?

Optimized image: 2014/11/black-pearl-009.jpg
Full size – Reduced by 5.8% (13,5 kB)
black-pearl-009-83×83.jpg – No savings
black-pearl-009-345×225.jpg – No savings
black-pearl-009-700×458.jpg – Reduced by 0.6% (241,0 B )
black-pearl-009-80×52.jpg – No savings
black-pearl-009-700×357.jpg – Reduced by 0.8% (260,0 B )
black-pearl-009-100×65.jpg – No savings
black-pearl-009-100×65.jpg – No savings
black-pearl-009-326×159.jpg – No savings
black-pearl-009-326×235.jpg – No savings
black-pearl-009-326×406.jpg – Reduced by 0.9% (159,0 B )
black-pearl-009-700×357.jpg – No savings
black-pearl-009-1074×483.jpg – Reduced by 1.5% (853,0 B )
black-pearl-009-545×357.jpg – Reduced by 0.2% (42,0 B )
black-pearl-009-738×483.jpg – Reduced by 0.9% (403,0 B )
black-pearl-009-745×483.jpg – Reduced by 0.7% (313,0 B )
black-pearl-009-210×210.jpg – No savings
black-pearl-009-198×143.jpg – No savings
Elapsed: 2.014 seconds

saggel
tagDiv Member

thank you Lucian. works! Christopher i active and your plugin 😉 thanks!

saggel
tagDiv Member

ok lucian! thank you!

saggel
tagDiv Member

i make that and some fonts still have “pt sans”typography. maybe should i make changes and on includes/wp_booster/external/bootstrap/td-bootstrap.css?

saggel
tagDiv Member

@lucial thank you

on version 3.5 i solve the issue on big slide with small pictures with this mod on custom css.

 .iosSlider .td-slide-item-main .entry-thumb {
    width: 745px;
}

but this mod, doesn’t work on version 4.4

the Christopher’s solution need generate thumbs and with 70.000 jpg images on my media library, takes a long, long, long time

saggel
tagDiv Member

bumb! any solution for this???

saggel
tagDiv Member

any news about this bug?

saggel
tagDiv Member

thank you!!

saggel
tagDiv Member

Radu this mod

 .iosSlider .td-slide-item-main .entry-thumb {
    width: 745px;
}

doesn’t work on version 4.1. can you tell me how to fix it?

saggel
tagDiv Member

FIXED.. i see you put those settings on fonts menu.

saggel
tagDiv Member

thanks! works!

saggel
tagDiv Member

marius when i change it the “#disqus_thread” inside of the articles, when i click on comments icon, it’s lead to the comment section, but when i click comments icons on homepage or on other pages, not going to comment on the article. The problem is does not read the link of article, and put /disqus_thread on current page

saggel
tagDiv Member

the problem is the CSS rule in style.css

In line 484 the body > iframe {display: none; } hides the profile modal iframe that Disqus uses to display user profiles.

/* —————————————————————————-
google plus oauth iframe used by ff & chrome
*/

body > iframe {
display: none;
}

can you tell me what serves this command on the theme ? if i delete it, the disqus profile load smoothly.

As to the other problem, “the comment bubble is not a link to lead to the comment section of the post”. can you check it?

saggel
tagDiv Member

xmmm. i do my search and i’ll inform you 😉

saggel
tagDiv Member

i’ll already do that Radu. Nothing change :/

saggel
tagDiv Member

this isn’t disqus bug. i test it on my old theme and the popup appears. With newspaper theme, the popup blocked for some reason.

saggel
tagDiv Member

radu i check the metadata of several posts on wp_postmeta table of my SQL base on phpmyadmin.

The post_views_count_7_day_array doesn’t “reset it” every day, yesterday, two days ago and today the value data is the same for articles oldest one week.

eg: (a:7:{i:0;i:1167;i:1;i:1000;i:2;i:542;i:3;i:309;i:4;i:239;i:5;i:168;i:6;i:195;})

so, the popular 7 days functions doesn’t word correctly, can you check it?

saggel
tagDiv Member

i’ll take a look and i’ll return to write my solution 🙂

saggel
tagDiv Member

i’ll take a look and i’ll return to write my solution 🙂

saggel
tagDiv Member

it would be better the function, not to count per week basis, but’s dynamic and measure only per day.

The proper isn’t to counting the views from Monday to Sunday and give the corresponding results, but to count the last 7 days from today. so it shows the actual most views articles last 7 days

  • This reply was modified 12 years by saggel.
saggel
tagDiv Member

marius hi. can you tell me in wich .php file of the theme, make and call the function for 7 post_views_count_7_day_total.

the function doesn’t show correct articles, and i want to change it

And yes, i didn’t not use cache plugin or something else

saggel
tagDiv Member

i fix it yesterday night making those changing

    function get_date($show_stars_on_review = false) {
        $visibility_class = '';
        if (td_util::get_option('tds_p_show_date') == 'show') {
            $visibility_class = ' td-visibility-hidden';
        }
saggel
tagDiv Member

goodmorning marius. nothing happens with this change 🙁

saggel
tagDiv Member

Goodmorning marius. Of course i have the date post. but when i make a post “review” the date replaced by the Stars. When i hide the stars with css block:none trick, the date doesn’t appear.

Check here

Review Post: http://bit.ly/1pNYOtz
Non Review Post: http://bit.ly/1jXCMax

  • This reply was modified 12 years by saggel.
saggel
tagDiv Member

edit: see the “bug” here http://grab.by/vE24

Maruius i want to hide 1.000, 2.000 and 3.000 pages

updated: Fixed changing the value from this line. i make it 10.000

        //$pagenavi_options['larger_page_numbers_multiple'] = <strong>1000</strong>; 
  • This reply was modified 12 years by saggel.
Viewing 25 posts - 101 through 125 (of 151 total)