Forum Replies Created

Viewing 20 posts - 9,861 through 9,880 (of 14,497 total)
  • Author
    Posts
  • in reply to: Slider Issue #16832
    Sakin
    Keymaster

    @dsoltes: I don’t get it what is the issue? That function actually takes the excerpt text from the post.

    in reply to: Customize Search Box #16831
    Sakin
    Keymaster

    @Shanae: You can change the background color code as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget.widget_search { background-color: #fff; }

    in reply to: Sub-menu/dropdown menu missing #16829
    Sakin
    Keymaster

    @GretchenOwens: I check in your site and you don’t have sub-menu under About US page. Just go to “Appearance => Menus” and create your custom menu from there. Fore more about custom menus check this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Header-white space #16826
    Sakin
    Keymaster

    @Lauren: I need to check in your site. So, send me your site URL.

    in reply to: Header-white space #16825
    Sakin
    Keymaster

    @K.S: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box and then upload larger image as your image width is not enough for full width.
    #hgroup-wrap, #site-logo { padding: 0; }

    in reply to: Search button overlaps site title #16798
    Sakin
    Keymaster

    @owen: Your site URL and in which mobile are you testing your site.

    in reply to: Can't get rid of right margin on page main content. #16797
    Sakin
    Keymaster

    @Ayisids: Please add in your site URL then only I will be able to check in and assist you.

    in reply to: img tags in comments #16796
    Sakin
    Keymaster

    @alisonmckellar: Sorry I don’t get it what you mean. Can you explain please?

    in reply to: center image on feature post to homepage #16795
    Sakin
    Keymaster

    @Otton: For align center, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    .home .entry-summary .wp-post-image { display: block; margin: 0 auto; }

    Updated should work on the Catch Box Theme. Have you customize any code. Then change that to default and then it will work fine.

    in reply to: Header #16782
    Sakin
    Keymaster

    @jessgranata: You should disable the header image by going to “Appearance => Header” and click on “Remove Header Image”. This will remove the current Header Image and the Featured Header Image in your post and page.

    Then go to “Appearance => Theme Options => Header Options” and in Logo url add your log image url http://feastplaylove.me/wp-content/uploads/2013/10/cropped-Slide13.jpg then Uncheck “Disable Header Logo” and save changes.

    in reply to: Homepage Featured content options #16778
    Sakin
    Keymaster

    @cpuss: I’m sorry that I don’t have knowledge about the language switcher. Also it difficult for us to test as we only know English language.

    The best option for you now is. Go to that plugin support forum and ask what code is needed to modified to make it language switching for Homepage Featured Content. Then we will add that in next update.

    in reply to: change font size #16777
    Sakin
    Keymaster

    @chrystel: For font style, you have to add the following CSS in “Appearance => Theme Options => Custom CSS”.
    #homepage-message span { font-style: normal; }

    in reply to: Header #16776
    Sakin
    Keymaster

    @@jessgranata: I see that you have add your logo as an header image from “Appearance => Header”. This will show featured image for all the page and post which have their own image.

    To add logo you need to add your image url http://feastplaylove.me/wp-content/uploads/2013/10/cropped-Slide13.jpg in “Appearance => Theme Options => Header Options => Logo url”

    in reply to: Excerpt/more tag setings #16775
    Sakin
    Keymaster

    @chrystel: To hide the excerpt from the slide, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-content { display: none; }

    About changing the permalink word, you need to build child theme and edit it. This is complicated. I don’t know why you want to change this. This is SEO friendly title.

    in reply to: site verification ID number #16774
    Sakin
    Keymaster
    in reply to: Photos not displaying on mobile #16773
    Sakin
    Keymaster

    @adminleah: Sorry I don’t get it what you mean as I just check in your site with my phone and it’s showing fine. Can you upload the screenshot in your site and send that URL. As it is working perfectly.

    Remember, this is responsive design and the image will be adjust as per the screen size. Where width is 100% and height will be auto.

    in reply to: 3 column Template #16761
    Sakin
    Keymaster

    @Keren: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1225px) {
    .three-columns .content-sidebar-wrap {
        float: right;
        width: 860px;
    }
    .three-columns #primary {
        width: 530px;
    }
    .three-columns #secondary {
        width: 300px;
    }
    .three-columns #third {
        float: left;
        width: 300px;
    }
    }
    in reply to: Post listing page #16758
    Sakin
    Keymaster

    @rbrt_bene: Yes you are right. For features image it will be as below

    .page-blog .hentry .featured-image {
    	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    If this is not working then you need to send me the url of that particular page.

    in reply to: change font size #16756
    Sakin
    Keymaster

    @chrystel: You can adjust the font size as per your need. Right now it’s 20px. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    #homepage-message span {
        font-size: 20px;
    }
    }
    in reply to: Post listing page #16749
    Sakin
    Keymaster

    @rbrt_bene: That’s great. It’s ok you can buzz me that’s not a problem.

Viewing 20 posts - 9,861 through 9,880 (of 14,497 total)