thinkdolphin
Forum Replies Created
-
Forum: Plugins
In reply to: [User Post Gallery - UPG] Fatal errorIs there no support for this plugin??
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Choosing wrong box sizeWill do, sorry!
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Not calculating shipping correctlyThat’s what I figured when I did a little more research. I will propose to my client to upgrade the plugin. Thanks for the response!
Forum: Plugins
In reply to: [Cyclone Slider] slider above menuFigured it out. I needed to make the add_action = genesis_before_content. 🙂
Forum: Fixing WordPress
In reply to: Subdomain to main domain – easiest way?I was able to update the .htaccess file and now it’s working. Thanks all!
Forum: Fixing WordPress
In reply to: Subdomain to main domain – easiest way?I was able to move to the new domain. But now all of my pages are throwing 404 errors. I think it might be my .htaccess file?
Forum: Plugins
In reply to: [WooCommerce] No stylingI figured it out. I had to wrap the <?php woocommerce_content(); ?> in the woocommerce.php file with <div class=”woocommerce”></div> 🙂
Forum: Plugins
In reply to: [WooCommerce] No stylingThanks Caleb, but that doesn’t really help. That’s where I went to set it up, where I got the hook. Now I’m not sure about the styling, if I did it right.
Forum: Plugins
In reply to: [ClassDex] Can't find Cart66 LiteThanks so much!
Forum: Themes and Templates
In reply to: [Customizr] responsive widgetsI changed the media query to this and it worked!
@media screen and (min-width:320px) and (max-width:480px) { aside#rss-3.widget.widget_rss, aside#text-5.widget.widget_text, aside#nav_menu-2.widget.widget_nav_menu { width: 100%; margin: 10px; } }Forum: Themes and Templates
In reply to: [Customizr] Adding a phone numberI tried this Snippet but I’m getting an error.
Error file says “syntax error, unexpected T_STRING on line 13” which is where the  ob_start(); code is. Any ideas why this wouldn’t be working??Forum: Plugins
In reply to: [Team Members] order/re-order membersCan you re-order in the free version?
Forum: Fixing WordPress
In reply to: Comment in contentI figured it out. It was the single.php file. I had to change around some code. Thanks!
Forum: Fixing WordPress
In reply to: Comment in contentYes, I’m using my own theme. I took the WordPress code from the twentyfourteen theme.
Forum: Plugins
In reply to: vendor registration for fall festivalAnyone have any ideas? Thanks!