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.February 10, 2016 at 9:33 pm in reply to: 2 Logo issues – Resize on scroll and display quality #9661
FocuxTheme Support
KeymasterHi
1. You have to edit some php files, like inc/options.php and inc/lib.php you can let me know what social icon you want to add, I will add them in the next version.
3. If my understood is correct, you can use the following custom CSS
.shrinked#top{position:relative;}4. Please search the third-party plugins which provides twitter or instagram widget. For example:
Instagram: https://wordpress.org/plugins/wp-instagram-widget/
Twitter: https://wordpress.org/plugins/recent-tweets-widget/5. It’s a bug, I changed inc/options.php file, please download it here https://www.dropbox.com/s/ygm3vg1ygdgp5o6/options.php?dl=0 and upload it to inc folder, overwrite the old file, then you should go to appearance > theme options > general setting, reset the copyright text.
Thanks
February 10, 2016 at 9:32 pm in reply to: Issue following update to the latest version V2.09.1- 2015-10-14 #9660You must have valid license to access this content.FocuxTheme Support
Keymaster1. Yes, in currently the social icons are hidden on the mobile device, if you are not planning to use woocommerce, then you can display the social icons to the right side of the top bar with the following Custom CSS
@media only screen and (max-width: 959px){ #topbar .social_icons { display: block; float: right; } }2. For the scroll issue, I’ve tried to updated the pushy.js, you can download it here https://www.dropbox.com/s/biguhpqgsg6bjca/pushy.js?dl=0 and upload the new file to miao/assets/js folder, overwrite the old file.
3. Could you post a screenshot for the “The space between the logo and body copy is very large” issue? I haven’t found where the space is.
You must have valid license to access this content.FocuxTheme Support
KeymasterLook at the following codes
<?php if($portfolio_type=="Image"){ if($portfolio_slider==''){ if ( $images = get_children(array( 'post_parent' => get_the_ID(), 'post_type' => 'attachment', 'numberposts' => 50, 'order' => 'ASC', 'orderby' => 'menu_order', 'exclude' => get_post_thumbnail_id(), 'post_mime_type' => 'image',))) { ?>I just comment out or delete ‘exclude’ => get_post_thumbnail_id(), as
<?php if($portfolio_type=="Image"){ if($portfolio_slider==''){ if ( $images = get_children(array( 'post_parent' => get_the_ID(), 'post_type' => 'attachment', 'numberposts' => 50, 'order' => 'ASC', 'orderby' => 'menu_order', //'exclude' => get_post_thumbnail_id(), 'post_mime_type' => 'image',))) { ?>February 9, 2016 at 4:29 pm in reply to: Issue following update to the latest version V2.09.1- 2015-10-14 #9652You must have valid license to access this content.February 7, 2016 at 5:37 pm in reply to: Issue following update to the latest version V2.09.1- 2015-10-14 #9644You must have valid license to access this content. -
AuthorPosts
