zaharamh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Panel] Dropdown menu issueThank you, I guess that was my question, if this was intentional or not. I am using a child-theme already, so it was easy enough to do.
Forum: Themes and Templates
In reply to: [Panel] Prev / Next Links IssueActually there is a part that is not translation ready and it is these two lines of the file template-tags.php:
Line 43
<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . esc_html_x( '←', 'Previous comic link', 'panel' ) . '</span> Prev' ); ?></div>
Line 45
<div class="nav-next"><?php next_post_link( '%link', 'Next <span class="meta-nav">' . esc_html_x( '→', 'Next comic link', 'panel' ) . '</span>' ); ?></div>
Where the string that is passed for translation is just the arrow but the actual words “Prev” and “Next” are not (I don’t quite understand the funcion of the <span class=”meta-nav”> and why only the arrows are inside and the words outside.
Forum: Themes and Templates
In reply to: [Panel] Prev / Next Links IssueOk the translation issue I realized is my fault, I made a mistake when I overwrote the panel_content_nav function to change the random button into a dropdown list of comics and make a shortcode.
Also the problem with the homepage not displaying the “prev” link seems to be caused by said WPML plugin.
Let’s see if I can fix this ?? Thanks a lot for the help and sorry for asking for help too soon.
Forum: Themes and Templates
In reply to: [Panel] Prev / Next Links IssueThis is my test site:
https://zaharamh.com/ALL/I just resaved the permalinks.
I am making a bilingual site spanish / english with the WPML plugin. The problem is that the Words “previous / next / first / last” are hardcoded in the function so they cannot be accessed by the plugin like most other strings in the theme.
Thanks for the quick reply ??
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Needs workSorry, I tried it with a clean WordPress installation locally with XAMPP and it didn’t seem to work out of the box. Maybe it needs some tweaks, but I just went with something else because I didn’t really have the time for working around this.
Hello,
I have a similar problem, the scrollGallery is conflicting with the nextgen builtin slideshow, so that now a different page where I was using it is not loading correctly!
Any hints on how to solve this?
Thanks a lot!Just what I needed! Thanks.
This is a GREAT plugin!Could you be more specific?
It’s been working for me for a while now.