Johan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [aReview] Remove Date from Blog and Single PostsThats great. But it is still a wise idea to add the plugin though and not make changes in the original files. That way you can always have a collected overlook of the changes you have done to the original code.
But most important, when you install an update of your theme the changes you make to style.css will be gone. But by separate your changes and let the Simple Custom CSS plugin override the style.css the changes will still be there no matter what you do in the future.~ Johan
Forum: Themes and Templates
In reply to: [aReview] Remove Date from Blog and Single PostsForum: Themes and Templates
In reply to: [Trident Lite] Next Page ButtonThere are some plugins that could do this I think. Maybe you should try WP Paginate
Forum: Themes and Templates
In reply to: [onetone] How to Disable Lines above and below main TitleLink?
Forum: Themes and Templates
In reply to: [aReview] Remove Date from Blog and Single PostsHi Barbarella,
you don’t need to scan your files to delete code. You can do this with CSS by adding the code below to your themes Custom CSS.
.single-post .posted-on, .home .posted-on { display: none; }
~ Johan
Thank you. Well I filtered out the uploads folder and moving that manually. That made the trick.
Thanks
Hello Cory, it worked better but the package got another error now.
I checked the tmp on the ftp but the building of the package stops and theres no installer file either.
I get this message:Build Interrupt
The current build has experienced an issue.
Please try the process again.Details
Server Status: 500 -Internal Server Error
Error Message:
Premature end of script headers: admin-ajax.phpForum: Plugins
In reply to: [Comments - wpDiscuz] Set normal dateCool, perfect works great!
Thank you.Forum: Plugins
In reply to: [Comments - wpDiscuz] Set normal dateGreat update. I have a problem with the date feature though.
When I check the box and hit save, the box get unchecked again after reload and the date is still unchanged.Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Open several images in RL via one text linkNo worries, maybe I can figure it out on my own.
In that case I can write about it here. Thanks.Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Open several images in RL via one text linkThe only ajax I know of is that the comment section is ajax loaded, I deactivated that plugin but problem remain.
The Custom events has been enabled (ajaxComplete) all along and still is.Weird… any second guesses? It’s so strange that it works fine with # but not with any actual image link.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Open several images in RL via one text linkThanks thats simple. Overall it’s working fine but I still have one problem though. I have a bunch of text links to images (same gallery) in a sidebar text widget. Like this:
<a href="LinkToImage.jpg" rel="lightbox[gallery-2]">
Now I need to add one more link to the actual page (not in the sidebar). It has the same
rel="lightbox[gallery-2]
in the link as the other. But when I click that one it’s the only image to show up in the lightbox. Cant swipe to the other ones.Now the weird thing is, if i don’t link to a image but link to # instead, like this:
<a href="#" rel="lightbox[gallery-2]">
then the first image won’t show (naturally because it’s not an image) BUT I can swipe to all the other images in that gallery:
rel="lightbox[gallery-2]
This is driving me a but nuts.. any ideas why that might be?
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Cant get anything to showDone! Thanks
Forum: Plugins
In reply to: [Flickr Justified Gallery] Lightbox dont workThis guy is a king. Donate! We all want him around.
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Cant get anything to showHi there. I read that the px could be a problem but I have the default 100% and 400 height (no px).
have installed it on several other sites with excellent result, but this particular one won’t show up. I just added an address and choose drop for the pin, deleted the default California pin. And thats pretty much it.