teeru@wensolutions
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Clean Corporate] gallery has only 2 columnsHello @drica100
I am very sorry that i am not clear which section you are referring to since photo gallery options is available in the pro theme only .
So please can you post your site URL . and i apologize for the late reply.
Hope you understand .
Best Regards!!!
Forum: Themes and Templates
In reply to: [Clean Corporate] How to increase the size of the logo?Hello @drica100
To increase the size of the logo at first go to Admin Panel / Appearance / Customize / Theme Options > Advanced options / Custom CSS.
Then add the following code there.
.site-branding img { max-height: 200px; max-width: 355px; }
You can adjust the height and width according to your need.
Hope this will resolve your issue.If you have any problem while achieving this result please let us know.
Best Regards!!
Forum: Plugins
In reply to: [WEN Call To Action] No-style theme by default?Hello @cmyee
Currently the feature you are seeking for is not available, there is no hook on the plugin to modify the default value but we have your request noted down and we will let you know if the feature will be available on the next update.
Best Regards!!!
Forum: Themes and Templates
In reply to: [upTown] How to change the height of the header?Hello @rightshoes
To adjust the height of the header ,Please try using the below CSS.
.site-header { height: 96px; }
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [BoldR Lite] Problem with page look (text under the date)Forum: Themes and Templates
In reply to: [Pixova Lite] Remove yellow lineHello @taina015
Yes it is possible to remove the line in other sites. For this i would like to suggest the below CSS.
.blog-intro .intro-title:after, .single .intro-title:after, h1.intro-cta-title:after { display:none; }
I hope this will resolve your issue .
Regards!!
Forum: Themes and Templates
In reply to: [BoldR Lite] Problem with page look (text under the date)Hello @laurentpierru
To place the text beside the date/author, i would like to suggest the below CSS.
.post-contents { margin-top: -259px; margin-left: 95px; }
You adjust the size according your need.
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [Pixova Lite] Remove yellow lineHello @taina015
To remove the yellow line on the homepage at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS.
h1.intro-cta-title { display: none; } .light-section-heading:after { display: none; }
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: Remove FooterI am pleased to know that your issue has been resolved.
Best Wishes!!
Forum: Themes and Templates
In reply to: Remove FooterHello @nancedelia
In order to solve your issues , at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS
div#footer-text { visibility: hidden; } div#footer { background-color: red; } header#masthead { background-color: red; }
I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: Removing the author partI am very glad that i could help you with this .
Have a great week ahead.
Best Wishes!!
Forum: Themes and Templates
In reply to: Removing the author partHello @jeroenk
To solve the following issue yo need to create and activate child theme.
Child theme reference:
Child theme
Child themeAfter successfully creating and activating child theme, in your parent theme’s folder you will see Content-single.php file ,copy this file as it is in child theme’s folder.
In line no:39 you will see fololwing block of code:
<footer class="entry-footer">
Now you need to remove the code from line no:39 to line no:52. i.e. entire footer section.
This will remove the Info from the single post .
Similarly if want to remove the info that is visible in blog page Please repeat the above process .
But use the content.php file in place of Content-single.php .
Here remove the code from line no:43 to line no:56.I hope this will resolve your issue.
Best Regards!!
Forum: Themes and Templates
In reply to: [craft] Home Page Recent Posts Left SidebarHello @davidwiley
As i have checked the theme locally sidebar has not been called in the home.php file so there is no primary widget area in the customize section .
So to call the sidebar.php file in the home.php file you need to create and activate child theme.Child theme reference:
child theme
child themeAfter successfully creating and activating child theme, in your main theme’s folder you will see home.php file copy this file as it is in child theme’s folder.
Now you need edit this file that is in child theme’s folder.Now in that file in line no:48 you will see below block of code:
<?php if(is_front_page()) { ?>
Now you can add the follwing code just above it.
<?php get_sidebar();?>
Then you will find the widget area in the customize section and then you can add the text widget to the widget area and add title and text.
also you can add the follwing CSS to adjust the padding.
li#text-10 { padding-top: 35px; }
Hope this will resolve your issue.
Best Regards!!!
- This reply was modified 8 years, 4 months ago by teeru@wensolutions.
- This reply was modified 8 years, 4 months ago by teeru@wensolutions.
Forum: Themes and Templates
In reply to: Header image not full widthHello @courbanlegends
As far as i have checked locally using twenty fourteen theme it worked fine. I uploaded the image of size 1260 × 240 px as it is suggested by the theme.
And as i have checked your site, to adjust the header image size , i would like to suggest the below CSS.
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img { width: 1343px !important; }
I hope this will resolve your issue.
Best Regards!!
- This reply was modified 8 years, 4 months ago by teeru@wensolutions.
Forum: Themes and Templates
In reply to: [Zerif Lite] White box in Testimonial sectionHello @peggylp
To remove the empty white box under the middle testimonials, Please use the below CSS.
span#rvam_organization_schema_widget-2 { display: none !important; }
I hope this will resolve your issue.
Best Regards!!