not working with this code.
you can check.
now the code is in quick css.
Hi!
1.
I have a lot of Tags for each single post. Is it possible to show only 3 of them (randomly if possible) instead of all??? This will be awesome!
2.
I removed all with the following code in Quick.css – Is this Code ok? i removed the delimiter, because i do not know what it is and it takes a lot of free space from the and of the post to the top of the footer…. or any better solution?
.blog-tags {
display: none;
}
.post_delimiter {
display: none;
}
Thank you for your great support
Thank you, Devin.
I realized this might be an issue that no fix is currently available with the visual editor and I have found a way to get around with it.
Sorry about directing you to the other topics I posted. Didn’t mean to interrupt your workflow.
Thanks again!
Hello!
You can try to add following code to functions.php
add_filter('the_excerpt', 'do_shortcode');
It will activate shortcodes support for excerpts. By default wordpress does not allow html code or shortcodes in the excerpt: http://wordpress.org/support/topic/shortcodes-dont-work-in-excerpts
Cheers!
Peter
Hey astrosoft!
No, right now WordPress does not support this filter for cpts (see: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios/#post-116113 ) – however I expect that they’ll update the function with wp3.8.
Cheers!
Peter
Hi Ismael ,
Sorry I’m going to change my question.
1.) I want a similar navigation like the kriesi site , the social icons look really neat in the navigation. Is this possible in enfold ? I’m using a small non fixed header. If this is a lot of work then I’d rather skip this.
2.) My main issue is with the icons I want to place before the footer. I want the icons inside + the circle to be much bigger , I found this code >
.iconbox_top .iconbox_icon{
float:none;
position: absolute;
left: 50%;
top:-26px;
margin:0 0 0 -26px;
padding:15px; <<< increases the circle size
border-radius:100px;
-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: content-box; /* Firefox, other Gecko */
box-sizing: content-box;
font-size: 20px; <<< increases the font inside
line-height: 24px;
}
My main issue here is I can’t center the icons, i mean not all of them. For example facebook centers fine, while vimeo doesn’t
Is no longer relevant. Too many problems. I changed the theme This topic can now be closed.
Hello dsgnerfw!
What type of header are you using right now? You can increase the size of the social icons using this:
#top .social_bookmarks li a {
width: 40px;
line-height: 42px;
min-height: 40px;
font-size: 20px;
}
Cheers!
Ismael
Hey designinside!
I see you already managed to get it working with the code i provided in the other post, i’m closing this topic.
Best regards,
Josue
I would like to add menu links to the top (where the phone number is) how can I do that?
I would like to change the font color of the phone number font
I am getting a fatal error when I try to update menu’s from – appearance>menu (Catchable fatal error: Object of class WP_Error could not be converted to string in….)
will post more info on my site but can’t seem to find any place to choose “private” reply (it is not available above the submit button)
I would like to add menu links to the top (where the phone number is) how can I do that?
I would like to change the font color of the phone number font
I am getting a fatal error when I try to update menu’s from – appearance>menu (Catchable fatal error: Object of class WP_Error could not be converted to string in….)
will post more info on my site but can’t seem to find any place to choose “private” reply (it is not available above the submit button)
Hey!
Please add this on your custom.css or Quick CSS:
#top .ls-nav-prev, #top .ls-nav-next {
font-family: 'entypo-fontello';
}
Cheers!
Ismael
Hey andypeck!
1.) Add the following on the Quick CSS field or custom.css:
#header_meta {
background: red;
}
2.)
#top .social_bookmarks li a {
width: 40px;
line-height: 42px;
margin: 0px;
padding: 0;
min-height: 40px;
font-size: 20px;
}
3.)
#header_main_alternate, #avia-menu {
background: red;
}
4.) You can inspect each menu item then look for the menu list id:
#menu-item-755 a {
background: blue;
border-right: 1px solid green;
border-left: 1px solid yellow;
border-top: none;
}
Cheers!
Ismael
Hi groggy4pres!
1.) It will show the full width of the image but it takes time to resize. You can resize your browser then reload the page, you’ll see the whole width of the slider image.
2.) It doesn’t crop on my end but the logo needs a top margin. Add this on your custom.css or Quick CSS:
.logo {
margin-top: 20px;
}
.header-scrolled .logo {
margin-top: 0;
}
Cheers!
Ismael
so the total css code is:
#seriesengine .enmse-selector select { height: 40px;
.page-id-3510 #top select { margin-bottom: 0; }
Is this correct?
Also, code you suggest works fine with IE and Firefox. However, the combo boxes are unaffected with Chrome and seem narrower than with the other two browsers.
Hey RicardoSuarez!
Just add this on your custom.css or Quick CSS:
#top .main_menu .menu>li:last-child>a {
padding-right: 10px;
}
Remove browser cache then reload the page.
Cheers!
Ismael
Hey Nora!
You can target the header when scrolled by using the .header-scrolled class, see:
.header-scrolled .logo img { padding-top: 5px; }
Best regards,
Josue
Hello Christian!
Add this code too:
.header-scrolled .logo{ top: 0; }
Best regards,
Josue
Hello!
Please add this code as well
.page-id-3510 #top select { margin-bottom: 0; }
That should do it
Best regards,
Yigit
Hi Yigit!
My operating system is Windows 7. Chrome is the only browser I’m having a problem in. What’s happening is that as I scroll around, certain sections appear black over the page.
**I just now realized, this is the only page having the problem, and it’s only the top portion of the page. All I did was add a few items to one of the demo content pages, but maybe some of the html got screwed up. I think I’ll just try creating a new page and start over. I’ll let you know if the problem persists.
Thanks!
Michele
hi,
now the logo is in the middle which is correct so far but if I scroll down, the header gets minimised and the 14px top is too much and the logo is not longer in the middle….
is there an option to disable the 14px top margin when the header is scrolled? or is there another hack?
greetings
christian
Hello jennallocco!
1) Please try adding !important to force it
#top .social_bookmarks { font-size: 18px!important; }
2)
#top .social_bookmarks li a { width: 50px; }
Regards,
Yigit
Hello,
I did quite a bit of searching, but just not finding the fixes so hoping I can get some help…
1. This is a new one for me (I swear I hadn’t seen it happening before). I’m not sure what I did, but now when I hover over ANY image on my site, the text below it jumps down about 10 pixels (give or take). Why is it doing this and how can I get it to stop?
2. I’m using the theme in boxed mode and would like to add banner images below the main nav at the top, but above the header wording and only on some pages. Is that a custom field or something else I can do per page? Thoughts?
3. I’d like to make the width of the colored line at the top of the drop down menus in the top nav a little thicker. Can I do that?
4. I’d like to make the small arrow bullets in the mega menu circles instead. Can I do that?
Thanks a ton!
mdgworld
Hi!
So i’m closing this topic for now, if you have any questions or issues, feel free to open a new one :)
Regards,
Yigit
Hi timfl!
The images will display at whatever size the container is at that time. So on desktops showing full size they will expand to the 603 width that you are seeing now.
Unfortunately there isn’t any setting to use a smaller width than that so using at least that width is best.
Regards,
Devin
If you put the shortcode in a color section with a custom ID filled into the custom ID field you could then target those columns and add your own widths to them.
Something like this:
#top #my-custom-wc-products .products .product {
width: 19.20%;
}
I’ll go ahead and close the topic then.