geologist
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Responsive Slideshow – How To HardcodeThanks for your reply. Unfortunately, when I couldn’t get this working I switched to a different plugin (2 months ago).
Thanks for your help. I didn’t realize that WordPress has a built in Gallery feature. I’m using that. It’s doing exactly what I need and VERY simple.
I have modified the gallery settings. The settings are being ignored. These are my settings:
Gallery > Gallery Settings
and for
Gallery > Gallery Settings > NextGEN Basic Thumbnails
Override thumbnail settings: yes
Thumbnail dimensions: 180 x 152
Thumbnail crop: noForum: Themes and Templates
In reply to: [Customizr] Change Length of ExcerptThanks. My child css is working very well and the child theme has been activated for some time.
Forum: Themes and Templates
In reply to: [Customizr] Change Length of ExcerptI’ve taken out everything that could possibly be read as a blank line and it still breaks the site. And yes, there was a blank line after the ?>.
I realize this is bad programming, but can I safely put this function in the standard functions.php file somewhere?
Forum: Themes and Templates
In reply to: [Customizr] Change Length of Excerptrdell consulting,
I could not get this to work. I’ve been unable to get any code to work in my child theme functions.php file. So I’m assuming I’m making some basic mistake with the file. With your code, this is my entire functions.php file:
<?php function your_excerpt_length( $length ) { return 400; } add_filter( 'excerpt_length', 'your_excerpt_length' ); ?>When I upload this, my whole site blanks out.
Forum: Themes and Templates
In reply to: [Customizr] change footer contentdedfish,
It sounds like you created and html file. Your functions.php file must be saved as a .php file.
Forum: Themes and Templates
In reply to: Twenty twelve submenu not working in Internet ExplorerHere is that link:
website- 69.195.124.111/~esdpcbco:Forum: Themes and Templates
In reply to: Twenty twelve submenu not working in Internet ExplorerThis is a vote of THANK YOU for this thread. All That Heals said he hasn’t seen many posts about problems with IE in Twenty Twelve Child Theme. I’m having them also.
I also switched my header image and navigation menu but did it in the header.php file. I don’t think that’s any problem.
I THOUGHT, the problem was that the IE style sheet in the Child Theme ONLY was being read and the main style sheet with 95% of the style was being ignored. Maybe not.
In addition to the menu problems my header image is not centering and I’ve lost my background image. All is working fine in other Browsers.
website:Forum: Plugins
In reply to: [Meteor Slides] Prevent Event HandlerThanks Josh, that did it. Your website is packed with lots of great info.
Forum: Plugins
In reply to: [Arconix Shortcodes] Custom CSSJohn,
I’ll try putting the css file in my root directory.
I modify with Notepad++ and upload with FTP. I do this all the time with CSS files so I’m sure it works.
Thanks for the quick response.
Forum: Plugins
In reply to: [Arconix Shortcodes] Can't seem to align the toggle to the rightJohn,
Glad I found this thread. Seeing the actual example of how to add custom css to the shortcode AND giving us the example of the css selector was very helpful. Would you consider adding some of these types of examples to your documentation?Thanks very much for this compatible plugin.
Forum: Plugins
In reply to: [Arconix Shortcodes] Accordion not working (too)John,
Thanks for your response to Rubberduckie. It helped me to figure out that I had incorrectly modify my foot.php file. That would have been the last thing I would have looked at to fix a shortcode problem.Thanks for the suggested code. I’ll give it a try.
Alright Marcus, that worked!!
Thanks so much.
This is a great plugin!