jenstho
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site hacked, password reset disabledNo I haven’t seen these before. Thank you, I will look through them and reply later.
Forum: Plugins
In reply to: [WP Supersized] Links instead thumbnailsIf you want to link to only the image, you can open it from the mediabrowser / nextgengallery and copy the link.
If you want to link to a page and image #5 you will need something more advanced.Forum: Plugins
In reply to: [WP Supersized] Links instead thumbnailsIf you want to link to only the image, you can open it from the mediabrowser / nextgengallery and copy the link.
If you want to link to a page and image #5 you will need something more advanced.Forum: Plugins
In reply to: [WP Supersized] Problem with image in iOS (ipad and iphone)Do you use the ‘Fit Always’ option?
on the site I’m working on, I use ‘Always Fill Screen’ and it works nice.Forum: Plugins
In reply to: [Infinite-Scroll] Filtering by categoryI made it work by adding
'cat' => '4'
after line 718
Forum: Plugins
In reply to: [WP Supersized] changing place of the navigation buttonsedit: just realized this doesn’t answer your question completely.
Forum: Plugins
In reply to: [WP Supersized] background of certain div instead of whole bodyI finally figured it out myself.
<div id=”wpswrap”> @line 423 in WPSupersized.php in the folder ‘includes’.
then a </div> right after line 496
Forum: Plugins
In reply to: [WP Supersized] changing place of the navigation buttonsin the theme-folder there’s 3 files. edit supersized.shutter.css
Forum: Plugins
In reply to: [WP Supersized] Second slide does not showIt was my own fault. sorry to take anyones time if u tried to figure it out. Had removed an important part in the supersized.css file.
Forum: Plugins
In reply to: [WP Supersized] Second slide does not showDoesn’t seem to be anything that I’ve edited that have caused the problem.
Before changing slide:
<li class="slide-0 activeslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="https://www.b.jpg" style="width: 1903px; height: 1427.25px; left: 0px; top: -516px;"></a></li> <li class="slide-1 prevslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="https://www.a.jpg" style="width: 1903px; left: 0px; top: -440px; height: 1275.01px;"></a></li>
After changing the slide
<li class="slide-0 prevslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="https://www.b.jpg" style="width: 1903px; height: 1427.25px; left: 0px; top: -516px;"></a></li> <li class="slide-1 activeslide" style="visibility: visible; opacity: 1; -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1);"><a><img src="https://www.a.jpg" style="width: 1903px; left: 0px; top: -440px; height: 1275.01px;"></a></li>
Forum: Plugins
In reply to: [WP Supersized] Fit Image options changedThank you very much. The site ive been working on is soon ready to be released, just need a little more content:)
Forum: Plugins
In reply to: [WP Supersized] Fit Image options changedDoes anyone have temporary fix for this ?
Nice. Thanks for the reply:)
Got the same error. Any reason i should not change it back to 1.9.8?
Forum: Plugins
In reply to: [WP Supersized] Fit Image options changedI would like this as well. thanks