user2015
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Adjust menu height in mobile viewI am using this code to see the logo at the left side and the menu at the right side but I think the issue is related to the logo size. Am I right?
@media only screen and (max-width: 767px){
.site-header .col-xs-12 {
width: 50%;
}
.site-header .col-xs-12:nth-of-type(1) {
text-align: left;
}
.site-header .col-xs-12:nth-of-type(2) > div {
margin-right: 15px;
}
}Forum: Themes and Templates
In reply to: [Sydney] Adjust menu height in mobile viewKharis,
It doesn´t work. Perhaps I have to change the logo size as it has the same size as in the desktop view.Forum: Themes and Templates
In reply to: [Sydney] on mobile view page slips right to leftThank you very much!
Forum: Themes and Templates
In reply to: [Sydney] Portfolio, services menu not showingI figured it out. The page builder plugin was missing!
Forum: Themes and Templates
In reply to: [Sydney] Portfolio, services menu not showingForum: Plugins
In reply to: [Relevanssi - A Better Search] Results orderThanks for your answer Mikko.
I think I wasn´t clear. I need to order them by the date in which each book was published (ACF field), not the date in which each book was posted.That is:
Title: XXXX
Author: XXXX
Date: 2016Thanks for your help
Forum: Everything else WordPress
In reply to: Edit a threadI want to edit the paths.
Forum: Everything else WordPress
In reply to: Edit a threadI want to edit a thread I´ve posted in Engrave-lite theme.
Isn´t it possible?Forum: Plugins
In reply to: [Relevanssi - A Better Search] Specific searchesOk, thank you!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search for numbersThank you very Much Mikko!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search for numbersYou´re right. Now it works!!
And what code should I add to include the equal sign into a search?i.e.: 16=1 Tomo I
Thanks
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Blank setting pageok, thank you!
Forum: Themes and Templates
In reply to: [OnePress] Transparent headereYou´re right, now it works but a grey rectangle keeps appearing below the images when hero slider is displaying in mobile devices.
Forum: Themes and Templates
In reply to: [OnePress] Transparent headereThat code doesn´t work and in the new version (14.3) this issue wasn´t fixed.
I tempoarily fixed this issue changing height
.site-header-wrapper {
display: block;
height: 1px;
}
but when hero slider is displaying in mobile devices a grey line appears below the images.Forum: Themes and Templates
In reply to: [HashOne] portfolio imagesThanks it works perfectly.
Another question, how can I make the images to display with the demo´s effects ?
When you click on a category the images come from different parts of the screen.
Hope I´ve been clear.