Forum Replies Created
-
AuthorPosts
-
Mahesh
MemberHi @Didier,
I tried it on the firefox browser in desktop and resized the screen.
Regards,
MaheshMahesh
MemberHi @andrewf90,
No, Catch Flames does not have max-screen width set. But yes
.wrapperclass has width set to 1260px.
Let me know if I can help you further.Regards,
MaheshMahesh
MemberHi @andrewf90,
Yes
→is supposed to be displayed as arrow. It is working fine on our server. It is working both in More Tag Text and Default Display Text in Search. No Custom CSS is necessary for this. Have you made any changes to the code?Let me know any further.
Regards,
MaheshMahesh
MemberYes, you can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
1. For footer-left-content.copyright { font-size: 15px; }2. For footer-right-content
.powered { font-size: 15px; }Note: Please change the values for font-size as per required.
Regards,
MaheshMahesh
MemberHi @[email protected],
Seems you have found the plugin and you’ve made it working to fix your issue.
Have a nice day!Regards,
MaheshMahesh
MemberFebruary 5, 2016 at 10:53 am in reply to: Want “Leave a Reply” field at bottom of the home-page post, too #84683Mahesh
MemberHi @americantwowheels,
That’s great. Have a nice day!
Regards,
MaheshMahesh
MemberHi @shana-shanti,
The background issue is because of the CSS that you have in your Custom CSS:
#main { background-color: #ffffff; }
Please find and remove it from Custom CSS, then you’ll have your custom background back.
And for the sliders, it seems some plugins is causing the issue, please try deactivating one by one and check it.Let me know further.
Regards,
MaheshMahesh
MemberHi @Kath Wayne-Spindler,
Thank you for upgrading to Catch Evolution Pro.
What error do you get?
You can either upload via WordPress admin panel or FTP. Please refer to this link: Catch Flames Pro Installation.Let me know if any problem.
Regards,
MaheshFebruary 5, 2016 at 10:22 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #84678Mahesh
MemberHi @ibrahim,
Thank you for using Catch Evolution Pro.
The above can be achieved with Custom CSS. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.
1. Resize content and right sidebar.@media screen and (min-width: 1225px) { .three-columns #primary { width: 630px; } .three-columns #secondary { width: 260px; } } @media screen and (min-width: 1061px) and (max-width: 1224px) { .three-columns #primary { width: 494px; } .three-columns #secondary { width: 230px; } } @media screen and (min-width: 1025px) and (max-width: 1059px) { .three-columns #primary { width: 440px; } .three-columns #secondary { width: 200px; } }Note: You may change the width as required.
2. Close the space between the post.
#content .hentry { border-bottom: none; margin-bottom: 0; } #content .hentry:last-of-type { border-bottom: 1px solid #ddd; margin-bottom: 40px; } @media screen and (min-width: 1061px) and (max-width: 1224px) { #content .hentry:last-of-type { margin-bottom: 30px; } } @media screen and (max-width: 676px) { #content .hentry:last-of-type { margin-bottom: 15px } }Regards,
MaheshMahesh
MemberHi @champac,
For placeholder’s color changing only, replace the following CSS
#masthead .search-field { color: #0000ff; }with the following CSS:
#masthead .search-field::-moz-placeholder { background-color: #00ffff; color: #ffff00; } #masthead .search-field::-webkit-input-placeholder { background-color: #00ffff; color: #ffff00; }What type of button do you want to add and where, please clarify more.
Let me know if this helped.Regards,
MaheshMahesh
MemberHi Didier,
1. To make the menu text white, use this CSS.
#hgroup-wrap .sb-holder a {
color: #fff;
}2. In view with width 569px to 767px, there are two menu showing and this is not good. The following CSS will give hide one menu till 569px and the displays the mobile menu (.sb-holder) normally in the mobile view.
Let me know if this solved your issue.
Regards,
MaheshMahesh
MemberHi @Shana Shanti,
Thank you for using Catch Evolution Pro.
Could you please clarify more one the issue.
We would like to help you as far as possible. Where actually was the background showing previously? And the slider, did it work at the begining? Please make sure Enable Slider is not set to Disable have enabled slider in “Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Option”Let me know further.
Regards,
MaheshMahesh
MemberHi @Dan,
For this, you can have category name in the menu instead. Go to “Dashboard=> Appearance=> Menu”, select your menu then click on categories accordion and select the categories you wanted and click Add to Menu. And then save the menu. Check in the frontend you’ll see the selected categories listed in the menu. And the page shows the list of post with related categories just as your requirement.
Let me know if any problem.
Regards,
MaheshMahesh
MemberHi @Didier,
I saw two menus displaying at some point. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.
@media screen and (min-width: 569px){ .sb-holder { display: none; } }Let me know if this helps.
Regards,
MaheshMahesh
MemberHi @Michelle,
Just checked your site and the video embedded is working fine with the audio. Please make sure your system’s sound is working.
Let me know if I can help you further.
Regards,
Mahesh -
AuthorPosts
