citydan
Forum Replies Created
-
Forum: Plugins
In reply to: WP-Cataloque: replace "wpcproduct" in URLsDid this work?
Forum: Fixing WordPress
In reply to: How to Change Rss Widget […] into 'Read More' Link?Where is the file that I need to edit to hack the wordpress rss feeds widget?
I want to shorten the summary length. The default is 225 characters or 40 words and I want to shorten it to 150 characters or 27 words.
Forum: Fixing WordPress
In reply to: Editing Content in Home Page in Chameleon 1.0 with SliderI think you need to look in Appearance > Chameleon Theme Options > Featured Slider and set the Featured Category there.
Me three. Working on some sites, not on others. I click Backup Now, it tells me to go get a coffee, I go get a coffee… days later still no backup. What to do?
update:
I was using .htaccess to block the site during development. I added some code to my htaccess file:
https://www.ads-software.com/support/topic/plugin-wordpress-backup-to-dropbox-nothing-seems-to-happen-when-backing-upAnd it started working right away!
Forum: Fixing WordPress
In reply to: Menu child items not showing in custom twentyten menuThis is what I’ve added to my page.php file:
<?php wp_nav_menu(array('menu_class' => 'left-hand-menu', 'container' => 'false', 'depth' => 0) ); ?>
I’ve tried using the ‘depth’ argument as
'depth' => 0
'depth' => '5'
'depth' => 5
but in each case, child menus do not appear. This is the output of my menu:
<ul id="menu-primary-nav-1" class="left-hand-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4"><a href="https://www.mysite.ca/about-us/">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-12 current_page_item menu-item-25"><a href="https://www.mysite.ca/solutions/">Products</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://www.mysite.ca/heating-cooling-solutions/">Solutions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27"><a href="https://www.mysite.ca/blog/">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28"><a href="https://www.mysite.ca/contact/">Contact Us</a></li> </ul>
There seem to be way more classes than necessary. But where are the child and grandchild menu items?
Forum: Plugins
In reply to: Calling in Custom Nav MenuI’ve got a similar problem here: https://www.ads-software.com/support/topic/menu-child-items-not-showing-in-custom-twentyten-menu?replies=1
What’s going on with this <?php wp_nav_menu(); ?> function?
Forum: Fixing WordPress
In reply to: Sub MenusI’m not sure, but this sounds like a javascript thing. I don’t think I can help, but if you post a link or screenshot it might help others understand better what you are looking for.
In the mean time, I’d try looking for a javascript menu plugin or other custom menu plugin for wordpress.
Have you considered re-organizing your menus to have more division or sub-groups to reduce list size? How usable is a menu that runs longer than the screen?Can you explain how to do this? The page you link to just says:
“let’s say that the name of your page tracker object is pageTracker” and then describes how to make on_sent_ok call teh pageTracker function.
on_sent_ok: “pageTracker._trackPageview(‘/mysite/thank-you.html’);”But what does it mean “your page tracker object is pageTracker”. Where would we set/put this? What does it mean?
I also need to know how to make Google ADWORDS conversion tracking work with Contact Form 7.
I understand that you can call javascript functions with the on_sent_ok parameter in the Contact Form admin settings.What I need are step-by-step instructions:
1. where do I put the conversion tracking code provided by Google Adwords? This is 20 lines of code.
Can I somehow put this into the on_sent_ok field? If not, how to do it?Forum: Requests and Feedback
In reply to: Integrate document management system neededTrue that! I need a plugin that will let me put pdf’s behind a registration form so that visitors can download sample chapters of my book after registering and I can get an export of their names & contact info to use in email marketing/newsletters.
Forum: Fixing WordPress
In reply to: Network Solutions: Plugin Upgrades Failupdate:
define('FTP_HOST', '0sddf876.netsolhost.com');
should instead be:
define('FTP_HOST', 'localhost');
in network solutions. That grants ftp access.But I get the following error:
Upgrade Plugin
Downloading update from https://downloads.www.ads-software.com/plugin/all-in-one-seo-pack.zip.
Unpacking the update.
Installing the latest version.
Removing the old version of the plugin.
Could not remove the old plugin.
Plugin upgrade Failed.
Forum: Fixing WordPress
In reply to: Network Solutions: Plugin Upgrades FailI’m having trouble deleting the pre-installed plugins that came with the network solutions install of WP. (Netfirms didnt’ give me this kind of trouble, fyi).
1. which directory should my ftp address be pointing to?
2. can I just delete the plugin folder manually in the file directory or will that cause problems?