Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@oly: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 960px) { .entry-header .entry-title { font-size: 50px; } }Sakin
Keymaster@Teedok: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the slider in main page.
.home #main-slider { display: none; }Sakin
Keymaster@oly: Sorry I cam bit confused which page heading you are talking about. Can you explain it or share screenshot.
Sakin
Keymaster@martyn: Sorry I don’t know about that plugin much. they said that have shortcode. You can add that. Also for plugin, it’s better to ask plugin author as we don’t know about that plugin code.
Sakin
Keymaster@oly: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will make the container max with 60% and it depends on the need of the tile.
#main-slider .entry-container { max-width: 60%; }Sakin
Keymaster@Teedok: You can hide it for those pages thorough css. Send me the pages for which you have to hide it then I will send you the custom css.
Sakin
Keymaster@Frans: You can use the same slider to all page from “Appearance => Theme Options => Featured Slider => Slider Options”
Sakin
Keymaster@Dave39713971: Not sure about that. But let’s try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding ul.menu li { display: inline-block; float: none; } #branding #access { text-align: center; } #branding ul.menu ul a { text-align: left; }Sakin
Keymaster@daenuu: This is more complicated. You should consider hiring CSS Developer. I have come up with the CSS. But I am not sure it will work or not. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#access ul { display: block; margin: 0 auto; text-align: center; } #access ul li { display: inline-block; float: none; } #access ul li a { float: none; } #access ul li ul li { display: block; float: left; width: 100%; text-align: left; } #access ul li.default-menu { display: none; } @media screen and (max-width: 767px) { #access ul { display: none; text-align: left; } }Sakin
Keymaster@fogruen: Thanks a lot. I have been able to find the issue and have fixed in your site.
For all other, we will release the patch by checking all the details carefully.
Sakin
Keymaster@ESD: Ok let me check your site and give you the instruction.
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.#header .social-search form.searchform { padding-top: 0; } #header .logo-wrap, #header .social-search, #header #mainmenu { margin-top: 40px; } #header .bottom-bg { padding-top: 40px; }Sakin
Keymaster@fogruen: Ok I just check in your site.
1. On Home you can see the widgets “Search” and “Archives” on the sidebar – although there is no widget assigned in the backend (neither to “Main Sidebar” nor to “Optional Homepage Sidebar”)
— If you want to disable the sidebar in the homepage, then you have to disable it from “Appearance => Theme Options => Layout Options”.
— If you don’t have any widget in sidebar then it will load the default item “Search Form” and “Archive”.2. On the 2 Posts you can see a completely blank sidebar – altough there is a “Kalender”-widget assigned to (to the “Optional Post Sidebar”).
— I see there is sidebar. But the widget is not loading. So, can you try adding any other widget to test it. You can try adding the text widget with some text on it.If you still cannot solve the issue then I have just emailed you. You can send me the screenshot of what you want and your site admin access through email.
Sakin
Keymaster@ddeandrea: Yes the easiest way it to build contact from through plugin like “Contact Form 7”, “Jetpack” and “Gravity Form”. You can use any of these forms. You can download plugin directly from your WordPress Dashboard at “Appearance => Plugins => Add New”
Sakin
Keymaster@peru: Sorry I am not being able to understand your request.
Can you post your site URL and maybe you can explain with the screenshot. You can upload your screenshot in your site or any photo sharing site and add in the screenshot url.
So, you can explain me in visual way and we both can understand it.
Sakin
Keymaster@oly: You can just change the top position. For now i have change that to 10%. So, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { top: 10%; }Sakin
Keymaster@owen: Yes you can move it from “Appearance => Theme Options”. There you will see “Move Site Title and Tagline”. Check to move above the Header/Logo Image and click on “Save Change” button.
-
AuthorPosts
