CompassBlocks
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Updates Manager] If you unckeck an option and save, it throws errorsAfter I delete the old version and uploaded this new version, the error was gone and I was able to check one of the options and save. But after un checking the option, the errors came back and now Im unable to use the plugin again.
Thanks, that did it.
I second this, We definitely need a way to control listings per page either in the shortcode or in settings.
I dont think its a custom post type. Lets say I create a page called directory and the main shortcode is on this page. When you click one of the listings, it takes you to a page like distributors/975/singlelistingtitle
The page title is still Distributors even though it should be Single Listing Title. And like I said before single-post_type.php should work but it does not. Your developer may not be fallowing wordpress standards. The permalink structure is also frusterating, custom post types do not require the numbers, I dont know why the developer puts them there.I purchased csv import suite because I import everything from my warehouse inventory program. I also purchased the tab manage because I need a custom tab to show videos. Is it possible to import content for a custom tab ? My inventory program is set up to export the video link in the csv file but I dont see any way of getting it to display on the website and in its own tab.
Forum: Plugins
In reply to: [WooCommerce] BlockUI alert!Wp-includes > js > jquery > jquery.js there is a commented out title that has the 1.10 just change it to 1.9 yes this is hacking the core of wordpress but its a super easy fix, when 1.11 comes out in an update you wont have issues again.
$200 bucks is crazy when all we want is the ability to charge one price for shipping the cart total is below 100 and another price when its over 100. Such a shame that this developer doesnt support his plugin. http://ww.wp.xz.cn/plugins/woocommerce-table-rate-shipping/
the settings erase after you leave the shipping page. It did work though.Forum: Plugins
In reply to: [WooCommerce Table Rate Shipping Module] The settings do not remain setBump. Im having the same problem. Once you go to another settings page and save, it looses the settings for this plugin.
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Support for php/shortcodeCould you provide a php example of this. How do you merge a do shortcode and an option tree function.
<?php echo get_option_tree(‘frontpage_featurerow_text’); ?>
<?php echo do_shortcode( $frontpage_featurerow_text); ?>WordPress uses a different method now for letting plugins add scripts to the header. If you need help, email me at [email protected] All you need to do is manually add the scripts in your header.php file right before the end head tag like this
<!– begin nextgen-smooth scripts –>
<script type=”text/javascript” src=”http://yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/scripts/mootools.v1.11.js”></script>
<script type=”text/javascript” src=”http://yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/scripts/jd.gallery.js”></script>
<script type=”text/javascript” src=”yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/scripts/jd.gallery.transitions.js”></script><link type=”text/css” href=”http://yoursite.com/wp-content/plugins/nextgen-smooth-gallery/SmoothGallery/css/jd.gallery.css” rel=”stylesheet” media=”screen” />
<!– end nextgen-smooth scripts –></head>
Bump, I need help adding thumbnail navigation. There was some code provided on the original anythingslider but I dont know what it means or how it would implement into the wordpress plugin. https://github.com/ProLoser/AnythingSlider/wiki/Navigation-Options
I just installed the version from github and it still does not work, The meta does not save after editing a category..
I cant get any of the custom fields to show up on the category edit page..
I still have not seen one person post how to make this work.. What is the exact code you put in the categories.php file to get a custom field. The name of my custom field is “options” . I dont want to insert a specific category id, i just want the category template to get the custom field for any category. So what do I put in between
<?php and ?>Thanks