Search Results for 'strange'

    No search results were found in Documentation!

Results from the Forum
simchris
tagDiv Member

Yup. That is correct plugin for regenerating thumbnails – works for me 🙂

also found in the them documentation here:
https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

No problem using Contact Form 7, it’s simply another thing which adds more code to the site. I had mentioned if NOT using it you could turn it off. Some people install and activate all the “recommended” plugins for the theme (e.g., Jetpack, ContactForm 7, Revolution Slider). If NOT using any of those they should NOT be turned on, was my point.

Anyway, for best optimization be sure to add my line of code to your functions.php file to set a better compression level for your site for all thumbnails created from featured images (found in the sticky category in this forum for pagespeed).

Lucian
tagDiv Staff

Hi,

Please follow this guide and regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
This also could be due to the image cropping function and the way images are cropped when thumbs are created, you can find more info about it in this tread: https://forum.tagdiv.com/topic/thumbnails-and-images-url-problem-comments-problem/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

When you are upload an image the them automatically adds and create other thumbs for that image besides the ones set by WordPress so this may occur if the theme doesn’t have writing permissions or gd library installed: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please make sure you have this installed and set right and try again.

Thanks

monicacortes
tagDiv Member

Hi Lucian,

I’m sorry but it’s not working. If I add this code, the caption is shown wrongly, with strange characters.

Maybe we should try a different thing.

Thank you in advance.

BobbieSeacrist
Participant
#0

Well, I haven’t the theme 10 minutes and I already have an issue, lol. I swear I am not going to be the problem child. Whenever I buy a new theme I always test in on a different site on the same server. When I uploaded the them and activated it, I received this error-Parse error: syntax error, unexpected $end in /home/jolynch/public_html/techgirl.today/wp-content/themes/Newspaper/includes/modules/module_modifier/td_module_blog.php on line 784

You can see it live here:
http://techgirl.today/

The blog it needs to go on already has existing content and can’t be down at all. So I need to know how to fix this just in case it happens there because both blogs are on the same host server.

Thanks so much!
Bobbie

Lucian
tagDiv Staff

Hi,

This usually happens when the image you have uploaded and set as a featured image is smaller than 745px width and 483px height. If you image is larger than the big slider’s big thumb wrap then you need to follow this guide and regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If is smaller and you don’t want to change it you can use css to stretch it to fit the container like this:
* http://screencast.com/t/ojYAYnplnxV
* http://screencast.com/t/NBUI8ve5YCDX
Please let me know if this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I believe you refer to this slide: http://screencast.com/t/weVGusai You can add this to your sidebar from appearance > widgets, just add the slide widget to the sidebar you want, like this: http://screencast.com/t/8PA6o8djlHv
For a list like this you need to go to theme panel > categories, then select the category you want to customize and set the layout to module 6, like this: http://screencast.com/t/DcbxIJ5R31
Please make sure you add the video link and set the post right, like this: http://screencast.com/t/c58uQDv4WrA
You should also consider regenerating thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
@skotina
You can change the uploads folder by editing the wp-config.php file and add this line define('UPLOADS', 'wp-content/myimages'); like this: http://screencast.com/t/LYPM7Uqova6q
This will create a new folder for your uploads: http://screencast.com/t/eE8bWdB13bL
Note that you will also have to add again the images for existing post and regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If you just worry for the amount of thumbs that are created when uploading an image then you should consider as Christopher pointed to remove from functions.php file the thumb sizes you don’t use and reduce the number of thumbs being created when uploading an image: http://screencast.com/t/uP620qI8C
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you do this right: http://screencast.com/t/FGwF88NotUv
Replace just the line highlighted in the screenshot with this:

htmlentities($featured_image_info['caption'], ENT_QUOTES)

I have tested this and should work fine: http://screencast.com/t/2iH4CRKI5KZL

Thanks

monicacortes
tagDiv Member

Hello,

I’ve done it and all my website has broken.

I’ve returned to the previous configuration.

The captions are not working properly.

Pleas, send us a solution.

Lucian
tagDiv Staff

Hi,

Please replace this line: http://screencast.com/t/QFUMG62mx4Ux with this htmlentities($featured_image_info['caption'], ENT_QUOTES)
…like this: http://screencast.com/t/bQhfU3qIu

Thanks

VZ
Participant
#0

Hi, firstly we are enjoying the theme, good work and as always good support. Our current issue is the way it displays on mobile devices. For example on Galaxy S5 and similar devices it looks strange and quite jumpy.

For example, if you click on an image in Android it takes you to a new page and not the media file.

The images don’t appear flushed with content instead they sit on top of each other.

Example URL’s:
http://www.viewpointsandreviews.com/

Thanks
Vince

simchris
tagDiv Member

Yes, I see that in the lightbox popup also; looks like high ascii characters not getting encoded for HTML:

José María Sosa y Carlos Torme, de Aecoc, junto a Alberto Alonso y Esperanza Hernández, de Aude Events

monicacortes
tagDiv Member

Yes, Lucian. In the gallery are working.
But when you click on the main image of the post, the featured image over the title, the characters look bad.

Lucian
tagDiv Staff

Hi,

All captions from this post look good to me, no strange characters:

* http://screencast.com/t/vOaoTEljuwDs
* http://screencast.com/t/yjEfXEY81I
* http://screencast.com/t/3UwGclkpoIW

Thanks

monicacortes
tagDiv Member

Hello, Lucian.

As you can see here, it doesn’t work:

http://marronyblanco.com/jornada-melco-aecoc/

Lucian
tagDiv Staff

Hi,

If you refer to this: http://screencast.com/t/z2lEpgiVu
Please try this: http://screencast.com/t/rowzW5Npd

htmlentities($image_attachment['caption'], ENT_QUOTES)

Thanks

monicacortes
tagDiv Member

OK, Christopher.
I think we should wait for a deeper fix, because introducing ASCII code every time we add a caption is not a good solution. Please, let us know when it is fixed.
Regards.
Juan.

simchris
tagDiv Member

Simplest way is to ASCII encode your captions with the characters, but it could be bug in the encoding for the lightbox, which Marius or Lucian will address once they are back for support duties 🙂

monicacortes
Participant
#0

Hello,

We have our website in Spanish and our language uses accents and special characters. When we use them in a image caption, it’s showed fine under the photo, but when you click on the photo and it opens in a lightbox, the captions show wrong characters.

How can we solve this?

Thank you.

PGN
tagDiv Member

That was strange, I disabled Google Captcha (reCAPTCHA) and my web site came back. Also fixed my bad links. Is Google doing more than Captcha? It has been in use for almost a year.

I really liked it for the WP login and registration.

Kevin

cstyn
Participant
#0

Hello. I have 4.4

Image and video hosting by TinyPic

I see some posts that indexes my category and my date even if I have yoast seo meta data… that is strange. Also I notices that i don’t really like the fact that thing in the picture. I double thing… I want to move category above tags, in posts. How to do it ?

See ? For me is not seo wise… can you help me fix this ? To move the category above tags… make it simple.

Image and video hosting by TinyPic

Things are doubleing… adding date, comments, page views, anything below title and first post sentence is bad, i think, from what i saw in my time…

It’s just me thinking bad ? Not all posts index like that, still is a question… ?

mboydnv
Participant
#0

Re: version 4.3

I’m wondering if there is a rogue javascaript tag running loose

<script type="text/javascript"></script>

In the Theme Panel/Custom Javascript:

I have pasted my code beginning with a comment tag and then the opening javascript tag, it looks like this:

<!-- Begin pap click code -->
<script type="text/javascript"><!--
document.write ... ... etc

When I view the source after loading the page I see an extra tag:

<strong><script type="text/javascript"></strong><!-- Begin pap click code -->
<script type="text/javascript"><!--
document.write ... ... etc

And of course there is an extra closing tag also.

<strong></script></strong><link rel='stylesheet' id='td-bootstrap-css' href='h ...

The possible extra tags are found just after this code:

    <!--
        Theme: Newspaper by tagDiv 2014
        Version: 4.3 (rara)
        Deploy mode: deploy
        Speed booster: v2.5

    -->

    
            <style type="text/css" media="screen">
                .post .meta-info {
display: none;
}

.post .td-post-text-content {
margin-top: 5px;
}

.single ul {
list-style-image: url('/images/list-style-check.png');
}

.single ul li {
line-height: 30px;
}
                </style><strong><script type="text/javascript"></strong><!--

Am I to paste my tracking code without the opening javascript tag? Seems strange to do this.

Any how I am having trouble with the sales tracking of my site since I pasted the tracking code in the theme panel and I am wondering if it’s becuase of a superfluous piece of extra code..i.e. an extra javascript opening and closing tag.

Please advise.

mrmobile
Participant
#0

hi,

i try to add some videos from youtube in videoplaylist widget but i recieve one strange error

if try the (ex: NRuE38Bl5Mo, 1ZgoluYjuZM, 0K-0vkFfUmY): ID’s the videos working fine…

If write some others ids from youtube , especially some greek videos nothing show in my page… Some others videos working good? any soloution about this?

thanx

Lucian
tagDiv Staff

Hi,

As you can see here: http://screencast.com/t/1qNOksLr the 3 right thumbs from the left side of the slider should be at 326 x 159 while yours don’t fill the whole thumb-wrap container: http://screencast.com/t/FDaoi8dGt
The solution for this is to regenerate the thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please make sure you follow and apply all the steps from the guide on “how to fix strange thumbnails” should fix this.
Also please make sure before doing this that you disable all plugins especially any CDN plugins and purge files also empty cache, after you have done all this regenerate the thumbnails.
Also try to add a bigger featured image size for your posts, at least 1200 in width.
Please let me know what you find.

Thanks

Viewing 25 results - 3,351 through 3,375 (of 3,502 total)