LoboStylez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different Site/Theme for mobile viewersFantastic! Thank you for the quick response!
Now i just have to make sure the website stays pretty when viewing on the mobile theme because some of them have custom post types >.<
If anything, ill look through them and see if any allow for a super simple version of them them. Just bullet points and i’ll update which plugin works best for my situation.
Thank you so much again WPyogi!
Forum: Plugins
In reply to: [Contact Form 7] Success/Error Messages Not ShowingI kind of felt like that may be it. With the double Ajax conflicting with each other.
Fooie.
Forum: Plugins
In reply to: Beta Key Giveaway Plugin/ScriptLooking for any assistance our there. I know a lot of posts are going on, but i really don’t want to see this thread go into the abyss and never get answered. I know someone out there has to know.
Forum: Fixing WordPress
In reply to: Help with RSS feedok then so i guess its fixed now. i just had to clear my cache and cookies on my main computer. thanks.
Resolved by adding
function myfeed_request($qv) { if (isset($qv['feed'])) $qv['post_type'] = get_post_types(); return $qv; } add_filter('request', 'myfeed_request');
to the functions.php file in the theme. (leetpress)
Forum: Fixing WordPress
In reply to: Help with RSS feedYes, i got that. and i was able to fix the validation. now it says im verified and my RSS should be working, but i see not content.
it still says page not found.
Forum: Fixing WordPress
In reply to: Hiding Site title on EVERY page [Mystique]Has anyone ever told you, that you rock lately? because you do.
Thanks so much for your help. you put me at 100%! ??
Forum: Fixing WordPress
In reply to: Hiding Site title on EVERY page [Mystique]Awesome, that worked perfect! Thanks so much.
But now i have another question that needs a little assistance.
Anyone know how i would move the overall content down a few 100px to show off the header?
Forum: Themes and Templates
In reply to: Remove 'Share This Post!/Print Article' From Articlesfigured it out myself. thx.
Forum: Themes and Templates
In reply to: Remove 'Share This Post!/Print Article' From ArticlesWent thru my plug-ins. its not one of them.
its in the single.php script. but if i try to edit that, i screw it up and i get a huge error. so im seeking assistance from someone who knows more about it. heres the code:
https://wordpress.pastebin.com/YqVJyimD <– pastebin code