Albert Calvet
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unpacking archive hangsHi!
Thank you so much for the quick response. Well… since I was a little bit in a hurry, and although I wanted to master the process of handling these things myself, since my reseller panel provider offers free migration for the first websites I finally resorted to that and have the blog up again on the new host.
However I will try this again as I really want to establish a workflow for future wordpress migrations so if I encounter the issue again I’ll come back for the RC to tests!
Thank you very much for your support.
Forum: Plugins
In reply to: [W3 Total Cache] Error: Configuration file could not be read or doesn't existThis happened to me as well a few days ago. I had to go to the Main Network panel and enable this option ‘Use single network configuration file for all sites.’ in ‘Performance -> General Settings -> Miscelaneous’.
Hope that helps!
Forum: Themes and Templates
In reply to: [Hueman] Serve scaled images – OptimizationHey, during these last weeks I came up with some optimizations that might be useful to someone else. First of all, I realized that If I were to use pictures that have a limited number of colors and are not a real photo, it could be useful to save them as 8 bits PNG files.
The key point here is that it needs to be a small palette of colors in order to get a high quality image. Since my images are kind of pre-designed, they fit more or less ok this precondition.
Even like this, I used some caching and CDN with the W3 Total Cache wordpress plugin. These two things improved performance quite a bit when it comes to serve the images ??
Forum: Themes and Templates
In reply to: [Hueman] [Request] Support for Infinite ScrollForum: Themes and Templates
In reply to: [Hueman] Serve scaled images – OptimizationI’m considering applying this hack to my site but I’m hesitant to lose the high resolution as you point out.
Could it be possible to fine tune the theme in next releases so that it detects which column setting is being used and split image usage into 520 and 262 images depending on setting? I guess that would bring the best of the two worlds.
Yep, that’s true! I see it would post ok right now. Hopefully will work also on the next ones.
Thank you very very much for your time! ??
The URL is this:
Could a plugin that clones an entry post cause this if the previous post was published time ago when there was no object type feature? I do this from time to time, I was wondering if it might miss the metadata that is lacking? BTW, I can see most of the og: tags on the HTML :/
Hey, thank you so much for such a quick response! I didn’t know about the Facebook Debugger, cool!
Indeed, it show an error and a warning:
Errors That Must Be Fixed Missing Required Property ->The 'og:type' property is required, but not present.
Warnings That Should Be Fixed Inferred Property -> The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
The curious thing is that another post from two days ago posted with no problem (and it passes the debbuger test)
Sorry to open this thread again, but I’m having the same problem posting to facebook. It seems that it works on some posts but no on others, and I cannot see any difference between them.
I checked the source code and there’s only one og:image tag, like this:
<meta property="og:image" content="https://www.nutricioblog.com/wp-content/uploads/2014/10/Plantilla-NoticiesLlumBlava.png" />
And the url is valid.
Any suggestions?
Forum: Themes and Templates
In reply to: [Hueman] Make Custom Post Types List Work Like PostsHi there Alexander!
I had the same issue using CM Tooltip plugin I was able to fix it with your suggerence, great!
There’s still a problem. The excerpt for Custom Types seems to not get truncated at all, it shows the full content of the glossary term entre. That makes the post list look ugly.
Do you have any tip about how could I address that?
Thanks a lot!
Forum: Plugins
In reply to: [Amazon Link] Automatic search based on post tags?Hi! Thank you so much for such a quick and detailed answer. This would be in fact what I had in mind, I might try it when I have some spare time, thank you again!
For the time being, what I’ve done is this. It might be of interest to someone else hanging around here looking for some ideas.
1. I CSS’d a new template in order to accommodate the widget to the look & feel of my blog and to adjust to the sidebar.
2. I installed the extension ‘Widget Logic’ that extends the Text Widget to support conditional PHP code.
3. I use the following code to look for Amazon Links on the current post, so if there is any, it will populate a random wishlist widget template like the one you provide in the examples.
$content = apply_filters( 'the_content', get_the_content() ); $content = str_replace( ']]>', ']]>', $content ); return (preg_match('/class=\"hidden\-link\"/', $content));
4. I’ll set up a 2nd widget that looks exactly the same and has a fixed list of items, and just put the same condition, but negated (!preg_match).With this, it will always load one or the other, depending if there are links in the current post. I do this with the regex searching for a certain class ‘hidden-link’.
5. I attached the ‘hidden-link’ class with display:none to the post text links so they are not visible, and use it like this on a post:
[amazon asin=8428214867&template=hidden link&new_window=1]
It’s not as flexible as what I wanted and not a very elegant solution but at least I can decide if I want to invest the time to add links to a post and if not, the default ones will load.
Forum: Plugins
In reply to: [Amazon Link] I can't validate aws keysHey, just hanging around to say that I was in the same situation and updated to the RC and seems to work fine now ??
Thx!
Forum: Themes and Templates
In reply to: [Hueman] [Request] Support for Infinite ScrollHi there,
Just came by to report that the last method provided by mithun worked like a charm, I still can see the footer with no problem. A lifesaver!
PD: I think this is a musto to add to the future releases of the theme ??
Forum: Plugins
In reply to: [PAPERCITE] Plugin not working in WordPress 4?Hey, I finally managed to make it work!
I first tried to upload a .bib file and use it locally and it worked so the plugin must be working ok.
So I suspected I must be doing something wrong with the URL and I was, I didn’t realize I had to put the /bibtex/ in between, like this:
[bibtex file=https://www.citeulike.org/bibtex/user/myUserName]
Thank your for your support and excuse all the fuss ??
Forum: Plugins
In reply to: [PAPERCITE] Plugin not working in WordPress 4?I tried disabling all the plugins and still no luck :/