Forum Replies Created
-
AuthorPosts
-
tikaramParticipant
@bkese : To stop every new page appearing in the menu :
Go to Appearance => Customize => Menus => Top MenuIn Top Menu Box
underMenu Options
Uncheck Automatically add new top-level pages to this menu
Now the newly added pages will not appear in your menu.To delete the existing menu items :
In Top Menu Box
you can see menu items. Click on downward pointing arrow, the menu will expand and then click remove to remove each items you want to remove. Save your settings.Regards,
TikaramtikaramParticipant@stassy : Catch Responsive theme does not supports WPML . Please upgrade to catch responsive pro because it is WPML Ready. Please let me know if you have any other issues.
Regards,
TikaramtikaramParticipant@mmarvel54 : How about using custom post types? I think it will be a better option if you can use custom post types.
Regards,
TikaramtikaramParticipant@bc1235 : You can put image as a footer background using the following css.
.site-footer #site-details { background-image: url(http://yoursite.com/wp-content/uploads/image.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
Change
http://yoursite.com/wp-content/uploads/image.jpg
with the image that you want to use.Regards,
TikaramtikaramParticipant@dosk : Hope your problem has been solved. Let me know if you have any issues.
Regards,
TikaramJune 28, 2017 at 12:01 am in reply to: Substitute front page header/slider with video header #118235tikaramParticipant@zeldafwilliams : Currently, the option to add page header with a video is not available from theme options. You may add images only. You will need to hire a customizer if you like to customize your site.
Regards,
TikaramtikaramParticipant@webrightcaid : Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS: It will remove space from the top
.nav-primary { margin-bottom: 0; }
Regards,
TikaramtikaramParticipant@italianfox : Welcome and let me know if you have any more issues.
tikaramParticipant@italianfox : You can change the color of all menu items from theme options but the option to change color of each menu item is not available from theme options. To change color of each items you need to hire a customizer
Follow this instruction to change color of all menu items.
Go to Appearance => Customize => Color Options => Primary Menu ColorsUnder Primary Menu Colors you can see options like
Background color
Color
Border Color
and more options. Choose your desired colors and save your settings.Regards,
TikaramtikaramParticipant@italianfox : Please post in your site URL.
Regards,
TikaramtikaramParticipant@javadth : Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.entry-content p{ margin-bottom: 0; }
Regards,
TikaramtikaramParticipant@nicolaslhtr : To add a promotion button
You can edit this from “Appearance => Theme Options => Promotion Headline Options”To add a centered text over an image on a page
You need to hire a customizer because this option is not available.Regards,
TikaramJune 25, 2017 at 11:33 pm in reply to: I lost/can't access the homepage of my site. (Catch Mustang Pro) #118110tikaramParticipant@jeffemupark : Its great to know that you have your site working.
Have a good day.Regards,
TikaramtikaramParticipant@jezzen : Hello, there,
I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
https://wordpress.org/support/theme/verity/reviews/#new-post
I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
Thank you so much for your help!Regards,
TikaramtikaramParticipant@rholex : This support forum is for themes and plugins from catchthemes. It seems like you are not using our theme. I will be happy to answer if you have any question related to our themes and plugins.
Regards,
TikaramtikaramParticipant@jezzen : Go to Appearance => Customize => Additional CSS and add this css instead of the previous css i provided.
.site-branding-text .site-title a{ color:#222; } .absolute-header .menu-toggle { color: #222; }
Make sure that you replace the previous css with this one.
Let me know if this worksRegards,
TikaramtikaramParticipant@jessolo : Please try disabling all plugins and change the theme to default WordPress theme like
twentyseventeen
and check if the post is showing up on homepage. If the post is not visible after changing the theme then the issue is not theme related. Let me know how it goes.Regards,
TikaramtikaramParticipant@jessolo : Go to Appearance => Customize => Theme Options => Homepage/Frontpage Settings
under
Homepage posts categories:
Make sure All Categories is selected.Regards,
TikaramtikaramParticipant@jamalesahq : Go to Appearance => Customize => Additional CSS and add the following css to make the logo bigger.
@media screen and (min-width: 768px) { #site-logo .custom-logo { max-width: 300px; } }
Regards,
Tikaram -
AuthorPosts