Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mpetric: If your site is offline then can you send me the screenshot design image URL. So, that I can see what you want.
Sakin
Keymaster@Richard: Please post in Site URL to get accurate support. Now, I just assumed that you are using Catch Evolution Pro Theme with default settings. Now, to hide the text posted on by and in that shows in the post, you can simply add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }Sakin
Keymaster@Olivier: Sorry I cannot say that as this is plugin update so i think by coming Monday.
Sakin
Keymaster@jp_grennier: Can you try this
<?php // Removing the Default Slider function unhook_catcheverest_functions() { remove_action( 'catcheverest_before_main', 'catcheverest_slider_display', 10 ); } add_action( 'init', 'unhook_catcheverest_functions' ); // Adding New Slider Code function catcheverest_child_slider() { if ( is_home() ) { echo '<div id="main-slider" class="container">'; //Add in your code in betwwen this bracket echo do_shortcode( '[SlideDeck2 id=281 ress=1]' ); echo '</div>'; } } add_action( 'catcheverest_before_main', 'catcheverest_child_slider', 10 );Sakin
Keymaster@markpysher: Cool you solved it yourself. For any custom css please add either in “Appearance => Theme Options => Custom CSS” or by building child theme. Don’t edit any core theme files such as style.css, index.php, functions.php and so on. As these core file will reverted back to original when you update the theme.
Sakin
Keymaster@mark: Thanks for point out the duplication. That is just a duplication of code. The second one will only work for now as when you change in First One, the duplicate second one code will be working at last and it will revert the first one.
Thanks a lot. We will remove that in next version update.
Sakin
Keymaster@Kindbodesign: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS”
#header-menu ul.menu ul { width: 200px; } #header-menu ul.menu ul a { width: 180px; }Sakin
Keymaster@Olivier: Oh sorry you are using Catch Evolution Pro theme. Then the css will be as below:
#branding { background: url("http://vandenbilcke.net/images/branding-bg.jpg") repeat scroll 0 0 transparent; } #site-generator { background: url("http://vandenbilcke.net/images/footer-bg.jpg") repeat scroll 0 0 transparent; }Sakin
Keymaster@ashrafashraf: We can only give you free support for basic CSS and Settings. But customization you can hire customizer from http://catchthemes.com/hire-customizer/
Sakin
Keymaster@impresnet: It’s difficult to check in IE8. So, we generally support IE9 and above. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding #site-logo img { width: auto; }From where you are testing IE8.
Sakin
Keymaster@ashrafashraf: You can try in Catch Evolution Free first and check in. If that fits and need extra features then you can upgrade to Catch Evolution Pro version. Download the free version from http://catchthemes.com/themes/catch-evolution/
Sakin
Keymaster@Olivier: I cannot view your site but when I add the following CSS. It’s working fine for me.
#header-bg { background: url("http://vandenbilcke.net/images/branding-bg.jpg") repeat scroll 0 0 transparent; } #site-generator { background: url("http://vandenbilcke.net/images/footer-bg.jpg") repeat scroll 0 0 transparent; }January 10, 2014 at 6:40 pm in reply to: Doesnt open in iPhone, iPad and another mobile devices. #19149Sakin
Keymaster@emin90: You can ask for quote with tweaky. Use this form http://catchthemes.com/hire-customizer/
Sakin
Keymaster@ashrafashraf: For 3 columns layout you can use Catch Evolution Pro http://catchthemes.com/themes/catch-evolution-pro/ . See the detail instruction at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@Richard: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content td { border-top: none; }Sakin
Keymaster@k.capelli: Yes but it’s showing fine on my side. Can you clear you Cache from W3 Total Cache and then refresh your browser and check in.
Sakin
Keymaster@natoulie: You can login to your WordPress Dashboard and then go to “Media => Library”. Then click on edit for which image you want to edit it. You can just change the media Title, Caption and Alternative Text. You cannot change the media URL from here. To change the media file name such as
cazual-e1389302561355.giftocazual.gif, you need to edit in you computer and upload it.Sakin
Keymaster@markpysher: It would have been great if you have shared your site URL. So, that I can check in and send your the custom css. Now, I assumed that you are using Catch Everest Pro default menu and trying to make the background color of the hover menu a 50% transparent grey. But the 50% transparency will not be seen if there is black background. You can add the following CSS in “Apeparance => Theme Options => Custom CSS” box
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #cccccc; /* Solid background for old browsers */ background: rgba(204, 204, 204, 0.5); }Sakin
Keymaster@iuchewie: But when I share your post, I see summer slam image. Did you just install jetpack plugin. Look like it has been solve. Check it out here https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.ktcdigital.com%2Fbeta2%2F%3Fp%3D36
-
AuthorPosts
