Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
hi write2roberto
Actually we have not seen this duplicate title in you site. There is only one title in your website. If you want to remove that single title then
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.entry-title { display: none; }
Regards
SunilTheme Horse Support TeamKeymasterHi Write2roberto
Please send your site URl. So that we can have a look through it.
Regards
SunilTheme Horse Support TeamKeymasterOk That’s great Flow
You can add pagination for this plugin too. WP-PageNavi
http://wordpress.org/plugins/wp-pagenavi/
regards
Sunil
Theme Horse Support TeamKeymasterHi Flow
Once you activate your plugin as i have mentioned before.
And go to dashboard->settings->reading
Can you see Blog pages show at most
its default 10 there and set as 2 or 3. Then you will be able to see pagination. Hope this may help you. I saw in you site there is 10 post but you have only 6 posts. So i think you are not getting the pagination.Hope this may help you
Regards
SunilTheme Horse Support TeamKeymasterHi Rikkie
You can use the plugin to export. There are lots of plugins to export it. Ok sure we will think about it for future releases.
Thanks
Sunl
Theme Horse Support TeamKeymasterHi Topress
Recently we dont have implemented for it. If you are good in coding then you can add the codes. All the content page is displayed from attitude-> library->structure-> content-extension.php. If you are not able then you can hire a developer for it. But we recommened not to chnage our code because if you change anything then while updating our new version all your customization code will be lost
Regards
Sunil
Theme Horse Support TeamKeymasterHi Toppress
To make your static page
Go to dashboard -> settings-> reading
There you can see A static page (select below)
select that radio button and which page you want to display in the home page. Select it from dropdown. Then it will displayed in your front page.Regards
Sunil
April 4, 2014 at 5:28 pm in reply to: How to display text from the Excerpt field of a Page in the Service Widget #9269Theme Horse Support TeamKeymasterHi Jeff
You add the text inside excerpt. If you add text inside excerpt then it will display the excerpt text. If excerpt is blank then it will display from the editor.
By default, excerpt length is set to 55 words. To change excerpt length to 20 words using excerpt_length filter, add the following code to functions.php file in your theme:
e.g:- `function custom_excerpt_length( $length ) {
return 20;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );`But you need to make the child theme before using it. Because while updating our new version all your setting would be lost.
https://codex.wordpress.org/Child_Themes
If it is really hard to fix it then we have this facility in our attitude-pro version.
Regards
Sunil
Theme Horse Support TeamKeymasterHi Locka
If you are good in coding and i think you can code well too. After creation of child theme. there you add one php page. Eg:- functions.php where style.css is located.
here you can write the code which function you want to change. So that you can change it.
Just have a look this link. Here all information is give about functions.phphttps://codex.wordpress.org/Child_Themes
Regards
Sunil
Theme Horse Support TeamKeymasterHi flipper
If you really want to add some custom CSS then you can create a child theme and add your css or overwrite the css you want.
For more refrence go to this link. Here it will tell how to create the child theme.
https://codex.wordpress.org/Child_Themes
Regards
Sunil
Theme Horse Support TeamKeymasterOk You Welcome
Regards
SunilTheme Horse Support TeamKeymasterHi Gibbson
It is in style.css inside wp-content/themes/attitude/style.css
But we recommened you not to use code customization.
If you really want this then you need code customization but when you update the theme of our latest version then all you customization code will be lost.Regards
SunilTheme Horse Support TeamKeymasterWelsome Toppress
Theme Horse Support TeamKeymasterHi Flow
have you edited our theme or not ? Did you install the plugin ?
Just install this plugin once WP-PageNavi
http://wordpress.org/plugins/wp-pagenavi/Regards
SunilTheme Horse Support TeamKeymasterOk Great stefan
Thank you for using our theme.
-
AuthorPosts