typo3 FE image links with securedl - typo3

We recently moved a working installation of our typo3 website to another server and now some images are displayed wrong. They are being resized (displayed smaller than they actually are) and the anchor tag has this source:
src="/index.php?eID=tx_nawsecuredl&u=0&g=0&t=138......b&file=fileadmin/templates/../images/clear.gif"
As you can see, we use the naw_securedl extension. When I remove everything of the link until fileadmin (/index.php?eID=tx_nawsecuredl&u=0&g=0&t=138......b&file=) the image works, but of course this is not the sense of securedl.
Does anyone know a solution for this? I tried to figure out that is could be the setting "linkFormat" which is currently set to
/index.php?eID=tx_nawsecuredl&u=###FEUSER###&g=###FEGROUPS###&t=###TIMEOUT###&hash=###HASH###&file=###FILE###
and I updated the .htaccess file but it doesn't change anything...
Any help is appreciated. Thanks!

Related

TYPO3 7.6.15 htmlarea buttons has no icons

I got a weired problem with my RTE after updating to 7.6.15. it looks like this
htmlarea buttons without icons
It seems, that the spritesheet "actions.png" (typo3/sysext/t3skin/rtehtmlarea/images/sprites) is not loaded.
Any ideas why?
have you checked the usual information?
does the file exist?
is the file accessible?
what does the browser (e.g. firebug) report? (console, net)
I notice some problems with the icons when the mod_pagespeed was installed. Maybe you have this also installed. Disabling is then required for the backend.
i got the same problem and a frame (where the rte is in) reload does the trick.

Typo3 GraphicMagick Thumbs transparent

Im working on a website using typo3 and the image handler being used is GraphicMagick. At an certain page im displaying an Latest view news item.
This news item contains an media pdf file.
So when I visit that page I will see an Thumb of that pdf since that is being created by GraphicMagick and stored in my typo3temp folder.
Now the real question is.. that this gif file, is like 10-15% transparent at the top.
I have no idea how this comes.. the settings in the installation tool look similar to the onces I use on a different website.
Did anybody see this before and knows how I might resolve this ?
I'm using the following versions:
Typo3: 6.2.11
imagehandler: Graphics Magick
[GFX][thumbnails_png] = 1
Solved it for me, gifs gave me a problem

ModX Evo: TinyMCE wont insert image path into image URL in selector

This is occuring on ModX Evo 1.0.15.
When I try to select an image (or file) using TinyMCEs image selector I can upload and browse for the image but when I select it to place within my text nothing happens - the image path area remains blank.
Heres a video demonstrating what happens: https://www.youtube.com/watch?v=VSgTsyj9B6k&feature=youtu.be&hd=1
Does anyone know how to fix this?
Weird, never had that problem.
Did you try update / reinstall of Evo? (or only tinymce and kcfinder)
Are config paths correct?
Try testing in Firefox, It's possible it's related to Chrome. If it doesn't work in Firefox, Reinstall the plugin.
Clear your cache and try selecting the image.
For a temporary solution if this doesn't work, just type in the image name into the box 'images/imagename.jpg' (minus quotes)
Good Luck

Change Middleman CSS Directory

I'm having a one problems with my Middleman site. I have two questions I haven't been able to figure out:
How do I move the "all.css.scss" file that my "index.html.erb" file
is referencing to the "Sass" folder? Of course, the link breaks when I move
it. Can't seem to find where to update the pathway in the code. Is this something I could do in bash?
Files are on my github.
Did you try changing/setting 'css_dir' within 'config.rb'?
See http://middlemanapp.com/advanced/configuration/#toc_2 for general information.
Issue fixed. I'm not sure what I was doing incorrectly the first few times, but I tried one more time updating the file path in config.rb and stlyesheet_link_tag... That fixed everything.
It did create a new issue of any background images in my css not loading. But the directory issues is completely resolved.
The most basic way to change a setting is to use set in your config.rb file.
#config.rb
set :js_dir, 'javascripts'
set :css_dir, 'stylesheets'
set :fonts_dir, 'assets/fonts'
set :images_dir, 'assets/images'
etc...
You can also use a newer syntax which is used for most of the global settings in Middleman.
#config.rb
config[:js_dir] = 'javascripts'
config[:css_dir] = 'stylesheets'
etc...
Middleman Docs

i am using jcarousel with the shortcodes ultimate wordpress plugin and i am having trouble posting it on the front page

I took the code from this page http://signsanddesigns2go.com/?page_id=608 and it works but I want it on my home page so I went to the editor and tried to copy and past the code under the banner slider it showed up but the images did not rotate can anyone help me with this issue please and thank you.
Have you added the auto attribute?
.jcarousel({
auto:2,
scroll:1,
wrap:"last"
})