Forum Replies Created
-
AuthorPosts
-
December 30, 2015 at 10:32 am in reply to: How to make featured slider image width of screen? #81891
Mahesh
ParticipantHi @Robert,
For removing space between featured slider and featured content, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS.
#feature-slider{ padding-bottom: 0; }For full-width slider, Sakin will answer it, its a bit complicated.
Regards,
MaheshMahesh
ParticipantHi @Simon,
Please try changing to core theme i.e. twentyfourteen, twentyfifteen etc, if the the error still shows up it is a plugin issue, try deactivating plugins and check it.
Regards,
MaheshMahesh
ParticipantHi @Simon,
This is not the theme issue, may be some plugins you’ve used is causing this. Try deactivating the plugins and check it again. It would be better if you post in your site url.
Regards,
MaheshMahesh
ParticipantHi @Steve,
For this you have to create custom template. Then create a page and assign that template to it. Then Go to “Dashboard=> Appearance=> Customize=> Static Front Page and select “A static page” from “Front page displays”. And select the recently create post as Front page and Blog page in Post page. In custom template you’ll need to add the code to display custom posts you want in the front page.
This is out of the theme scope, you’ll need to hire a customizer.
Regards,
MaheshMahesh
ParticipantHi @Steve
Thank you for upgrading to Adventurous Pro version.
The theme is already translation ready, you can use translation plugins like qTranslate, WPML. You need to follow their instructions for implementation.
You’ll need to contact their support.Let me know if there is any other theme related problems.
Regards,
MaheshMahesh
ParticipantHi @Frank,
For that, first disable the slider. Go to “Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options” and select “Disable” option in “Enable Slider” dropdown. Then go back to “Customize=> Header Image” and select “Entire Site, Page/Post Featured Image” option from “Enable Featured Header Image” dropdown. Click “Save & Publish” and check the front page.
Regards,
MaheshDecember 29, 2015 at 10:17 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #81809Mahesh
ParticipantHi @Lucia,
Just went through your site. In the Custom CSS, there is an additional closing braces at the very end, please remove it. Please add the above CSS in it, it will work fine. You can also remove the following line from Custom CSS:
@media screen and (min-width: 961px) { }Let me know if this helps.
Regards,
MaheshMahesh
ParticipantHi Alvin,
For changing sidebar widget titles font color, add the following CSS:
#secondary .widget-title{ color: green; }Let me know if any problem arises and please post your site url.
Regards,
MaheshMahesh
ParticipantHi @mailhunter,
For removing large dark lines add following Custom CSS:
@media screen and (max-width: 960px) { .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-535 ul.sub-menu, .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-538 ul.sub-menu, .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-540 ul.sub-menu{ border-top: none; } }For the second issue, image not centered, it is a bit complicated, @Sakin will answer this.
Mahesh
ParticipantHi @Meunier,
I think you are admin yourself. For admin, there should not be any rights problems. Could you please clarify any further on what problems do you get. Please try to add some Custom CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and check it if the values are saving or not.
Let me know if problem persists.
Regards,
MaheshMahesh
ParticipantHi @Alvin,
Please replace your CSS with following:
#main #content .page h1.entry-title > a { font-size: 24px; color:#777; }Let me know if this helps.
Regards,
MaheshMahesh
ParticipantHi @mailhunter,
I think you are trying to hide the item only in mobile view. If so, please use the following CSS:
@media screen and (max-width:961px){ .no-mobile-menu-item { display:none !important; } }Let me know if this solves your issue.
Regards,
MaheshMahesh
ParticipantI think you’ve edit in the theme files for custom background. This can be achieved with Custom CSS. Remove other codes you’ve add into the theme for background image.
In “Dashboard=> Appearance=> Theme Options=> Custom CSS”, remove the following codes:
#sidebar-header-top { background-color: #ffffff; } #branding { background-color: #ffffff; } #header-image { background-color: #ffffff; } #main-slider { background-color: #ffffff; } #main-slider .hentry { background-color: transparent; } #main { background-color: #ffffff; }And add the following :
body { background-image: url('http://www.trendfly.org/wp-content/uploads/2015/12/Web_Blue-Print.jpg'); background-repeat: no-repeat; background-position: top center; background-attachment: fixed; } #branding { background-color: transparent; }Leave the other as it is. Hope this helps with what you want. Please clarify on background stretching when centered point.
Regards,
MaheshDecember 28, 2015 at 9:38 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #81752Mahesh
ParticipantHi Lucia,
Yes you can achieve it with by creating a child theme too, but as it is just a design change it can be achieved with simple Custom CSS too. I’ve checked the with above CSS in Catch Evolution Pro and is working fine.
Please post your site url so I could check it.
Regards,
MaheshMahesh
ParticipantThe option I suggested is the WordPress’s default option. On add/edit post, you’ll see “Screen Options” button just beside “Help” button, click it and some checkbox options will drop in. Check on “Discussion” option in Boxes option. Then you’ll see “Discussion” option under the post content box. Then you can disable comments in post by unchecking “Allow comments” checkbox.
I hope you understand, let me know if any problem arises.
Regards,
MaheshMahesh
ParticipantHi @[email protected],
Comments for blog can be turned off in two ways.
1. Go to Dashboard=> Posts=> All posts -> click ‘Quickedit’ and Uncheck ‘Allow comments’
or
2. Go to Dashboard=> Posts=> Edit post -> ‘Screen options’ near the top right – Check ‘Discussion’ – scroll below post editor – Uncheck ‘Allow comment’
Regards,
MaheshMahesh
ParticipantHi @[email protected],
Sorry, I don’t know the exact plugin fit for your requirement. Please search the plugins HERE
Regards,
MaheshMahesh
ParticipantHi @rflores,
You have used the image for post’s featured image to fit in image slider. It will be automatically cropped to width 210px height 210px. Similarly, the image in the examples you’ve mentioned is cropped to 210px that is why only the center portion of image is shown.
I hope you understand.
Regards,
Mahesh -
AuthorPosts
