Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@petralundin: I recommend you to disable plugins you’ve installed and check if it resolves. Have you tried changing the theme to default WordPress themes (Twenty Fourteen), if not, please do and let me know if the problem persists. Please check with the Parent theme too.
If you have translated the theme to Swedish, the customize options should be display in Swedish too if the translation file is complete.
Let me know further.Regards,
MaheshMahesh
Participant@pabou: We’ll have to check in your server for the issue. Please fill up this form in the link below with your issue and details and our team will check the issue.
https://catchthemes.com/blog/customizer-not-working-wordpress-update/Regards,
MaheshMahesh
Participant@zerikuzer0: Are you using any plugins? If yes, try disabling theme and check if it resolves the issue. Let me know further.
Regards,
MaheshMahesh
Participant@southwest-di: Seems like a strange issue. Are you still changing the setting and figuring out? I was checking your site and now the image are back. I don’t know how but your all you image src is preceding with
http://i0.wp.com/for some reason. May be from some plugins I guess.
Let me know further.Regards,
MaheshMahesh
Participant@9punkt2: Are you using some plugin for the menu. This is not the default menu of the theme. You’ll need to contact the plugin author for the issue.
Regards,
MaheshMahesh
Participant@zerolizer0: Please post in your site url.
Regards,
MaheshMahesh
Participant@opublicerad-se: Thank you for your appreciation. And thank you for using Catch Base Pro.
Have a nice day!Regards,
MaheshMahesh
Participant@leonardo-martinez: You missed the trailing/closing curly brace (}) at the end. Please add it and it’ll resolve the issue.
Let me know if any problem.Regards,
MaheshMahesh
Participant@alwilleford: Thank you for your appreciation.
In the option that you can see No Featured Image in the braces, choosing this option will remove featured image. However, if you do have image in the content, it’ll show up.
Excerpt is the WordPress core function and it allows only text and nothing else. I you have a plugin for showing subtitle, you can use it.
Hope you understand.
Let me know if any problem.Regards,
MaheshMahesh
Participant@salamali:
Hi Sarah,So you haven’t add the page yet. Please add the page and let me know and I’ll provide you with CSS code to display Featured Content in that page only.
Regards,
MaheshMahesh
Participant@rolandallen: Yes, there was a bug in default color. Thank you for letting us know. This will be fixed in the next update.
Have a nice day!Regards,
MaheshMahesh
Participant@salamali: Thanks. I checked your site and seems you have currently disabled the Featured Content. In which page do you want to show the featured content.
Let me know so that I can help you further.Regards,
MaheshMahesh
Participant@alwilleford: The reason is you are using excerpt in displaying blog posts. Using excerpt strips out all the html tags and styles and displays only plain text. But if you check the single page of the blog you’ll see the text with styles.
So you’ll need to display full content instead of excerpt. For this, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Show Full Content in Archive Content Layout.
Let me know if any problem.Regards,
MaheshMahesh
Participant@pabou: I checked the theme in our server and customizer seems to be working fine. Are you using any plugins? I so, try disabling it and check if it resolves the issue.
Let me know further.Regards,
MaheshMahesh
Participant@rolandallen: I checked the option in our server and is working fine. Please post in your site url, so I can check.
Footer Menu Color option change color of footer menu only, not footer widgets or site-generator. For these, there is other option in Dashboard=> Appearance=> Customize=> Colors=> Site Color Options
#Footer Background Color: Changes background color of site-generator (copyright text background)
#Footer Background Sidebar Color: Changes background color of footer widget.
Hope you understand.
Let me know if any problem.Regards,
MaheshMahesh
Participant@brianmor: This is be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.sidebar-primary { display: none; } body:not(.home) #main { width: 100%; } .home .sidebar-primary { display: block; }Hope this helps. Let me know if any problem. And please post in your site url.
Regards,
MaheshMahesh
Participant@alwilleford: Please use the following CSS for background-image in Promotion Headline:
#promotion-message { background-image: url("your_image_url_1200X111"); background-position: center center; background-repeat: no-repeat; max-width: 100%; }Hope this helps, let me know if any problem.
Note: For best fit, use image with dimension 1200X111.Promotion headline button, allows you to put the desired url and link to it. If you mean to display the form instead of button, you’ll need further customization. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@fmck: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 480px) { .site, .no-sidebar-one-column .site { margin: 0 auto; width: 100%; } }Regards,
Mahesh -
AuthorPosts
