krakenexe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Styles not loading Correctly for Child ThemeOh, I had no idea… Well geeze I feel bad, thank you for the information however.
Forum: Fixing WordPress
In reply to: Styles not loading Correctly for Child ThemeYes, I followed the codex. I believe I did it all right.
Forum: Fixing WordPress
In reply to: Changing Logo URL LinkI found out that it was how the theme was laid out, thank you for all your help!
Forum: Fixing WordPress
In reply to: Changing Logo URL LinkBut all of the php calls in there are for resizing the image, the anchor tag is simple now…
Forum: Fixing WordPress
In reply to: Changing Logo URL LinkI just checked to make sure I was editing through the Child Theme, and I wasn’t so I created one and got that going. (Thank you so much for the tip)
But I also ended up changing the header.php through the child theme and it doesn’t look like that anchor tag change worked at all, here’s the full length anchor tag if that would change anything.
<a href="www.facebook.com" class="logo"><img src="<?php gt3_the_theme_option("logo"); ?>" alt="" width="<?php gt3_the_theme_option("header_logo_standart_width"); ?>" height="<?php gt3_the_theme_option("header_logo_standart_height"); ?>" class="logo_def"><img src="<?php gt3_the_theme_option("logo_retina"); ?>" alt="" width="<?php gt3_the_theme_option("header_logo_standart_width"); ?>" height="<?php gt3_the_theme_option("header_logo_standart_height"); ?>" class="logo_retina"></a>Forum: Fixing WordPress
In reply to: Fatal Error – WP_Widget not foundPlus I wasn’t the one who built this site… So I’m confused on a lot of stuff, especially since it wasn’t maintained.
Forum: Fixing WordPress
In reply to: Fatal Error – WP_Widget not foundI restored from a .wpress file and ended up losing some of the site. I’m supposed to be a somewhat professional here, but I’m not too positive on all of wordpresses nuances and how it works completely, but I was hired in to be a wordpress developer though… The other developer here knows even less and only edits themes and sends them live.
Forum: Fixing WordPress
In reply to: Fatal Error – WP_Widget not foundI’m not sure but I managed to find a wpress file… So I restored from that. But I lost a ton of content, I did however make a back up.
Forum: Fixing WordPress
In reply to: Fatal Error – WP_Widget not foundI’m running version 4.3.4, and how do you mean it sounds like I need to re-install a fresh copy of wordpress? I’m really nooby, so I presumed that updating those folders with the latest version might have fixed it.