Forum Replies Created
-
AuthorPosts
-
Sorry for the second post. I just tried something and it looks like I got the links to work. I removed http://ckfinc.com from the links and they open fine now. That was the part that was getting repeated when you clicked on the link.
Hi Ismael,
I restored a copy of the website on our staging server, updated the theme and tested the links after turning off all the plugins, but still have the same issue. I didn’t add anything to the .htaccess file when it comes to redirects. I am using the Simple 301 Redirects plugin, but not for any PDF files. Just .aspx pages from the old website.If you could login and have a closer look, that would be great. I’ve included the URL for the copy of the website on our staging server and login info you can use.
Thanks.
Hi Basilis,
I’m uploading the PDF files to the media library, then typing in the code for the hyperlink directly into the table cell using the table builder. Here’s what the link code looks like for one that isn’t working:<a href="ckfinc.com/wp-content/uploads/2015/07/KD2342STRONGHOLDERUNIVERSAL4cupcarrier.pdf" title="UNIVERSAL 4 CUP CARRIER (PDF)" target="_blank">UNIVERSAL 4 CUP CARRIER (PDF)</a>
I managed to fix the issue with the portfolio item/grid. The portfolio item did exist, but it’s permalink was updated at some point to be http://ckfinc.com/portfolio-item/earthcycle-pulp-fibre-trays/ and for some reason the portfolio grid didn’t recognize that and kept trying to go to the old URL which was http://ckfinc.com/portfolio-item/earthcycle-pulp-trays/ (without the word fibre in it). So I changed the permalink back to just ‘earthcycle-pulp-trays’ so the URL for the portfolio item would be the same as what the grid was referencing (http://ckfinc.com/portfolio-item/earthcycle-pulp-trays/) and it worked.
So that makes me wonder are you not able to change a permalink for a portfolio item when it’s displayed/linked from a portfolio grid?
I’m still not sure what happened to the footer widgets.
Hi Drake,
Yes, I see that as well. However it’s “Earthcycle Pulp Trays” (http://ckf.nicomitcms.com/products/earthcycle-pulp-trays/) that doesn’t seem to exist, but is showing up with a thumbnail and link in the portfolio grid on this page http://ckf.nicomitcms.com/products/earthcycle/.“Earthcycle Pulp Fibre Tray” has a similar name, but is a separate portfolio item – http://ckf.nicomitcms.com/portfolio-item/earthcycle-pulp-fibre-trays/.
I don’t recall adding anything specific to the functions.php for the widget areas in the footer. However I did make some updates to that file and uploaded my copy to the updated theme folder. So if there was anything changed, that should have fixed it. I guess I just need to go under “Appearance > Widgets” and put the info back in each widget area. It would be nice to know why it happened though to avoid it for future updates.
I updated to 3.3.2 and tested everything with the plugins disabled, but that portfolio item is still there. I checked to see if it was in the trash, but there’s not a trash under “Portfolio Items” in the dashboard.
If you wouldn’t mind having a look, that would be great. I set-up a user profile for you as an admin.
Also, one thing I noticed is after updating to 3.3.2 all my footer widgets I had set-up are gone and the default examples are showing instead. i don’t think the info in those areas would have anything to do with the theme files, so it’s kind of odd to see that happen.
Thanks!
That worked great. Thanks Yigit.
Sure thing. Thanks Basilis.
Thanks. I gave that a try, but the images are still being cropped the same way, but now they are just smaller. I think I’ll have to get the client to prep/size all the images consistently before uploading them to the website.
Thanks. I gave that a try and it didn’t change anything with the images on the pages where I have the masonry gallery (http://www.hamsar.nicomitcms.com/product/led-product-01/). Instead it adjusted the size of the thumbnails on this page: http://www.hamsar.nicomitcms.com/products/work-lights/led/
Sorry, I forgot to include that.
I made the update and everything worked fine. Thanks again.
Thanks Elliott. I’ll give that a try.
Sure. I also contacted WPML support, but I’m not sure they are quite understanding what the issue is. You can see that post/thread here:
https://wpml.org/forums/topic/english-francais-francais/#post-694563
I won’t repeat everything I posted there, but it should give pretty good summary of what the problem is. What I need is to only have the language switcher in the header and not displaying in all the other menus in the website, which is what’s happening now. It can display both language options (English | Français) or just one to switch to the copy of the page in the other language. Either would be fine. But I just need to remove it from all the other menus.
Thanks!
-
This reply was modified 9 years, 10 months ago by
NicomIT.
Thanks Rikard. That worked great.
Thanks! I hadn’t actually tried clicking on it. Glad you caught that.
One thing I did notice is when you scroll down and the menu/header shrinks, the search stays in the same position. I haven’t been able to figure out how to adjust that. Any help with that would be great.
Okay, looks like I was able to get something to work. I have some quick and dirty CSS in there now that has the search widget showing up where I want it to. However if either of you have any suggestions that could do it a little better, that would be great. Thanks for the help and info.
Also, I tried putting a border around the text widget as a test using the CSS you provided and didn’t have any luck.
#text-2 { border: #093 solid thin; } #text-2 .textwidget { border: #093 solid thin; }
I also tried a couple other variations of that combined with what is shown in the blog post Yigit provided and couldn’t get it to show up.
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); }
Hi Rikard,
I’d like to place to directly to the right of the main menu. Basically exactly where the regular search icon gets added to the menu if that option is enabled.Ryan
Thanks for that info Yigit.
Btw… I was able to add a widget to the header (I just put a text widget in now with the word “Search” in it). However the CSS provided in that post doesn’t seem to work when I try to reposition or modify the new widget. Right now I have a background color applied to it, but I’m not seeing it.
Awesome! Thanks Yigit.
I actually was able to do it using a full width button right above the images. Thanks for the suggestion!
That worked great. Thanks Yigit!
The code provided worked fine for me. Thanks!
Hi Rikard,
Unfortunately I’m still unable to remove the specific link/icon mentioned in my last post. Any help with that you can provide would be great. If it’s not clear what I’m referring to when you view the page, just let me know.Thanks!
The button doesn’t actually say “Add to Cart”. It says “Read More” and has a cart icon beside it. Directly under it is another icon and text that reads “Show Details”. I’d like to keep the second “Show Details” text/icon, but not the “Read More” text/icon that has the cart. You can see what I’m talking about on page linked in the private content with this reply.
I did try the code you provided, but didn’t have any luck. However this code did hide everything:
.avia_cart_buttons { display: none; }
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts