Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Isabella: Can you post in your site URL so that I can check in. So post pages, you can either use “Archive Sidebar” or “Main Sidebar”. It should take Archive Sidebar if you have widgets in there.
Sakin
Keymaster@bigoslesli: That is why I am here for you 🙂 Thanks…
Sakin
Keymaster@leotrim77: Sorry I don’t get it what you mean. Please post in screenshot of what you want.
Sakin
Keymaster@Edward: Can you post in your site URL and let me know the color that you want to change it. Then I can check in Custom CSS for you. Also I can check in the issue of your menu. Thanks.
Following is the details of mobile menu color css, you can change it as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Mobile Menu Bar Background Color */ .menu-access-wrap { background-color: #3d3d3d; } /* Mobile Menu Bar Text Color */ .mobile-menu-anchor a.genericon-menu { color: #ddd; } /* Mobile Menu Bar Text Hove Color */ .mobile-menu-anchor a.genericon-menu:hover { color: #fff; }/* Mobile Menu Items Background Color */ .sidr { background-color: #3d3d3d; } /* Mobile Menu Items Text Color */ .sidr ul li a, .sidr ul li span { color: #eee; } /* Mobile Menu Items Text Hove Color */ .sidr ul li a:hover { background-color: #333; color: #fff; }Sakin
Keymaster@YC-Capilia: Sorry there is no other easy way to add alt tag in your image slider. So, what I suggest you is to add that title and then hide it by adding the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider .entry-container { display: none; }But if you don’t want to do this then you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
catcheverest_image_sliders()function to your child themefunctions.phpfile and add it manually.Sakin
Keymaster@Paul: Sorry I don’t see featured slider in your site. So, I am confused what are you trying to do it.
Sakin
Keymaster@Kenta: For that you can decrease margin-bottom and padding-bottom in the following css, as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#main #content .hentry { margin-bottom: 30px; padding-bottom: 30px; }Sakin
Keymaster@leotrim77: Decreasing the sidebar width for your site is not a good idea as your advertisement widget in your site is showing ads of that size. If you decrease that sidebar then your ads will have problem.
So, best option will be to increase the width of the site and then content. For, that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 1153px) { .site { width: 1140px; } #main { width: 760px; } } @media screen and (min-width: 1281px) { .site { width: 1250px; } #main { width: 870px; } }Sakin
Keymaster@bigoslesli: You are in wrong settings. That “Settings => Reading” is for your RSS feed not for blog. For blog layout, you need to go to “Appearance => Theme Options => Layout Options” and select “Excerpt/Blog Display” in Content Layout and save changes.
Sakin
Keymaster@deevd: try adding following CSS in “Appearance => Theme Options => Custom CSS” box:
#featured-post .post { display: inline-block; float: none; }If this doesn’t work then you need to post in your site URL so that I can check in detail.
Sakin
Keymaster@deevd: It will be as below:
@media screen and (min-width: 1280px) { .no-sidebar-full-width .container { width: 1220px; } .no-sidebar-full-width #primary { width: 100%; } } @media screen and (min-width: 1344px) { .no-sidebar-full-width .container { width: 1300px; } } @media screen and (min-width: 1440px) { .no-sidebar-full-width .container { width: 1400px; } } @media screen and (min-width: 1550px) { .no-sidebar-full-width .container { width: 1490px; } }Sakin
Keymaster@YC-Capilia: Which Slider type have you select in Slider Options. In Catch Everest Pro theme, you can select slider type as “Image Slider”. Then you can upload your image and add in title. That title will be added as image alt tag.
For image slider, check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@cesudweeks: For Gallery, we recommend either default WordPress Gallery or use JetPack plugin “Gallery Module”. We haven’t use Social Gallery Lite plugin so don’t know much about it. If you want to use that plugin then you need to post in that plugin author support from about this issue. As we use default WordPress functions. So, that plugin author should have answer for this.
Can you post in your site URL where you have issue so that I can check in.
Sakin
Keymaster@Kim: It must be Primary menu and you can change that color from “Appearance => Theme Options => Color Options => Menus Color Options => Primary Menu Color Options”
Sakin
Keymaster@truewp: It’s not a bug. You haven’t look at the options. Just go to “Appearance => Theme Options => Promotion Headline Options” and then un-check “Target. Open Link in New Window?” and save changes.
November 19, 2015 at 12:26 am in reply to: Upgrading from Simple Catch Free 1.4.9.1 to Simple Catch Pro 3.2.1 #79823Sakin
Keymaster@Damian: Sorry I don’t use Skype much. Ok I have replied you in email but you haven’t mention the exact issue in email. So, send me more details about the issue and then I can provide you solution for that.
-
AuthorPosts
