Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
It seems that you are using jet pack plugin and activated the jetpack mobile theme. With mobile theme activated, it will show the its default mobile view replacing the theme original responsiveness. So deactivate the mobile menu.
For more reference check this link
December 22, 2016 at 10:13 pm in reply to: Post Featured Image – how to display in article view #1428Hash
KeymasterHi,
There is no any option to display the featured image in the single page view. You will need to reupload into the post editor. The advantage of it is that you can manage your image at any position you want.
Hash
KeymasterHi,
Yes, this setting is correct. And i can see the slider appearing in the home page. To configure the other section you need to go back for Static Front Page display and play with other settings.
Hash
KeymasterHi,
You can change the site description by going to Setting -> General
After you change the site description, it will take some day for Google to index your new description in search result.
Hash
KeymasterHere is the CSS
#sq-site-branding{ display:none; } #sq-site-navigation{ width: 100%; } .sq-main-navigation .sq-menu{ float:none; text-align:center; } .sq-main-navigation li { float: none; display: inline-block; }
December 5, 2016 at 10:07 pm in reply to: Mobile Device Overlapping between sidebar and footer #1299Hash
KeymasterDoes this happen with our demo website as well? https://demo.hashthemes.com/square/
Please check by disabling all the plugins once.
Hash
Keymaster@mikolok it will not work. Instead it will break the div structure of the website.
Hash
KeymasterWe will check for the read more button issue and fix it in next update. For now you can use the below CSS to hide the Read More button.
Also the solution for the blank home text
.entry-readmore{ display: none; } .ht-main-navigation .ht-menu > ul > .current-menu-item > a{ color: #FFF; }
Hash
KeymasterThere are no other methods. Increasing the value of pause should work.
Hash
KeymasterHi,
Seems like you have figure it out.
Hash
KeymasterHi,
The font seems to be working well and i can not see any google font used via plugin.
Hash
KeymasterThe option in the blog section settings allows you to remove the category from the blog post so that it will not display the post with that category. But you have multiple category assigned to it, it may be displayed.
Hash
Keymaster@savas may be you are looking the video of the Total theme on the themeforest.net that is why you are experiencing the differences. They both are different theme.
Hash
Keymaster@mksatish Here is the CSS
#ht-site-flag{ width: auto; }
Hash
KeymasterHi,
The setting for the theme is available in Appearance -> Customizer Menu.
The link you are referring is the paid theme in the themeforest.net
Hash
Keymaster@boyxautrai12 it will required some complex coding skill and is difficult to guide over here.
December 5, 2016 at 9:34 pm in reply to: Slideshow – How to remove the title of the page from slideshow #1288Hash
Keymaster@Confidemus Here is the CSS to show the caption at the bottom of the slider
.ht-slide-caption{ top: auto; bottom:0; }
Hash
KeymasterYou should add the below CSS if you want equal 3 column footer widgets. Add the below CSS using some Custom CSS plugins.
.ht-footer{ width:30.333% }
Hash
KeymasterHi,
The below CSS should fix the issue. Use some custom CSS plugin to add the below CSS
We will come up with the fix in next update.@media screen and (max-width:1200px){ .ht-slide-caption { left: 0; width: 100%; margin-left: 0; } }
Hash
KeymasterHi,
You need to go to Appearance -> Menu and then add your own menu and save it as a primary menu. By default the menu will show all the pages and subpages.
Check this tutorial for more reference http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
- AuthorPosts