Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@buffmuffin: Please post in your site URL and then I can check in.
Sakin
Keymaster@cesudweeks: This clearly show that there is conflict between plugins Social Lite and wondergallery plugin.
So, I see only option is to contact that plugin author to fix the plugin conflict. You can also ask how to re-run the installation wizard in that plugin support.
No, you don’t need to pay for Pro version to get my support. I give support to both free and pro version equally.
Sakin
Keymaster@Trisha: Looks like there is issue with the plugin that you are using which is changing the position of
responsive.css. So, try disabling plugin one by one to find the conflicting plugin. Also, you site is protected to view source to check in what’s the issue.Sakin
Keymaster@Robert: I just check in your setting and found this. You have checked “Check to exclude Grid Content post from Homepage posts” from “Appearance => Customize => Featured Grid Content => Featured Grid Content Options”. I un-checked it and it’s showing all posts now.
Sakin
Keymaster@deevd: You featured content is in center, you just need vertical alignment. So, replace previous css:
#featured-post .post { display: inline-block; float: none; }With the following css:
#featured-post .post { display: inline-block; float: none; vertical-align: top; }Sakin
Keymaster@cytorath18: You can install Jetpack plugin and activate “Widget Visibility” module from where you wan control widget is various pages.
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/
-
AuthorPosts
