Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Luis,
For find our if this is WordPress issue or not. Can you activate any default theme like Twenty Twelve and then check in. If this is also not working then try disabling plugins. As your problem looks wither of plugin issues or WordPress issues.
Let me know it if you find the issues.
Regards,
SakinSakin
Keymaster@script: The main problem is the responsive CSS. We haven’t separated responsive css in responsive.css like our other theme with the option. So, for now you have to build child theme and them remove the following code in header.php
<meta name="viewport" content="width=device-width, initial-scale=1" />
and then in your child them style.css, do not import parent theme style.css and just copy all the css to your child theme style.css and remove all css in the heading/* =Responsive Structure ----------------------------------------------- */Sakin
Keymaster@ali125: These are advance level of customization and I recommend you to hire customizer. This is over our basic support and also my css might not work 100%. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.single .site-content .hentry { position: relative; } .single #content .featured-image { margin-bottom: 0; position: absolute; right: 0; top: 0; width: 10%; z-index: 1; } .single #content .entry-container { position: relative; z-index: 2; }Sakin
Keymaster@Alex: Try replacing the above css with the following.
#featured-post a img.wp-post-image { opacity: 0.8; } #featured-post a:hover img.wp-post-image { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }Sakin
KeymasterHello Navid,
You can check in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Here is the text from Theme Instructions page
Image Sizes:
Featured Post Slider Full Width
Width: 1190px
Height: 500pxFeatured Slider
I have just add the text for Featured Image Slider:
Featured Image Slider is created to highlight independent images in the slider. This slider gives you full control to upload your own independent image, with title (optional), content (optional), optional link and target. Just use the following simple steps to add in the Featured Image Slider.
* Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
* Under Slider Options Select Slider Type as Featured Image Slider
* Here you can also change the number of slides, slider effects and timing
* Go to Featured Image Slider Options
* You have the option of uploading images, connecting to an image link, adding in the title, content, and setting target to open link in a new window as needed
* Save changesTo set up Featured Slider in full width, follow these basic steps:
* Go to “Appearance => Theme Options => Featured Slider”
* Under Slider Options, select Full Width Slider in Slider Layout
* Save changesRegards,
SakinSakin
Keymaster@Michelle: I just check in your site and the header image is showing single image only. If random header is showing then check your settings at “Appearance => Header” and there in “Uploaded Images” section make sure you have un-checked “Random: Show a different image on each page.”
Sakin
Keymaster@alphapartners: Please post in your site URL so that I can check in.
Sakin
Keymaster@carmen: This problem in related to Contact Form 7 and your server mail services. This has nothing to do with the theme. So, sorry you need to contact Contact Form 7 support forum and your hosting server support for details.
Sakin
Keymaster@Alex: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
img.alignleft { margin-top: 0; }Sakin
Keymaster@Alex: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post a:hover img.wp-post-image { opacity: 1; } #featured-post a img.wp-post-image { opacity: 0.9; }Sakin
Keymaster@peithoemporium: Oh that’s not possible with theme. You might need to check in for plugins. As some product title is long while other short. So, either you need to make equal size title or you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 769px) { .woocommerce ul.products li.product h3 { min-height: 125px; } }Sakin
Keymaster@ali125: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.blog #content .hentry { display: block; height: 1%; overflow: hidden; } .blog #content .featured-image { float: left; width: 12%; } .blog #content .entry-container { float: right; width: 85%; }Sakin
Keymaster@kenyamax: Ok I found the issue of question mark. You have added in the “Featured Header Image URL” in “Appearance => Theme Options => Header Featured Image Options”. But the image URL couldn’t find the image that is why it is showing question mark. So, either you need to disable it or you need to add in correct image URL.
May 8, 2014 at 12:17 am in reply to: Pre-sales Question: Form placement on top banner possible..?? #29473Sakin
Keymaster@Driven13: Sorry there is no widget area in the Slider. For this you need to build child theme and define it. As div “featured-slider” is position relative. So, you can just copy the slider code in your child theme functions.php file and add your form code before
</div><!-- #main-slider -->Sakin
Keymaster@peithoemporium: Sorry I don’t get what’s the issue in that page. Can you tell me what you want in detail or maybe share screenshot of what you want.
Sakin
Keymaster@ali125: Please don’t edit any core theme files. First, add in Featured Image in your post. If you want image to be the side of the excerpt text. Then Upload smaller image like and then buzz me back and I will check in the css for you.
Sakin
Keymaster@philippe: You need to put that CSS in Custom CSS box which you will find it in “Appearance => Theme Options => Custom CSS” box. See this screenshot http://www.pinterest.com/pin/548594798331939237/
Sakin
Keymaster@Navid: I just tested in my server and it is working fine. Copy the above code and paste it.
-
AuthorPosts
