- This topic has 8 replies, 2 voices, and was last updated 10 years, 3 months ago by Theme Horse Support Team.
-
AuthorPosts
-
August 6, 2014 at 4:23 am #12743KarenParticipant
Hello, I will greatly appreciate assistance to delete the frame/border of the blog excerpts’ images (I saw the reply to Juan Bellas but that alone did not work for me). Also on the blog excerpts, I get two options to keep reading the post: one that indicates “Click to continue reading (name of the post)” and another one (a button) indicating “Read more”. I would like to have the button as the only one option and, if possible, change its text by “Leer más…” Thank you in advance! Karen
August 6, 2014 at 1:29 pm #12761Theme Horse Support TeamKeymasterHI karen.
which section are you talking about? Could you please paste the site url too.
Thank you!August 14, 2014 at 9:31 pm #12990KarenParticipantSure. The site is activatudivnidad.com
The image I am trying to take the border away from are the small images of the blog’s excerpts.
Currently set as ‘excerpt display type 2’ on Home Page Layout Options.
Idem for ‘keep reading’/’read more’ button.
Thank you in advance,
KarenAugust 14, 2014 at 9:33 pm #12991KarenParticipantAugust 15, 2014 at 5:40 am #12996Theme Horse Support TeamKeymasterHi Karen,
Just view this link
http://awesomescreenshot.com/0223bglife
Did you customise our code ?
I think this first continue to reading is from any plugins might be. Because we don’t have this issue. You just check the plugin by deactivating one by one. Hope that may fix your issue.The second problem read more to Leer más, yes you need pot file to change it.I think its spanish language so inside wp-config.php file you need to add
define('WPLANG', 'es_ES');
and replacedefine('WPLANG', '');
You can download the pot file from cleanretina free themes.
http://wordpress.org/themes/clean-retina
Inside the language folder copy the pot file and place it inside you clean retina pro language folder.
Then it works.
1 thing each and every time you update our pro version of clean retina you simply need to copy paste the pot file inside language folder to work.Thank you!
August 17, 2014 at 3:13 am #13044KarenParticipantDear team, Thanks for your reply. Unfortunately I find these steps too complicated for me to do, so I will try to find the plugin that is inserting the “continue reading” line to delete it; and I´ll leave the ‘read more’ button in English. The site has minimum customization under custom css, all of the rest was made with the design options.
In regards to the image border, I am afraid I did not made myself clear. Please take a look at http://awesomescreenshot.com/0223bglife. What I´d like to do is to eliminate the box framing the image.
I will greatly appreciate your help.Once again, Thank you!
August 17, 2014 at 1:31 pm #13056Theme Horse Support TeamKeymasteryes exactly you are correct. The first is from plugin and the second you need to change it from pot file. Pot file for espanish language is already available. Its nothing difficult. You just download the free version of our theme from
wordpress.org/themes/clean-retinaand go to the folder languages and copy all the file and paste on your pro theme inside language folder.
Then before wordpress installation there is wp-config.php file. you can change it from there. Default its like this
define(‘WPLANG’, ”); and replace it with define(‘WPLANG’, ‘es_ES’);
Hope you got what i mean.
Thank you!August 19, 2014 at 3:03 am #13098KarenParticipantOk, you convinced me to give it a try 😉
What about the elimination of the box framing the image?
Thanks!August 19, 2014 at 6:26 am #13103Theme Horse Support TeamKeymasterHi Karen.
To eliminate the box framing the image you just add this css inside custom css which is under theme options.post-featured-image a { border: none; }
Hope this may help you
Thank you! -
AuthorPosts
- You must be logged in to reply to this topic.