Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Raphael: Wow so many replies at a time.
1. Mobile Menu:
— Mobile menu shows the current page and if it doesn’t find the current page then it will show the last menu item. As you don’t have Homepage in your menu, it is showing last menu item. So, the solution for this will be to add “Home” menu. For this, you can go to “Appearance => Menus”, click on View all in pages and select “Home” and add to menu. Or you can go to “Appearance => Theme Options => Responsive Design” and check box next to “Enable Secondary & Footer Menu in Mobile Devices”. This will show “Menu” when it doesn’t find the menu item.2. Check out page Table in Mobile Devices:
— This is WooCommerce plugin issue and I hope they will fix this soon. They are using Table without considering responsive. That is bad. For this, it’s rally hard for us to fix it. You can copy css from https://gist.githubusercontent.com/catchthemes/eec48957fbd3ed724c98/raw/267d558ca44e58d3dce8d616e1b5fd5588f4bc5d/woocommerce.css and add it in “Appearance => Theme Options => Custom CSS” box. When you add in the CSS make sure you change Label content as per your language,3. Check out page Terms and condition:
— For terms and condition in new line, you can add the following css in “Appearance => Theme Options => Custom CSS” box
#content .woocommerce form .form-row.terms { clear: both; }4. Bullets in Sidebar:
— To remove it, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget.widget_links ul { list-style: none; }September 22, 2014 at 9:29 am in reply to: adding more space between the header image and featured content #44293Sakin
Keymaster@mindiapolis: That width issue is there as you have added the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 981px) { .container { width: 950px; } #primary { width: 360px; margin-left:70px } }Remove that and it will be fine.
About the drop down menu. Can you explain what you mean. Which height you are talking about. Do you mean menu item height or menu parent item height.
Sakin
Keymaster@mindiapolis: There is still one empty text widget in your footer area two. Remove that and it will take full width.
To make your social icon below the text widget in Footer Area One. You can just drag your social widget below that text widget in Footer Area one.
Sakin
KeymasterHello Raphael,
Sorry private message is only with paid support membership http://catchthemes.com/membership/.
You can post your URL and let me know if I need to delete it after I view it. Then I can do that.
Regards,
SakinSakin
Keymaster@David: This is strange, as I am also checking in from Safari using Mac OS X 10.9.5 and I couldn’t find the issue. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead { position: relative; z-index: 999; } #masthead.fixed-header { position: fixed; z-index: 999; }Sakin
Keymaster@Kim: Excerpt layout will not show the formatting in your archive page. It will show only in the single post view. You can remove that css and check in.
To show the formatting in the archive page, then you need to use “Full Content” from Layout Options in Theme Options panel. Then you can break content to show from more tags. See this for more tag http://en.support.wordpress.com/splitting-content/more-tag/
Sakin
Keymaster@Ksanik: Can you post in your site URL where you have this issue then I can suggest your the code.
Sakin
Keymaster@Kim: That is sticky post and will not show. Edit that post and then uncheck “Stick this post to the front page” in Publish box at the right sidebar of your post editor.
Sakin
Keymaster@Kim: Sorry I don’t work on customizing so I don’t know about the pricing. You can request quote from http://catchthemes.com/hire-customizer/
Sakin
Keymaster@Kim: That css will not work, you can add the following css
.entry-summary .wp-post-image { border: none; padding: 0; }About your other question, I have already replied there and said that we cannot move it. But I have given the css to increase the size of font. Check this http://catchthemes.com/support-forum/topic/static-text-above-blog-posts-on-home-page/
Sakin
KeymasterHi Eric,
In the following css, you can change the margin-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; } .site { margin-top: 40px; }Regards,
SakinSakin
Keymaster@mindiapolis: Sorry I don’t get it what you mean. Also I see that you have added Facebook link in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box. You shouldn’t add there.
Sakin
Keymaster@mindiapolis: To center the text, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#supplementary #text-3 { text-align: center; }Further, if you want your footer widget text to cover full page then you need to remove social widget from Footer Area Two and add that in Footer Area One. In this way, you will only have Footer Area One with widgets you added and it will take full width.
September 20, 2014 at 12:50 am in reply to: adding more space between the header image and featured content #44092Sakin
Keymaster@Danielle: I guess you already increase the spaces. As when I check in your site, there is ample of space between Header image and featured content. If you want to further increase the space then you can increase padding-top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#featured-post { padding-top: 30px; }Sakin
Keymaster@Vickie: This type of issue shouldn’t be exist. I think there is problem with your WordPress installation or plugins. So, can you activate any default theme and check in if you can add it. If this doesn’t work then try deactivating plugins and check in.
Sakin
Keymaster@mariavandyke: I don’t get it what you mean. Can you explain in reference to your site URL. Then I can check in. Did you edit anything in
footer.phpfile. You are not supposed to change any file inside ‘catch-box’ theme directory.Note: The footer editor options is there only in Pro Version. See the additional feature list at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@acgorecki: You cannot make it one 95% and another 300px. This is complex. Better hire customizer for this.
-
AuthorPosts
