Forum Replies Created

Viewing 20 posts - 8,481 through 8,500 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured Image Slider Images Snapping in to place #21236
    Sakin
    Keymaster

    @Nancy: You can add light box shadow which will make it look like it doesn’t shift. This is the only option.

    #slider-wrap img {
    	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    in reply to: Social Widget + Search – mobil devices #21234
    Sakin
    Keymaster

    @Nancy: No You need to add Search box in widgets then only it will be displayed.

    in reply to: Android Browser Issues #21233
    Sakin
    Keymaster

    @Nancy: Can you try adding important. Your browser is taking fixed width. It’s really strange.
    #fixed-header-top ul li a, #header-menu ul.menu a, .widget_catchevolution_social_search_widget #social-search { width: auto !important; }

    in reply to: Android Browser Issues #21231
    Sakin
    Keymaster

    @Nancy: So now you have menu on single line and now only issue with gap?

    in reply to: Android Browser Issues #21227
    Sakin
    Keymaster

    @Nancy: This is really strange issue. I haven’t seen it. I checked in with chrome but don’t use Android devices. The menu item with should be flexible and shouldn’t be two line for items longer.
    Can you try adding in the following CSS
    #fixed-header-top ul li a, #header-menu ul.menu a, .widget_catchevolution_social_search_widget #social-search { width: auto; }

    in reply to: Featured Image Slider Images Snapping in to place #21225
    Sakin
    Keymaster

    @Nancy: That is just an effect in fade. You can try different one if you don’t like that. Also for detail customization you can Hire a customizer.

    in reply to: Social Widget + Search – mobil devices #21224
    Sakin
    Keymaster

    @Nancy: I check in your site and you are using Social Search Widget not default search Widget. Also you haven’t added updated css. Please check above.

    in reply to: Home Page Text Color same as Background Color #21223
    Sakin
    Keymaster

    @kevin.murray: This happens only in your server and it’s good to add that directly. Ok then reset the font to default and try adding in the Google Font Plugin and test it.

    in reply to: Post excerpts within main content area? #21221
    Sakin
    Keymaster

    @craiginthebox: Sorry this is quite complicated and you might need to hire customizer for this.
    1. First here you are trying to add home as page. So, you need to go to “Settings => Reading” and select your page to show in homepage from “Front page displays => “A static page”
    2. Then you need to create front-page.php where you have to first query page and then blog-post.

    in reply to: Social Widget + Search – mobil devices #21220
    Sakin
    Keymaster

    @Nancy: I though you are trying to add default search widget in mobile. So, I gave you that css. To add in the social search widget, you need to replace the previous css with the following:

    @media screen and (max-width: 767px) {
    .sidebar-top .widget_catchevolution_social_search_widget #searchform {
        display: inline;
        float: right;
        margin-left: 10px;
        width: auto;
    }
    .widget_catchevolution_social_search_widget .social-profile {
        float: right;
    }
    }
    in reply to: Footer widget #21217
    Sakin
    Keymaster

    @Bouncedancer: Sorry are you trying to say Footer Widgets or Footer Copyright content.

    For Footer Widgets, you can just go to “Appearance => Widgets” and drag and drop “Text Widget”, then add any text you desire.

    in reply to: Rounded Corners on Posts/Pages #21216
    Sakin
    Keymaster

    @ourag: Oh wow so you want all to be rounded. I am bit confused about it. So, can you add URL of the screenshot that you desire to have it.

    in reply to: Two H1 tag.. #21214
    Sakin
    Keymaster

    @telexesposito: You shouldn’t copy the parent theme functions.php file to your child theme. You should create empty functions.php file and then you need copy the code I gave you. Remember one thing, you functions.php file should start with
    <?php If you forgot to add this then it will not work.

    in reply to: Logo color change on hover #21212
    Sakin
    Keymaster

    @WilliamA: You can do like that in Responsive design site. If you add like that then it will be problem when you view you site in mobile devices. Also the css will be like this

    #site-logo a:hover {
    background: url("http://techiesnation.com/wp-content/uploads/2014/03/cropped-TechiesNationLogoBasegreen.png") no-repeat;
    }
    Sakin
    Keymaster

    @Bouncedancer: Sorry I don’t get it what you mean. Can you explain with your site URI and you can share screenshot.

    in reply to: Social Widget + Search – mobil devices #21210
    Sakin
    Keymaster

    @Nancy: You can control at from CSS. Yes, we hide it in mobile devices. If you add the following css in “Apperance => Theme Options => Custom CSS” box then it will display the default search but will hide the search in social search widget.

    @media screen and (max-width: 767px) {
    	.sidebar-top #searchform {
    		display: block;
    	}
    	.sidebar-top .widget_catchevolution_social_search_widget #searchform {
    		display: none;
    	}
    }
    in reply to: Comments #21209
    Sakin
    Keymaster

    @Bouncedancer: Yes you are right, quick edit in All Post View and All Pages View works good.

    in reply to: Photo Credit Help #21208
    Sakin
    Keymaster

    @Bouncedancer: Let me know if you have issue after you publish the page.

    in reply to: Footer Credit, Slider, and Comment Questions #21207
    Sakin
    Keymaster

    @Bouncedancer: Yes, that you do that for page and post with quick edit and also with edit. But in Pro version comment settings. You can control overall page/post settings.

    in reply to: Android Browser Issues #21206
    Sakin
    Keymaster

    @Nancy: Can you post your site URI and screenshot of issue?

Viewing 20 posts - 8,481 through 8,500 (of 14,497 total)