Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@sheilalowe: I checked your site, and you are using Catch Responsive Pro theme. And you are using the latest version 3.9
Regards,
MaheshMahesh
Participant@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
Participant@catchytrips: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@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
Participant@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,
MaheshMahesh
Participant@yoyo345: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead .wrapper { text-align: center; } #site-logo, #site-branding { float: none; } .nav-primary.search-enabled .menu { width: 92%; text-align: right; } .catchbase-nav-menu li, .sidebar-header-right .widget_nav_menu li { float: none; }Regards,
MaheshMahesh
Participant@sheilalowe: You are getting the error message because Pro themes cannot be updated directly like that as Free theme. You’ll need to do it manually. Please use Catch Updater module of Catch Web Tools plugin. Please check the video in the link below.
https://www.youtube.com/watch?v=W95SuabDZi8
Hope this helps.Regards,
MaheshMahesh
Participant@antoon: I checked your site and it says “Maintenance mode is enabled”.
Let me know further.Regards,
MaheshMahesh
Participant@catchytrips: Which size images are you using for the slider? The recommended image size for the slider is
Width: 1200px
Height: 514px
If you choose image with different width and height, please make sure that the image has similar aspect ratio.Regards,
MaheshMahesh
Participant@jadk001: You have following code in your Custom CSS which is causing the issue.
#primary{width:100%}
Remove it and it will resolve the issue.Regards,
MaheshMahesh
Participant@heyitsdave: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
#hgroup-wrap { display: none; }Regards,
MaheshMahesh
Participant@agescho: Please use the following CSS instead.
.custom-icon { vertical-align: bottom; display: inline-block; margin-left: 3px; }Hope this helps.
Regards,
MaheshMahesh
Participant@Kbampfield: Glad to know your issue is resolved. Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@mattdenton: Clean Magazine comes with a primary sidebar and footer widget area. For widget areas beside these, I recommend you to upgrade to Pro version. Or you can create a child theme. You can find more details on creating child theme HERE. Then create a custom widget area and display it wherever you wanted in your site. And then add the Text Widget to that widget area.
Regards,
MaheshMahesh
Participant@rollik: Sorry for late reply. Please post in your site URL so that I can check for the issue and help you resolve it.
Regards,
MaheshMahesh
Participant@mattdenton: For this, you can use Text widget and put it in the widget area wherever you want to display in your site.
Regards,
MaheshMahesh
Participant@nictusempra: Thank you for using Clean Business Pro theme.
For displaying Post in Header Highlight, select Post Content in Select Content Type and then scroll down and put your desired Post ID in Post #.
Let me know if any problem.Regards,
MaheshMahesh
Participant@flexprofinance: Can you please clarify more. And please add your site URL.
Regards,
MaheshMahesh
Participant@nogueracano: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead a.icon { color: #00ffff !important; } .menu-toggle { background-color: rgba(255, 0, 255, 0.6); }Note: Please change the color as you desired.
Regards,
MaheshMahesh
Participant@windowsrusnorth: Which browser are you using? If Safari browser, in the menu bar, go Safari -> Preferences. In the “General” tab, uncheck “Open ‘safe’ files after downloading”. This will stop Safari from automatically unzipping the files.
Or Use some other browser to download the theme.
Or zip the uncompressed file again then upload it.Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
