mnmelillo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to move my site to a different domain name but with same serverhello?
Forum: Fixing WordPress
In reply to: How to move my site to a different domain name but with same serverAnyone familiar with this problem?
Forum: Fixing WordPress
In reply to: How to move my site to a different domain name but with same serverI am having a similar problem.
My website was built using WordPress on one domain, then transferred to another. Everything works and the admin is functioning properly, but when I try to log in it always forwards me back to the old domain and says “error establishing a connection to the database”
The weird part is that at this point (even though it technically denied you your login) if you manually type in the https://www.thedomainname.com/wp-admin you are taken to the admin panel and logged in. The same goes for any other user trying to access the site.
I’ve checked the wp-config file and the database is being referenced properly. What could be the problem here, what file is it and how do I fix it?
Thanks so much in advance.
Forum: Fixing WordPress
In reply to: RSS Feed IntegrationWow, the support is overwhelming!
Forum: Fixing WordPress
In reply to: RSS Feed IntegrationHi, I really need some help with this…
Someone please tell me what I need to do, thanks!
Forum: Fixing WordPress
In reply to: RSS Feed Integrationplease respond, thank you
Forum: Fixing WordPress
In reply to: Firefox vs. Internet Explorer (Image Issues):O
LOL!
Yeah, that would help! ??
I feel retarded haha…thanks for the help, I really appreciate it. Header looks like it is working perfectly so that was definitely the issue.
I can’t thank you enough, take care now.
Forum: Fixing WordPress
In reply to: Firefox vs. Internet Explorer (Image Issues)Hi, thanks for responding.
The site URL is https://wwww.dedona.com
The banner is a header which is supposed to be static and universal across the site, regardless of page.
The code is an image source, found here:
<!–top header starts –>
<div id=”header” class=”clearfix”>
<div class=”h_left”>
<div class=”logo”> ” title=”<?php bloginfo(‘name’); ?>” href=”<?php bloginfo(‘url’); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/logo.jpg” width=”xxx” height=”yyy” alt=”<?php bloginfo(‘name’); ?>” />
</div>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div> <!–hleft end –></div> <!–header end –>
THANKS IN ADVANCE FOR YOUR HELP!
Forum: Themes and Templates
In reply to: Changing the Header from Text to Image in WP-Remix ThemeWell, I got the layout problem fixed and it looks good in Firefox, but for some reason is not showing up in Internet Explorer.
What do you think would be causing this?
Forum: Fixing WordPress
In reply to: Header and Footer not being referenced properlyJust a thought: It seems like the other pages aren’t referencing the header.php and footer.php files correctly, because I just looked at those and everything seems to be intact within those files. It is just a referencing issue? If so, what is the solution?
Forum: Themes and Templates
In reply to: Changing the Header from Text to Image in WP-Remix ThemeOk I did what you said and it got the web banner working but unfortunately the site format is broken when this is done and the layout of the website changes dramatically. It doesn’t look the same anymore. Any ideas about how to fix this problem? Thanks in advance!
Forum: Themes and Templates
In reply to: Changing the Header from Text to Image in WP-Remix ThemeHi, thanks for your response. This is the code for the top header section where I want to place the logo. I looked at what you posted and I don’t see anything that starts with “<a title=”
<!–top header starts –>
<div id=”header” class=”clearfix”>
<div class=”h_left”>
<div class=”logo”> ” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></div>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div> <!–hleft end –><div id=”search”> <?php get_search_form(); ?></div>
</div> <!–header end –>Can you please clarify?
Also, we did not design this theme…just customized it.
Forum: Themes and Templates
In reply to: Changing the Header from Text to Image in WP-Remix ThemeThanks for taking a look