elitedesignstudios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard Errors All Over The PlaceWow I figured it out and you would never believe the answer…..USER PERMISSIONS. Some how my admin users permissions got messed up and it wasn’t allowing it to show certain areas of the dashboard or to perform certain functions. I created a new admin user and BINGO. Everything was solved. Crazy.
So anyone with problems accessing areas of their WordPress dashboard or performing particular functions, before you do anything, create a new admin user.
Forum: Fixing WordPress
In reply to: Dashboard Errors All Over The Placealso checked my .htaccess file and it looks normal. Here it is:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Dashboard Errors All Over The PlaceI just now deleted all wordpress files and replaced them with a fresh download and still no fix. I found two possible solutions on the forums of:
define('CONCATENATE_SCRIPTS', false ); to the wp-config.php file just before require_once(ABSPATH . 'wp-settings.php') define('SCRIPT_DEBUG', true); to the wp-config.php file
They didn’t work either. I feel like this could be a database issue but ive logged in via php my admin and optimized all my tables and none apear to the untrained eye to be broken….HELP
Forum: Plugins
In reply to: [WooCommerce] custom styling for woocommerce categoriesIt seems that I misunderstood his question. What I am trying to accomplish is on a custom built theme but yes my reference link is for the flexishop2 theme. I own that theme and have ripped it appart trying to figure out how they set their categories that way…no idea.
Forum: Plugins
In reply to: [WooCommerce] custom styling for woocommerce categoriesA custom built theme for a client.
Forum: Plugins
In reply to: [WooCommerce] custom styling for woocommerce categoriesI was able to get categories to show outside of the loop by adding the code below to my functions.php file however it only works when the “Show subcategories on the shop page” box is checked in the catalog settings page. I feel like im in the right direction.
add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_product_subcategories’, 10 ); function woocommerce_show_categories($cat_args){ $cat_args['hide_empty']=0; return $cat_args; }
Forum: Alpha/Beta/RC
In reply to: Nav Menus, Format, Lacking Features1. So “standard” posts are posts without a format, I would still love to be able to add them to a nav menu without doing a category work around, or since they dont have a format are you saying that this is not possible.
2. Since Accordions by nature only open one at a time, like with the main nav menu, WordPress saw the need to expand the main nav menu to include a hover, fly-out feature. Im sure their were many reasons behind this but a benefit of it is that you can see and compare multiple area at a time with just a hover.
Im only saying this because our company builds 50-100 WordPress websites every year and the pro’s of 3.6 far outweigh its cons. If I have the ability to post an observation of something that I believe is a lack in ability, and get this ability added, then I am going to.
Forum: Plugins
In reply to: [Hotspots Analytics] Heatmaps not renderingHello, thanks for taking the time to address these issues.
1. Ill try the chrome work around.
2. I did clear all caches in w3 and it works good now.
3. The 10 pixel diference is not a big deal at all and i understand the need for a +-10px for the scrollbar
4.The firefox difference must have had something to do with w3TC cause I cannot replicate it now….I love what w3TC can do but it has some draw backs like effecting ather plugins ALL the time and causing weird site issues,,,but going from a 74 yslow page speed score to a 89 yslow page speed makes me keep it.
I really thing this plugin has some potential to be a great tool. Their is nothing like it on the market. If you would like to email me I would love to collaborate with you on a paid, pro version of it. Interface design and marketing is what we do best and it seems like you have the technical end down on this one. [email protected] ….hope to hear from you soon.
Forum: Plugins
In reply to: [Hotspots Analytics] Heatmaps not renderingI updated to 2.2.4 (also deactivated and reactivated) and still issues. In crome it doesnt show the heat map at all and the info pannel is still going behind my page content (tried adding z-index to the css but no luck), in firefox it is displaying the heat map but also the info pannel is behind content and it seems that the pixel width is not displaying correctly ( ) .In Safari if I resize the browser window to the correct pixel width and refresh the page it shows the heat map just fine. Im not sure how the plugin is reading pixel width but in firefox if the info pannel says your at 2200px a measurement shows its really only 1525px. With safari and crome if the info panel says your at 1600, a measurement shows your at 1590, its always 10 pixels off (not sure that this matters but just letting you know). Also im viewing it on an imac with the latest updates on my os and all browsers are up to date (thought that might be contributing to the display issue) Let me know what you think of all this.
Forum: Plugins
In reply to: [Hotspots Analytics] Heatmaps not renderingThank you for the option but no, i think i will leave it as. Our site is responsive and I do care about pixel width so that I can track what device they are viewing the site on. I will just allow it to continue to run and use the heat maps after a couple months when they have collect a lot of data so that I can accurately measure our engineering of the users interface and decide if we should move design elements around to better serve our customers. Im guessing that was the whole point of this plugin anyway. Thank you for all your time.
Forum: Plugins
In reply to: [Hotspots Analytics] Heatmaps not renderingOk, thank you for your support. Is there no way to see all clicks of a particular page regardless of pixel width?
Forum: Plugins
In reply to: [Hotspots Analytics] Heatmaps not renderingYes I did deactivate and then activate after updating and I just did again for good measure but still no luck. Here is a screen shot of my homepage data.
Forum: Plugins
In reply to: [Hotspots Analytics] Heatmaps not renderingHi dpowney,
Im having this exact same issue. I followed all your instructions listed here including updating to version 2.2.3 and deleting all my URL filters. It says in admin that my homepage has 83 clicks and the map is drawling only 4 that i can see (2 of them were from me clicking the draw heat map page to test). Other pages show a couple but not the 30-60 clicks that the admin area states.
I was running 2.2.1 before this…does the update not have backwards compatibility for the saved clicks to draw them?
My site is: Elite Design Studios
Forum: Plugins
In reply to: [Widget Content Blocks] [Plugin: WYSIWYG Widgets] Fix for WordPress 3.2.1I am also using chrome and changed while it was active and while it was unactive…weird….never the less i love this plugin and would really like to find a stable version or a comparable plugin….any ideas
Forum: Plugins
In reply to: [Widget Content Blocks] [Plugin: WYSIWYG Widgets] Fix for WordPress 3.2.1I just removed the plugin, removed line 74 and reinstalled….no success