Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Rahul,
We are sorry that your time is loss. To add the social icons goto dashboard -> appearance -> theme options -> social link tab -> and you can add social icons there. View below screenshot.
http://awesomescreenshot.com/0ca52b1k24This is free forum. It you are using pro version then please post your topic in Attitude Pro forum. If you have any questions then let us know in Attitude Pro Forum.
Thank you!
Theme Horse Support Team
KeymasterHi ryanjpugh,
If you have pro subscription activated then you will see the Pro forum on this below link.
https://www.themehorse.com/support-forumWe just visited to your site too and its not the Pro theme. You are using free theme.
Thank you!
July 14, 2015 at 4:48 am in reply to: bbPress 'edit topic comment' form not displaying in Attitude #26402Theme Horse Support Team
KeymasterHi Tony,
Yes that fixed but there is also some issue we have found. So we will update a new version soon.
Thank you!
July 13, 2015 at 11:54 am in reply to: bbPress 'edit topic comment' form not displaying in Attitude #26383Theme Horse Support Team
KeymasterHi Tony,
We have checked the theme and found that there is an issue.
We will fix it in our upcoming version for now you just add this code in your theme and it will works.
Go to theme folder -> library -> structure -> content-extension.php on line no 137 can you see this code?
<?php if (get_the_author() !=''){?>Replace this above code with below
<?php if (get_the_author() !='' && !is_bbpress() ){?>Thank You for your bug reporting.
Your help is really appreciated.Theme Horse Support Team
Keymasterhi chantal.attia,
Yes you are using the narrow layout. Its the default layout of the theme. Go to theme folder -> functions.php on line no 143 and you will find this code.
add_image_size( 'slider-narrow', 1038, 460, true );Replace this code with larger size you want.
add_image_size( 'slider-narrow', 1220, 460, true ); // where 1220 is width and 460 is height of sliderThen install regenerate thumbnails plugins in your dashboard. https://wordpress.org/plugins/regenerate-thumbnails/
Then now your image will show in 1220 and 460
But 1 thing remember while updating to new version your need to change the same code again. Because all your customized code will be lost while updating to new version. So better make child theme and then customize the code.
Thank you!
Theme Horse Support Team
KeymasterHi ryanjpugh,
Sorry this is not a pro version support forum. Please post the topic in specific forum
Thank you!
July 13, 2015 at 5:59 am in reply to: bbPress 'edit topic comment' form not displaying in Attitude #26367Theme Horse Support Team
KeymasterHi Tony,
Please provide us the forum Topic Link and Screenshot with your temporary username and password of your wordpress admin site via Email and also don’t forget to send this forum link
Thank you!
Theme Horse Support Team
KeymasterHi Stephe,
Do you mean to remove this red marked field?
View this screenshot. http://awesomescreenshot.com/001526qi5dIf yes the add this Custom CSS inside dashboard -> appearance -> customize -> Ambition Theme Options -> Custom CSS
.page-title-wrap { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi dcadesign,
Acutally we don’t have a button display on header image. To have same as in our demo you just make only one image sitcky post or use tag that have only one post. Then you can have it display as in our demo site.
Thank you!
Theme Horse Support Team
KeymasterHi enakenenaken,
Could you once provide your site Url? So that we will know what you exactly mean?
For your translation did you create a translation file?Thank you!
July 13, 2015 at 5:06 am in reply to: bbPress 'edit topic comment' form not displaying in Attitude #26361Theme Horse Support Team
KeymasterHi Tony,
Our theme is not compatible with BuddyPress. So if it is due to BuddyPress issue then you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great jontited
Thank you!
Theme Horse Support Team
KeymasterHi chantal.attia,
Could you provide your site Url too? Do you mean to change the slider image size? Which layout are you using? Narrow layout or wide Layout?
This is the below slider image size.add_image_size( 'slider-narrow', 1038, 460, true ); // used on Featured Slider on Homepage Header for narrow layout add_image_size( 'slider-wide', 1400, 460, true ); // used on Featured Slider on Homepage Header for wide layoutIf you want to change it then go to theme folder -> functions.php on line no 143 and 144 and you may change the slider size. After changing the slider size then you need to install regenerate thumbnails to re generate the image size.
https://wordpress.org/plugins/regenerate-thumbnails/But we recommended you to create a child theme and then only customize the code so that while updating to new version your customized code will be lost and you need to do the same things again. If you are unable to fix it then you need to hire a developer to fix it.
Thank you!
July 13, 2015 at 4:53 am in reply to: bbPress 'edit topic comment' form not displaying in Attitude #26357Theme Horse Support Team
Keymasterhi Tony
Is your problem solved? If you have any query then let us know.
Thank you!
Theme Horse Support Team
KeymasterYou welcome Camilla
Thank you!
-
AuthorPosts
