Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@businessbabes: Hello Kat, please be careful while you change the css as you need to look for responsive css as well.
The CSS for active main menu item is as below:
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #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: #000; }But for the width between the main content column and the right sidebar. This is bit complicated. As this depends on the width of Primary content area and Secondary Sidebar area and you need to adjust at for each responsive width
#primary { width: 570px; } #secondary { width: 300px; }Sakin
Keymaster@klhaight: Yes that should work for page title as well. Are you talking about the menu items. If you want to change the font size of menu item then add the following css.
#branding ul.menu { font-size: 16px; }Sakin
Keymaster@aaronborrego: It’s nothing to do with WordPress 3.6 as we have already tested with WordPress 3.6 version.
It might be either Minify issue or any other plugin issue.
Can you disable Minify in your W3 Total Cache plugin setting, clear your cache and refresh your browser to see is it work.
If this doesn’t work then can you try disabling recent plugins that you have added.
Sakin
Keymaster@keller113: Ok thanks.
Sakin
Keymaster@
You can hide the meta by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }You cannot keep both static front page and then blog in the same page. So, for this you might consider hiring developer.
Ok here is one trick, if you can understand and use it. Go to “Appearance => Theme Options => Homepage Content Options” then choose “Full Content Display” and save it. This will show full content of the post. So, it will show exactly like in the post. Then you can split other post for those which you want to show only few links, use More tag, see this http://en.support.wordpress.com/splitting-content/more-tag/
Sakin
Keymaster@ashrafashraf: I don’t get it what you mean. I am able to see all 5 images in the slider.
Sakin
Keymaster@whiters: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .more-link { display: none; }Sakin
Keymaster@Elisabetta: Yes you cannot directly add pdf. Oh sorry there is no option for open link in new window. Ok I will ask to add it in new version update. For now you can just add the code in your Adspace code instead of image.
<a target="_blank" href="http://www.federicoalberati.com/wp-content/uploads/2013/08/Triplezero11.PDF"><img alt="XXXXXX" src="http://www.federicoalberati.com/wp-content/uploads/2013/08/Triplezero1.jpg"></a>Sakin
Keymaster@Elisabetta: Sorry about that. But I don’t see you have purchase account. So, can you contact our sales directly at http://catchthemes.com/contact-us/ with your purchase.
Sakin
Keymaster@fritzhesse: Yes there is two way to do that, one is by building child theme and adding the bar though action hook and another though CSS. For css, you can add following css in “Appearance => Theme Options => Custom CSS” box.
#main { background: url("imageurl") repeat scroll 0 0 transparent; } .home #main { background: none; }Sakin
Keymaster@aaronborrego: I just check in your site and you have activate the minify settings in your W3 Total Cache, for minify you have to properly configure the elements. So, I think in your case this minify is giving issue. Can you off the minify setting and then clear your cache in W3 Total Cache Setting.
Sakin
Keymaster@burgdani: Have you added any new plugin recently or changed any theme core files. If you have recently added new plugin, then can you check it by disabling the plugin and clearing your cache.
Sakin
Keymaster@johntday: The Catch Box Pro maximum width is 1000px and it adjusts to the screensize below 1000px as needed.
If you want to increase the width or larger screens then you may add the following css in “Appearance => Theme Options => Custom CSS” box and also consult with your developer.
@media screen and (min-width: 1061px) { #page { width: 95%; } }Sakin
Keymaster@lilatrejo: You will get it soon. Let me know if you still have problem.
Sakin
Keymaster@regalaffair: If you have contacted sales and they will get back to you soon.
Sakin
Keymaster@impresnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { font-size: 16px; }Sakin
Keymaster@eckh20: The best option will be to upload the image of same size. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box center it.
#featured-post .post { text-align: center; } #featured-post img { display: block; margin: 0 auto; }Sakin
Keymaster@klhaight: You can add the following css in “Appearance => Theme Options => Custom CSS” box to increase the heading size. But be careful about responsive design.
.hentry h1 { font-size: 32px; }Sakin
Keymaster@aaronborrego: I am not sure about that. Why you don’t like uploading image.
Sakin
Keymaster@ashrafashraf: When you send me the code, please paste your code in pastebin.com and send me the link.
I don’t understand your code and question much. Can you send me the screenshot of what you want to do it.
-
AuthorPosts
