robin90
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Attitude] Remove Comments from Pages onlyHi luckygirliegirl,
To turn of comments follow the instruction mentioned below.
Go to the page editor of the respective page in the dashboard.
Look up for the ‘Discussion’ Option box below the editor. ( If you don’t see this box, then look for the ‘screen options’
in the right top part, click on it and check the ‘Discussion’ checkbox.)
Uncheck the Allow Comments option in the ‘Discussion’ Option box.
Click on Update.Rabin
Forum: Themes and Templates
In reply to: [Attitude] Unable to update to the new versionHi Nick ,
It seems you are trying to do automatic update of the theme from the dashboard. Some time theme files don’t get updated due to slow internet connection or any other reasons related to your internet and as a result the files are broken. You can manually update the theme through the ftp or you can switch to another theme for a moment, then delete the attitude theme and and install it from the dashboard and switch back to attitude.
Regards,
RabinForum: Themes and Templates
In reply to: [Attitude] ChangelogHi gogusamsung,
You can view the changelog in readme.txt packed with in the theme or you can connect us on facebook where we update our users about our version update and the changes
Regards,
RabinForum: Themes and Templates
In reply to: [Attitude] Business TemplateHi MartinInBath,
If you want to set up business template then here is instructions for you. If you still face problem you can post the issue.
http://www.themehorse.com/theme-instruction/attitude/#businesslayout
Rabin
Forum: Themes and Templates
In reply to: [Attitude] Featured image is not showing on pagesHi Neil_Robinson,
It seems you are confused with header image part. Header image can be set from Appearance->Header from dashboard. Its working perfectly on our test site. Can you clarify a bit more what featured image are you talking about?
Rabin
Forum: Themes and Templates
In reply to: [Attitude] Quote bug IE8Hi srglfrt,
We have already fixed this issue and submitted our update. Its currently on its way for review. Hope the new version will be live within few days
Rabin
Forum: Themes and Templates
In reply to: [Attitude] Remove space above header imageHi mrleyang,
If you want to put the header image directly at the top of the site then you need to edit inside theme file,which will be difficult for you. But alternatively you can reduce the white space
Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:.hgroup-wrap { padding-bottom: 31px; padding-top: 0px; }Note: change the digit value above for your own height. Lower the value lower the header, but change the value in same ratio above.
Now, Click on Save All Changes Button and Refresh your browser
Regards,
RabinForum: Themes and Templates
In reply to: [Attitude] Change Font ColoursHi Chris,
You can add the custom CSS, in the dashboard, go to Appearance->Theme Options->Design Options->Custom CSS. Add this custom css below and click on save all changes.
body, input, textarea { color: YOUR_HEX_COLOR_CODE; } For example: body, input, textarea { color: #333333; }Regards,
RabinForum: Themes and Templates
In reply to: [Clean Retina] Cat/Tag Pages display wrong excerpt layout typeHi biba102,
Currently the excerpt display type option is only for home page. We will think about this in our upcoming versions to provide it to cat/tag page. If you are comfortable editing code you can create child theme and make required changes
Rabin
Forum: Themes and Templates
In reply to: [Attitude] Remove or edit info in footer?Hi Jan Dembowski,
Currently we don’t have such options to edit the footer info directly. We are thinking on it. The way you have pointed above is currently the best way to achieve this.
Thanks for the detail description. 🙂Rabin
Forum: Themes and Templates
In reply to: [Attitude] Remove or edit info in footer?Hi drewinator,
You are allowed to edit the info in the footer but we would appreciate if you could keep link to us. If you want to change the info then all the information related to footer is located in footer-extensions.php you can create child theme and edit according to your need.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] Adding a blog page on menu to Corporate layoutHi amishbhavsar,
Sorry for the trouble. We were changing our host so our site was down for some time. Now it’s fine.
So do you want to choose corporate layout and show all the post under this then this is not possible currently with our theme.
Rabin
Forum: Themes and Templates
In reply to: [Clean Retina] How to use the Gallery page templateHi Dan,
Currently creating an photo album is not possible with our gallery feature.
I would appreciate if you would create a new thread and post your problem regarding sidebar since this thread is already resolved.
Regards,
RabinForum: Themes and Templates
In reply to: [Clean Retina] Remove "protected"&"private" from titlesHi fountaini,
copy this function and paste it in your functions.php
add_filter( 'protected_title_format', 'remove_protected_text' ); function remove_protected_text() { return __('%s'); }I suggest you to go through child theme approach as the changes will not be lost when you update your theme.
Regards,
RabinForum: Themes and Templates
In reply to: [Attitude] How can I create a additonal Sidebar for the HeaderHi JuAl78,
Currently, our theme doesn’t support header sidebar. If you would like to register your own header sidebar, you can create child theme and register your own sidebar. Here is the link from codex on how to register your own sidebar http://codex.wordpress.org/Function_Reference/register_sidebar
We will be thinking about this feature in our upcoming update.
Rabin