Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@bulldg Great!
August 20, 2013 at 6:42 am in reply to: Featured Pages text not showing up on Android or iPhone #3408Sanjip ShahParticipant@gnomad1618 Okay. Great. We will think about showing the featured text in small devices may be in a different effective way in our updates. Thanks.
Sanjip ShahParticipant@gnomad1618 Yes. Thanks for the feedback.
Sanjip ShahParticipant@XavierC Okay. Great! 🙂
Sanjip ShahParticipant@XavierC Can you post and link to your site? And also you need to choose the ‘blog large image’ template for the page and set is a static front page.
Sanjip ShahParticipant@XavierC Can you paste the code where you have made the changes.. And also you need to choose the ‘blog large image’ template for the page and set is a static front page.
Sanjip ShahParticipant@heinechristensen Great! 🙂
Sanjip ShahParticipant@gbishopdu-edu In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS.
Paste the following css and click on ‘Save all Changes’.#site-generator .social-profiles, #site-generator .copyright { float: none; width: 100%; } #site-generator .social-profiles ul { margin-bottom: 10px; text-align: center; float: none; } #site-generator .social-profiles ul li { display: inline-block; margin-left: 3px; margin-right: 3px; float: none; } #site-generator .copyright { padding-top: 10px; text-align: center; }
Hope this helps.
Sanjip ShahParticipant@karenstl Also the reason slider may not be working could be a conflict with other plugins. So, try deactivating other plugins one by one and see if this solves the issue.
Sanjip ShahParticipant@karenstl Did you follow the instruction here https://www.themehorse.com/theme-instruction/attitude-pro/#slider. You need to set the featured image for the post or page that you have used in the slider. If you can fix this, please provide your temporary username and password via https://www.themehorse.com/contact-us/free-support/ ( not in this forum ) and we will fix it.
August 19, 2013 at 8:19 am in reply to: Featured Pages text not showing up on Android or iPhone #3365Sanjip ShahParticipant@gnomad1618 We have designed the theme that way, not to show the featured text for ipad, iphone and other similar small devices.
In the iPhone if you show the featured text it may go beyond the slider area so this might be a issue, however you can use the following custom css to show the featured text in ipad.
In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS and click on ‘Save all Changes’.@media only screen and (max-width: 1078px) { .featured-title, .featured-content { display: block; } } @media only screen and (max-width: 767px) { .featured-title, .featured-content { display: none; } }
If you want to show the featured text in iphone, using the rev slider will be best.
Sanjip ShahParticipant@gnomad1618 We are working on making the forum more searchable and accessible. Thanks for your patience.
Sanjip ShahParticipant@bulldg In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS.
Paste the following css and click on ‘Save all Changes‘.
#main { padding-top: 20px; }
Increase/Decrease the value 20px according to your convenience.Sanjip ShahParticipant@heinechristensen Yes our theme does not include shortcodes. Shortcodes are basically plugin territory, they should come from plugin rather than within the theme. If shortcodes are built within the theme then there is a chance that the site will break while you switch the theme. You could try the page builder plugins to create the layouts. You could try this plugin http://wordpress.org/plugins/siteorigin-panels/.
Sanjip ShahParticipant@yflyjump If you visit this page http://wordpress.org/plugins/nextgen-gallery/, for the version above 1.9.13 many people are saying its broken so, I feel that this issue is related to plugin and hope that they will fix it soon.
-
AuthorPosts