Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@blackkeys: For your language flag you can try adding in the following CSS in “Appearance => Theme Options => Custom CSS”
#hgroup-wrap .lang-item img { display: inline; }Sakin
Keymaster@blackkeys: Abut your permalink edit in free and pro version. I mean we don’t have any restriction set in pro version. I see that you are comparing 2 different site so you cannot say it’s working one site and not on another. I mean can you check in by installing Free version in your site http://www.sweetandsalty.biz and check in if you can edit it. If you can edit permalink in same site with free and not on pro then I need to look in. But you are check 2 different site. Just a not, permalink in the WordPress features not the theme features.
Now, about the CSS edits. If there is few lines of CSS then you can just add your custom CSS in “Appearance => Theme Options => Custom CSS” box. But if you are doing lot of customization then you need to build child theme and edit css in child theme style.css
Sakin
Keymaster@shamwow: After you add custom link in your custom menu. Now you can go you your custom menu and edit those menu link. Where in “Navigation Label” for about us should be
<span onClick="return true">About Us</span>and for condos it will be<span onClick="return true">Condos</span>then on url make it empty and click on “Save Menu” to save your changes.Sakin
Keymaster@eckh20: Then you can just active any other theme and then delete Catch Everest Theme and then do the fresh installation of Catch Everest Theme from “Appearance => Themes”. This will revert back to the original file but you will not loose your content.
Sakin
Keymaster@blackkeys: There is nothing in our theme that restrict permalink. You can try using default theme and check in. I am able to to edit the permalink with all our theme.
Sakin
Keymaster@FleurdeSante: Sorry I don’t get it what you mean. Check our theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/ where you will see details on how to add featured Image slider. This will replace the stock images.
Sakin
Keymaster@adasprom: This theme is responsive theme and the code that you add should also be responsive. Simple Catch theme is static theme. You can try in disabling Responsive Design from “Appearance => Responsive Design”.
Sakin
Keymaster@GARCIA: You can check our our theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/ where you will see detail instruction on “Updating Theme Using the Administration Panel” or “Updating Theme Using FTP”
Sakin
Keymaster@Ser_DNA: For homepage, you can either set static page or your latest post from “Settings => Reading” in your WordPress Dashboard. Then it will not display the “Nothing Found”.
To hide the Comments are closed, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.nocomments { display: none; }Sakin
Keymaster@shamwow: Featured Image gives you an option to upload the image of you own choice where we do not control it’s layout. It depend on the size of the image you upload it. But featured page slider cuts the image in equal size of 1140px width and 450px height. If you want same size image in the Image Slider, then you need to upload all the image with the same dimension.
Sakin
Keymaster@Rod: It’s called Header Image and detail instruction is given at http://catchthemes.com/theme-instructions/catch-evolution-pro/. In this instruction page you can check on “How to Change Custom Header Image?”
Basically you can upload your large header image from “Appearance => Header”.
Sakin
Keymaster@eckh20: I see that you have changed footer.php file. Please don’t edit and remove that. As that files is required for slider script to be working.
Sakin
Keymaster@blackkeys: That will be your WordPress installation configuration file. Please check in wp-config.php file. This is not theme related question.
Sakin
Keymaster@kpax: To increase the width of the content and decrease the width of the sidebar. We need to consider all the responsive design. So, I will give you the default one and then you can adjust the width as per you need. The following CSS can be added in “Appearance => Theme Options => Custom CSS” box.
#primary { width: 754px; } #secondary { width: 406px; } @media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } @media screen and (max-width: 1060px) { #primary { width: 530px; } #secondary { width: 340px; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 590px; } #secondary { width: 340px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sakin
Keymaster@guy.shachar76: Thanks for the update. We will fix this for RTL in new version. But for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#logo-wrap, #top-logo, #header-menu ul.menu li { float: right; } #sidebar-header-right, .has-header-top.menu-logo #access-top { float: left; }Sakin
Keymaster@xpyouth: That is bit complicated. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu #menu-item-121 ul.sub-menu { left: -61px; } #header-menu ul.menu #menu-item-121 ul.sub-menu ul { left: -188px; }Sakin
Keymaster@Karen Drost: It might be your server issues. Can you change to other theme and check in. I have just send in email. You can send me your site access there.
Sakin
Keymaster@rgidon: Just a note. I hope you haven’t change the core theme file functions.php, content-single.php, style.css and so on. If you have made changes to core theme files then your changes will be reverted back to original when you update the theme. So, if you want to change these core theme files then you need to build child theme and edit there.
-
AuthorPosts
