wotto
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Elegant Themes – Divi – Page Builder not workingsame problem. Worked fine then one minute it just stopped, just keep getting a spinning graphic. any updates on this?
Forum: Plugins
In reply to: [Firelight Lightbox] jQuery Easing error with pdfs in Chromehttps://shale.palwv.org/?page_id=31
if you click the big links halfway down the page, it will toggle article names. if you click the article names it will show a description and some other meta-info, if you click the Click Here to View Full Article it will open the fancybox. Like i said though, when im logged out of WordPress it works fine but when im logged in as admin, is when it errors, so you will probably see it working fine…
i have been experiencing similar issues with jQuery easing and Chrome on other sites for Sliders/Slideshows etc. So im starting to think its something conflicting between the easing plugin and Chrome, and not necessarily anything with the Easy FancyBox plugin..
Forum: Plugins
In reply to: [Firelight Lightbox] jQuery Easing error with pdfs in Chromejust an update: I tried while logged out of WordPress and everything worked fine. That would point to some issue with the admin scripts that are being included. I checked and it seems that whether im logged in or not, the same scripts are being included so im kind of stumped…
Forum: Hacks
In reply to: Dropdown to select and change current themeawesome thank you! i will try that out and if i get a working solution i’ll post it here for other people in the future who maybe looking for a similar sort of think, thanks again!
Forum: Hacks
In reply to: Dropdown to select and change current theme@bcworkz the problem is that this is for people who havent purchased a site yet so they wont have any login credentials, it is for anyone to use as a public site to see if they like our templates and then if they do they will purchase a site and can then change the theme from the admin menu
Forum: Hacks
In reply to: Dropdown to select and change current themei found this page in the codex, but the plugins that it references are all super out-of-date…
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Insert shortcode into templatei’m running into the same issue. i’ve tried some hacks on the plugin by adding
add_action('get_header', 'ai_content_hook')
etc. but none of them worked. i will update this thread if i figure anything out, but yeah i really like this plugin and i would really like to see it be able to work with template files. something like<?php insert_ai_ad(1); ?>
would be greatForum: Fixing WordPress
In reply to: Only Top-Level Categories showingok so i think i figured it out. in wp_term_taxonomy table i set the parent for one of the children categories to 0 (essentially making it a top level category) which made it visible in the “Categories” page. Then i went into Edit Category and set its parent back to what it was before. This seems to have reset the taxonomy and now all of the children are showing. very weird, im going to mark this as resolved, but if anyone has any idea what was going on i would love to know !
Forum: Plugins
In reply to: [Contact Form 7 Modules] How to set value for default field?@pallavi.chanodia did you ever figure this out? im having the same problem….
Forum: Themes and Templates
In reply to: Dynamic JS and CSS files causing slownesshavent gotten a response yet, just figured i would ask on all the places i know
Forum: Plugins
In reply to: [Plugin: Contact Form DB]figured it out, there was a ‘-‘ and a ‘,’ in my form name and it was throwing off of the plugin for some reason, renamed my form without those two characters and everything worked fine. marking as resolved
Forum: Fixing WordPress
In reply to: help with wp-config.phpthank you for your response tara, after a lot of research i found some people that had similar problems. I fixed my problem with the following steps
1. changed plugins folder name from plugins to plugins.hold
2. was then able to get to the dashboard
3. once logged in and in the dashboard, change plugins.hold back to plugins, all plugins are now available but deactivated
4. reactivated each plugin one by one until i found the one that was causing the problems.
5. the plugin that caused the problem was WP CleanFix
6. Deleted the WP CleanFix plugin and my site is back up and running as normal ??marking my topic as resolved, posted this solution for anyone else who runs into same problem and finds this thread. avoid WP CleanFix at all costs !!!
Forum: Plugins
In reply to: [WordPress Post Tabs]: Problems with Anchorsthis always seems to happen…ten minutes after i post a question to a forum i figure it out, below code solved my problem.
<p align="center"> <form action="<?php echo $PHP_SELF; ?>#tabs-<?php echo $postid; ?>-0-<?php echo $tabnum?>" method="post"> <div> <button type="submit">Buy Now</button> </div> </form> </p>
closing thread
Forum: Hacks
In reply to: problems with nesting shortcodesfigured it out, made explicit call
do_shortcode(‘[register]’);
and
do_shortcode(‘[register exam=\’1\’]’);
and it worked like a charm. topic being closed.
Forum: Hacks
In reply to: issues with categories widgetworked perfectly, thanks again !