nohler
Forum Replies Created
-
Me also. Multiple sites.
p.s I experimented with different jQuery configurations, and it came and went.
I used this: https://www.ads-software.com/plugins/wp-jquery-update-test/Forum: Plugins
In reply to: [Plugin for Google Reviews] Only old reviews are showing upI’m having the same issue
Forum: Plugins
In reply to: [Customer Chat for Facebook] New properties implementationI would love to see this also
Forum: Fixing WordPress
In reply to: Upload HTTP error – File uploads, WP breaksI had the same problem at site5.com
I discovered that they had “php.ini” files in the web site’s root (public_html) directory that were being ignored – WordPress reported these file settings instead of what was happening.I removed “php.ini” and put in a “.user.ini” with:
memory_limit = 256M max_execution_time = 300 max_input_vars="2000"; upload_max_filesize = 4M
Site hasn’t run this well in ages.
Hope it can help you too.
- This reply was modified 6 years, 10 months ago by nohler.
Hi – I appreciate your followups.
I think I’ve got it working. I don’t think there is enough traffic to easily track. I’ll keep watch and let you know. This is looking like a very handy plugin.
Thanks for the quick response. I tried your suggestion on the ‘Click Tracking’ settings. It does not seem to have worked, but I’ll wait till tomorrow to see if Google tracked it.
Thanks
I found a simple solutions:
I found this page: https://www.ads-software.com/support/topic/how-to-show-only-one-category-on-front-page?replies=7
I modified index.php to look like this:
<?php get_header() ?> <section id="main" class="page-wrapper"> <?php if(is_home()) { query_posts( $query_string . '&cat=4' ); } ?> <?php get_template_part( 'loop' ); ?> <?php get_footer() ?>
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Notice: Undefined offset…I turned off the theme and the error went away. so it’s in the theme code somewhere. sigh.
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Notice: Undefined offset…Hi Ben,
Good to chat with you again…Ok, so I moved the site to a test server. Disabled every plugin except Contact Form 7 and Jetpack.
i deactivated and deleted Beaver Lite and then reinstalled Beaver.
We are still getting errors. Did we screw up the theme files?
Example:
https://izen.fwwhosts.com/test/Forum: Fixing WordPress
In reply to: Pull Push Sync WordPressHave you guys seen this yet: https://ithemes.com/2015/05/05/how-to-set-up-a-wordpress-staging-site-with-backupbuddy-deployment/
it’s a new feature of Backupbuddy for deployment.
FYI – I’m not affiliated with the Backupbuddy people.
Forum: Themes and Templates
In reply to: [Enigma] Unnecessary page-slider under textfind the css class and add
display:none;Here’s a good example from the developer:
https://www.ads-software.com/support/topic/disable-home-blog-heading?replies=2Forum: Reviews
In reply to: [Enigma] Best looking theme out there but…I think that patrixon78 is right about parts of this theme being a pain to modify.
I can’t find a direct way to put a large block of text on the home page below the services.
It’s all fancy scripts and stuff, but you can’t just use the first two sections and then drop to a plan page.
I just wouldn’t post a 1 star review.
The Javascript and CSS are top notch, it just a difficult theme for a site developer/designer to work with.
Forum: Themes and Templates
In reply to: [Enigma] Slider CSS Hack?Stephen,
That was totally it. I totally forgot about the extra set of curly braces ‘{‘ .Thanks!
This would be very helpful!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Add Links to Nivo Slider ImagesI get the impression that the developer doesn’t check here often.