hhamernik
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Moved multisite, wp-login goes to old dashboardI was able to fix it using a search and replace tool
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/I updated all the MySQL tables manually but something was still missing.
Using the tool above, I searched and replaced //mywebsite.com to //subdomain.mywebsite.com on ALL the wp_options tables. I am not sure which column change fixed it. I had already changed all the home url and site url for each site. I updated the wp_blogs, wp_site, and wp_sitemeta already.
I would be nice to know what table/column holds to url to connect wp_login to the wp_admin screen.
Forum: Plugins
In reply to: [Contextual Related Posts] Show 6 Related posts in aside and 4 below postWorks perfect! Thank you.
I am having the same issue.
https://hamernikartstudios.com/tempServer003/airbrush-apparel/
gallery will not display at all
Tried…
[nggallery id=1 template=”galleryview”]
[nggallery id=1 template=galleryview images=0][nggallery id=1] This works.
Tested on firefox, IE, Safari and Chrome. Nothing displays at allThanks for your response,
The images are added via the Gallery option. I was wondering if there was a way to add a meta box so I can link each image in the gallery viewer to a specific post.
Basically, a simple eCommerce type of plugin.
My client is moving from WordPress.com to www.remarpro.com and loves your gallery display.
Hello,
Icons disappear on excerpts on homepage.
https://sandiegodealsandsteals.com
Using WordPress 3.4.2 and latest firefox on PC
Also, tried to create my own list of buttons, but they do not display at all. Can create a login for you if needed.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Pintrest?Thanks Jondaley
I found this code online which displays all the images on the page. You choose which one to share.
<a class="floatLeft shareButtonImg" href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','https://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><img src="https://passets-cdn.pinterest.com/images/pinterest-button.png" width="78" height="26" alt="Pin It" onclick="doPinIt();"/></a>
Is it possible to merge this onto Share and Follow?
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Pintrest?I noticed Pinterest.com is available on the Follow tab but not on the Share tab. Am I missing something? Is it not available to on the Sharing tab?
Forum: Plugins
In reply to: [Cool Video Gallery] [Plugin: Cool Video Gallery] Add video to sidebar widgetThanks Daniel,
I tried this by putting the short code into a PHP widget in the sidebar but it did not work. Are you using a text widget?