Hello, Im using the portfolio (kinda incorrectly) to display and sort Team members by language spoken. Im wondering if there is a way to make it so that if I were to click a link below their portraits, it would open the link instead of opening the AJAX portfolio at the top (and then clicking the link there).
http://worldwideproperties.com/agents/
Alternatively if you know of a plugin that has similar sorting functionality that I might be able to use to display the team and sort by language that would be great to know.
-
This topic was modified 12 years ago by
tetsukage.
Hey!
Try adding this code to the Quick CSS:
.template-shop .product_meta {
top: 0;
margin-bottom: 20px;
}
Cheers!
Josue
Certain places on my website are showing extra text after the 2.7 update. I fixed the social icon text by applying a quick css code that I found on the support site.
I cannot however get rid of the “Search” text next to the search icon in the header and also the “Scroll to Top” text where the arrow is that allows you to scroll to the top of the page
My website is http://www.jaredburnettphoto.com
Thanks.
Hey luoja!
From the Theme Options go to the Import/Export tab. At the top is a button to auto import dummy data into the theme and your WordPress installation.
The location has changed by in this install video I import in the data: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
Devin
Hi adrianwackernah!
The issue was responded to by Peter: https://kriesi.at/support/topic/update-2-7-mag-wpseo-nicht/#post-255247
Regards,
Devin
Hey!
Please remove this code from your child theme style.css file – it hides the post slider
#top.home .avia-content-slider-inner {
height: 5px !important;
}
#top.home .avia-content-slider-inner {
height: 10px !important;
margin-top: -1000px;
}
Regards,
Peter
Hey!
Try adding this code to the Quick CSS:
.title_container .breadcrumb {
top: 15% !important;
}
Cheers!
Josue
Hi!
Worked for me in Safari 7:
http://screencast.com/t/P9uI9jlXU
Cheers!
Josue
Hi fryec1135!
Please add following code to Quick CSS in Enfold theme options under Styling tab
h2 { margin-top: 0 !important; }
If that does not work, please post the link to your website and point out the h2 element
Regards,
Yigit
Hey!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Best regards,
Yigit
Perfect!!!!!
Thank you so much for your help! It looks great!
Hey!
Following code should do it
.av-main-nav > li > a { color: white !important; }
.av-main-nav > li > a:hover { color: red !important; background-color: white !important; }
Regards,
Yigit
Thanks a million Yigit,
That worked perfectly! One last quick question, if I wanted the font colour in the bar to be white so you can see it clearer do I change that in the Quick CSS too? And is there a code to have the rollover state be red text on white background?
I think this is probably more a beginners coding question but if it is handy for you to send through a code I can copy across I would really appreciate it..
I will probably be able to figure it out (eventually. . . through trial and error!!!) but as I said earlier – I’m not the best with coding :)
Thank you again for all your help and speedy responses.
Hey!
Please add following code to Quick CSS as well
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { width: 240px !important; }
Best regards,
Yigit
-
This reply was modified 12 years ago by
Yigit.
Hi!
Please try adding !important rule to the code as following
#header_main_alternate { background-color: red !important; }
.av-main-nav > li > a { color: white !important; }
Currently it is not being applied.
Best regards,
Yigit
hi Yigit,
Sorry – it was moved to agefriendlyireland.ie/wordpress
Thanks
Thanks Ismael, everything is working except the tables aren’t top-aligned. I put the old valign=”top” tag into my table HTML, but that doesn’t seem to do the trick. (Yes, I’m old school – time to learn the new ways of doing things!)
For instance, at http://gator3148.hostgator.com/~yc4c/ wanting Lease/Loan Buyout and Coupons to align with the top of the table.
Many thanks for your assistance. Kriesi continues to blow me away with great support, which is why I continue to buy the theme for various projects – more than a dozen installations!
Cheers!
Drew
Thanks so much Josue. It worked like a charm :)
E.
Hey Jack!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .post .entry-content-wrapper > * { font-size: 18px; }
Regards,
Yigit
Hi,
When updated to 3.9 my TinyMCE also stopped working. We have tried the memory limit, cache plugin, updating(there were none), disabling plugins but still no a thing. Anyone else has an idea?
This reply has been marked as private.
This reply has been marked as private.
Hi Yigit,
I just tried that but nothing happens – I’ve managed to fix the height allowance for the logo but the colour is still giving me issues.
Thank you for your help on this – I appreciate the speedy feedback.
The site is http://www.agefriendlyireland.com/wordpress.
Thanks
Grace
You can disregard my last post. I found the answer in another posting in your forum.
https://kriesi.at/support/topic/social-icons-additional-text/
Thanks,
Patty
This reply has been marked as private.
How can I put in my web site the box in you can see: Account Overview, Edit Profile & Logout that I can see here at the top right? Thanks
Hi
I have tried to find a solution myself, but now I give up :-(
I have a page – Blank – No Header, no Footer. The entire page is wrapped in a color section with a background image. The first element in this color section is an image element with our logo.
Here is my problem – above this image element there is a lot of space. I really want this image to be closer to the top of the page. I have tried various Quick CSS codes myself, but I can’t figure it out.
I have also tried to insert a whitespace separator with both negative values and value 0 – but it doesn’t seem to work.
Can you help me?
Regards,
Johnny
I’m trying to fix the ugly spacing between the h elements. In particular, I would like to remove the top-margin of my h2 element. Please let me know the CSS to make this happen. Thanks!