Forum Replies Created

Viewing 20 posts - 7,701 through 7,720 (of 14,506 total)
  • Author
    Posts
  • in reply to: MouseOver or Hover in Homepage Feature Content #29556
    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;
     }
    in reply to: Remove Powered by: wordpress #29553
    Sakin
    Keymaster

    Hello 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: 500px

    Featured 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 changes

    To 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 changes

    Regards,
    Sakin

    in reply to: Featured Image for Home Page #29550
    Sakin
    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.”

    in reply to: New website does not load properly on Safari #29549
    Sakin
    Keymaster

    @alphapartners: Please post in your site URL so that I can check in.

    in reply to: contact 7 form not working #29548
    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.

    in reply to: Update and childtheme #29547
    Sakin
    Keymaster

    @mveltman: Yes you are right.

    in reply to: Image and Blockquote Alignment #29545
    Sakin
    Keymaster

    @Alex: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    img.alignleft { margin-top: 0; }

    in reply to: MouseOver or Hover in Homepage Feature Content #29482
    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;
    }
    in reply to: headings in my shopping cart not aligned #29480
    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; }
    }
    in reply to: wrap excerpt text around featured image thumbnail #29479
    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%;
    }
    in reply to: Primary menu not displaying #29477
    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.

    Sakin
    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 -->

    in reply to: Enlever la date et le nom sur les articles #29464
    Sakin
    Keymaster

    @philippe: Thanks

    in reply to: headings in my shopping cart not aligned #29431
    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.

    in reply to: wrap excerpt text around featured image thumbnail #29430
    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.

    in reply to: Enlever la date et le nom sur les articles #29429
    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/

    in reply to: Remove Powered by: wordpress #29427
    Sakin
    Keymaster

    @Navid: I just tested in my server and it is working fine. Copy the above code and paste it.

    in reply to: Enlever la date et le nom sur les articles #29413
    Sakin
    Keymaster

    @philippe: Yes, if you totally want to remove then you need to build child theme and edit the function. But you can simply hide it by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    Sakin
    Keymaster

    @Driven13: Oh this is not possible. For this you need to build child theme and then add your form and css to position absolute at right sidebar of Slider Image. Also when you add this form, you need to think about the responsive design. What you are going to do with mobile css. This is bit complex.

    Sakin
    Keymaster

    @Driven13: You can add Contact Form 7 in Header Right Sidebar from “Appearance => Widgets”. For this, you don’t need to upgrade.

Viewing 20 posts - 7,701 through 7,720 (of 14,506 total)