Forum Replies Created
-
AuthorPosts
-
April 30, 2018 at 11:43 pm in reply to: How to change the main menu location of Rock Star Pro Theme #144935
Skandha
Participant@eduarddevries69: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-header-menu { float:left; } .site-branding { float:right; }Let me if this is what you want.
Kind Regards,
SkandhaSkandha
Participant@hanmedia: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.entry-meta .author { display:none; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@hanmedia: It should be possible with the addition of bit of CSS Code. Please post in your site URL and let me know what information you want to disable.
Kind Regards,
SkandhaSkandha
Participant@petegwebmaster: Maybe this is a cache issue. Please try clearing your browser cache and let me know if the issue persists.
Kind Regards,
SkandhaSkandha
Participant@dumont: Please disable all the plugins and check if this resolves the issue.
Let me know if the issue persits.
Kind Regards,
SkandhaSkandha
Participant@toddautinw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.testimonial-entry-title a { color:#000; }Let me know if it works out.
Kind Regards,
SkandhaApril 30, 2018 at 2:38 am in reply to: Segmenting Static Home Page with read more or excerpt #144850Skandha
Participant@jrdphd: Hello there, Sorry for the delayed response. You can put the whole content to a new post. Then you can Go to => Customize => Homepage Settings => Select Your Latest Posts. Then you can display only this post on your homepage as an excerpt.
Let me know if this helps you out.
Kind Regards,
SkandhaSkandha
Participant@msoellner: Please try disabling all the plugins and check if this solves your issue.
Kind Regards,
SkandhaApril 30, 2018 at 1:14 am in reply to: Feature Slider and others things not working in Clean Business Pro #144846Skandha
Participant@maryw2wdance-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.es_button #es_txt_button { background-color:blue; border-color:blue; }You cannot update pro themes like the way you update free themes.You’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/clean-business-pro/#updatingLet me know if this solves your issue.
Kind Regards,
SkandhaApril 30, 2018 at 1:06 am in reply to: Infinite Scroll (Click) Pagination Style for posts not working #144845Skandha
Participant@friarpaul: You will need to login with your wordpress username and password to be able to leave a review.
Kind Regards,
SkandhaSkandha
Participant@madamviolet: You will need to add a bit of CSS code for that. Please post in your site URL and tell me what changes you want to be made.
Kind Regards,
SkandhaSkandha
Participant@msoellner: Can you please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@bjbarker: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#menu-item-80 .sub-menu li a { font-size: 15px; height:50px; }This should change the font size and height of sub menu under Gents.
You can change the font-size and height according to your requirement.Kind Regards,
SkandhaSkandha
Participant@roland500sel: Can you please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@petegwebmaster: You seem to be using table and the width of the table cannot be adjusted using CSS Code. I suggest you to hire a customizer.
Kind Regards,
SkandhaApril 27, 2018 at 7:06 am in reply to: Infinite Scroll (Click) Pagination Style for posts not working #144755Skandha
Participant@friarpaul: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-adaptive/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day!Kind Regards,
SkandhaSkandha
Participant@leannev: You cannot update pro themes like the way you update free themes.You’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-responsive-pro/#updatingLet me know if you are still having trouble updating the theme.
Kind Regards,
SkandhaSkandha
Participant@petegwebmaster: It is not possible to add two logos one for mobile view and one for desktop view. However what you can do is add a logo and a header image. On mobile view you can display the site logo and hide the header image and on desktop view you can display the header image and hide the site logo. This way you can get a square image on mobile view and rectangular image on desktop view.
After adding site logo and header image.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width:991px) { #header-featured-image { display:none ; } } @media screen and (min-width:991px) { #site-logo { display:none; } }Let me know if this works out for you.
Kind Regards,
SkandhaSkandha
Participant@quickssilverr: Go to => Appearance => Customize => Site Identity => Click on Site Logo and upload your Logo.
Let me know if this solves your issue.
Kind Regards,
SkandhaSkandha
Participant@toddautinw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.testimonial-entry-title { pointer-events: none; cursor: default; text-decoration: none; color: black; }Let me know if this is what you want.
Kind Regards,
Skandha -
AuthorPosts
