Hélio Cristóv?o
Forum Replies Created
-
@cais , I’ll definitely be working on that, it’s time!
Thanks for your support.
Great service = happy customer
??
HélioHi Cais,
Thank you for your hint.
It worked; it just so happens the thing that caused the problem was my recent update for the newest version of nextgen gallery.
I’m running photocrati version 4.4 (yes… can you imagine…? ?? and they don’t seem to get along :/Anyways, I deactivated nextgen from the FTP, and now the site is on again. I’m not using nextgen, so, it’s cool…
Thanks again.
HélioThank you Andre!
Now I got it.Forum: Plugins
In reply to: Nextgen Imagebrowser back to gallery linkHi, try to add this code in imagebrowser.php file, below the <div class=”pic”> (……..) </div>
<div class="uptothumbs"> <a title="This is a new feature that will return you to the correct thumbnail page if you have been browsing through a large number of images on this page" href="<?php echo "?nggpage=". ceil($image->number/12) ?>"> Up to Gallery</a> </div>
From this other topic:
https://www.ads-software.com/support/topic/plugin-nextgen-gallery-how-to-add-a-back-to-gallery-link-on-imagebrowser-page-1?replies=15About this topic, see other link here. Works good.
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Email is not working – link does nothingAfter all, e-mail link is working, I just don′t understand why it opens the popup send email box way below at the very bottom of the page. See how here:
https://www.heliocristovao.net/blog
Anyone has the fix for this issue?
ThanksHere′s what I already did:
I activated Nextgen permalinks/updated permalink structure (WordPress Settings/Permalinks -> save)
Selected “Page Link to:” in gallery options, for each gallery
Nextgen Options -> Gallery -> “Deactivate gallery page link” -> have box unchecked.
Is it working by now?
Thanks
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Custom Template for ImageBrowserLooking for templates also. Have you had any hints on this?
Well, I found this thread on support forum from the author′s plugin:
https://edo.webmaster.am/forum/gtranslate/gtranslate-conflict-with-dropdown-menus-t79.html
Disabling JQuery library loading option solves the problem!
Sorry, forgot to mention a link to the web page:
https://www.heliocristovao.net/dev/blog
The email icon missing is by the social media top right side
Forum: Fixing WordPress
In reply to: Error 503 – "Service Temporarily Unavailable"The situation on the server side was that they had implemented an extra security feature, the mod_security rule, guess to prevent recent hacker attacks as they said.
To resolve this, I had to login to my domain hosting service and disable “Extra Web Security”, then the error stopped coming up. Though, it lasted 48hours+ to had this solved from problem detection to hosting support response… But it′s all cool now.
Thanks,
HélioForum: Fixing WordPress
In reply to: Error 503 – "Service Temporarily Unavailable"Situation was on server side. And it is solved now
Forum: Fixing WordPress
In reply to: Error 503 – "Service Temporarily Unavailable"Yep, checked htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /dev/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /dev/index.php [L] </IfModule> # END WordPress
Can you tell there′s something wrong going on?
I′ll check if I have an earlier backup versionForum: Fixing WordPress
In reply to: Error 503 – "Service Temporarily Unavailable"Using WordPress 3.0.4
Please help, I′m getting this error for too many hours now…