Misam Saki
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dinky] Instagram Icon shows upUpdate Dinky theme
Forum: Themes and Templates
In reply to: [Dinky] upload a picture in header or backgroundCheck the “wp-content/upload” directory chmod(set to 755)
Forum: Themes and Templates
In reply to: [Dinky] adding blog pageDo these:
1. Deactivate any mobile theme or plugin for mobile theme. Dinky is responsive.
2. Go to Theme Options and choose “Display cover in home page” as Checked and “Display content and footer in home page” as Unchecked. By these setting you have clean home page with header image and social icons.
3. Create Blog category and send your post to this category then install this plugin https://www.ads-software.com/extend/plugins/wp-no-category-base/.
Only by create blog page you can not show your post in there!Forum: Themes and Templates
In reply to: [Dinky] adding blog pageI think you are in wrong way!
Do I understand correctly that you made a page and named it blog, Then you set it az front page?
What is the page content?Forum: Themes and Templates
In reply to: [Dinky] Dinky footer menuDinky Theme doesn’t support footer menu but you can put your links on copyright content(see theme options) or create a menu widget and put it on Footer Widgets Area.
Forum: Themes and Templates
In reply to: [Dinky] Dinky Theme Version 1.5.13??
Forum: Themes and Templates
In reply to: [Dinky] Dinky Theme Version 1.5.13No, I didn’t put that option because I like that as designer! but disable popup menu is so easy in this version. Just find below code in header.php and remove it.
<?php wp_nav_menu( array ( 'theme_location' => 'top', 'menu_class' => 'nav-menu menu- top hidden' ) ); ?>
Forum: Themes and Templates
In reply to: [Dinky] Social Icons and Intro contentIs there a way that I can move the social icons to appear under the main content on the page?
Find
<?php get_template_part( 'social' ); ?>
in header.php file, line 59 and move it to footer.php file after<?php get_sidebar('under_content'); ?>
For intro content: You can’t display it only on special page! If you want display a text on special page you must put it on post content! Intro content has a specific usage.
If you want special theme for your site you must order a theme! Dinky is a public theme that is suitable for personal blog and I try to improve it for them.
Any way you can tell me your site address for checking any problem. I glad to help you ??
Forum: Themes and Templates
In reply to: [Dinky] Header image not shownI checked theme and know that you changed style and It not a bug!
Change back “width: auto;” to “width: 100%;” in “img.cover” block.Forum: Themes and Templates
In reply to: [Dinky] Header image not shownYour image that use to cover has low width and not display in center!
This is a theme’s bug. I will resolve it soon and notice you. Thanks for report the bug ??Forum: Themes and Templates
In reply to: [Dinky] How do I disable the top menu?I removed that code from header.php and that block from style file and it resolved!
If you can not do this, wait for next version that comming two days later ??
Forum: Themes and Templates
In reply to: [Dinky] Header image not shownTo webproservices: You are not using of Dinky theme now and I can’t check your problem ??
Forum: Themes and Templates
In reply to: [Dinky] How do I disable the top menu?And remove “#main-navigation.fixed” block from “css/style.css” file.
Forum: Themes and Templates
In reply to: [Dinky] How do I disable the top menu?Remove this code in header.php
<?php wp_nav_menu( array( 'theme_location' => 'top', 'menu_class' => 'nav-menu menu-top hidden' ) ); ?>
For Footer color use top posts but I put an option for changing Footer color to white or dark in next version (comming soon)
Forum: Themes and Templates
In reply to: [Dinky] Text on top of image is now belowI checked your site and did not see any problem in header!
Can you send me a screenshot and notice the problem?