pocapratica
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Longevity] Display Banner Images under the logo areaPerhaps it happens because I want a short banner area. And I’m using an 1920 x 564 px image in the banner.
And I’m using a plugin NextGen Slideshow at the banner area. In that plugin, I defined the image height at 400 px, to the curve image to be over the image.
Forum: Themes and Templates
In reply to: [Longevity] Display Banner Images under the logo areaThanks. You’re so kind for helping us.
Another problem:
Why when I resize/restore the browser window, the banner image height leaves an empty space before the curves? Seems it does not dynamically resizes the image proportionally.
https://prntscr.com/dxvel2Forum: Themes and Templates
In reply to: [Longevity] Display Banner Images under the logo areaBy the way, How can I decrease that space below the main menu?
I can’t find a way through css.
Here has an screenshot https://prntscr.com/dxuhcd
Forum: Themes and Templates
In reply to: [Longevity] Display Banner Images under the logo areaThanks for your help. I didn’t think about the responsive part of the theme.
But what I have in mind was to go up the curve part, and not put an image under the logo. Doing this, it could not be possible to use the widgets in that area, like its possible now.
Thanks. I decided to decrease the banner height and keep it where it is.
Forum: Themes and Templates
In reply to: [Longevity] Display Banner Images under the logo areaI mean between the social and search bar and the begin of the content. Just go up the curve area, under the logo.
I guess this is possible with some css changes.
Forum: Themes and Templates
In reply to: [i-excel] Increase the logo sizeThanks.
I added in custom css
.site-header .home-link img {
max-height: 130px;
}Forum: Themes and Templates
In reply to: [i-excel] Remove Comment count from postsThanks
Forum: Themes and Templates
In reply to: [i-excel] background not visibleUse it to compare both codes: https://www.diffchecker.com/
Forum: Themes and Templates
In reply to: [i-excel] How Can I change Header title call us and Mail UsOpen the file i-excel/languages/i-excel.pot in Poedit and translate it. After that, rename the i-excel.pot and the generated i-excel.mo to you country code (ex. pt_BR.pot and pt_BR.mo). Upload both files and refresh your site with CTRL + F5.
Forum: Themes and Templates
In reply to: [i-excel] Make email link active in Utility BarTry to put the link in the admin area. Like Link text
Forum: Themes and Templates
In reply to: [i-excel] Translated themeOpen the file i-excel/languages/i-excel.pot in Poedit and translate it. After that, rename the i-excel.pot and the generated i-excel.mo to you country code (ex. pt_BR.pot and pt_BR.mo). Upload both files and refresh your site with CTRL + F5.
Forum: Themes and Templates
In reply to: [i-excel] featured imageI need this too.
Forum: Themes and Templates
In reply to: [i-excel] How to add more slidesSorry, I didn’t read the entire questions. I’m using the Itrans Slider and now I can have 10 slides.
Thanks.
Forum: Themes and Templates
In reply to: [i-excel] How to add more slidesHi. I have the same need.
I’m trying…
Modified the file /wp-content/themes/i-excel/inc/custom_functions.php
I increased to 10 on line 45 (+/-)
for( $slideno=1; $slideno<=10; $slideno++ ){And on /wp-content/themes/i-excel/nx_customizer.php
Replicate the section
$wp_customize->add_section(‘slide5’, array(
‘title’ => __(‘Slide 5’, ‘i-excel’),
‘description’ => ”,
‘panel’ => ‘slider’,
‘priority’ => 140,
));
Putting ‘slide5….slide10After that, it shows 10 bullets on the front page BUT don’t show the slide 5 to 10 on the admin area.
Any idea?
BTW, great theme!Forum: Themes and Templates
In reply to: [Longevity] Translating non-english site[Update]
When using PoEdit on Linux, it don’t generates the .mo file.Now, I’m trying on Windows’ PoEdit and it’s generating.
NOW, IT WORKS.
Thanks for the help.