coadr93
Forum Replies Created
-
Forum: Plugins
In reply to: [Discontinued Products] Remove from Category and CartHave you solved the problem with the products still showing in Category pages ? Please help 🙂
Forum: Plugins
In reply to: [Glossary] Change URL structureThere won’t be only one category.
I mean, when I go from /category to a term it changes URL.
It’s not /category/term it goes to /glossary/term.
I need hierarchy URLs
I also get this error after clicking generate
Warning: curl_exec() has been disabled for security reasons in /home/amadeoh/public_html/wp-content/plugins/sucuri-scanner/sucuri.php on line 5357
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Thumblnails not showingI did try to fix this by replacing %WEBSITE_THUMBNAIL with img src %CUSTOM FIELD and setting max width in CSS but this means it will download the full image instead of downloading the thumb which slows the website. Can you pls bring solution ? 🙂
Forum: Reviews
In reply to: [Smart Slider 3] Great sliderI see. The slider is awesome anyway ! What’s a lot more important is the ability to make it look good on all devices.
Since you can add CSS class you can custom CSS some animations yourself 🙂
It can’t be all free man. Lifetime $100 is also cheap as hell ! I’ll afford a license soon.
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Thumbnails got problemsYeah, the lightbox is kinda the best option, if you think the other ones have issues.
I think I know why the full path, as on the WP All Import local paths don’t work since it can’t download the image from the web, it gives error. So I assume that the Thumbnailer also has to download the image before it crops it ? Who knows. But local paths would save a lot of time durring a merge. Or maybe just a small option somewhere in the settings to replace all the http://www.olddomain.com with http://www.newdomain.com.
My site is actually a WP install inside a Joomla so it’s domain.com/wpversion/…
Thanks for the fast response man ! I’ll see what I can tweak on myself, but so far, I found my solution.
Take care !
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Thumbnails got problemsOh wow I found a solution ! xD
Just adding the URL to the Custom field section, and the using %Customfield% to place the url under the thumbnail with <a href and it opens the full image in new tab ! 😀
Oh and I guess I can also use this around the thumbnail as a link. 😀
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Thumbnails got problemsI haven’t run into any other problems, I can still add and edit portfolio websites and images show up just fine.
So since I couldn’t change Thumbnail size and it kept forcing it at 200×150, I went to thumbnailer php file and just searched for “200” and found values 200 and 150 and replaced them with 400 300 ( same ratio ).
I’m not using full size image path. I just specify the URL of the image on my server when I add the website and it generates a thumbnail. So it does generate them from thumbnailer PHP file I guess.
Also, is it possible to make the URL with /wp-content/uploads/image.jpg path instead of the full http://www.domain.com/wp-content/… ? For example, I will soon move on another domain and I have to change all the custom thumbnail URLs. Or if I have to upload the images into a specific folder, I didn’t knew, can you mention it ?
As of this full size image, it doesn’t really matter how, but from the portfolio the user should somehow have access to the full image, not only the thumbnail.
There are many options:
1. Put a link on the thumbnail with _target blank to open the full image URL in another tab.
2. Open the full image in a lightbox which only loads the image on click insted of when the full portfolio loads.
3. Just place a link with full image under the thumbnail “click here to see full image”
4. Each website has it’s own separate page, and when you click the thumbnail it takes you to that page.
5. When you click the thumbnail it takes you to the attachment page of the full size image used in thumbnail.Whichever one is easier on the code will do. But I guess the best ones are Lightbox/Open new page containing full image.
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Thumbnails got problemsAs of woocommerce and your plugin it seems it’s PHP 5.5.36
The problem is only in the portfolio settings tab. It did save the shrinktheweb keys, but it won’t save any other changes like checking boxes or changing the thumbnail size. It does show the page as if they changed after you click save, but if you refresh, they’re back to normal.
There are many grids out there 🙂 That’s why I picked yours couse it has the list view.
I partially fixed it by modifying the default image size from thumbnailer php file to make them bigger, it seems it worked.
However, is there any way I can make the image link to the full size attachment, or open the bigger image in a lightbox prefferably ? It’s because we also do graphic design and need to have clearer images.
Please you’re awe if you can guide me a little on how to implement this, I’m sure it’s useful for everyone.
Forum: Plugins
In reply to: [Post Grid] Can't edit layoutI tried to help the developer with my “spam” I’m sorry. I was just in a rush and did not manage to think about editing my comment.
Still, the plugin has a bug, and it needs to be fixed…
Forum: Plugins
In reply to: [Post Grid] Can't edit layoutAnd it sometimes gives this error.
Warning: array_merge(): Argument #1 is not an array in /home4/coadr93/public_html/4psiho.ro/wp-content/plugins/post-grid/includes/menu/layout-editor.php on line 27
Warning: array_merge(): Argument #2 is not an array in /home4/coadr93/public_html/4psiho.ro/wp-content/plugins/post-grid/includes/menu/layout-editor.php on line 27
Forum: Plugins
In reply to: [Post Grid] Can't edit layoutThe Thumbnail with link gets inserted in the layer-content div instead of the layer-media div.
Forum: Plugins
In reply to: [Post Grid] Can't edit layoutThe height will also not change the Thumbnail with link height, but only the initial thumbnail.
Forum: Plugins
In reply to: [Post Grid] Can't edit layoutSo basically the original thumbnail always stays there.
When I edit layout I only have 3 default settings Title Excerpt and Read More.
But if I add a new thumbnail with link it will create a duplicate image with link in the grid. I cannot remove the initial thumbnail, as there are only the 3 options mentioned above.
Forum: Plugins
In reply to: [Post Grid] Can't edit layoutDoesn’t work for me either.
I had it all bugged out at first after update but I did create a new grid. It used to look better for me the previous version.
Bugs were probably from changing the Read me text in the files.
I can’t change the layouts now… I did reset the layouts. All I want is to make the image link to the post.