Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@accucomm: For similar attachment images all over your site, you can use the following CSS:
@media screen and (max-width: 480px) { .wp-caption { width: 50% !important; } }Let me know further.
Regards,
MaheshMahesh
Participant@nschoeggl:
1. Theme Options will be removed in latter versions.
2. Go to Dashboard=> Appearance=> Customize=> Webmaster Tools=> Header and Footer Codes and paste the code in Code to display on Footer
3. Seems you’ve fixed this one.
4. May be you’ve customized it further.Regards,
MaheshMahesh
Participant@micwilly: Use the following CSS for font-size:
#secondary .widget .widget-title { font-size: 25px; }Note: Adjust the font-size as you desire.
Regards,
MaheshMahesh
Participant@valeska-conducere: Can you please clarify this more. I don’t quite get it. And please post in your site url.
Regards,
MaheshMahesh
Participant@micwilly: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#header-content{ text-align: center; } #logo-wrap{ float: none; }Regards,
MaheshMahesh
Participant@nschoeggl:
1. Please use Customize Options instead. Dashboard=> Appearance=> Customize.
2. For editing Footer Content, go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Option and edit Footer Editor
3. Seems like you are using Jetpack’s Image widget. Go to Dashboard=> Appearance-> Widgets and add Image (Jetpack) widget to your desired widget area.
4. Go to Dashboard=> Appearance-> Widgets and add Search widget in Header Right Sidebar Widget are
5. No there is no option to add Custom Social icons in this theme.Regards,
MaheshMahesh
Participant@luismarioochoa: What seems to be the problem? Do you get any errors or something? Let me know further.
Regards,
MaheshMahesh
Participant@ikh1: I don’t quite get the initial part about the logo. Please explain further. And for the footer, go to Dasbhboard=> Appearance=> Customize=> Theme Options=> Cstom CSS box, add the following CSS:
#colophon #site-generator .site-info{ padding: 0; } /* Sticky Footer */ #site-generator { position: fixed; bottom: 0; width: 100%; }Regards,
MaheshSeptember 27, 2016 at 12:20 pm in reply to: Stop latest post's header image becoming the homepage header image #100375Mahesh
Participant@quick-question: I checked your site, its kinda strange, how latest post’s image is being set as header image. The feature in theme on our server is working fine, no such issue. Have you modified or made any customization to the theme? Please take a backup and reinstalling theme. Let me know further.
Regards,
MaheshSeptember 27, 2016 at 12:03 pm in reply to: disabling meta data from posts, share buttons and related posts links #100374Mahesh
Participant@luismarioochoa: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@thepilgrim1938gmx-com: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@debswebs: Does the issue persist on Parent them too? Please check with parent theme. I checked the mentioned url and there is an script error in the page.
TypeError: $(...).fancybox is not a function $("a[rel=gallery_fancybox]").fancybox({Regards,
MaheshMahesh
Participant@micwilly: Please use the following CSS instead:
#header-menu ul.menu a, #header-menu ul.menu ul.sub-menu a { font-size: 25px; }Regards,
MaheshMahesh
Participant@agescho: Glad to know that you solved it yourself. Have a ncie day!
Regards,
MaheshMahesh
Participant@slepoide: Thank you for using Catch Flames Pro theme. There is no top and bottom padding in the menu (primary and secondary) in this theme. Let me know further. And please post in your site url.
Regards,
MaheshMahesh
Participant@dreamcatcher: Go to Customize=> Theme Options=> Header Right Sidebar Options and make sure Check to Disable Header Right Sidebar option is unchecked.
Let me know if any problem.Regards,
MaheshMahesh
Participant@bdahlen: This can be done with Custom CSS. But since the menu button is on the left, it seems the social icons hide it behind, so is it okay to shift the icons to the left instead. If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 990px){ .site-header .social-networks { display: block; right: unset; line-height: 37px } .site-header .social-networks li a { width: 37px; height: 37px; line-height: 37px; } }Regards,
MaheshSeptember 27, 2016 at 9:48 am in reply to: disabling meta data from posts, share buttons and related posts links #100358Mahesh
Participant@luismarioochoa: Both the share buttons and related posts are from Jetpack plugin, please go to Jetpack plugin’s settings and disable these modules and it will solve your issue.
Regards,
Mahesh -
AuthorPosts
