Forum Replies Created
-
AuthorPosts
-
Everything is quite perfect now. Thanks.
- This reply was modified 8 years, 3 months ago by kaunda7.
I used a plugin to make the thumbnails bigger
Thanks for your response.
For those who will need help on this, this is how i worked round it:
>>Searched plugin that meets my requirements and installed it,
>>Uploaded image for background and set top margin using CSS,
>>Disabled “Share Share this Item” in WP Dashboard > Enfold Child settings.I am using a child theme.
I pasted this code in functions.php of child theme as advised:
————————————————————————————
add_filter(‘avf_default_icons’,’avia_replace_standard_icon’, 10, 1);
function avia_replace_standard_icon($icons)
{
$icons[‘standard’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’);
return $icons;
}
————————————————————————————-
I then installed, activated and set the plugin I wanted but new social icons appear with the old social icons remaining where they were.
Link: http://realkenya.co.ke/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
How Do I (i) Remove the old social Icons and leave only the new social icons?
(ii) Push the new social icons to be UNDER the title “Share this Entry”
(iii) Use image in place of “Share this entry”?Is there anything I am doing wrong?
Thanks, it is working,
Hello,
I want to increase the image size of the Magazine Content element thumbnail and add excerpt.
How do I go about these?
This is how it appears on my site:
1. http://www.realkenya.co.ke (on the home page just above footer – there is no thumbnail resize and no excerpt for Magazine Content element). Is it possible to make it appear like – https://travel.jumia.com/blog. The image is bigger and it has excerpt?
2. I also want my blogs to look like the above on blogs page and not as I have here: http://realkenya.co.ke/blog/
Thanks in advance.Hello,
This is how it appears on my site:
1. http://www.realkenya.co.ke (on the home page just above footer – there is no thumbnail resize and no excerpt for Magazine Content element) If it’s not possible, which content element can I use to make it appear like – https://travel.jumia.com/blog. The image is bigger and it has excerpt?
2. I also want my blogs to look like the above on blogs page and not as I have here: http://realkenya.co.ke/blog/- This reply was modified 8 years, 4 months ago by kaunda7.
-
AuthorPosts