name of widget as link?

January 2013 WordPress Theme
GK User
Tue Nov 25, 2014 8:42 pm
PLS, I need help
User avatar
Junior Boarder

GK User
Wed Nov 26, 2014 8:59 am
User avatar
Moderator

GK User
Wed Nov 26, 2014 9:22 am
Thanks,

It works.

How can I setup number and format of articles in Category Archives?
User avatar
Junior Boarder

GK User
Wed Nov 26, 2014 9:30 am
Category archives page? or archives widget? could you provide more details and URL?
User avatar
Moderator

GK User
Wed Nov 26, 2014 9:47 am
Ok and what exactly do you want to change? number of articles in this category? or numbers at the bottom (pagination), and change format of articles what that's mean exactly? I'm sorry, but description should be more specific.
User avatar
Moderator

GK User
Wed Nov 26, 2014 10:26 am
I want to have more articles, and to format them to be smaller
User avatar
Junior Boarder

GK User
Wed Nov 26, 2014 1:05 pm
Amount of posts, you can change in Dashboard -> Settings -> Reading and "Blog pages show at most" option.

Regarding the article format, you can change the images size by adding this code into your css/override.css file (first, please enable this override option from template options -> advanced tab):

Code: Select all
.archive article figure.featured-image img {
   max-width: 50%;
}

User avatar
Moderator

GK User
Wed Nov 26, 2014 9:32 pm
thanks a lot, now question is how can i set to be image on the left, and text on the right?
and other question is where I choose size of author image?
User avatar
Junior Boarder

GK User
Thu Nov 27, 2014 8:18 am
Hi,

Size of the avatar you can change in News/gavern/helpers/helpers.layout.fragments.php file (around line 617):
Code: Select all
 <?php echo get_avatar( get_the_author_meta( 'user_email' ), 40 ); ?>

Please change the "40" value.

Regarding article format - this kind of changes are unfortunately custom work and it's beyond our technical support (it requires changes in theme structure and css ).
User avatar
Moderator

GK User
Tue Dec 16, 2014 1:44 pm
thanks it works
User avatar
Junior Boarder


cron