danwpc
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] open by tabbing to, close by tabbing awayThanks, that was what I was looking for. I consider this support question closed.
Forum: Plugins
In reply to: [Collapse-O-Matic] open by tabbing to, close by tabbing awaySorry, but this is not resolved for me. It’s unclear from the responses whether or not open/close using tabbing is doable or if I need to add custom jquery. I may not have phrased my original question clearly. What I’d like to accomplish:
1. When I tab to a selection it opens the content,
2. When I tab away, the content closes and the new content opens (so I can quickly open content without having to use the mouse)Does that make sense?
Thank you
Forum: Plugins
In reply to: [Collapse-O-Matic] open by tabbing to, close by tabbing away1. I was successful setting up my shortcodes to open only one content area at a time without using the highlander class. I do it by assigning a unique rel to every shortcode. Is there an advantage to using highlander for this? Eg.:
[expand title=”1600″ rel=”1600″]Content 1[/expand]
[expand title=”1700″ rel=”1700″]Content 2[/expand]
[expand title=”1800″ rel=”1800″]Content 3[/expand]2. The only thing I haven’t accomplished is opening/closing content hands free using tabbing (my original question). Could you give me an example? I’m not seeing it in the documentation using highlander.
Thanks muchForum: Plugins
In reply to: [Collapse-O-Matic] add background image to .trigger classYou rule. Thanks! Forgot that I put it into the customizer css area. All better now. 🙂
Forum: Plugins
In reply to: [Collapse-O-Matic] add background image to .trigger classThanks for your reply. The reason I’m reaching out is because the css has not been added at the conventional location (stylesheet) and yet…there it is. If you inspect the styles on the .trigger element, you will see that the style location is not the style.css sheet (the child stylesheet is where I put all my new styles – unless I’m blanking on something). It instead indicates the page (inline) as the location of the styles, yet I have not placed backgrounds inline – unless…there is a location that I am forgetting about used by the collapse-o-matic plugin. If you would like access to my site’s back end, let me know where to send you that info. Thanks again.
Forum: Plugins
In reply to: [Favorites] Filters & HooksGo here: https://favoriteposts.com/
or here: https://ww.wp.xz.cn/plugins/favorites/other_notes/Forum: Themes and Templates
In reply to: [Himalayas] Child Theme header problemsAlice, which header theme functions are you referring to? Did you get it figured out?
Forum: Fixing WordPress
In reply to: Duplicate homepage URLSammu89, it’d be nice if you could post how you solved your problems so others could benefit. Care to do that? Thanks!
Forum: Themes and Templates
In reply to: [Square] Page Title StyleIt’s recommended that you use a child theme if you want to make changes to the theme. A couple of links:
https://codex.ww.wp.xz.cn/Child_Themes
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/Thanks for your response. I’m sure you will be cranking out excellent themes. I look forward to using them.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login on GitHubJeff,
There’s no code there, only the README and a .gitignore file?Yes, I noticed this issue as well. Anyone?
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Scaling for Responsive?Changing their opacity could help on really small screens
Forum: Plugins
In reply to: [Easy Bubble Menu] Size of trigger imageGot it. Added
add_filter('do_shortcode')to my functions.php file. Then added the Bubble Menu shortcode created in the admin to my sidebar.php file:<?php echo do_shortcode('[wp_easy_bubble_menu id="1"]'); ?>Forum: Plugins
In reply to: [Easy Bubble Menu] Size of trigger imageEnmanuel, I’d like to try this plugin in twentyfifteen – probably on the left in sidebar.php where the main site-nav currently is. How would I do that? Thanks.