Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@tinus53: Yes, that’s the trick. Thank you for your appreciation. If you like my support and Catch Adaptive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?rate=5#postform
Have a nice day!Regards,
MaheshMahesh
Member@smaypower: Thank you for your appreciation. Glad to know you issue is resolved. Have a nice day!
Regards,
MaheshMahesh
Member@rflores: You can simply add the anchor tag into the content of that blog.
Example:
<a target="_blank" title ="Text you want to display as link" href="link-to-page-in-different-website">Text you want to display as link</a>Regards,
MaheshMahesh
Member@tinus53: Then you’ll need the CSS that applies to the specific page only. Please use the following Custom CSS instead:
#post-135 .entry-content ul > li { list-style: none; } #post-135 .event-list .end-date { margin-left: 0; } #post-135 .multi-day { margin: 0; }Hope this helps.
Note: I assume you have calendar list in this very page only.Regards,
MaheshMahesh
Member@jvece1: Glad to know you’ve solved it all by yourself. Have a nice day!
Regards,
MaheshJuly 20, 2016 at 9:49 am in reply to: Adding widgets – social icons/search bar over the header image. #95798Mahesh
Memberlmkele:
Hi Kimberley,Thank you for using Catch Flames Pro.
Please post in your site url / a screenshot of your problem so that I can check for the issue and help your further.Regards,
MaheshMahesh
Member@antoon:
Hi Antoon,The above CSS is not complete it is just an example. For that you’ll need to first upload the ttf font in to your site’s folder somewhere way
yoursite/wp-content/uploadsand then in add the following Custom CSS:@font-face { font-family: myCalibri; src: url(yoursite/wp-content/uploads/calibri.ttf) format('truetype'); } body { font-family: myCalibri, "Calibri"; }Note: Please change the path in the above CSS to your site’s relative path.
Do you mean to center everything in the footer? Even the table’s content? If so add the following CSS:
.footer, .footer table td, th { text-align: center; }Let me know if any problem.
Regards,
MaheshMahesh
Member1. Column Layout uses excerpt content too. 🙂
2. Square list-type is from theme theme’s
style.cssand the margin is from event-list.cssRegards,
MaheshMahesh
Member@tinus53: The steps you’ve followed is correct, and should have causing such issue. Yes, please try reinstalling the theme, hope it helps. Let me know if the problem persists.
Regards,
MaheshMahesh
Member@sheilalowe: Glad to know you’re able to update the theme and make it working. Have a nice day!
Regards,
MaheshMahesh
Member@smaypower: Are you using any plugins? Please deactivate them one by one and check if it resolves the issue.
And can you please share the embeded code for the video?Regards,
MaheshMahesh
Member@alwilleford: The issue is because of the Custom CSS you have used in your site. Please remove it and it will fix the issue.
Regards,
MaheshMahesh
Member@bdelancey: Glad to know you resolved the issue yourself. Have a nice day!
Regards,
MaheshMahesh
Member@tinus: I checked the same in our server and the header image is working fine in the theme. Please make sure you’ve saved the customizer settings. If you are using any plugins, please deactivate it and check again. Let me know if the problem persists.
Regards,
MaheshMahesh
Member@tinus53:
1. Links in Posts are not displayed:
The reason is, using excerpt will strip all the HTML and will only display plain text. You’ll need to display full content instead. This will happen in all theme.2. Content area it seams that this css-file has no effect:
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.entry-content ul > li { list-style: none; } .event-list .end-date { margin-left: 0; } .multi-day { margin: 0; }Thanks for noticing the link in the footer, we’ll fix it in the next update.
Regards,
MaheshMahesh
Member@sheilalowe: I checked your site, and you are using Catch Responsive Pro theme. And you are using the latest version 3.9
Regards,
MaheshMahesh
Member@antoon:
Hi Antoon,By footer do you mean Volg het Rode Kruis afd. Beuningen text??
Let me know further.Android and iPhone only supports ttf font, so you’ll need to manually upload calibri.ttf font to your site and then add that font-family in CSS and use it. For example
@font-face { font-family: myCalibri; src: url(path_to_font) format('truetype'); } body { font-family: myCalibri, "Calibri"; }Hope this helps.
Regards,
MaheshMahesh
Member@catchytrips: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@rollik: Yes, thanks for the detailed info. I found the issue and it is because the WP_Customize_Color_Control doesn’t support transparent. You’ll either need to reset the settings or use Custom CSS. For Custom CSS, go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead { background-color: rgba(0, 0, 0, 0.9); }Regards,
MaheshMahesh
Member@antoon: Thanks, now I can check the site. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/* Center the table */ .footer table { margin: auto; } /* Set calibri font as default */ body { font-family: "Calibri"; } /* Change font-size of the text */ .footer > p { font-size: 20px; }Regards,
Mahesh -
AuthorPosts
