Forum Replies Created
-
AuthorPosts
-
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); }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; }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; }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.
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.
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.
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.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; } }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.
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.
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
<?phpIf you forgot to add this then it will not work.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; }March 12, 2014 at 9:01 am in reply to: Header image is perfect on desktop but too narrow on notebook #21211Sakin
Keymaster@Bouncedancer: Sorry I don’t get it what you mean. Can you explain with your site URI and you can share screenshot.
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; } }Sakin
Keymaster@Bouncedancer: Yes you are right, quick edit in All Post View and All Pages View works good.
Sakin
Keymaster@Bouncedancer: Let me know if you have issue after you publish the page.
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.
-
AuthorPosts
