Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing languages in lanf dropdown settingsDo you have a link to your site where this is happening?
Forum: Fixing WordPress
In reply to: Error Invalid image dimensions inHey there,
It’s hard to tell exactly what may be going on, but could be an issue with some plugins you have installed. I would try deactivating all plugins and see if the issue goes away. If it does, try activating all your plugins one by one to see which on might be causing there error on your site. Hope that helps get you started.
Forum: Fixing WordPress
In reply to: Jetpack blog subscription widget not respondingHey there,
Looks like the input field to enter an email address isn’t showing because it’s hidden via css with a display none. If you look in your css, the class .required has display none on it, and should have display block for it to appear again. You can adjust that further, but I believe that’s the culprit. Hope that helps get you started.
Forum: Fixing WordPress
In reply to: Category filter not workingHey there,
Looks like there might be some issues with the Fancy box plugin being used. You might want to try and disable all plugins and activating one by one to find the culprit. Looks like a possible issue between the styling and the plugin itself causing an issue. Hope that’s a start to help track down the issue.
Forum: Fixing WordPress
In reply to: How to display the bio (description)If I’m understanding this correctly, you can use this to show a specific users bio/description on a page https://codex.wordpress.org/Function_Reference/the_author_meta
Hope that helps.
Forum: Fixing WordPress
In reply to: Changing the background color on my blog sign up box and menuThese changes would need to be made to the css, however it’s difficult to tell exactly where to make those changes in the main css file, because right click seems to be disabled on your site.
If you could turn that functionality back on it would be easier to identify exactly where and what needs to be modified.
Forum: Fixing WordPress
In reply to: Gallery not displaying in frontofficeHi there,
I think this issue is with your gallery plugin as the code displaying on the front end looks like the shortcode that should display your images is showing rather than the images. You might try copying that text and adding it to that page on the visual editor tab of the edit page and then resaving the page. Hope that helps.
Forum: Fixing WordPress
In reply to: Problem with font awesome in enigma themeI think the issue is that it looks like the site is loading everything fine for font awesome, but the markup looks like it’s looking for glyphicons icons instead of Font Awesome icons. However in viewing the source, I dont see anything loading to get those icons for Glyphicons to show, hence the empty boxes I believe.
I’m not sure if there’s a setting in the theme or you’ll have to do some additional work to either the markup or styling to get them to appear.
Forum: Fixing WordPress
In reply to: Safari not loading imagesI’m seeing images load on the homepage in Safari. Is this resolved or was it on some another section of the site?
Forum: Fixing WordPress
In reply to: Right sidebar for twenty thirteen theme??Hey Mike,
Here are a few links that might be of some assistance to help get you started with what you are after with additional links at the bottom of the first that you might find helpful as well.
https://codex.wordpress.org/Theme_Development
http://www.hongkiat.com/blog/wordpress-child-themes-dev/
http://www.vistaunderthesun.com/how-to-add-sidebar-in-wordpress/
This is quite a bit of info but hopefully it’ll help get you started and it’s helpful.
Forum: Fixing WordPress
In reply to: Can't login admin panel,login page keeps redirecting.Is there still an issue here? I can get to the login page and I’m seeing things that look like they’re working as expected or did I misunderstand what’s not working still?
Forum: Fixing WordPress
In reply to: No Hamburger menu on mobileLooks like you got this resolved, I’m seeing the menu now on mobile?
Forum: Fixing WordPress
In reply to: Cannot get mobile site to look rightevertekr,
You could adjust the font size and text-transform of the table headers. There’s also a lot of non-breaking spacing after each item, possibly reducing the number of those will help this look better on mobile as well. Hope that gets you started.
Forum: Fixing WordPress
In reply to: Load more videos on one pageI’m not sure if this is exactly what you’re after, but you could try Jetpack’s infinite scroll?
This is a pretty good tutorial that might help you get started with the implementation. Hope this helps some.Forum: Fixing WordPress
In reply to: Need help with hiding menu and opt in boxHi there,
if the opt in box is a widget area, you could use jetpack’s widget visibility option.
http://jetpack.me/support/widget-visibility/
As for the menu you could use conditional tags to hide the menu from the specific page or css as in this forum question.
This might also be of some help to you as well:
http://www.wpbeginner.com/plugins/how-to-add-conditional-logic-to-menus-in-wordpressHope that helps get you started.