albertcla_89
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ares] Load More Postsand if i want only 1 recent post in homepage, how can I do it?
Forum: Themes and Templates
In reply to: [Duena] Completely eliminate sidebar?That’s not true, yes it’s posible to delete the sidebar.
– Go to the folder where you have the template and open the sidebar.php
– Delete all the code inside the file and save it with the same name.
– Go to page.php and change<div id="primary" class="col-md-8
for<div id="primary" class="col-md-12and save it with the same name too.
– Clean cache of you internet browser, and…You got it!
Forum: Themes and Templates
In reply to: [Enigma] Increase width of contentI’ve found it! at page.php
Thanks a lot!
Forum: Themes and Templates
In reply to: [Enigma] Increase width of contentwhere I have to change it?
I’ve been searching “col-md-8” in files inside Enigma folder and nothing :S
Forum: Themes and Templates
In reply to: [SKT Full Width] Size of slider photosSorry, here is my web calellaestademoda.festamusic.com
Forum: Themes and Templates
In reply to: [Spasalon] Text align in Services SectionFinally found changing word-break in style.css
.home_service_para p{ word-wrap: normal; word-break: keep-all; }Forum: Themes and Templates
In reply to: [Spasalon] Social IconsYou have to add them in any of the two menu (I did it in the footer menu and worked well.
When you are editing the menu, click on the right top of the page, Screen options (I am using wordpress in another language so it can be another name), and enable the option css class.
Add the url of your facebook, edit it and put in css class .menufacebook (for example).
Do it whit every social network you want.Then you have to create classes on style.css or in the editor if you’re using “Easy Custom CSS” like this way:
.menufacebook { background-image: url( HERE ) !important; background-repeat: no-repeat !important; width: 20px; height:20px; } .menufacebook a:hover { background-image: url(../../uploads/2014/02/facebookh.png) !important; background-repeat: no-repeat !important; } .menuyoutube { background-image: url(../../uploads/2014/02/youtube.png) !important; background-repeat: no-repeat !important; width: 20px; height:20px; } .menuyoutube a:hover { background-image: url(../../uploads/2014/01/youtubeh.png) !important; background-repeat: no-repeat !important; }Create a png file with the icon you want and upload it to the wordpress. Take the url direction of the icon and paste it where I have put HERE on the css code.
I hope I have been helpful!
Forum: Themes and Templates
In reply to: [Spasalon] homepage troubleContinues the issue nº 2, the code that you gave me didn’t make any change to my page
.services_cols_mn { background: none repeat scroll 0 0 Your custom color code; }It has to be a another solution, is it¿
Forum: Themes and Templates
In reply to: [Spasalon] homepage troubleI found the solution related to the 2nd problem, I add this code to style.css
.container-fluid { background:#e35ede;} .home_product_tagline {color: #fff;}Forum: Themes and Templates
In reply to: [Spasalon] homepage troubleI’m working on localsite it’s for this reason I gave you the link of the photo
Forum: Themes and Templates
In reply to: [Spasalon] homepage troubleHi Hari, thanks for helping, I tried to do what you said, also adding the code to the css file, refreshing the cache but nothing has changed. :S
I didn’t found any related code in the different spasalon css files.Any suggestion?
Forum: Themes and Templates
In reply to: [Spasalon] homepage troubleForum: Themes and Templates
In reply to: [Spasalon] reversed text-decoration functionIt’s the first think that I did, nothing changed :S
Forum: Themes and Templates
In reply to: [Spasalon] reversed text-decoration functionI’ve deactivate all and clean the cache and nothing has happened
Forum: Themes and Templates
In reply to: [Spasalon] Dropdown menuwhat is the css code to change the sub-menu items, what is explained above it only helped me to change the color of the menu that have sub-pages