Viszt Péter
Forum Replies Created
-
Forum: Plugins
In reply to: [Nemus Slider] Events categoryHi!
You can use the <?php nemus_slider(12); ?> function to display the slider inside a theme code. Only one parameter which is the slider id. If you don’t specify an ID, it will display the most recent slider you created.
You can overwrite the CSS in your themes styles.css file, or alternatively create a nemus-slider.css file in your theme folder which will be loaded automatically if its available.
Forum: Plugins
In reply to: [Nemus Slider] Events categoryHi!
Can you specify where exactly is the slider on the page? I don’t see it anywhere, just the main slider which is not Nemus Slider. Maybe you can create a new page with only the slider on it so i can see it in live.
Also, a screenshot would be nice to see how things are setup in the slider settings.
Thanks
Forum: Plugins
In reply to: [Nemus Slider] Translate NemusHi! Can you send me the translation and i will include it in the next update? You need top copy/paste the translated file to wp-content/nemus-slider/lang/
Forum: Plugins
In reply to: [Nemus Slider] YouTube Videos will not playLooks interesting, i try to investigate this issue
Forum: Plugins
In reply to: [Nemus Slider] Can Nemus Slider be used for sliding post without any images?Hi!
Thats interesting, looks like a bug. I’ll post an update soon. In the meantime, you can remove the conditional logic for a temporarly fix and you can update the plugin once its ready:
Open wp-content/plugins/nemus-slider/nemus-slider.php, look for line 1226:
<?php if(has_post_thumbnail()): ?>
And change it to
<?php if(true): ?>
This is a bad solution, so only use it temporarily until the update is ready.
Forum: Plugins
In reply to: [Theme My Login] Issue with Register linkI just figured out a way to solve this using CSS:)
First, i added a class to the Register menu in Appearance/Menus called “hide_if_logged_in”, then i simply used a little css:
.logged-in .hide_if_logged_in {display:none !important;}
Not perfect but it indeed does the trick. Maybe we could have an options to hide this using the wp_nav_menu filter?
Forum: Fixing WordPress
In reply to: How do I get image url only on the_post_thumbnailSorry, i changed my post with the url.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How to disable pagination on a gallery template?I have the same question. Any luck with this?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Pagination when multiple galleries on one pageHi!
I have the same problem here.
Is there a way to fix this?
Forum: Fixing WordPress
In reply to: Read more is not workingYes, i am using the_content, without any luck
Forum: Fixing WordPress
In reply to: Read more is not workingMauseherz: Not working too, i think i just copied the code wrong in here.
Richard Lyon: I use the more-tag, and the problem is, its not working:)
I put this tag every post that i have, but its still display the full text of the post.<h3>Próba bejegyzés</h3> <p>Sz?veg</p> <p><span id="more-29"></span></p> --> this is the more tag, but its not a link, and the content after is still displaying <p>Még sz?veg</p>
Forum: Fixing WordPress
In reply to: Read more is not workingYes, now i defened the excerpt, its working, but not a great solution, i just want the more.. link to my post. I set the excerpt to 20 word, but sometimes my post headline is more than 20 word, so its not a great solution for me:(
I didn’t placed the more tag in my posts
Forum: Fixing WordPress
In reply to: Read more is not workingSadly doesn’t help, still showing the full text of the post, just only wrap with one paragraph:
<h3>Próba bejegyzés</h3> <p>Sz?veg Még sz?veg</p>