jmracek
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Poseidon] “READ MORE” text under postHi Maybee changed,
1) disable CACHE plugins :).
2) use this code in function.php// Replaces the excerpt "Read More" text by a link function modify_read_more_link() { return '<a class="more-link" href="' . get_permalink() . '">CHANGE HERE</a>'; } add_filter( 'the_content_more_link', 'modify_read_more_link' );
3) edit magazine file: inc/template-tags.php , find function_exists( ‘poseidon_more_link’ ) and replace the text.
Jan
- This reply was modified 7 years, 3 months ago by jmracek.
Dear Simon,
not help me, i am put to css to theme, check on the code if its applied, perfect, on page no change.
Do not worry, Now the page looks like acceptable…..
Thanks ! JanI am little bit arange the slide stile as image:
https://diving4luck.mracek.org/diving4luck/wp-content/uploads/2017/10/sa-sl1.png
I am not fully satisfacted, the top space is smaller than down….
No idea how to fix.But the head image looks like very good. Jan
Simon, thanks :).
Could you please quick check this page:
https://diving4luck.mracek.org/diving4luck/2017/10/25/ahoj-vsichni/And tell me , why the slider is too large in vertical size ?
Its contains only text. On the preview is small, on page is too big ??Jan
Hi,solved: <?php echo do_shortcode(‘[slide-anything id=”100″]’);?>
Jan ??