Forum Replies Created
-
AuthorPosts
-
Rabin Shrestha
ParticipantGo to Appearance->Theme options->Slider Options->Featured Post/page slider options->and check the Exclude Slider post from Homepage posts? option
Rabin
Rabin Shrestha
ParticipantIf you don’t want slider then go to Appearance->Theme Options->Slider Options->Slider Options and check the Disable slider option
Rabin
Rabin Shrestha
ParticipantHi Rusch,
You have to edit the code through child theme. You can search attitude_headerdetails function in header-extensions.php
Rabin
Rabin Shrestha
ParticipantHi Francois,
In your child theme you have written CSS to hide the menu.
#access select { display: none; }
Remove those code
Rabin
Rabin Shrestha
ParticipantHi tthiagan,
Have a look here https://www.themehorse.com/support-forum/topic/how-to-use-100-of-the-width-of-the-menu-bar/
Rabin
August 30, 2013 at 6:10 am in reply to: how do i remove html tags from the "leave a reply " section #3685Rabin Shrestha
ParticipantHi Emmykk,
Just install this plugin and it will remove those information http://wordpress.org/plugins/remove-comment-notes/
Rabin
Rabin Shrestha
ParticipantHi Laura,
Yes, featured image option is available for pages as well but they will not be displayed when viewing the page. Rather they are used for specific purposes like showing services, recent works and such in business template
Rabin
Rabin Shrestha
ParticipantYou cannot change the text by just changing it in language file. You have find the appropriate hook to filter it out. The text is written in the core file of WordPress so have a look here on this function http://codex.wordpress.org/Function_Reference/comment_form which is reponsible for this.
You will see the above function in comments.php
Rabin
Rabin Shrestha
ParticipantIt seems that the testimonial widget that you are using in the footer is creating the issue. Try to turn the widget off and see if fields are filled properly.
Rabin
Rabin Shrestha
ParticipantHi gladiolus2803,
Have a look on this topic
https://www.themehorse.com/support-forum/topic/remove-white-space-above-header/Rabin
Rabin Shrestha
ParticipantHi Linnea,
Can you please post link to your site?
Rabin
Rabin Shrestha
ParticipantOk Great!
Rabin Shrestha
ParticipantYou can find the code here Attitude->library->structure->header-extensions-> and search for attitude_home_slogan function. Then create a child theme and replace this function with your edited function.
Rabin Shrestha
ParticipantHi akosibert90,
Currently we don’t have direct option for changing the footer link in our free version but we do have this option in our Pro version where you will get a text box option where you can directly edit the footer information. Also you can create a child theme and edit the footer code as your wish if you are comfortable with this.
Here is link for more detail http://codex.wordpress.org/Child_ThemesRabin
Rabin Shrestha
Participant🙂
-
AuthorPosts