victor_jonsson
Forum Replies Created
-
Forum: Plugins
In reply to: [Article List Manager (arlima)] problem articles in 2 columnsThis is not a bug, it’s a feature ??
Maybe in the future we’ll introduce an action that lets you control how the child articles are grouped without hacking the core of Arlima.
Forum: Plugins
In reply to: [Article List Manager (arlima)] Broken with WordPress 3.7?This was not an issue with Arlima. You must have a broken installation or have a plugin installed messing with wordpress core scripts.
All scripts (slider, draggable and resizable) is shipped with wordpress and registered in wp-includes/script-loader.php (lines 169, 175 and 177)
Forum: Plugins
In reply to: [Article List Manager (arlima)] Broken with WordPress 3.7?Great work!
We have not yet moved up to version 3.7.1 but I will make sure we bring this fix along with us when we do.
Forum: Plugins
In reply to: [Article List Manager (arlima)] How insert adshttps://github.com/victorjonsson/Arlima/wiki
Read up on Filters-and-actions and especially the filter arlima_article_end
Forum: Plugins
In reply to: [Article List Manager (arlima)] Error at search buttonYes, this has probably nothing todo with the Arlima plugin. Deactivate all other plugins one by one and check when the bug disappears.
You can create the articles manually by dragging the “Empty” teaser template to the list.
Forum: Plugins
In reply to: [Article List Manager (arlima)] Does not work with wp 3.6Arlima 2.8 is now released and it’s compatible with latest version of WordPress.
Forum: Plugins
In reply to: [Article List Manager (arlima)] Automatic web-journalI think that something in your theme is calling the_content() on current post before the page gets rendered.
What happens if you open the page in wp-admin and change the value of the select list named “Position” to “After content” (it’s in the same meta box where you choosed the list to render).
Forum: Plugins
In reply to: [Article List Manager (arlima)] MultisiteI’m afraid it’s not
Forum: Plugins
In reply to: [Article List Manager (arlima)] Does not work with wp 3.6Yes, we will try to have this fixed as soon as possible.
/ vic
Forum: Plugins
In reply to: [Article List Manager (arlima)] Duplicate article displayI’m not sure if you mean that the entire list is displayed twice on one page (before and after the content) or if you mean that some articles in you list is displayed multiple times.
Is any of these sites public? Can you give me an address?
/ vic
Forum: Plugins
In reply to: [Article List Manager (arlima)] SearchOkey, please answer the following questions:
1) The error you mention in the post above, is that the only message that you get in the console when loading the list manager?
2) If you open the list manager and view the source, do you find a javascript that looks something like this:
<script type='text/javascript' src='.../wp-content/plugins/arlima/js/jquery/fancybox/jquery.fancybox-1.3.4.pack.js'"></script>
3) Could you try to change to one of the default themes (like twentytwelve or twentyeleven) and check if you still get this error.
4) Could you try to deactivate all plugins except Arlima and check if you still get this error.
/ vic
Forum: Plugins
In reply to: [Article List Manager (arlima)] SearchAt what line?
Fancybox i shipped with the Arlima plugin. I would try to reinstall arlima (complete remove and a new download)
Forum: Plugins
In reply to: [Article List Manager (arlima)] Title font sizeDo you mean the entry word for the title (bullet point 5 in the interface walkthrough). You will have to look into your CSS an check what’s overriding the arlima css.
Forum: Plugins
In reply to: [Article List Manager (arlima)] SearchWhat error is thrown in the javascript console when this happens?
Forum: Plugins
In reply to: [Article List Manager (arlima)] Time zoneIt’s really strange… When a post is added to the list post_date_gmt will be converted to unix time stamp using strtotime. If you update the publish date for a post all articles connected to that post will get a new publish date, using the same code. This should work.
Check if you get the right time if you load a file on your server in the browser, having the code <?php echo date(‘H:i:s’, time());