Configuraton

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Mon Jan 12, 2015 9:41 am
Hello Piotr Kunicki!

I've already bothered much to you. :blush:

I wonder if you can help me on this.

1- I want to change the white icon that says. I use a magnifying glass or another. I also want to know if you can put the "active menu" with some color. Whenever it gets as "hover"

01.png


2- I have doubts measurements topic. Should I use the default ones (1030, 820, 580) ?, or, should I use the recommended (800.820, 480)?

02.png


3- I wonder if I can apply a "time of occurrence" as follows.
I tried to use "" <div class="gk-columns" data-column-count="2"> "" does not work well.


03.png


This is the code we use in the "HEADER" part:
Code: Select all
<br>
<br>
<br>
<div class="gk-columns" data-column-count="2"><div>
<h1 align="center"><font color= "#012e40">Nosotros:</font></h1>
<p align="center"><font color="#012e40">Somos una agencia de marketing digital, ubicada en Cartago, Costa Rica. Nuestros servicios, llamados <i><strong>"herramientas"</strong></i>, tienen la finalidad de lograr que su empresa esté más cerca de sus clientes, tanto actuales, como potenciales; para que de esta forma, ambos se puedan conocer más, y se genere un mejor posicionamiento de su marca.</font></p>
</div>
<div>
<img class="aligncenter size-full wp-image-1268" src="http://herramientasdenegocio.com/wp-content/uploads/2015/01/ser1.png" alt="" width="90%" height="90%" />
</div>
</div>
<br>
<center><i class="icon-minus"></i><i class="icon-circle-blank"></i><i class="icon-minus"></i></center>
<br>
<div class="gk-columns" data-column-count="2">
<div>
<img class="aligncenter size-full wp-image-1267" src="http://herramientasdenegocio.com/wp-content/uploads/2015/01/b1.png" alt="ser1" width="90%" height="90%" />
</div>
<div>
<h1 align="center"><font color= "#012e40">Herramientas:</font></h1>
<p align="center"><font color="#012e40">El avance de la tecnología y del Internet, permiten, entre muchas cosas, que las empresas puedan estar más cerca de sus clientes y conocerlos mejor, para que de esta forma, se les pueda ofrecer servicios y productos más adecuados a sus necesidades. Además, se crea un canal en donde el cliente o el posible cliente, puede estár más en contacto con la empresa y de esta forma servirle mucho mejor.</font></p>
</div>
</div>


URL: http://herramientasdenegocio.com
CMS: WP.
Theme: Creativity.


Thank you very much!
User avatar
Junior Boarder

GK User
Mon Jan 12, 2015 12:55 pm
Hi,

Regarding the first issue, please try to add the following code:
Code: Select all
.gk-portfolio .gk-images-wrapper > a > .gk-img-overlay > span:before {
   content: "\f002";
}

#gk-top .menu  > li > a:hover,
#gk-top .menu  > li.current-menu-item,
#gk-top .menu  > li.current_page_item,
#gk-top .menu  > li:hover,
#gk-top .menu  > li.active > a,
#gk-top .menu  > li.current-menu-item > a,
#gk-top .menu  > li.current_page_item > a,
#gk-top .menu  > li.current-menu-ancestor > a,
#gk-top .menu  > li.current-menu-parent > a  {
   color: #aaa;
}


Regarding the second issue, it depends on you, this article may be helpful:
https://www.gavick.com/blog/responsive- ... ess-themes

Unfortunately I don't understand your third issue, the code <div class="gk-columns" data-column-count="2"> works properly on your website, next time please create new threads in appropriate section (Theme Discussion -> Creativity)
User avatar
Moderator

GK User
Mon Jan 12, 2015 5:01 pm
Hello!


Thank you very much for your help!

On the subject of "menu hover"

What I wish is that the menu is active, is displayed in another color.

Example:

04.jpg
User avatar
Junior Boarder

GK User
Mon Jan 12, 2015 10:54 pm
Unfortunately it's not possible using only css, in this case you'll have to prepare some js code which add i.e. active class to the menu item when it's on the current section (depends on the scrolling). It won't be easy.
User avatar
Moderator


cron