How can I fix this?
]]>For example, I can translate the home page when the site loads, then navigate to internal pages, but when I go back to the home page it reverts back to English but still has the /ko slug after the URL.
I did follow this forum’s ticket to fix a #TRPLINKPROCESSED issue but I’m wondering if it’s now causing this latest bug.
Here’s what I have in the plugin PHP file for reference.
// Start writing code after this line!
add_filter( ‘trp_force_custom_links’, ‘trpc_ignore_url’, 10, 4 );
function trpc_ignore_url( $translated_url, $url, $language, $a_href ){
$link_to_ignore = 'https://www.ahskorea.com/'; // url to ignore.
if ( strpos( $url, $link_to_ignore) !== false ){
return $url;
}
return $translated_url;
}
]]>First of all thanks for your great plugin and work!
Would it be possible to give you private access to the page where all above problems can be seen?
BROWSERS ISSUES
When we choose an offset in the settings of your parameters, this one gives four different behaviors according the browser (Group1: Safari; Group 2: Chrome, Firefox; Group 3: IE11 ; Group 4: Edge).
“WHEN NOT AT TOP OF THE PAGE” ISSUE
When we are not at the top of the page, clicking on the link of an anchor doesn’t correctly goes to where we want.
If fact we need to click two times. First provoke the scroll to the top of the page; and only after, the second click send us to the correct positionning.
“ANCHOR LINKS FROM ANOTHER PAGE” ISSUE
Source: /page-A
Target: /page-B > #anchor
Entering /page-B#anchor works sometimes, and sometimes not (would be clearer seeing an exemple on our site).
RESPONSIVE OFFSET
This one is about implementing a new feature. Since the height of header is generally depending on the bootstrap zone in which we are (XS, SM, MD, LG), it would be great to allow to choose values foreach of these zones independently.
]]>Oddly, it only seems to be the homepage-looks like posts are displaying as expected.
I did the usual things: cleared cache, cookies, uninstalled the browser and reinstalled. Still nothing.
]]>I’m having the same issues:
Since the last WP update the Responsive Video Gallery With Lightbox no longer slides it just spools endlessly. The left and right nav dot arrows show, but the videos don’t. Here is the play list: Works in Firefox – MAC. Doesn’t work in Safari – Mac, Chrome – PC, Firefox – PC, Explorer – PC, iPad. Can this be a youtube issue or a browser compatibility issue?
]]>I am having a IE 10 issue with no links being clickable.
The whole site does not function on IE 10 in regards to hyperlinking.
Any ideas?
]]>https://sites01.lsu.edu/faculty/sif/
any assistance would be greatly appreciated.
Clayton
]]>When I try to have more than one row of boxes the layout breaks and the lower row covers most of the higher row. It seems to be a chrome browser issue as it works well in internet explorer. I haven’t checked firefox or other browsers
The link shows a screen shot for chrome not working and iexplorer working. I tried several work around-s using differing settings and it would work until i made any other changes. As my site grows i will always need to add more so the changes are unavoidable.
I recently updated WordPress and all plugins, I use the magazino theme.
I hope to make the color boxes an important part of my site.
https://www.ads-software.com/plugins/colorbox-panels/
]]>