Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dezaina: You can give the full path of the image in your CSS. When you add the css, you can add it in “Appearance => Theme Options => Custom CSS” box.
The css will be like this.#branding { background: url("yoursiteurl/wp-content/uploads/2013/05/textured_paper2.jpg") repeat scroll 0 0 transparent; }Sakin
Keymaster@tutyga and @carla322: If you are talking about the Homepage Headline. Then you can add the link using basic html. See this http://www.w3schools.com/html/html_links.asp
So, in homepage headline you can add link like this.
<a href="http://catchthemes.com">Homepage Headline</a>Sakin
Keymaster@yomal: Thanks. I see that you have use the following css to highlight the home link in your menu. Remove that and it will not highlight when you have active any other link. `#menu-main li:first-child a {
background-color: #444444 !important;
}`and also remove the code
<div style=”background-image: url(‘http://www.test.com/wp-content/themes/simple-catch/images/home.png’); width:100px; height:130px; background-repeat: no-repeat; background-color:#444; display: inline; margin: 0; padding: 0 0 0 20px; “> </div>
that you have added in for home menu and just replace with the text home.Then add the following CSS in your “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu ul li#menu-item-149 a:hover, #header #mainmenu ul li#menu-item-149.current-menu-item a { background: url("http://www.sambaero.com/wp-content/themes/simple-catch/images/home.png") no-repeat scroll center center #444; display: block; text-indent: -99999px; }Sakin
Keymaster@cpb: Yes you have to go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Then click on Add images. It will open the media uploader box. If this is not working then there must be some issue in your installation.
To check that, you can go to “Media => Add New” and upload the image from there. If this works fine then let me know it. If this works fine then you can just copy the image url and page it in the “Image” box for Homepage Featured Content Options.
Sakin
Keymaster@calebvmd: We have added the the fonts in Font Family Options. To add fonts beyond that you need to build child theme and edit that. Or send me the font that you want to add in and we will add in next version udpdate.
Sakin
Keymaster@arichardc: I don’t get it can you send me the screenshot of the problem in Nexus 7 Tablet
Sakin
Keymaster@clubio: You have to build child theme of Catch Everest Pro theme and then edit header.php in your child theme. Where you can add the code just just before the code
</header>Sakin
Keymaster@13alaise: I just check in your account and it’s fine. Can your clear your browser cache and check in.
Sakin
KeymasterSakin
Keymaster@maggiereed You site featured image in working nice. Can you tell me that is the issue. For sizes of Catch Everest Pro see this http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@impresnet: Please delete your cache and check it. It is working fine now on our side. I just check your site http://www.impresnet.com/esc/EAO/
Sakin
Keymaster@mg13: You have added content in the table which is not a good method to add it. You can just add it like a normal paragraph with image align left.
For table, can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content td { vertical-align: top; }Sakin
Keymaster@Maria: Yes you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu ul li.page-item-2 { border-left: 1px solid #ccc; }Sakin
Keymaster@CarlK3D: Check your setting at “Appearance => Featured Slider => Slider Options”. There you will see check box for “Exclude Slider post from Home page posts”. Check that and click on save.
Sakin
Keymaster@CarlK3D: Yes you can have multiple. Set how many slides you want from “Appearance => Featured Slider => Slider Options”. There you will bee input box for Number of Slides. If you want to add 4 slides then just type 4 and save it. then you will get the Featured Col #1, Featured Col #2, Featured Col #3 and Featured Col #4. There you can add respective post ID.
Sorry the page slider is not there in Free Version. For that you need to upgrade to pro version. See this for more feature in Pro version http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@MairiaM: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu { float: none; text-align: center; } #header #mainmenu ul li { display: inline-block; float: none; }Sakin
Keymaster@thess: Image upload in not the theme issue. It’s using the default WordPress up-loader. So, you might consider check your WordPress Settings and then ask your hosting server.
-
AuthorPosts
