Hi
Is it possible to change the “read more” link at the end of every post excerpt to “Keep Reading”
I also how would I display my blog posts with a static image. (no click to view option)
Thanks in advance
Hi Arran!
1) Please try to use the Codestyling plugin to translate or change existing text strings. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate/change the text strings from the “avia_framework” textdomain (i.e. search for “read more” and in the right column insert “Keep Reading”). At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
2) Which blog layout do you use? You can deactivate the image link with css code (which may vary based on the blog layout). For the default layout you can use this code – insert it into the quick css field:
.single .big-preview.single-big {
pointer-events: none;
}
Cheers!
Peter
Hi Peter
Thanks for the reply.
I’ll try the plugin shortly. I thought there may be a find and replace option somewhere – great tip.
Im using the default blog style, and the quick css worked. You guys rock.
Im still struggling with another issue though… could you shed some light on this? More eyes the better.
https://kriesi.at/support/topic/testimonials-image-size-and-layout/
Thanks in advance
Arran