Indent
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Load Masonry JS library only on blog pageThanks.
Forum: Developing with WordPress
In reply to: Load Masonry JS library only on blog pageThanks a lot.
That worked very well, but it still throws an error; “Uncaught ReferenceError: imagesLoaded is not defined at (index) :174” on the other pages.
Is that something I should just ignore?
Forum: Developing with WordPress
In reply to: Load Masonry JS library only on blog pageTested this with no luck. Masonry layout breaks, just a single column.
if ( is_archive() ) { add_action( 'wp_enqueue_scripts', 'slug_scripts_masonry' ); }and
if ( is_home() || is_archive() ) { add_action( 'wp_enqueue_scripts', 'slug_scripts_masonry' ); }Forum: Themes and Templates
In reply to: Menu implementationHello,
sorry it took so long for me getting back to you.I didn’t know about the rules and WP Jobs. Good to know. I have bookmarked WP Jobs and I will certainly remember to use it the next time I need extensive help with development.
I did what you wrote, and guess what, it worked. I suspect you knew that.
I will have to do some work to get the button/hugeinc menu to display only on small screens, so that on@media screen and (min-width: 50em)it will display the standard dropdown menu.Thank you so much for helping out.
J
- This reply was modified 9 years, 8 months ago by Indent.
Forum: Themes and Templates
In reply to: Menu implementationHi,
Yes, I know how to develop on a basic level, but I’m a designer. Tech savvy, not so much. But, I read every bit of code that’s part of my theme so I can learn and understand.
OK, so in my workflow, configuring the menu is something I do right after I’ve set up style.css, functions.php, fonts, styling the header, etc. So, I have not yet implemented any of the HugeInc menu code, just read through the code (index.html, style1.css, classie.js, demo1.js). Also, I understand that the modernizr.custom.js is necessary. My theme is responsive, one-column, 100% width, has a standard header with a logo on the left and the _s dropdown menu to the right. The goal is, on small screens, to have a hamburger menu icon to the right instead of the _s button. And that’s how far I’ve got.
This is my first time around with mobile menus, and I find it kind of daunting to implement all this in the _s navigation.js, style.css and functions.php. Stumped, to say the least.
I hope you don’t feel I’m trying to exploite your hard earned knowledge. I’m prepared to pay for it. Seriously.
Thank you so much for taking the time.
J
Forum: Plugins
In reply to: [Contact Form 7] Styling reCAPTCHAHi, thanks for your reply.
I found this, and it works perfectly.
https://www.geekgoddess.com/how-to-resize-the-google-nocaptcha-recaptcha/
Forum: Themes and Templates
In reply to: [Popper] Input fieldsHi, thanks for answering. I didn’t see it before now.
What I mean is that viewing a post, the comment form text fields seem to be at a fixed width, thus stretching beyond the viewport to the right. This is only for @320px wide viewport. i.e. you don’t see the entire textfield.
I’ve been testing in Chrome dev tools locally, so I’m not sure if this is actually happening live on the web.
Forum: Fixing WordPress
In reply to: Image medium large is missingWell, I think this is bug in WordPress.
I’ve tested with a fresh install of WP. As soon as I change the default image size in the media settings page, WP will just skip generating a medium_large version of uploaded images. It doesn’t help changing image sizes back to default either.
Am I missing something? Or, is it a bug?
Forum: Fixing WordPress
In reply to: Image medium large is missingAfter further testing I found that the medium_large image size disappear after changing either one of the image sizes in settings>media in WP admin, e.g. I change the medium size from default 300px to 320px. Changing it back to 300px will not bring back the medium_large size.
Is that suppose to happend? Anyone?
Forum: Themes and Templates
In reply to: Featured image backgroundWell, sometimes one can’t see the forrest for the trees.
I completely overlooked class=. Embarrassing.Forum: Themes and Templates
In reply to: Strip tags but allow someSorry, the code is wrong. Once again:
<?php echo strip_tags(get_the_content(),'<p><a>');?>Forum: Everything else WordPress
In reply to: Missing files in upgradeThank you!
Forum: Plugins
In reply to: [Plugin: Pre-Publish Reminders] How to add i18nI am sorry, but I am not sure what you are referring to when you say “bumping this topic”. I do apologize for any misbehavior.
Forum: Plugins
In reply to: [Plugin: Pre-Publish Reminders] How to add i18nIn case someone wondering what i18n means: internationalization.
In other words translation.Is it bad to add something like internationalization without the developers knowledge?
I would really appreciate any feedback on how to add i18n to this plugin.
Yes, exactly, that’s weird. I have also noticed that.
I’m not shure of the version for the JW Player, but I have installed the latest WP plugin version 1.4.3. As I initially wrote:
I get the “successfully downloaded and installed…” but no player version or sample video is displayed.
I can’t see the version anywhere in WP.