Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@kuczekross: In Gridalicious Free version, you can only select post to display in the grid content and the links, image, title which are automatically taken from post itself and cannot be customized.
Yes, this is possible with Gridalicious Pro verion. Title, image, content and link can be customized independently. I recommend you to upgrade to Pro.Regards,
MaheshMahesh
Participant@robertpkoen: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
1. I’m afraid this is not possible. But if you do want to center the Site Title and social icons, you can use the following CSS:
.header-right-active #site-branding { width: 100%; text-align: center; } .sidebar-header-right, .sidebar-header-right .widget-wrap { text-align: center; float: none; }2. white page space at the bottom of my home page – how do I remove this
.home #content { display: none: }3. I’d like to change the color of the page content. This option is not included in customizer, however, this can be done with Custom CSS:
#content #main p { color: #000; }Note: Please change the color hex to your desired color.
Regards,
MaheshMahesh
Participant@marga: Once you buy the theme, its validity is for life time (for that particular version). If you do not want the update, you don’t have to pay a penny. But if you do want regular updates, you’ll need to pay yearly. Custom update is also possible. Suppose you do not want updates for 2 years and you prefer update after 2 years, you can pay for that year only and get the update.
Hope you understand.Regards,
MaheshMahesh
Participant@chukarnold: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#content h2.entry-title a { color: #000; font-size: 35px; font-weight: bold; }If you do want to change the title’s color on hover, add the following CSS.
#content h2.entry-title a:hover { color: #bbb; }Note: Please change the color hex value to your desired color.
Regards,
MaheshMay 30, 2016 at 9:33 am in reply to: Frames for widgets in the Main Sidebar – Form instead of Promo Headline #92537Mahesh
Participant@scubafreak: Thank you Dan. I hope you would visit Nepal again. You are ever welcome here. 🙂
Thank you for sharing, we really appreciate it. You can email it to info@….
Have a nice day!!!Regards,
MaheshMahesh
Participant@nicolegariepy: The header meta data are hidden because of the code in your Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and find the code
.entry-header { display: none; }and remove it. It will resolve the issue.
Let me know if any problemRegards,
MaheshMay 30, 2016 at 9:17 am in reply to: Are these customizations possible in Catch Kathmandu Pro? #92535Mahesh
Participant@stanis: Sorry for the late reply. In Catch Kathmandu Pro, you can edit the footer content. Go to Dashboard-> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit content in Footer Editor. Both right and left footer content is from this field.
Let me know if any problem.Regards,
MaheshMay 27, 2016 at 3:20 pm in reply to: Are these customizations possible in Catch Kathmandu Pro? #92429Mahesh
Participant@stanis: If the problem is persisting in other themes too, I think it is more WordPress issue than the theme issue. I recommend you to install the fresh copy of WordPress installation and try again.
Let me know if the problem persist.Regards,
MaheshMahesh
Participantayxaaron: No problem, replace the earlier CSS with the following. This will make the content width equal to slider’s width in homepage only.
.home #main .container, .home #main #primary { width: 100%; }Regards,
MaheshMay 27, 2016 at 2:39 pm in reply to: Are these customizations possible in Catch Kathmandu Pro? #92425Mahesh
Participant@stains: Is the Customizer working fine in other themes or not? Please check and let me know.
Regards,
MaheshMay 27, 2016 at 2:25 pm in reply to: Are these customizations possible in Catch Kathmandu Pro? #92421Mahesh
Participant@stanis: Do you get any error during theme installation? Are you using any plugin? If so try disabling the plugins and check again. I recommend you to try installing the theme again.
Let me know further.Regards,
MaheshMahesh
Participant@ayxaaron: Sorry, I was checking on small desktop screen so didn’t knew the problem. Please use the following CSS.
#main .container { width: 100% } #primary { width: 100%; max-width: 1300px; } #primary #content .hentry { padding: 0 }Let me know if any problem.
Regards,
MaheshMahesh
Participant@ayxaaron: Do you mean to remove the padding in the content too? If so, add the following CSS:
#content .hentry { padding: 5px; }Let me know further.
Regards,
MaheshMahesh
Participant@ayxaaron: Add the follwing CSS.
.no-sidebar.content-full #main .container, .no-sidebar.content-full #main #primary { width: 100%; }Let me know if any problem.
Regards,
MaheshMahesh
Participant@atxaaron:
Hi Aaron,Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (min-width: 981px) { .container { width: 100%; } #primary { width: 70%; } #secondary { width: 25%; } }Regards,
MaheshMahesh
Participant@joshs: I understand your problem. You are using Catch Responsive Free version and the theme has limited customization options and the problem you are facing is one of them. In free version, the featured slider has only two options, demo-slider and page-slider. The feature you seek is available in Catch Responsive Pro, there is an option featued-image-slider through which you can add image, title, content, link as you want in the slider. I recommend you to upgrade to Pro version.
Regards,
MaheshMahesh
Participant@nicolegariepy: Thank you for using Adventurous Pro. Can you please clarify more on the topic. And please post in you site url and let us know what changes do you require and where?
Regards,
MaheshMay 27, 2016 at 9:42 am in reply to: Are these customizations possible in Catch Kathmandu Pro? #92399Mahesh
Participant@stanis:
Hi Stanislav,Thank you for using Catch Kathmandu Pro.
I checked your site and it seems to be working fine. Seems you are still using Catch Kathmandu Free version on you website.
Let me know if any problem.Regards,
MaheshMahesh
Participant@huca: Yes, I understand the problem, but for translation you’ll be using some plugins anyway… right? for example qtranslate-X, using this plugin, you can input strings in multiple language and particular language’s string will be displayed for active language.
Hope you understand.Regards,
MaheshMahesh
Participant@huca: I guess the string is save in as database as ‘Read More …’ so its displaying as it is. Are you using the WordPress’s default language settings for your site? If yes, you can use the string for ‘Read More’ directly in Customizer. Go to Dashboard=> Customize=> Appearance=> Theme Options=> Excerpt Options and add the text in Read More Text field.
Regards,
Mahesh -
AuthorPosts
