dankaholic
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio Filter Gallery - Photo Gallery] Lightbox doesn’t workWow thanks, now the images are showing Up (as you can see). Still i’m not sure whether this is the right Plugin (i’ll be happy to pay for the right one btw 😉). The description doesn’t show plus I’m looking for photoswipe display as well. Is this possible with Premium Version? PS with the option ‘hide gaps’ checked, the other Page elements are affected as well.
Thanks again for the Support!
Forum: Fixing WordPress
In reply to: wp-admin working, site doesn’tSomehow it was messed up. Couldn’t figure it out. So I did a clean install and used All In One WP Migration plugin. It worked like a charm.
Thanks for looking!
AxelForum: Fixing WordPress
In reply to: wp-admin working, site doesn’t… and something else: on my PC I still have the local server running (with the same site) and when viewing the live site on my PC everything works because WP is getting the data from localhost/wordpress on the local Apache. On my mobile it doesn’t work, obviously. Something still seems to point to localhost/wordpress, where could it be?
Forum: Fixing WordPress
In reply to: wp-admin working, site doesn’t@steven YES 😀 but it took me two times unless i recognized it
- This reply was modified 7 years, 6 months ago by dankaholic.
Forum: Fixing WordPress
In reply to: wp-admin working, site doesn’tps I also put .htacces in there with the following content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: wp-admin working, site doesn’tWow that was fast! Thank you.
@lisa I changed the first two values in wp-options from localhost to the current domain and I re-saved the Permalinks section (found that hint somewhere). The the different link types displayed there show the current domain.
@steven I did exactly that even with guids checked, nothing changed ..
Damn I’m already sure this is going to end somehow embarrassing, usually I’m not that bad with these things 😀
Cheers
Axel