Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@s-design: Sorry we don’t have that options. You can grant wither full access or no access.
Sakin
Keymaster@duozhang1992: Sorry I am bit confused about your question. Where do you want to show post titles only. You can use “Recent Posts” widget to show post title only in your sidebar from “Appearance => Widgets”
Sakin
Keymaster@Sebastian: I give you the upper CSS without !media screen for default font size. Then if you want to change only for specific or various screensizes then you need to add that font css in those media screen as well.
Sakin
Keymaster@Lucas: What is your issue? Can you explain with reference to your site URL? So, that I can check your site and give you the suggestions.
February 7, 2014 at 4:33 pm in reply to: Header Options: Additional option to move logo position up and do #20089Sakin
Keymaster@Matthew: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header-top { padding-top: 10px; }Sakin
KeymasterIn your custom css box, you will find the following CSS:
/* For menu bar color – hover color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #0E6735; }Replace with the following
/* For menu bar color – hover color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #0E6735; color: #fff; }Sakin
Keymaster@heidi: I just check in your site and it is displaying fine with English text. Maybe something wrong with your browser. Close your browser, refresh and check in.
Sakin
Keymaster@mikegogno: First of all, you are not supposed to hide the
Theme: Catch Everestin your site footer. This is only means for providing free theme and free support.If you want to remove/edit footer copyright content, then you can do that by upgrading to Pro version where you have Footer Editor in your theme options panel.
About the menu color, I see hat you have already change it for
– menu bar: red (#B62025) – white page title
– hover: green (#0E6735) – white page titleSo, now for
– current page: white – green (#0E6735) page title, you can add the following CSS in “Appearance => Theme Option s=> Custom CSS” box.#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #FFFFFF; color: #0E6735; }Sakin
Keymaster@Sebastian: Yes, your main sidebar is your default sidebar. If you haven’t added any widget in other sidebar, then it will load your main sidebar. But if you have added widget in archive sidebar then your archive page will load archive sidebar and so on.
Sakin
Keymaster@suchi: You can disable responsive design from “Appearance = Theme Options => Response Design”. Then it will show it same as in large screen.
Sakin
Keymaster@Sebastian: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For footer Widget Title */ #supplementary .widget-title { font-size: 20px; } /* For footer Widget Content */ #supplementary .widget { font-size: 14px; }Note: When you increase the font size you need to change to all responsive design smart devices.
@media screen and (max-width: 1060px) { /* Add here css for maximum screen size of 1060px */ } @media screen and (max-width: 960px) { /* Add here css for maximum screen size of 960px */ } @media screen and (max-width: 767px) { /* Add here css for maximum screen size of 767px */ } @media screen and (max-width: 480px) { /* Add here css for maximum screen size of 480px */ } @media screen and (max-width: 320px) { /* Add here css for maximum screen size of 320px */ }Sakin
Keymaster@mscserginho: There is no option to add the most popular posts automatically to the slider and recent post in the homepage featured content. For this you need to code new function in your child theme. If you know the technical then you can add it otherwise you can hire a customizer. You can ask for quote at http://catchthemes.com/hire-customizer/
You can add your recent post in your homepage by going to “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings” and check on “Enable Latest Posts”.
You will not loose your setting after purchasing pro theme. If you need help in upgrading to pro theme then we have that service for free.
Sakin
Keymaster@Karin: I don’t get it what you mean. Are you trying to add hyperlink to the another side. Then you need to hyperlink code. Check out this HTML instruction at http://www.w3schools.com/html/html_links.asp and WordPress Link instruction at http://en.support.wordpress.com/links/
February 7, 2014 at 12:53 am in reply to: In my backup files, where are located my custom CSS? #20066Sakin
Keymaster@Halconio: You custom css in Theme Options panel will not be in your wp-content file but it will be saved in your database.
Sakin
Keymaster@Susie: Can you post in your site URL? Did you change anything in your site recently. Then remove that. Most of the time the slider might conflict with the plugins. So, try deactivate the plugin one by one and check in.
Sakin
Keymaster@Sebastian: Sorry sidebar widgets. You can use “Jetpack” plugin and active “Widget Visibility” module. This module will add option in your widgets to show only on specific page. So, you can just use the Main Sidebar and then assign each widget for different pages.
When you activate the “Jeetpack” plugin, make sure you have deactivated “Mobile Theme” module as this module conflict with Responsive Design.
Sakin
Keymaster@chris: There is extra paragraph tag just above your slider. So, either you need to remove that
<p></p>code or add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.post-1294 .entry-content p { margin-bottom: 0; }Sakin
Keymaster@Sebastian: the default sidebar is the Main Sidebar. You can choose optional sidebar 1 to 3 only for pages and post. But you cannot use that for Archive or Blog pages. For archive, you can either use optional archive sidebar or it will load default main sidebar.
-
AuthorPosts
