actiondave
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Create link to Copyright Page in Copyright Footer(* I do not have the Pro version theme.)
Hi, here is a link to the screenshot:
http://www.actionsportsmaui.com/wp-content/uploads/photo-gallery-slideshow-java-error-screenshot.jpgForum: Themes and Templates
In reply to: [Ultra] Post not full-width anymore (ghost sidebar?)…then I switched back the themes, and it seems to be working again, on the child theme….
so thanks, it seems to be fixed now.Forum: Themes and Templates
In reply to: [Ultra] Post not full-width anymore (ghost sidebar?)Hi Andrew,
1) the parent theme does work, on the posts full width.
2) there was nothing in the sidebar- This reply was modified 8 years, 10 months ago by actiondave.
Forum: Plugins
In reply to: [Companion Auto Update] Companion Auto Update, not updating itself.I just got an email:
“The following plugins have been updated:
– Companion Auto Update to version: 2.9.2”
So I guess that it is updating itself fine. Thanks.Forum: Plugins
In reply to: [Z-URL Preview] Works in test site, not in real siteI have found that some links work and some don’t. Different sites may have different security settings.
Forum: Plugins
In reply to: [Z-URL Preview] Nothing inserted into post.Hi, this plugin started out great. But I now find it only works on some of my themes.
*Is there something I need to add into the code?
*I am using child themes.
*all my plugins, tinyMCE and Wp are up to date.
*I have tried moving the Eye Button up and down on different lines of the editor too. Still doesn’t work.
*The eye button is there, and the url box pops up when I click the eye, I paste in my URL (a URL that works on another Z-URL link on different site/theme),
then enter, and then nothing happens, no code, no error message either.Forum: Themes and Templates
In reply to: [MaxFlat Core] hide post author and date in maxflat-core themeHi, I just tried that suggestion (cut and paste) but sadly it didn’t work.
But then I added a space between the “meta-line” and the “{“, and then it worked great.
Thanks for your help, my page looks a lot cleaner now.Forum: Themes and Templates
In reply to: [MaxFlat Core] hide post author and date in maxflat-core themeHi thanks for your rely.
I tried to add these to style.css,
.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }
.entry-meta { display: none; }but they didn’t work.