Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @jeremyknsm,
There is only one design. Just go to Appearance=> Customize=> Theme Options and turn on the sections you want.
Pratik
ParticipantHi Alice,
Just goto Appearance=> Customize=> Theme Options=> Homepage/Frontpage options, there select the category you want and save.
This should fulfil your need. Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @jeremyknsm,
The design is there in free version as well. You can try free version and check it out. Pro version has some extra features that are given here: https://catchthemes.com/theme-instructions/high-responsive-pro/.
Regards,
PratikJanuary 6, 2018 at 12:36 am in reply to: Drop down menu hidden behind 'before content' sidebar. #129232Pratik
ParticipantHi @fireflywebs,
This is a strange issue. Can you try activating the parent theme and see if the problem persists?
Regards,
PratikJanuary 6, 2018 at 12:26 am in reply to: Background image repeats horizontally on only some pages #129231Pratik
ParticipantIt seems to be some conflict with a plugin or so.
Try adding following code in Appearance=> Customize=> Additional CSS box:
body.custom-background { background-size: cover; }
This should make issue go away on all pages.
Let me know how it goes.
Regards,
PratikJanuary 5, 2018 at 9:37 pm in reply to: CSS for no ul hyper links but change color and background on hover #129225Pratik
ParticipantHi Anders,
Glad the problem is solved. Try regenerating thumbnails using regenerate thumbnails plugin next time.
Regards,
PratikPratik
ParticipantHi @temppelinemanta,
I have fixed it and sent it for update. It should be available to you by the end of the week. If you want to fix it asap, replace line 23 of cleanportfolio/template-parts/testimonial/content-testimonial.php by following:
<?php the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '">', '</a></h2>' ); ?>
Regards,
PratikPratik
ParticipantHi @andrewshinn,
We can do it via CSS. But for that, I will need to see the menu where there is issue. Also, it would be good to add the menu item on far fight has problems with drop-downs on further levels, so it is better to add those type of items on left most corner.
Regards,
PratikPratik
ParticipantHi @abisbee,
You need to add following code or edit the code line if previously exists:
define( ‘DISALLOW_FILE_EDIT’, true );
Pratik
ParticipantHi @catwingz,
Please add following this code in your child theme.
In line 35, change 250, 250 to any size you want. Finally after that, please regenerate the thumbnails using plugin Regenerate Thumbnails.
Regards,
PratikPratik
ParticipantHi @abisbee,
To restrict it to certain category, it is not possible via Recent Posts. For that you can do two things,
1. Use CT: Featured Post widget and add in posts one by one ( This defeats the idea of selecting category )
2. Use Essential Widgets Pro Plugin. This plugin has EW Featured Posts widget that allows you to do all the things that you describe.
I don’t understand what you mean by editing? For small CSS just add in code at Appearance=> Customize=> Additional CSS box.
Regards,
PratikPratik
ParticipantHi @abisbee,
Thanks for your reply. I misunderstood the issue, you are right.
Please try what @abisbee has said, create a menu with no link to that page. For creating menus, take a look at https://codex.wordpress.org/WordPress_Menu_User_Guide.
Regards,
PratikPratik
ParticipantHi @temppelineanta,
There seems to be bug with theme theme on testimonial links. We will fix it in next update.
Regards,
PratikPratik
ParticipantCan you let me know the options you are using in Appearance=> Customize=> Theme Options=> Layout Options?
Pratik
ParticipantOk I see the problem. You have Jetpack mobile theme setup. You need to turn off the Jetpack Plugin’s mobile theme. Check https://jetpack.com/support/mobile-theme/ for more info on how to deactivate it. Once deactivated, please clear your cache if the Jetpacks mobile view still appears. Mobile view of our theme should look like this https://catchthemes.com/demo/clean-portfolio
Let me know how it goes.
Regards,
PratikPratik
ParticipantCan you post in your site url?
Pratik
ParticipantHi Pete,
I have edited the code above a bit. Near bottom of code, you should see font-size: 20px, just increase or decrease this 20 as per your liking and you will get desired results.
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @avphotos,
In that case, you can do following:
Solution 1:
* Since you have setup home page, just add gallery in the homepage content, then hide home using following code in Appearance=> Customize=> Additional CSS box:.home #main .entry-header { display: none; }
Solution 2: Goto Appearance=> Customize=> Custom CSS and add following code:
.home #primary { display: none; }
Then use portfolio to display images. Check instructions at https://catchthemes.com/theme-instructions/fotografie/#portfolio-option-ect on how to do that.
Regards,
Pratik -
AuthorPosts