Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterHi
Sorry for the delay.
Could you post your email address here via private reply? I will send your changed version for the second and third issue, I will also release the new version soon.
For the first issue, I don’t understand what mean about tab title, the page title display in browser top bar?
Thanks
FocuxTheme Support
KeymasterThe author page uses the global header image setting, so you could change it via Appearance > Customize > Header Image.
Thanks
FocuxTheme Support
KeymasterHi
1. If you use child theme, you can put the following custom PHP function into functions.php file
function dgwork_post_author(){ global $dgwork_option; if ( isset($dgwork_option['post_author']) && $dgwork_option['post_author'] == '1' ): ?> <!--Author--> <section id="author_vcard"> <h3 class="author-title section-title"><?php esc_html_e('About Author','dgwork');?></h3> <div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), 80 ); ?></div> <p><strong><?php the_author_meta('nickname'); ?></strong> </p> <?php the_author_meta('description'); ?> <?php if(class_exists('ThemeVan_Shortcodes')):?> <p><span class="social_icons"><?php do_action('tmvs_author_social_profile');?></span></p> <?php endif;?> </section> <?php endif; }2. You can disable the comment section by WordPress default feature, just quick edit the post, then cancel the “allow comment” checkbox. https://www.dropbox.com/s/poy2m78cefscwt8/Screenshot%202017-06-11%2001.42.03.png?dl=0
Thanks
FocuxTheme Support
KeymasterHi
I understand and fixed this issue.
I have removed the container in tags.php file
Thanks
FocuxTheme Support
KeymasterHi
I checked the home tag page, it seems already display as mansonry (fluid grid) layout, this is my screenshot https://www.dropbox.com/s/0vliv9xux05okw7/FireShot%20Capture%2063%20-%20Home%20Archive%20-%20oekoskopoekoskop%20-%20http___www.oekoskop.com_tag_home_.png?dl=0
Because there are some posts you have set the box width to wide, that’s why some posts are display as two row https://www.dropbox.com/s/4bgdzxscnavwg2f/Screenshot%202017-06-06%2023.57.58.png?dl=0
Thanks
-
AuthorPosts
