zeerux
Forum Replies Created
-
Forum: Plugins
In reply to: [WP2Social Auto Publish] Plugin doesnt work randomlyWell. Ive got the review back now from fb…
They wont approve it since they cant test it.. so much for that…
Forum: Plugins
In reply to: [WP2Social Auto Publish] Plugin doesnt work randomlySeems impossible…
“Provide a detailed step-by-step video walkthrough of how your app will use this permission or feature so we can confirm the permission is used correctly and it does not violate our policies. Learn more about screencasts.”…
are you kidding me?
Forum: Plugins
In reply to: [WP2Social Auto Publish] Plugin doesnt work randomly329781090445537/feed/(#200) Requires either publish_to_groups permission and app being installed in the group, or manage_pages and publish_pages as an admin with sufficient administrative permission
Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEExcellent! Thx again! Over and out!
/MovietajmForum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEThx again!
1. It might be “excerpt”. What I ment was that if the title is 50 chars, I want to limit it to like 30 chars so the movie:
“Miss Peregrines Home For Peculiar Children”
will instead be like
“Miss Peregrines Home For Pec..”5. Tried using <p> in category-line and even margin-bottom but no success. How do I get a 10 px distans after categories?
thx again!
Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEOne last thing (promise lol):
1. Is it possible to use excerps?
I have many movietitles that is like:
“Miss Peregrines Home For Peculiar Children” and then I cant get the whole title on one row. I cant lower typ fontsize cause then its hard to read it at all.2. What I really want, and maybe you can change this for next update, is the thumbnail beeing to the left BUT all info also to the left (under the thumbnail).
Then I could have a bigger thumbnail, and both titles and categories would fit. (Some movies has many categories).
3. I tried use “center” but then only the thumbnail would go center and the text would go far left.
4. Can I also use code to get dots around the thumbnail? Like a frame.
Thx again and hopefully I dont waste your time! =)
- This reply was modified 7 years, 11 months ago by zeerux.
Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEREALLY GOOD WORK!! THX!
- This reply was modified 7 years, 11 months ago by zeerux.
Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEHow do I reduce the margin for the title?
I tired
.arpw-title p {
margin-bottom: 0;
}Check https://movietajm.se
If its possible.. And you have the time =)
Can I get the thumbnail to the left (above the title, tag and category) instead of center?Also, can I have a line that is between the posts? So its easier to see what goes for what? Like a line between the categories and next thumbnail? =)
Thx for a really good plugin. I have tried for a month configure my own random post widget, but I gave it up =)
Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEThx a lot! Works fine!
Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLECan I just ask you one more thing then =)
Can I directly under the tags add the categories? What code can I use then?
Thx in advance!Forum: Plugins
In reply to: [Advanced Random Posts Widget] TAG after TITLEExcellent! Thx!!
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Problem whit this plugins and httpsI have latest WordPress and this plugin and https and it works fine!
Forum: Fixing WordPress
In reply to: Media Upload ProblemsWtf is this ??? I update to 4.0 and no images? Tried disable every plugin and still grey pic/no pic when uploading… Resolving my ass! Maybe it shall say resolved when ITS RESOLVED??
Forum: Plugins
In reply to: [WP Video Lightbox] Custom name instead of "video_lightbox_youtube"Nevermind.. found it =)
function define_constants(){ define('WP_VIDEO_LIGHTBOX_VERSION', $this->version); define('WP_VID_LIGHTBOX_URL', $this->plugin_url()); define('WP_VIDEO_LIGHTBOX_PATH', $this->plugin_path()); define('WP_VIDEO_LIGHTBOX_DB_VERSION', $this->db_version); define('WPVL_PRETTYPHOTO_REL', 'Zee'); define('WPVL_PRETTYPHOTO_VERSION', '3.1.5'); }Forum: Hacks
In reply to: Modified Popular Widget (Elegant Themes)Hi again. Can you help me with the same code but this time I want all posts from a specific category? (It shall still be random) Thx!
I tried just add category but nothing happend
<?php query_posts( array( 'post_type '=> 'post', 'category' => 'favoriter', 'posts_per_page' => $postsNum, 'orderby' => 'rand', 'date_query' => array( array( 'after' => '1 August 2010', 'inclusive' => true, ), ), )); ?>Lol.. Nevermind.. I just replaced
'category' => 'favoriter',with
'cat' => '16',and it worked excellent =)