Forum Replies Created
-
AuthorPosts
-
August 9, 2016 at 9:55 am in reply to: Trying to match width of content+primary sidebar to primary menu width #96853
Pratik
ParticipantYou can use dropbox or any image sharing sites like https://postimage.org/, http://imgur.com/
Regards,
PratikPratik
Participant@tubz-com: Can you let me know how you performed the SEO check and generated report? I need to check that.
Pratik
Participant@skynet,
It should be done by today or tomorrow. Thank you for your patience.Regards,
PratikPratik
ParticipantGreat it worked out 😀
Pratik
ParticipantHi Roland,
This is due to the image being a bit small than required by the theme. So this can be solved in following ways:
1. Use image of size 750x499px so that it takes all width
2. Make image width 100%, this will make image take full width. To achieve this, use following CSS code:#featured-post img { width: 100%; }3. Make image center too:
#featured-post .wp-post-image { display: inline-block; }Let me know if these options work for you or you need something different.
Pratik
ParticipantPratik
ParticipantHi ThemeCatcher,
It is not possible to achieve this in theme currently. you will need to hire a customizer for this as the whole CSS styling needs to be revamped.You can request for customizer here.
Regards,
PratikPratik
ParticipantHi Marcela,
This can be achieved by following these steps:
1. Goto Appearance=> Customize=> Header Image
2. Select either Entire Site, Page/Post Featured Image or Pages & Posts option
* Entire Site, Page/Post Featured Image will show the default header image selected in blog pages and other archive pages
* Pages & Posts will only show header images in pages and posts single page
3. Go to the edit page of the required page, then add Featured Image for that page. Check the video: https://www.youtube.com/watch?v=su8q-AaqNIk if you need help adding featured imagesThis should do it, now, featured image will be used ad Header Image in different pages/posts.
Let me know if you have any problems.
Regards,
PratikPratik
ParticipantYou can use following code in Appearance=> Customize=> Theme Options=> Custom CSS box:
#featured-post .post { text-align: center; }Let me know if you need anything else.
Regards,
PratikPratik
ParticipantCan you post in your sute url? Then I can provide you with CSS code.
Pratik
ParticipantI checked your site and you are using Free version of Featured Content and Slider.
The free version have Featured Page Content and Featured Page Slider so adding new posts should not hamper them at all.They are loading fine when I checked.
Pratik
Participant@ericsarts,
Is there any way to adjust the sidebars of my catch flames theme to appear in a masonry layout when in a mobile viewport (iPad specifically)?
I am afraid this is not possible via this support thread as this falls under custom work. The developer will need to sort out CSS on the required screen+there needs to be extensive check so that it does not effect other mobile views. You can go to link to request a customizer.Also, I am having a very difficult time getting the divs within my sidebar to align exactly centered in any layout other than a standard web browser using a laptop or desktop. When I view the contents of my sidebars in mobile layouts, the contents shift.
Are you talking about the widgets in sidebar like of trip advisor,
How did you add that content, did you use any plugins?Pratik
ParticipantHI JPSSAU,
Custom Image slider is not present in Catch Responsive Free theme. If you want custom Image slider + a lot of other features, it would be better to upgrade to Pro version.
Checkout other features: https://catchthemes.com/theme-instructions/catch-responsive-pro/Free version has featured page sliders, which means, you can add featured images to pages and use them as sliders. For this, please follow the instructions at https://catchthemes.com/theme-instructions/catch-responsive/#featured-slider
Regards,
PratikPratik
Participant@tubz-com: Are you sure you want to remove these? These are accessibility tags, meaning, if someone has screen-read functionality activated due to visual or other impairments, screen will read this text once user gets to this point.
If you still want to remove these, let me know but it is highly recommended you keep these.
August 6, 2016 at 12:48 pm in reply to: Trying to match width of content+primary sidebar to primary menu width #96694Pratik
Participant@davidamericana-usa-com:
I am not quite clear to exactly what you want. You can add in your CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box. This will override the main CSS file.It is not good to edit core theme files as when you update the theme, the changes will be lost. If there are major changes, please do it via child theme. More info: https://catchthemes.com/blog/create-child-theme-wordpress/
Also, can you make your requirements clear maybe via a screenshot?
Pratik
Participant@paskanat: This must be caching issue. Have you got any caching plugins installed. Try clearing your browser cache as well.
Also, please post in your site url so I can check it.
Regards,
PratikPratik
Participant@edwin: I tried it in our servers and it is working fine. I can provide you with custom CSS as well if you need.
You can use following code:
#homepage-message { color: #ffffff; /* For text-color */ background-color: #000000; /* For background color */ } /* For Button */ #homepage-message .right-section a { background-color: #8224e3; /* For background color */ border-color: #333333; /* For border color */ color: #eeee22; /* For text-color */ }Remove the lines if you do not need them. You can change # color codes as required.
Regards,
PratikPratik
Participant@edwin:
Since you are using Adventurous Pro Theme, You can adjust the colors for promotion headline via Appearance=> Customize=> Colors=> Promotion Color OptionsLet me know if this does not work.
Regards,
PratikPratik
ParticipantCan you let me which link exactly you want to change color of? I can provide you code for it once I know which link you are talking about.
Pratik
ParticipantGreat you solved it yourself.
You can increase excerpt text words size in Customizer=> Theme Options=> Excerpt options.
-
AuthorPosts
