Hi,
Add a unique selector for the p tag and the span tag. Then add the styling on your custom.css.
<p class="unique-p-id">Title</p><br><span class="unique-span-id">Subtitle</span>
Use Media Queries to make them responsive. Read Nick’s instructions here: https://kriesi.at/support/topic/responsive-problem#post-120098
Regards,
Ismael
I don’t see anywhere in the documentation, but to have options like in the Demo http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ (Top area and two parallax/fixed backgrounds on down the page) THNKS as one my Many FAVS in this incredible KRIE$I Work!
#WOW
THNKS
-Sterling
Hi David,
You would need to create a separate print stylesheet that will re-design the page how you want it for print. There isn’t currently one included with the theme.
See the following for a quick reference on the topic: http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/
Regards,
Devin
I’ve still not been able to actually re-produce it. Even when creating a layout based on what you are saying breaks it so I’m not sure what the difference could be.
The above will definitely fix I can’t quite say its a bug at this point as locally and live its not repeatable from what I can see.
Regards,
Devin
That changed it to the correct font, thanks. But why should it be necessary if I chose it in the Theme settings? Is this a bug?
And if I want a different font for the heads, I assume I need to likewise assign it in the quick CSS?
Hi giannag,
Are you using 1.7.1 version of the theme? If not make sure to re-download the theme files and update your live site. I’ll flag the topic for Dude so he has it in his queue since you already sent him your login details.
Regards,
Devin
Hi Silvio,
Currently, there isn’t a mechanism in place to do that. You would need to target each icon individually and change them with css.
Regards,
Devin
Hi,
Please update to Enfold 1.71.
This is the current color of the ghost font
#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 {
color: #777 !important;
}
The disappearing message I believe is fixed in the updated theme.If not here is the css that takes care of it
.ajaxresponse {
overflow: visible !important;
}
Thanks,
Nick
Thanks, formateins, I have already found a good plugin and it works fine. I’m not so perfect in coding ;-)
My solution:
https://kriesi.at/support/topic/enfold-comments-on-pages
Hi,
1.
/*---- Font Menu Hover Color ----*/
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}
/*---- Background Menu Hover Color ----*/
.header_color .main_menu .menu ul li a:hover {
background-color: red;
}
2.
body#top {
font-size: 15px;
}
3.
Please open /framework/php/class-breadcrumbs.php and goto line 26 and to line 186.
Inside that file, you will need to search for __ (two underscore characters). You will find a lot of words used in breadcrumbs that need translating (i see 24 lines in total including above 2).
Ofcourse i am not sure why you are doing this since if you install WPML (pay) or this http://wordpress.org/plugins/codestyling-localization/ free plugin , you can translate directly from the backend all the words in the theme into french.
—
There is no need to install custom.css plugin, since the theme has Quick CSS, a text area located in Enfold > (Theme Options) > Layout Styling .on the bottom of the page… where you can paste any css and click save.
Thanks,
Nick
Link above shows the alignment problem. I guess I’m confused about the video posts though. I thought if I chose video format then any link inside of the post would generate the video to be shown on that particular post. Is that the case? Sometimes if I paste a link, it does not show a video on the post page, like this one:
shanetucker.com/videos/sighted
On this link, you will see that the text “check it out” leads to the vimeo page, but I want the video to be embedded on this page. The link you mentioned shanetucker.com/videos/every-day-is-a-blessing-not-a-right/ actually shows my work around of adding an iframe to the page but I don’t want to have to do this for every video and i want them to load in the top of the page like the template is set up for.
What now?
Hi,
I don’t need class names.
Only Second Image
#top.page-id-3760 div.entry-content p:nth-of-type(3) span {
display:none !important;
}
Only Third Image
#top.page-id-3760 div.entry-content p:nth-of-type(5) span {
display:none !important;
}
Only Fourth Image
#top.page-id-3760 div.entry-content p:nth-of-type(6) span {
display:none !important;
}
First, Second, Third Image but not Fourth Image :)
#top.page-id-3760 div.entry-content p:nth-of-type(2n+1) span {
display:none !important;
}
Since you have paragraphs with text between some images but not other images, the numbers are not in order 1,2,3,4.
Thanks,
Nick
Take a look at the video tutorial in this topic for using Firebug to identify and modify css: https://kriesi.at/support/topic/fyi-firebug-tutorial-for-wordpress-users
That will help you with picking out specific classes and changing font, colors, weight, padding etc.
Regards,
Devin
Hi All,
Just checked on my iPad and it does appear but not until you’ve scrolled down a bit on any given page. So scroll down and it should then show up.
Test on my live demo site, personal site and the Enfold demo.
Regards,
Devin
would this affect any of your short codes?
function my_formatter($content) {
$new_content = '';
$pattern_full = '{([raw].*?[/raw])}is';
$pattern_contents = '{[raw](.*?)[/raw]}is';
$pieces = preg_split($pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE);
foreach ($pieces as $piece) {
if (preg_match($pattern_contents, $piece, $matches)) {
$new_content .= $matches[1];
} else {
$new_content .= wptexturize(wpautop($piece));
}
}
return $new_content;
}
remove_filter('the_content', 'wpautop');
remove_filter('the_content', 'wptexturize');
add_filter('the_content', 'my_formatter', 99);
That was going to be my fall back. I wanted your team to be aware of the bug.
#top #main .sidebar{
I’m looking for a way to control the height of the border so it doesn’t go all the way top to bottom. Maybe like 80 percent. I can use an image but maybe you guys can help?
Currently using Enfold theme version 1.6 and the filter option seem to be broken for posts, pages and custom posts. In isolating this issue – I deactivated all plugins, thinking there was a clash – but filter still not working. Then reverted to 2013 theme – and functionality reappears.
We checked 1.7 version changelog and this issue isn’t mentioned.
Specifically – you Filter on Posts by date – and the message “No posts found” is displayed. Click Filter button again and blank screen with “Invalid Post Type”. Searching the support forum – this issue appears to have been reported a few times :
https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml#post-116357
also
https://kriesi.at/support/topic/filterings-products-in-admin-not-works
…and this guy has suggested he has fixed it in the framework
https://kriesi.at/support/topic/universal-filter-issue#post-117920
Hoping that you guys will give this issue some time – as I have a client who does not understand why something as fundamental as this – should be broken?
Thanks that sort of worked.. shows the cart buttons only when logged in but they are on top of each other… take a look…
http://postimg.org/image/ttflu5efd/
if I remove the above css they load properly…
Thanks
MLL
Hi,
This one will disable the first image only on that specific page
#top.page-id-3760 div.entry-content p:first-child span {
display:none !important;
}
Thanks,
Nick
Page with issue: http://ellensheart.org/home/
The text in the promo box is not aligning properly – it’s off not centered vertically with the button. I’m guessing there’s a padding at the top of the text maybe? Is there an easy way to fix this?
Thanks!
thanks,
this is working.
One question. As I have all of the page items on one page, I want to have the menu to stay fixed on top of the page on mobile devices as well instead of disappearing when scrolling down. Is this possible?
Hi,
There are 4 identical images on that page. Which one are you talking about?
You can use this css to remove hover on that page for those images
#top.page-id-3760 .image-overlay.overlay-type-extern {
display: none !important;
}
If you need to do it on a different page, just change 3760 in my code for the id of the page you want to do it on (view source and look for number on the <body tag)
Thanks,
Nick
Hi,
Sorry. My bad.
Ya I do have a solution. Your logo is 70px high and the total space is 116px which makes 46 total pixel of height difference. So lets cut the empty space by half, which is 23 pixels. Then we need to vertically center the logo in the remaining 23 pixels, so lets say 12pixels would be the top margin to vertically center..
Add the following changes to /js/avia.js . Find lines 819-837 .. that start with (curly brackets open) and end with (curly brackets close) and delete everything including the curly brackets, and paste the following in their place
{
var st = win.scrollTop(), newH = 0, newH2 = 0;
if(st < el_height / 2) {
newH = el_height - 23;
newH2 = 12
}else {
newH = el_height / 2;
newH2 = 0
}
elements.css({height:newH + "px", lineHeight:newH + "px", "margin-top":newH2 + "px"})
}
That’s it. I tested it so it works. If you need to add space when the header shrinks, just change the last newH2 = 0 to 12, and add +23 to the *second* newH = el_height / 2 +23;
Thanks,
Nick
Hi,
Please read this post https://kriesi.at/support/topic/left-menu-listing-problem#post-124163 about a new social media icon plugin.
Thanks,
Nick
Hi,
Please read my post here about a new wordpress plugin that has youtube icon. https://kriesi.at/support/topic/left-menu-listing-problem#post-124163
Thanks,
Nick
Hi,
Please read my post here https://kriesi.at/support/topic/left-menu-listing-problem#post-124163 about a glyph icon plugin.
Thanks,
Nick
Hi,
Please look at my post here https://kriesi.at/support/topic/left-menu-listing-problem#post-124163 about a wordpress plugin with similar glyphs.
Thanks,
Nick
There is a 30px blank space above the testimonial I’ve inserted in my layout column. There are no modifications to the regular layout column I am using. The top of the testimonial should align to the box I have on the left in the illustration.
Illustration: https://dl.dropboxusercontent.com/u/608374/testimonial-margin.png
Hi,
I would like to use this plugin http://wordpress.org/plugins/comment-guestbook/ (“Comment Guestbook”) for creating a page as guestbook.
Inspired by this forum post, however for the theme FLASHLIGHT, I’ve tried to change this for ENFOLD, too – but without success.
I added in page.php right after
get_template_part( 'includes/loop', 'page' );
this part of code (don’t know, if this is right):
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
but it doesn’t show me comments on that page.
Yes, in the screen options I have checked the discussion option and in WP’s general discussion settings comments are enabled, too.
Any idea, why this doesn’t work in ENFOLD?
Thanks.