Medievalists
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannnot add pictures – strange codeI don’t think so – I was able to log in, find the post and spot the weird piece of code right away and as soon as I removed it the picture could be added no problem.
Forum: Fixing WordPress
In reply to: Cannnot add pictures – strange codeWe use the Arras theme and have just three active plugins – Smart Ads, Social Media Widget, WordPress SEO – I created a new post with those three turned on and turned off and had not problems.
This problem may have actually happened once before, about 3 weeks ago, to another person who posts on our site. They also couldnt add a picture, but they just deleted the draft and started again and had no problems afterwards.
Forum: Fixing WordPress
In reply to: Problem using Visual Editor and Media LibaryAny ideas?
Forum: Themes and Templates
In reply to: Trying to get sidebars to show up properlyAlso, one more thing – I am only able to add two widgets to the primary sidebar – if I add any more they appear below the post or page. How can I add more widgets?
Forum: Themes and Templates
In reply to: Trying to get sidebars to show up properlyThank you for the help. I was able to get that done by moving the code on the home.php file like this:
</div>
<?php get_sidebar(); ?>
<?php arras_below_content() ?></div><!– #content –>
<?php get_footer(); ?>
I tried the same thing with another website, but it is not working for that http://www.americancivilwar.ca/
What am I doing wrong?