Search Results for 'update'

Results from the Forum
friskyoo
Participant
#0

Hi,

First of all sorry for any mistakes, i’m not an english native and may be some errors con the message.

We are trying to update both wordpress’ and newspaper versions for a client and it seems some of the thumbnails sizes are different.

In the current version shows all thumbnails at 700px Γ— 357px (scaled down to 456px Γ— 233px in the case of the big picture in the image)
Image: https://www.dropbox.com/s/w8sap137i7gjjcp/old.jpg

And in the updated version that same thumbnails appears at 326×235 (without any scalation in the big picture in the image)
Image: https://www.dropbox.com/s/ny4r0y60mrsezor/new.jpg

The previous version was made by another company and we have bee looking at functions.php and all around and we don’t now where this different size of thumbnails come from.

Is there any way to choose which version of the images is getting from the database?

Calimero
tagDiv Member

difficult, I can not perhaps it takes a epserto for this modifcation … but you can not do through you?

rbaccaro
tagDiv Member

It seems to be loading the LESS CSS by default.

I found now a part of the frontend with problems, loading the “LESS” CSS.

I rolled back to the theme previous version and the error was gone as well and now the backend is respecting my custom CSS again (editor-style.css).

Thanks,

rbaccaro
tagDiv Member

Hi Lucian,

I guess I have the same problem here. Before I update yesterday I had loading a custom CSS for the backend (editor-style.css) and it was working fine.

After the update the custom CSS file stopped working.

I am using the same plugins and installation now and before. The only change was just the parent theme update itself.

Any idea?

Thanks,

Lucian
tagDiv Staff

Hi,

We know about this issue, it will be fixed in the following updates, as you said you can chose different post templates for different post categories until then.

Sorry about this
Thanks for understanding

Gee95
tagDiv Member

I’ve tired disabling all my plugins, but the issue is still there.
Any other solutions? πŸ™‚

Thanks.

Lucian
tagDiv Staff

Hi,

You have to add an container element like a div here: http://screencast.com/t/9eyGl3Hsr335

You can use the a function like get_the_date() to do it http://codex.wordpress.org/Function_Reference/get_the_date

After that you can position it via CSS.

Hope this helps!
Thanks

Steven
tagDiv Member

Only theme owners can make this update so u have to wait for the next update of the theme…

wickman
tagDiv Member

Hello!
Thank you. It doesnΒ΄t seem to look as you say but let me first update to the latest version and then look at your instructions. If I wount get it to work I will get back.
πŸ™‚

Lucian
tagDiv Staff

Hi,

Have you tried disabling all plugins? I believe you use a plugin for this so please do that and see if this issue is still there.

Thanks

Lucian
tagDiv Staff

Hi,

You can use this css to move the text under the images:

.td-post-text-content h2, .td-post-text-content h3, .td-post-text-content p {
  clear: both;
}

You can’t use the css style sheet from an older theme version but you can revert
to an older theme version, if you hadn’t made any backup to your theme before update you can send an e-mail at contact@tagdiv.com specify this issue and we will send you an older version of the theme as you can’t get from themeforest only the latest theme version.

Thanks

macnews1
Participant
#0

Updated to newest version of Newspaper (love this theme and the support btw, you guys are good). Noticed now I have an update to WPBakery. Tried to do the install per your instructions but keeps going to version 4.2.3 vs 4.3. Am I missing something?

arnieswap
Participant
#0

Hi,

Thanks for another great update. Would like to point some bugs
1. When Style 5 is chosen in DEFAULT SITE POST TEMPLATE, the title doesn’t respect the font size chosen in Post Title Settings and insted stuck at 50px
2. Even of the thumbnail of Style 5 shows that the title won’t go above the right side-bar, it goes full width. That needs to be fixed or there can be Style 6 where the title goes full width.
3. Timeline css breaking on mobile devices remains as reported earlier.

Thanks for great update.

jsup
tagDiv Member

@lymwebdes PS: Don’t forget to update your footer text on your site..! Β© Copyright 2013 – your text << Be sure the Copyright symbol is warranted too.. πŸ™‚

simchris
tagDiv Member

@manuel
yes… just google it πŸ˜‰

https://developers.google.com/speed/pagespeed/module/filter-lazyload-images

Objective

Optimize browser rendering and reduce number of HTTP round-trips by deferring the loading of images which are not in the client’s viewport. This filter implements the PageSpeed rules for optimizing browser rendering and minimizing round trip times.

The lazyload_images filter defers loading of images until they become visible in the client’s viewport or the page’s onload event fires. This avoids blocking the download of other critical resources necessary for rendering the above the fold section of the page.

**
where we ran into trouble was the “onscroll” feature, which hides things until you scroll down, which would seem to make sense, but with the earlier version of Newspaper, we’d basically scroll down and the images would be too lazy and not load at all !

Now, both the theme and mod_pagespeed have been updated since last time I tried this, so it’s on my to do list to revisit πŸ™‚ I would have gotten back to this, but was really sick for 3 months, and only now getting back to ‘normal” and waaay catching up on stuff. πŸ™‚

Thakksy
Participant
#0

Just updated to latest version but sadly still not all the new post templates work for a featured video post. The controls of the video go under the new post headers. I would like to use the style 3 post template for all my posts but can’t as many of my posts have featured videos. πŸ™ Apart from that everything is fine. A good idea would be to choose different post templates for different post categories within the theme panel which could solve the problem.

breakeven
tagDiv Member

Hi Radu,

with 4.1 update I have the same problem with Big Slide in homepage (with pc desktop).

I try to:

– deactivate the w3 cache plugin
– delete cdn
– delete browser cache
– delete all cache

But I have always the same problem, I see only the first big image.

POSSIBLE ERROR: in the code of big slider I found many div with ID that start with “iosSlider_…..” (in the previous version the div class start with “iosSlider…”)

Calimero
Participant
#0

Hi, I would like to add a line to show where the time of day and date of last update for the newspaper … it is important …

see example

link

see my current site

link

Lucian
tagDiv Staff

Hi,

I have added this to our issue list and will fix it in next update.

Thanks

arnieswap
tagDiv Member

Hi Lucian,

I am running the updated version. The cache is cleared and tested with all plugins disabled.

The CSS dictating the ‘Pages’ is:
.body .td-post-text-content, .page p, .bbpress p {
line-height: 21px;
}
And you can see it’s NOT taking the fonts chosen in ‘Post Content Font’ settings.

Whereas the CSS dictating ‘posts’ is:
body .td-post-text-content {
font-family: Chivo;
font-size: 16px;
}
I can add a CSS in Custom CSS option to change Page settings, but it should be managable from Theme Settinsg Option as pages are some of the most important page on site which carry about us and other info.

Here is an example of post page:
http://www.themukt.com/2014/07/24/google-switch-odf-gain-market-europe/

Here is an example of Pages, please notice the fonts and settings:
http://www.themukt.com/write-mukt/

It’s very important to have consistency across the site, given this is such a ‘perfect’ theme and I just love your work πŸ™‚

Since there is already a ‘Page Title Font’ setting option, it would be helpful to also offer ‘Page Content Fonts’ option so that we can manage the page layout easily.

  • This reply was modified 12 years by arnieswap.
Gee95
Participant
#0

Hello,

Since i’ve updated the theme, tinymce has messed up changing the fonts of the back-end such as ‘wp-admin/post-new.php’.

In the HTML of the backend editor it says:

<body id="tinymce" class="mce-content-body content post-type-post post-status-pending post-format-standard mceContentBody wp-editor html5-captions" onload="window.parent.tinymce.get('content').fire('load');" contenteditable="true">

In the css of the backend editor now, it says:

element.style {
}
html .mceContentBody {
max-width: 700px;
max-width: 1074px;
font-family: 'PT Sans', sans-serif;
font-size: 16px;
line-height: 27px;
}
body {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-size: 13px;
line-height: 19px;
color: #333;
margin: 10px;
}
body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
}
body[Attributes Style] {
-webkit-user-modify: read-write;
word-wrap: break-word;
-webkit-line-break: after-white-space;
}
user agent stylesheetbody {
display: block;
margin: 8px;
}

And i can’t change ‘html .mceContentBody’, so the font is to normal? Even when i deactivate the cache plugin ‘W3 Cache’, it still doesn’t change.

Any help?
Thanks πŸ™‚

Lucian
tagDiv Staff

Hi,

I have tested the “Post Content Font” and seems to work fine using the latest theme version (4.0.2).
Please try this without any plugins activated except those required by the theme and see if it works. Also update the theme to the latest version.
If not you can give us wp-access so we can check this issue, please provide the wp-admin user and pass to contact@tagdiv.com

Regarding the this happens just once until the cache is created, there is an delay until the font loads.


@Steven

Yes you are right, until version 4.0.2 the post content fonts and the page content fonts where the same, if you want to use it like that you can use an older theme version.

If you want you can use this css to change your TOS page font size:

.page .wpb_content_element p {
font-size: 10px;
}

use this for the titles from that page:

.page .wpb_content_element span {
font-size: 10px;
}

Hope this helps!

Thanks

kzafar
Participant
#0

Hi,

Facebook social counter is not working on my site.
Facebook user: rivaji.fashion.magazine
Facebook ID: 1423657657896067

Website address : http://www.rivaji.com

I tried both user and id on plugin. The page setting is 13+.
I updated the theme to latest release 4.0.1 and updated the tagdiv_social_counter plugin as well. Please have a look

sbo
tagDiv Member

@Lucian, the sharing code was adjusted in the -blog file. Any updated code for this?

Steven
tagDiv Member

I told them about this last week and no one reply with a answer…but it need fixing

Before update post content fonts will match page fonts as well,now with this update it don’t work

http://jahliveradio.com/terms-use/

My fonts for my TOS page are too small and will not change for the love of god..please fixed this fa real…

Viewing 25 results - 43,376 through 43,400 (of 45,280 total)