Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@bossydsmom: Please post in your site URL?
Sakin
Keymaster@Ralph177: Sorry I don’t know about your detail customization that you have done in the site. So, for this you need to hire customizer to work on it.
Sakin
Keymaster@Graham: When I check in your site. The social icons are looking perfect. If you want to change the social icon image then you need to replace the image from your image directory in your theme directory.
Sakin
Keymaster@AnnaLena: For Institut Banner Image, just add the following CSS in “Appearance => Theme Options Custom CSS” box.
.page-id-2 #main { padding-top: 0; } #bannerbild { margin-left: -40px; margin-right: -40px; } @media screen and (min-width: 1190px) { #bannerbild { margin-left: -50px; margin-right: -50px; } } @media screen and (max-width: 1060px) { #bannerbild { margin-left: -30px; margin-right: -30px; } }For font embed, it bit problematic. You need to build child theme and add font and then embed it. You cannot do it directly. So, the best option will be to use the Font Plugin. Search the plugin in wordpress.org/plugins
Sakin
Keymaster@agermanucf: People will use pages in the page and post. So, if you want to link back to the main page then the title is useful. You can add the following CSS in “Appearance => Theme Options => Custom CSS” to hide the title only from the pages.
.page .entry-title { display: none; }December 29, 2013 at 10:27 am in reply to: Header Options: Additional option to move logo position up and do #18714Sakin
Keymaster@Markus: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .widget.widget_hybridconnect_widget { margin-top: -12px; padding-top: 0; } }Sakin
Keymaster@JamieNovak: That will be possible only by custom coding and building child theme. So, better use plugin which have social icons with email me or you can hire customizer to build child theme and add it.
Sakin
Keymaster@JamieNovak: Sorry when you are posing your long codes. Please use either pastebin.com or gist.github.com and paste in the link here. It will be easier to read code that way.
About your Captcha. You need to check in with your Captcha Plugin and Script. This is not a theme related issue and sorry we will not be able to find it. So, please post in that captcha or newsletter support forum.
Sakin
Keymaster@Charles: It would have been easy if you have posted in your site URL. So, now I am guessing that you are using Catch Evolution theme and wanted to center post and page titles. For that can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-title { text-align: center; }Sakin
Keymaster@chukarnold: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .bottom-bg { padding-top: 0; }Sakin
Keymaster@agermanucf: If you want to remove link from your page title then you need to build child theme and then create a
functions.phpfile and then copy the function
simplecatch_loop()fromsimplecatch_functions.phpfile and edit it.Sakin
Keymaster@Ralph177: How did you remove it and have your cleared your cache in WP-Super-Cache plugin settings?
Sakin
Keymaster@rckstr: You need to send me your site URL, then I can check in and send you custom CSS.
Sakin
Keymaster@fastfun.jp:
1. For Slider, you can just go to “Appearance => Theme Options => Featured Slider”. Then in “Enable Slider”, you can select “Homepage / Frontpage”. This will make your slider to appear only on homepage.2. To you can disable all the Homepage Sidebar from “Appearance => Theme Options => Homepage Options => Homepage Sidebar Options”.
3. Then you can add static front page with the content you want. Go to “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings”. Then select “Enable Latest Posts or Page” and then add static page from “Settings => Readings => Front page displays” and select the page A static page (select below).
3. Then you can create child theme and then create function.php and add your custom function there and hook in with action hook.
Sakin
Keymaster@saramid: Which theme are you using it? See the theme instruction page http://catchthemes.com/theme-instructions/ for details.
Sakin
Keymaster@nzcid: No you cannot just alter the original functions.php file. Yes, you alterations will be lost when you update the theme. So, you need to build the child theme and then either you can add with the help of action hook or copy header.php and edit header.php in your child theme.
December 28, 2013 at 2:04 am in reply to: Need to remove hover for all menus(fixed, primary,secondary and footer) #18672Sakin
Keymaster@Ling: I see that you have install ToolTip. Remove that and our default theme doesn’t have tooltip. See the demo page http://catchthemes.com/demo/catch-evolution/
-
AuthorPosts
