zoaCode
Forum Replies Created
-
Forum: Plugins
In reply to: [Cyclone Slider] Category Page filled with Slides!! Help!Apparently a update was rolled out this morning and although I am sure it had nothing to do with my problem you could have least gave “some” support with this ..
Anyway, the ONLY thing I could do to get around this issue without wigitizing the Category template which really would’nt have worked anyway since most wigets and plugins for this pull the first image or featured image was uploading a custom thumbnail and placing the URL (with HTML img tag in tact) in the excerpt box of each post per this suggestion:
https://codex.www.ads-software.com/Category_Templates
under the title heading of: Display Images Linking to Full Posts at the bottom.Hope it helps someone if they do not want slides sliding all over the place when clicking a Category page.
I really like this slider and appreciate all your hard work so I think I will buy it. But I am waiting to see if the slider stops working after 50+ slides like someone else complained about. I need unlimited as advertised.
Forum: Plugins
In reply to: [Cyclone Slider] Category Page filled with Slides!! Help!hello?
Thank you so much for a speedy response, it is really appreciated. I look forward to the update.
Forum: Plugins
In reply to: [Advanced post slider] Sticky PostApparently it already does this or they’ve added it because all it shows is my sticky posts and nothing else by default. It overrides all settings and it’s annoying me!
Sorry, no way to edit my OP so I would like to clarify that I have checked my custom post types custom fields are working and saving correctly but with your plugin they are not. It won’t display my custom thumbnail. I’m assuming this is an easy fix, if so could you please help?
Forum: Fixing WordPress
In reply to: Cannot install WP Tools?Thank you! After a quick reboot, that solved it.
Forum: Fixing WordPress
In reply to: Cannot install WP Tools?Thank you so much for the link. I installed it manually but as soon as I click activate it just goes to a blank page. Perhaps since I am just setting up again and the domain is not fully functional could be the problem. I will patiently wait and respond back if there are further problems. Thanks again for the speedy help.
Forum: Hacks
In reply to: Can't Echo a Link Properly to a Custom Post TypeI solved this myself with:
echo '<a href="' . $slug['slug'] . '">' . $post_type->labels->singular_name . '</a>' .$markup;
I have several blogs installed on the same domain and that was causing the problem. Just when you think you know everything …:)
Forum: Hacks
In reply to: Breadcrumb for Custom Post Type need eyes.Wow at first I thought these forums were dead, and when I saw your response my second thought was ug, they are suggesting me using a whole nother script but WOOT nileshkacha1990 It worked!
I just rewrote my script to include your is_single post_type statements and the magic happened. I had to fiddle with the css but instantly I have a breadcrumb link to my admin side custom post type.
Thank you so very much!
Forum: Hacks
In reply to: Database not Updateing my DefaultsUg resolved.
Was a matter of actually deleting those text entries and resaving through the backend live. /It’s the little things that get ya! ;p
Forum: Hacks
In reply to: Database not Updateing my DefaultsNo one?
I’m pretty adept at coding that’s why I am stumped on this one, anything that would even lead me in the right direction would be great,..
Forum: Themes and Templates
In reply to: Can't override CSS border (need advanced help)As soon as I posted I finally found the solution here:
https://www.sohtanaka.com/web-design/how-to-override-inline-styles/
With alittle fiddling it can work with external sheets too,
so hopefully useful to someone else.Forum: Hacks
In reply to: Here's How to Remove Admin Footer but …First off, thanks x’s a million esmi. Your clue of clearing all floats led me to discover a missing end div. I had tried that numerous times but it needed to be placed in an exact area that I had long overlooked. Being a theme option page it was quite large and all I can chalk this up to is long hours of coding will do this to you. hehe. Even stranger still was that it validated, so it really threw me for a loop. So again, (cant thank you enough really) Thank you!
Forum: Hacks
In reply to: Here's How to Remove Admin Footer but …Thanks again for trying to help, if I find a solution I’ll be sure to post it.
Forum: Hacks
In reply to: Here's How to Remove Admin Footer but …Ok, thanks for the tip I checked all floats are cleared. Yeah it’s confusing me too as when in full browser screen it does in fact fall naturally to the end of the page. It is only when I try to resize the browser screen that it proceeds to climb the page.
If I make the browser window for example 4″ by 4″ the footer and line crawl all the way to the top of the page. Strange indeed.