Beta2k
Forum Replies Created
-
i created also a thread on stackoverflow. please take a look: https://stackoverflow.com/questions/38826209/different-behavior-display-in-incognito-mode-of-the-browser
thanks
Forum: Themes and Templates
In reply to: Adding Custom Section to One Page ThemesI am interested in this too. In particular, I would like to list ‘custom post type’ pages in my custom section.
Forum: Fixing WordPress
In reply to: Custom Post Type for single page themesnothing? :S
Forum: Plugins
In reply to: [qTranslate X] language switcher not working for WYSIWYG custom fieldi also switched to using the ACF qtranslate WYSIWG field and now it works.
Forum: Fixing WordPress
In reply to: WordPress opens link in same window despite target=“_blank”Yes thanks. that’s correct.
Forum: Fixing WordPress
In reply to: change direction of search form css transitionanswer here: https://stackoverflow.com/a/33691924/973158
what shortcodes are available?
is[wpa_toolbar]
without styling?Forum: Plugins
In reply to: [qTranslate X] Add language switcher anywhereOkay, I have a solution. Maybe not the best, but it’s doing the job right now. Via CSS I can select the currently active language and set its display property to none:
.qtranxs_language_chooser > .active { display: none }
Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLwow, you are right. there was an issue with my
.htaccess
.due to some other small bug (which I already forgot about) I changed my
.htaccess
to do some replacement in the URL. Yesterday, when I tried to solve above issue I changed back to the default wordpress.htaccess
so the other minor bug occurred again (which I did not realize until now). Now I switched back to my custom.htaccess
and still (good news!) I can not reproduce above issue!Maybe it was some caching issue after all.
For people who come to this thread I would say:
– check your.htaccess
– avoid any caching issues
– turn on/offHide URL language information for default language
(even though I still think, this is placebo stuff ?? )Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLwhat is a caching plugin?
I use these plugins currently: https://i.imgur.com/BvfeUvG.png
Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLlol, the issue seems to be gone!?
I can NOT reproduce the issue I described in this previous post: https://www.ads-software.com/support/topic/qtranxf_converturl-does-not-create-correct-url?replies=7#post-7493607So obviously (and strangely) turning
off
andon
the settingHide URL language information for default language
has resolved the issue?Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLi turned off
Hide URL language information for default language
now. So the issue is here again. I also figured out that I need it to be turned off anyway. So, turning it on is no option for me!Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLi now ENABLED
Hide URL language information for default language
and now everything works. but it is just a workaround since it removes thede/
from all links and this obviously avoids to run in to this issue…for now, this is okay for me.
Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLi now tried as you said: appearance – menus – language switcher
problem is still here.
visit: https://crossroads-festival.org/de/programm/filme2015
and then try to switch to english language. the language switcher links to: https://crossroads-festival.org/de/program/films2015 but it should be https://crossroads-festival.org/en/program/films2015the slug is correct: program/films2015
but thede
is not replaced byen
.Forum: Plugins
In reply to: [qTranslate X] qtranxf_convertURL() does not create correct URLnope, it’s some custom code in my functions.php
looks like this: https://i.imgur.com/EYC9kUg.pngedit: i now changed to “language switcher”.