Forum Replies Created
-
AuthorPosts
-
August 26, 2013 at 8:20 am in reply to: How to create a space/new paragraph in themehorse widgets. #3570Rabin ShresthaParticipant
Hi emypar,
Since we have pulled the excerpt of that page it will omit all the spaces and paragraph formatting. So you have to edit code if you want to change this. You may need a help from a developer.
Rabin
Rabin ShresthaParticipantGo to your Custom CSS box and paste this CSS
.hgroup-right { float:none; }
Rabin
Rabin ShresthaParticipanthi lisa,
Create a child theme and edit this function attitude_theloop_for_single inside attitude-pro->library->structure->content-extensions.php
Rabin
Rabin ShresthaParticipant🙂
Rabin ShresthaParticipantHi gassho,
If you want to remove it from both top and bottom then paste this in your custom css box
.social-profiles{ display:none; }
Rabin
Rabin ShresthaParticipantHi sputnik,
You have to use plugins if you want to have pagination in pages. Have a look here http://wordpress.org/plugins/
Rabin
Rabin ShresthaParticipantHi Sputnik,
Have a look here
https://www.themehorse.com/support-forum/topic/remove-white-space-above-header/Rabin
Rabin ShresthaParticipantHi Saibok,
By default when you use header image the menu will appear below the image. But in our demo we have used the slider image so the menu is appearing above the image. You can use slider instead. Else you have to modify the code through child theme if you want to achieve this with header image
Rabin
Rabin ShresthaParticipantHi Hp,
You can search for some plugins that may fulfill your need. Have a search here http://wordpress.org/plugins/
Rabin
Rabin ShresthaParticipantHi dubzzdigital,
Currently you can only add single button in the slogan bar. If you want to add another button then you have to edit the code and write CSS to so you may need a developer’s help
Rabin
Rabin ShresthaParticipantHi gassho,
I don’t think there is any thing in blog admin that can help you with this. This seems to be more of a plugin territory. Probably some plugin should be there to fulfill your need.
Rabin
Rabin ShresthaParticipantCurrently slogan bar can only be shown on your home page.
Rabin ShresthaParticipantGo to Appearance->Theme Options->Design Options->Custom CSS and paste the CSS below
.home .slogan-wrap{ display:none; }
Click save all changes
Rabin
Rabin ShresthaParticipantHi Rusch,
You have to either translate the theme to your own language or edit the code through child theme. For translation have a look here http://wp.smashingmagazine.com/2011/12/29/internationalizing-localizing-wordpress-theme/ and for child theme here http://codex.wordpress.org/Child_Themes
Rabin
Rabin ShresthaParticipantHi BlackWidow,
When you paste the code in Webmaster tools it will appear on each page you don’t have to put it in each page manually. You can see the page source of your site’s page. You will see the analytic code there on header of each page.
Rabin -
AuthorPosts