Damiaan van Vliet
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Page Creator] Previous and Next button not displaying all postsForum: Plugins
In reply to: [Posts in Page] Formatting paginationI have a solution and also for the translate; add the following code to functions.php (child theme):
// Post In Page change Next/Previous function posts_in_page_replace_prev_next( $links ){ $links = str_replace( 'Next', 'Older Posts ←', $links ); $links = str_replace( 'Previous', 'Newer Posts ←', $links ); return $links; } add_filter( 'posts_in_page_paginate', 'posts_in_page_replace_prev_next' );
Forum: Plugins
In reply to: [Posts in Page] Formatting paginationThe same question I have and… how to translate it.
Forum: Plugins
In reply to: [WP Latest Posts] News block does not display arrowsThanks @joomunited, indeed that was the solution. And I also changed column/row to lower number because there were only 6 posts and it displayed the 6 posts.
Solved now!
Have a good weekend and thanks for quick reply.Forum: Plugins
In reply to: [WP Latest Posts] News block does not display arrowsForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error too many attemptsThank you Daniel for reply. Too bad.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error too many attemptsI thought so. I want to transfer my sites to another hosting company.
Is your plug-in able to split files?Thanks!
Forum: Plugins
In reply to: [BackUpWordPress] Database and Full backup stops at 2MbThanks Owain, will do that!
Forum: Themes and Templates
In reply to: [Mon Cahier] featured image possibleGreat Christine, I will try it. Thanks for the quick reply.
Forum: Themes and Templates
In reply to: [Coeur] no custom styles with child theme ?@giellemme, can you explain more how you did that?
Forum: Fixing WordPress
In reply to: Editor from text to visual information missingGreat!! That’s it ??
So thanks Richard and GreyParrots.
Could you explain me why this needs this way?Forum: Fixing WordPress
In reply to: Editor from text to visual information missingHi Richard, thanks for reply! It looks promising but I tried it and at my test site no luck. I will show you the code I used now.
<div id="social"> <a target="_blank" href="#" class="FbUrlImg" title="Facebook link"> </a> <a target="_blank" href="#" class="TwUrlImg" title="Twitter link"> </a> <a target="_blank" href="#" class="InUrlImg" tle="LinkedIn link"> </a> <a target="_blank" href="#" class="GpUrlImg" title="GooglePlus link"> </a> <a target="_blank" href="#" class="PiUrlImg" title="Pinterest link"> </a> </div>
About your question, in CSS the class e.g. FbUrlImg point to Facebook image and .FbUrlImg:hover for the hover image. So there is no text needed.
Forum: Themes and Templates
In reply to: [Coeur] no custom styles with child theme ?O.k. another approach. To bad creating a real child theme is not possible it seems to.
Forum: Themes and Templates
In reply to: [Coeur] no custom styles with child theme ?O.k. @wp-lionel but are these changes in the original theme?
Or do you create child-theme with a modified header.php and subdir framework/css and style.css?Forum: Themes and Templates
In reply to: [Coeur] no custom styles with child theme ?Indeed… that’s a problem. Therefore this is definitely not a nice solution from me ?? but I couldn’t find another one.