Bloke
Forum Replies Created
-
Log into your site and go to appearance->Themes. Do you have a child theme there?
Forum: Fixing WordPress
In reply to: My site do not open or behave properly on few devicesYou need to use media queries in your css. Open your site in chrome and right click and choose “inspect”. You can see how it performs in many devices. I recommend looking at creating a responsive grid using responsive columns.
Forum: Fixing WordPress
In reply to: Image alignmentHow do you want to align them? The last picture is 354px tall while the others are 354px.
Forum: Fixing WordPress
In reply to: .htm linksCan you post a link to your site? You should probably rethink your approach since WordPress is dynamic and all .php pages.
Forum: Fixing WordPress
In reply to: Unwanted # is being added to urlsTry changing your permalinks and change them back.
Forum: Fixing WordPress
In reply to: How to comment a shortcode?In the post switch to text view. Write it like this <!–[codehere]–>
Forum: Fixing WordPress
In reply to: Visitors can't comment or click on postsThere are a lot of JavaScript erors on your site. I would recommend disabling any plugins you have and test it one at a time. Maybe that Facebook widget is causing the problem. Contact your theme’s author wordpress.com/themes/penscratch/
Forum: Fixing WordPress
In reply to: Image in post which is not in Media LibraryThere is a difference between a page and a post. Is that link you included a page? Is …../Races/AirLife/AirLife5KMap.gif an example of what you want to post? Are you experienced with WordPress, PHP, plugins and themes?
Forum: Fixing WordPress
In reply to: Changing thumbnail sizes in existing postsYou will need a plugin to regenerate thumbnails.regenerate-thumbnails/
Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu not openingI solved it. I had a similar version of my site and put the menu on there and it worked. Compared the index , header and footer files. wp_footer() was missing on my footer. I guess with new version its loading in the footer.
Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu not openingNo errors. Really strange because WordPress is loading the jquery and its up to date. Was working in prior version of MMM. Using custom theme with no plugins.
Forum: Fixing WordPress
In reply to: I want to the slideshow feature image to not look like a linkUsually there is a setting if its a plugin. Or in your theme or child theme css file. Add this:
.slideshow .next, .slideshow .prev {
display: none;
}Forum: Fixing WordPress
In reply to: When I go to my website it redirects me to the WordPress admin loginSeems to be working ok now?
Forum: Fixing WordPress
In reply to: Show posts from specific categoriesLook for the loop. And change it <?php query_posts( ‘cat=33’ ); ?> This will show only posts from the category id 33 for example. Just edit a category and it will show the ID.
Forum: Fixing WordPress
In reply to: Remove "Better Passwords" function in WPAll they have to do is click “confirm use of weak password”