Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@adi Okay. That’s great to know. ๐
Sanjip ShahParticipant@Allan Please refer to the other premium thread topic that you have created. Thanks.
Sanjip ShahParticipant@Allan For this you can go to dashboard, Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#access { margin-bottom: 5px; }
You can increase/decrease the 5px value according to your choice.
Sanjip ShahParticipant@Grafixer If it’s a widget type plugin (a plugin which will introduce new widget of its own in Appearance->Widget) then after you install this plugin. Go to Appearance->Widgets. Then add the new widget (coming from the plugin) to the footer sidebar and it should be fine. The footer widget will appear in every page. I found this one http://wordpress.org/plugins/free-tell-a-friend/, you could try it or you can search for others as well that will suit your need.
Sanjip ShahParticipant@kasmel and @Marty For the default page template the content of the page will be shown in the front end. But for the Business template the content will not be shown, for the business template any widget that you add in Business sidebar will be shown instead. We have designed the theme this way. Please follow the instruction here https://www.themehorse.com/theme-instruction/attitude/#businesslayout and it should be easy to set it up. ๐
Sanjip ShahParticipant@rnd You are welcome. ๐
February 10, 2014 at 7:53 am in reply to: How to display an arrow when menu item has sub items? #7434Sanjip ShahParticipant@tearosebeauty This will take some css and coding customization for which you will need to hire a developer as this is like a new feature request.
Sanjip ShahParticipant@LauraG Currently, we have no such options. For now the appropriate way is use the Blog large image template to bring the uniformity. However, we will to be looking this in our future updates. Thanks for your feedback.
February 10, 2014 at 7:48 am in reply to: post title and post content not showing in the slider in small screens #7432Sanjip ShahParticipant@connectcase We understand what you are trying to say. 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; } }
We will be thinking about showing the featured text in all devices including iPhone in an optimized manner in our future updates. Thanks.
Sanjip ShahParticipant@algmg2000 If you are making the child theme of the Attitude Pro theme correctly then it should work fine. Please check on the code of the child theme.
Sanjip ShahParticipant@April For the first question please refer to this support thread https://www.themehorse.com/support-forum/topic/removing-links-on-featured-slider/. Hope this might help you. If it is a coding customization then we don’t provide this in our support (we only provide small css tweaks, help users use the theme and option and fix the bugs in our free support). However, if our users try to make the coding customization themselves we are happy to guide theme like in the mentioned thread.
About the read more text changing option, this option is available in pro version you can purchase the pro version if you like for this or you may need to hire a developer to make this customization.Sanjip ShahParticipant@proatthorseytheme13 Okay. Great! No problem at all. ๐
Sanjip ShahParticipant@kasmel If you disable the page comments following this instruction carefull https://www.themehorse.com/theme-instruction/clean-retina/#disablecomment, it will certainly look. Please check on it. Also, you can go through this link http://en.support.wordpress.com/enable-disable-comments/ which will help you to turn off comments to all pages that you create from the point you make the settings adjustment.
February 8, 2014 at 6:08 am in reply to: How remove the title and excerpt banners from the slider? #7360Sanjip ShahParticipant@kasmel OKay. Great!
Sanjip ShahParticipant@Matteo Please go through the instruction here https://www.themehorse.com/theme-instruction/attitude/#businesslayout. After you make this page, you can go to Settings->Reading and set this page as you static home page. Hope this helps.
-
AuthorPosts