chocopuddin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Resolution] the main menu does not dropI am having this same problem…however, for me the drop down menu works from the home page, however, not when I am on any other pages or posts from my site.
Forum: Themes and Templates
In reply to: [Resolution] Lose formatting with child themeOkay, the child theme is mysteriously working now one day later. Just had to give it time to take effect I guess. ???
Forum: Themes and Templates
In reply to: [BlogoLife] Add thumbnails to post summaryOkay, well I figured out how to get the image next to the excerpt. However, I want to align it left so that the excerpt shows up next to it rather than below. Any coders in here that might be able to help? I have added this coding so far…
I added this to function.php:
// add thumbnails to posts
if ( function_exists( ‘add_theme_support’ ) )
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 100, 100 );I added this to content.php (before “entry content”)
<div class=”thumbnail”><?php the_post_thumbnail(); ?></div>Forum: Themes and Templates
In reply to: Format messes up when trying to use child themeLol. Well, at least it was something simple. I’m new at html.
Thanks!
Forum: Themes and Templates
In reply to: Format messes up when trying to use child themeI just re-activated my child theme. I guess all of the formatting is messed up.
Forum: Themes and Templates
In reply to: [Delicacy] Columns messed upnevermind…finally figured it out. Somehow my website was being viewed in “compatability mode” on my browser. Unchecked it and everything is back to normal.
Forum: Themes and Templates
In reply to: [Delicacy] version 1.2.4 – widgets and dropdown stopped workingI did a google search on the drop down menu issue and found a couple of solutions…One being to disable 1 plugin at time to see if one of them is causing the problem. I didn’t have any plugins activated yet, so that didn’t help me. However, I found one post about someone who was using internet explorer as their browser and switched to a different browser such as firefox. And it corrected the problem. So I just installed a free download of firefox from the internet and it worked! I am now able to drag the sub menu over to the right, click save, and it stays. Hope one of these works for you.
Love this theme 🙂
Forum: Themes and Templates
In reply to: [Delicacy] version 1.2.4 – widgets and dropdown stopped workingI just created a new site and am also unable to get the drop down menus to work in wordpress. While creating the menu, I am able to drag it over to the indent position just fine, but when I click save, it changes to a top level page. Since I have not gotten very far on my page, I tried deleting the database and starting over, but still no luck. I also installed the latest version of wordpress and the theme.