henleylover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slickr Gallery – Call_User ErrorGo to plug-ins editor
Use the drop down menu and select “slickr gallery plug-in Press selectFind, in the Slickr. php file (first file on the list) the following two lines of code (tip:
it’s located towards the bottom under function media_upload_content)add_action(‘admin_print_scripts’, array(%$this, ‘upload_tabs_scripts’)):
add_action(‘admin_print_scripts’, media_admin_’CSS):
Add // to the beginning of each of these lines. so it will look like
//add_action(‘admin_print_scripts’, array(%$this, ‘upload_tabs_scripts’)):
//add_action(‘admin_print_scripts’, media_admin_’CSS):
Forum: Fixing WordPress
In reply to: The Link Button Doesnt WorkNo, photo #2 doesnt link to a blog post. its the same photo, i want it to go here https://www.westagethepeninsula.com/sold-san-francisco-russ-home/
Forum: Fixing WordPress
In reply to: The Link Button Doesnt Workhttps://www.westagethepeninsula.com/portfolio/ if you go to this page and click on the first photo on the page, this works correctly it takes you to the blog post about this photo.
Photo number 2 doesnt work, it just takes you to the photo. So when I work on photo #2 and I use the URL for the blog post I want to link it too, it doesnt accept it, it just retains the photos url.
Forum: Fixing WordPress
In reply to: The Link Button Doesnt WorkI add a photo to a page, I want to link that photo to a blog post on my same site. So when the public clicks the photo, it goes to a blog post about that photo.
Forum: Fixing WordPress
In reply to: The Link Button Doesnt WorkEach photo has its own URL, so you can identify each photo by the link etc. Each time we use the link button, it just doesnt link the photo at all. We can’t use the html coding, we tried and when we do that the entire page is totally cattywampass, everything shifts all over the place. Any ideas? I just reinstalled WP overwriting the old files and that didnt work.