Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@dt2791: I got your site link http://www.inhighdefinition.co.uk/what-do-i-like/. To correct that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#content .bottomcontainerBox { height: auto; width: 100%; }Sakin
Keymaster@13alaise: I don’t see that widget in your site. Can you show me the page where you are using it.
Sakin
Keymaster@mintamim: It’s cool that you have restore. But to make you clear, please don’t edit the core theme files and functions. If you want to change any functions then please build child theme and edit it. Or if you just want to change few line of css then you can use Custom CSS box at “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@oly: If you use Pro version, then for slider you can use Featured Image slider. Featured Image slider allows you to upload the image of any size.
Sakin
Keymaster@tutyga: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home #primary .entry-header { display: none; }Sakin
Keymaster@Jos: Where are you trying to add this functions and why are you using this plugin to add code.
To add any code in the theme core file, you need to build child theme and then edit the code so you won’t lose your customization when you perform updates.
Sakin
Keymaster@RBT: You cannot directly print the the author functions. As we don’t use the_author_posts_link() but we use get_author_posts_url(). So, you need to ask the plugin author to send the function which just return the value but not print it.
Then you can edit the function catchbox_posted_on() in fucntions.php. The best way to edit the theme will be to build child theme and just copy the function catchbox_posted_on() in your child theme functions.php and edit it.
Sakin
Keymaster@donal.leader: Yes, this will be fixed in new version update. For now you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding .searchform button { width: auto; }Sakin
Keymaster@electricidee: It would have been easy for me to answer if you have posted your site URL. Looks like you are using Catch Box Free theme. If you see the theme instruction of Catch Box http://catchthemes.com/theme-instructions/catch-box/, it’s mentioned there that the best size for the featured slider is Width: 644px and Height: 320px.
So, the best use will be adding the featured image of Width: 644px and Height: 320px and you will have all image same. If the image is bigger then the size mentioned it will automatically crop the size but if it is smaller then it will just show the smaller image.
Another, is that if you have just change your theme from other theme then you need to regenerate the thumbnail.
May 28, 2013 at 10:28 pm in reply to: How to add Telephone number and Email address on the right hand side of header #9562Sakin
Keymaster@preetammeghai: This option is available only in Catch Everest Pro theme. In Pro version, there is option to add widget in Header Right Sidebar. See this for more details about Catch Everest Pro theme http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@RodC14: Catch Everest Pro is not translated in Arabic. So, you need to translate the theme and then only it will be compatible. Catch Everest Pro theme is translation ready. See this for translation http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Sakin
Keymaster@Bee1derful: Just send me your site URL and then I will send you the css that you can add in your custom css box.
Sakin
Keymaster@queberican351: Thanks for point out the issue. We will fix this issue in next version update. This issue exist only when have default setup in the font. So, to fix the issue in this version. Just follow the instruction as below:
1. Go to “Appearance => Theme Options => Font Family Options” box. Then change any font and click on Save.
2. Then after that you can go back to Font Family Options and Click on Reset Fonts and save it.Sakin
Keymaster@Mihaxxi: That’s great you have added it. For now you have to keep the backup of the change functions. So, you can just replace that function when there is update.
Let’s do this way. I will add your icons in next version update and you help me translate the theme in russian language.
Sakin
Keymaster@Mihaxxi: There cache installed in social link functions. So, either you have to wait for next day where it will be expired or you have to change any link in Soical options and then add back again. Changing any value in theme option will clear the cache.
Sakin
Keymaster@egnalc: For Catch Mustang Theme. I am confused weather it’s through out the header where it have black gradient. Or you just want to make the header logo cove the header wrapper. If only header wrapper then first update the header image with minimum width size 978px and then add the following CSS in “Appearance => Theme Options => Custom CSS box.
#header-content, #site-logo, #site-logo a img { padding: 0; }
@joecool3216: Thanks for your help but that is for different theme. The css depends on the Theme that you are using.May 27, 2013 at 9:47 am in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #9499Sakin
Keymaster@saadghauri: You can simple add the following CSS in “Appearance => Theme Option => Custom CSS” box.
#secondary { background-color: #472800; }Sakin
Keymaster@impresnet: I just check in your image. Yes you can do that. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap, #site-logo { padding: 0; }When you add in the above custom css. You need to remove your current custom css code as below:
#hgroup-wrap { padding-bottom: 10px; } #site-logo { padding-top: 10px; } -
AuthorPosts
