Forum Replies Created
-
AuthorPosts
-
May 22, 2016 at 5:33 pm in reply to: Frames for widgets in the Main Sidebar – Form instead of Promo Headline #92146
Mahesh
Participant@scubafreak: Hi Dan
1. Frame widgets in the Main Sidebar: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:@media screen and (min-width: 1280px) { #secondary .widget-title { background-color: #3eaadd; color: #fff; margin-left: -40px; margin-right: -40px; margin-top: -40px; padding: 10px; text-align: center; } } @media screen and (max-width: 1279px) and (min-width: 1153px) { #secondary .widget-title { background-color: #3eaadd; color: #fff; margin-left: -30px; margin-right: -30px; margin-top: -30px; padding: 10px; text-align: center; } } @media screen and (min-width: 961px) { #secondary .widget-title { background-color: #3eaadd; color: #fff; margin-left: -20px; margin-right: -20px; margin-top: -20px; padding: 10px; text-align: center; } } @media screen and (min-width: 561px) and (max-width: 960px) { #secondary .widget-title { background-color: #3eaadd; color: #fff; margin-left: -11px; margin-right: -11px; margin-top: -11px; padding: 10px; text-align: center; } } @media screen and (max-width: 560px) { #secondary .widget-title { background-color: #3eaadd; color: #fff; margin-left: -14px; margin-right: -14px; margin-top: -14px; padding: 10px; text-align: center; } }Hope this helps. If you need further customization, I recommend you to hire a customizer.
2. Promotion Headline for contact entry form instead of Action Button
You’ll need to hire a customizer for this.
https://catchthemes.com/hire-customizer/Regards,
MaheshMahesh
Participant@muddergrad: Sorry for the late reply. I checked your site in both desktop and mobile (android). The menu is working fine. I guess you’ve double clicked when you clicked the menu button in mobile, it causes you to navigate to homepage.
Please check our demo site.
https://catchthemes.com/demo/full-frame/Regards,
MaheshMahesh
Participant@ovidiu: Sorry for the late reply. I checked your site with adblock active in my browser and it is working fine.
Let me know further.Regards,
MaheshMahesh
Participant@rimfrost: Sorry for the late reply. You are using child theme, have you modified them theme function and styles? Try activating the parent theme and check if it resolves the issue. The menu is working fine in this theme in our server.
Regards,
MaheshMahesh
Participant@youngtan: Sorry for the late reply. I checked your site and it seems to be working fine, loading whole website normally. Have you resolved the issue? Let me know further.
Regards,
MaheshMahesh
Participant@irinasadrina: Glad to know you’ve resolved the issue yourself. Have a nice day!
Regards,
MaheshMahesh
Participant@secretpie: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#header-featured-image .wrapper{ width: 100%; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@stefanrsharpe: Thank you for using Simple Catch Pro. I checked your site and saw no border in the menu. Have you resolved the issue. Let me know further.
You have an error in you Custom CSS in the following line:.featured-text a.readmore { #000; }Regards,
MaheshMahesh
Participant@coachcatchy: Sorry for the confusion. Yes, please reinstall the theme and check. Please do take backup beforehand. Let me know further.
Regards,
MaheshMahesh
Participant@derfabi2016: Only one H1 per page is old. It was only valid for HTML4.
In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
Catch Everest theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
But if you really want to change it, you can change it by building child theme and editing it. I recommend you to hire a customizer.Regards,
MaheshMahesh
ParticipantMahesh
Participant@impressionsfromheaven: The recommended size for header image is 978 × 200 however you can use image of any size and crop it or skip cropping as you desired.
Regenerate Thumbnail Plugin: No, I don’t mean that. What this plugin does is, if you change dimension of image in Setting=> Media or through theme customization, the image uploaded after the change is resized to new dimensions but previous images need to be resized too. This is where this plugin come in handy.
Hope you understand.Regards,
MaheshMahesh
Participant@luismarioochoa: This is not possible through WordPress Dashboard, you’ll need to either use FTP software such as Filezilla for this purpose. Or you can simply copy paste the file from Cpanel’s File Manager.
Hope this helps.Regards,
MaheshMahesh
Participant@emautonomous: Which browser are you using it? Check your browser to see is it has auto zip extractor. If so then you can simply try using different browser or disable auto zip extractor in your browser. For example, if you want to disable auto zip extractor in Safari then try this https://discussions.apple.com/thread/1483114?start=0.
Another option is that, you can right click on the link and click on “Save Link As…” to dowload the zip file without auto extractor. See this screenshot https://www.pinterest.com/pin/548594798333093154/Regards,
MaheshMahesh
Participant@secretpie: Thank you for using Clean Journal Pro. I think you have no default header image in Dashboard=> Appearance=> Customize=>Header Image and you also don’t have featured image in news & blogs page that you’ve selected as blog page. Please make sure that you have selected desired featured image for news & blogs page.As neither of the header image is not available, no header image is being displayed in the blog page. Hope you understand.
Let me know if any problem.Regards,
MaheshMahesh
Participant@masfur: You have lot of menu items that is why it’s dropping to the new line. For centering menu items, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.menu.catchbase-nav-menu { text-align: center; } .catchbase-nav-menu li { float: none; }Regards,
MaheshMahesh
Participant@gaechti: No, the menu behavior is same in both Free and Pro versions. You’ll need to do some customization for this. I recommend you to hire a customizer.
Yes, in Pro version there is provision of editing the footer content.Regards,
MaheshMahesh
Participant@coachcathy: Have you customized the theme files? The sidebar is there, but for some reasons the sidebar is pushed to the bottom that is why its not visible. The theme is working fine on our server, sidebar is displaying in all pages and posts. I checked your site’s html the aside div (sidebar) is outside the wrapper div only which should be inside the wrapper div just below the main div. In front page it is fine but this is only happening in post pages which is causing the issue. If deactivating plugin still didn’t fix the problem, try installing the fresh theme and check if it resolves the issue (only if you’ve modified theme files). Let me know further.
Regards,
MaheshMahesh
Participant@impressionsfromheaven: Regenerate thumbnails plugin regenerates all images including post images, slider header images etc. I don’t quite get you there by the image in the front page, did you mean the slider image size? The recommended image size for slider is 976×376.
Regards,
Mahesh -
AuthorPosts
