idrivevideo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removal of header image from F8 Lite themeHi,
I noticed that you use a logo instead of the default header title. How did you do that?
Thanks in advance.Forum: Themes and Templates
In reply to: change text color in F8 liteThanks a lot for your reply! I wil try it out.
Forum: Themes and Templates
In reply to: Need to fix my dropdownHi, Sorry I cannot help you I just started with this theme.How did you manage to add these page in that position? How did you remove the title and how did you change the text color of the posts appearing in the home page? Thank you in advance
Forum: Themes and Templates
In reply to: change text color in F8 liteHi,I saw you could personalize the F8 lite theme. How did you manage to change the text title and the txt color of the posts title? And how did you fit the picture in the slide show in a smaller frame? Can you share it? It would be very helpfull
Forum: Fixing WordPress
In reply to: cannot login to admin panelHi I removed the wordpress installation through Fantastico, then I reinstalled WordPress. Initially it was ok but now I get the same problem, No login to the dashboard from the wp-admin page. DOes anybody has an explanation for that ?
Forum: Fixing WordPress
In reply to: cannot login to admin panelMy site is running ok now because I reactivated the theme directory but I still have the same issue with the login as administrator. It does not redirect me to the dashboard but it stacks to the login page.
Forum: Fixing WordPress
In reply to: cannot login to admin panelDO you see anything wrong in the code ?
Forum: Fixing WordPress
In reply to: cannot login to admin panelok, thanks, http://pastebin.com/QQQ5D05P
Forum: Fixing WordPress
In reply to: cannot login to admin panelI do not know how pastebin works, I pasted the code but I do not know what and how to check. Do you want me to share the code ?
Forum: Fixing WordPress
In reply to: cannot login to admin panelI think that last thing I did was changing the setting for the lightword theme like the default setting for the header title (height and width). I remember this was giving an error. Then I made a few changes on the function.php file of the same theme to allow subscribers to see private content and redirect them to the home page after login. I installed a few plugins, maybe there is some of them that are not compatible with each other.
Here are my plugins ( at the momemnt disabled)
/public_html/wp-content/_plugins/_akismet
/public_html/wp-content/_plugins/_crawlable-facebook-comments
/public_html/wp-content/_plugins/_facebook-comments-for-wordpress
/public_html/wp-content/_plugins/_facebook-import-comments
/public_html/wp-content/_plugins/_facebook-social-plugins
/public_html/wp-content/_plugins/_image-slideshow-pearlbells
/public_html/wp-content/_plugins/_options-check
/public_html/wp-content/_plugins/_options-framework
/public_html/wp-content/_plugins/_photo-gallery-pearlbells
/public_html/wp-content/_plugins/_photonic
/public_html/wp-content/_plugins/_simple-facebook-comments-for-wordpress
/public_html/wp-content/_plugins/_zoltonorg-social-pluginForum: Fixing WordPress
In reply to: cannot login to admin panelGot it thanks! I have two one that sits under public_html directory and looks like this:
# 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 WordPress
and the other one sits under the plugin directory public_html/wp-content/plugins/facebook-import-comments and looks like that:
Order deny,allow
Deny from allI also just realized that I have a second (older) wordpress installation under idrivevideo.com/home. On this one I can login but it is the standard default installation that came with wordpress (no plugins, no added posts etc.)
Forum: Fixing WordPress
In reply to: cannot login to admin panelHi, I cannot find this .htaccess file anywhere. Where should be located ?