Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@noahpearsall Try deactivating you active plugins one by one and see if this solves the issue. Also trying installing a fresh copy of download.
November 16, 2013 at 4:26 am in reply to: Social icons and search box icon together in same line at the top of screen #5184Sanjip ShahParticipant@melindalippert You can use the following css to decrease the spaces in the header. To make the social icons and search appear on same line it will need both php an css customization. So for this one you will have to hire a developer.
.hgroup-right { margin-top: 0; } #branding .searchform { margin-top: 3px; } .hgroup-wrap img { margin-bottom: 0; margin-top: 2px; }
November 16, 2013 at 4:19 am in reply to: adding text to the footer in the same space as copyright, etc #5183Sanjip ShahParticipant@melindalippert Okay. Great!
November 16, 2013 at 4:19 am in reply to: Problem with Revolution Slider showing on designated page. #5182Sanjip ShahParticipant@melindalippert Okay. Great. Thanks for sharing that.
November 16, 2013 at 4:16 am in reply to: Error with Child functions.php [Warning: Cannot modify header information…] #5181Sanjip ShahParticipant@Petrichor This can be caused due to many possible things. Please go through links in this search and see if any helps you
https://www.google.com.np/search?q=cannot+modify+header+information+on+child+theme&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&gws_rd=cr&ei=O_CGUoeiMcqnrgffi4GwAgSanjip ShahParticipant@adi @artblakey Our theme is responsive and it will fit to any screen devices. This is latest in the trend and is there for better readability and content optimization. Currently there is no option to turn this off.
Sanjip ShahParticipant@brreed8 Welcome!
Sanjip ShahParticipant@brreed8 welcome.
November 13, 2013 at 5:52 am in reply to: How can I have the Social Media Links (e.g. Facebook, Twitter, etc.) on Sidebar? #5127Sanjip ShahParticipant@LibreRico The best way to do this would be to use a plugin. You can try to use one by one to fit your needs in this link http://wordpress.org/plugins/search.php?q=social+links+widget+plugin&sort=
Sanjip ShahParticipant@siriomi Using a child theme is the best approch, if you are using the child theme you can do this changes in the style.css of the child theme.
If you alter those values then for the smaller screen sizes the same values will be taken so the responsiveness will break. You will have to rewrite the code for the smaller screens as well. Try adding the following css in the style.css for the child theme after you import the parent css. If you are playing with the responsiveness you need to understand the queries else you can hire a developer for this.@media only screen and (max-width: 1078px) { .wrapper { width: 928px; } .container { width: 888px; } @media only screen and (max-width: 767px) { .one-column-template .wrapper, .wrapper { width: 300px; } .one-column-template .container, .container { width: 280px; } .wide-layout .wrapper { width: 100%; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .one-column-template .wrapper, .wrapper { width: 450px; } .one-column-template .container, .container { width: 420px; } .wide-layout .wrapper { width: 100%; } } @media only screen and (max-width: 319px) { .one-column-template .wrapper, .wrapper, .one-column-template .container, .container { width: 95%; } }
November 13, 2013 at 5:27 am in reply to: Problem with Revolution Slider showing on designated page. #5125Sanjip ShahParticipant@melindalippert Please make sure you are using the correct shorcode. When you create a rev slider, a shortcode will be generated please make sure that you are using the same shortcode. Also check for the typo.
November 13, 2013 at 5:23 am in reply to: adding text to the footer in the same space as copyright, etc #5124Sanjip ShahParticipant@melindalippert In the dashboard go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#site-generator .social-profiles { float: none; width: 100%; } #site-generator .copyright { float: none; padding-top: 5px; text-align: center; width: 100%; }
Sanjip ShahParticipant@theshoogs In the dashboard, go to Appearance->Menu and set the menu you created as the primary menu.
Sanjip ShahParticipant@noahpearsall May be you have disabled the slider from the slider options in the theme options for second site. Check on that.
Sanjip ShahParticipant@kceyleb It looks like you are using the ‘no sidebar’ layout, try using ‘full width no sidebar’ layout.
-
AuthorPosts