Joy_M
Forum Replies Created
-
Forum: Plugins
In reply to: [Unyson] Unyson Extensions – Cannot create directiorySpoke too soon—still doesn’t work. Now I get “Failed to access Github repository “ThemeFuse/Unyson-Empty-Extension” releases.” Switched to another option. Thanks though.
Forum: Plugins
In reply to: [Unyson] Unyson Extensions – Cannot create directioryJust FYI—I had the same problem as nigel3174. It worked with the zip file that you provided, but the auto-install from WordPress didn’t work and neither did my manual FTP installation. Just wanted to let you know!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] "Read More" for Posts Shortcode.Paul, just wanted you to know that I got over myself and my fears and went into the PHP of Shortcodes Ultimate and made it work.
I think we will have to keep making the same change every time Shortcodes Ultimate gets updated, but I added one line of code and it worked for me just now:
<div class="su-post-excerpt"> <?php the_excerpt(); ?> <!-- Add this line here--> <a href="<?php the_permalink() ?>">Read more ?</a> </div> <a href="<?php comments_link(); ?>" class="su-post-comments-link"><?php comments_number( __( '0 comments', 'su' ), __( '1 comment', 'su' ), '% comments' ); ?></a>
In mine, I wrapped the “read more” permalink in a span class so I could style it, but it seems to work ok as is… until Shortcodes Ultimate gets updated!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] "Read More" for Posts Shortcode.I’m in the same boat as Paul, if anyone has any guidance it would be greatly appreciated.
Forum: Plugins
In reply to: [Advanced Editor Tools] editor-style.css does not replace Formats drop downHi Andrew, thank you very much for this plugin, it’s been very helpful for me thus far. just wanted to report that I’m having this issue as well—nothing appears in the “Formats” drop-down, although I’ve added styles to editor-style.css
I double-checked and there is no editor-style.css in my parent theme. I’m assuming that it keeps trying to pull styles from the nonexistent file in my parent theme. I’d love to stay away from making changes in the parent theme in case of updates, so any guidance you could offer would be greatly appreciated.
Thanks for your time!
Forum: Plugins
In reply to: [a3 Portfolio] 404 errorsNope, just with the A3 Portfolio. No worries, I ended up just changing my plan, but thank you anyway!