ccavaliere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changeset UUID persisting errorThank you for the reply! I deactivated the king composer plugin and it loaded. It’s odd that it was that being the issue. It’s a plugin that makes building the pages very customizable.
Forum: Hacks
In reply to: Changing link from post to pageUPDATE for some reason the code was left out of the post…
<?php $image = get_post_thumb($post->ID,950,350,'bordeaux_slider_image'); ?> <img src="<?php echo $image['src']; ?>" alt="<a href=""<?php">"><b><?php the_title(); ?></b></a><p><?php the_excerpt(); ?></p>" width="950" height="350" />
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: Login address is being redirected, hacked?I had reset my passwords to multiple WP sites that I log into. This is the only one that is giving me an issue. Seems that after I reset the PW, it will go to open the admin page but just stops loading and displays a white page. Do I need to completely reinstall WP? The site still displays.
Forum: Themes and Templates
In reply to: Divs not clearing- leaving spaceI have still been trying to get to the bottom of this
Forum: Themes and Templates
In reply to: Changing Name on Theme admin dashboard tabThanks for the help. Appreciated!
Forum: Fixing WordPress
In reply to: Contact Form Plugin include in custom PageUsually with plugins if you read in the setup documentation they include <php> scripts that you can insert on the page for the contact form to appear. Also, I have seen contact forms be called from within the page using a [shortcode] type style. Your form may include this in the set up text.
Forum: Themes and Templates
In reply to: Sidebar Float is not ClearingI just downloaded that plugin, dont know how I lived without this!
Forum: Themes and Templates
In reply to: Sidebar Float is not ClearingThat took care of it. To think I sat here for hours moving around “clear” div’s and you got it in under 4 minutes. Thank you!!!!