-
AuthorSearch Results
-
July 11, 2013 at 1:57 pm #128377
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
July 11, 2013 at 1:35 pm #128844In reply to: Hover effect on single image
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
July 11, 2013 at 1:21 pm #26069Topic: Promo Box text alignment issue
in forum Enfoldkindledmind
ParticipantPage 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!
July 11, 2013 at 1:18 pm #127669In reply to: page anchor scrolling?
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?
July 11, 2013 at 1:09 pm #128842In reply to: Hover effect on single image
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
July 11, 2013 at 12:51 pm #127934Hi,
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
July 11, 2013 at 11:50 am #127056In reply to: Icon List – Custom Icon Image
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
July 11, 2013 at 11:49 am #127053Hi,
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
July 11, 2013 at 11:48 am #127482In reply to: Ability to add custom CSS icons
Hi,
Please read my post here https://kriesi.at/support/topic/left-menu-listing-problem#post-124163 about a glyph icon plugin.
Thanks,
Nick
July 11, 2013 at 11:46 am #128930Hi,
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
July 11, 2013 at 11:02 am #26063Topic: Space above single testimonial inside layout column
in forum Enfoldkaysperre
ParticipantThere 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
July 11, 2013 at 8:38 am #127933Hi again, any clue to fix the problem?
I would need to reduce the height of the header. Reducing the height of the logo does not make any difference in header’s height, it does only make the logo float to the top. http://
Would you mind helping me? Thanks
July 11, 2013 at 8:16 am #123198In reply to: LEFT MENU LISTING PROBLEM
Hi,
You can add something like this on your custom.css or Quick CSS
#top .social_bookmarks_facebook a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter a{color:#fff; background-color:#46d4fe; }Refer to css > layout.css for each social icon background color.
#top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }
#top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
#top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
#top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
#top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
#top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
#top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
#top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
#top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
#top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
#top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
#top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
#top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
#top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
#top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }Regards,
Ismael
July 11, 2013 at 8:08 am #128943Hi,
Please add this on your custom.css or Quick CSS
body {
font-family: "Droid Sans", "Open Sans", Helvetica Neue;
}Regards,
Ismael
July 11, 2013 at 4:48 am #129098In reply to: Change icon in image link- Enfold theme
Hey,
Glad you fixed it. :)
If you like Enfold, please write a testimonial here: https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
July 11, 2013 at 4:13 am #128762In reply to: addthis Social Share html
Hi,
First go to the Add this plugin dashboard. Settings > Addthis Share. Fill in the AddThis Profile ID: then login using your Addthis account. Get the Addthis API code on your actual addthis account. Sign in here: https://www.addthis.com/login
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>
<!-- AddThis Button END -->Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > portfolio.php, find this code.
$output .= "<h2 class='portfolio-preview-title'><a href='{$link}'>".$entry->post_title."</a></h2>";Below, add the addthis api code with some modifications.
$output .= '<!-- AddThis Button BEGIN -->';
$output .= '<div class="addthis_toolbox addthis_default_style ">';
$output .= '<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a';
$output .= '<a class="addthis_button_tweet"></a>';
$output .= '<a class="addthis_button_pinterest_pinit"></a>';
$output .= '<a class="addthis_counter addthis_pill_style"></a>';
$output .= '</div>';
$output .= '<!-- AddThis Button END -->';After that, open footer.php, find this code
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>Below, add the addthis javascript code with your unique profile id. It will look something like this.
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>We got the code from the original API code.
If you successfully did the instructions above, you will have the addthis button below the portfolio title.
Regards,
Ismael
July 11, 2013 at 3:06 am #129097In reply to: Change icon in image link- Enfold theme
Just saw this post here so I should have this resolved https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2
Thanks much
July 11, 2013 at 2:32 am #126014In reply to: Top Margin on H3 Special Heading not consistent
Hi,
Did you try modifying the selector on your custom.css or Quick CSS?
.av-special-heading.meta-heading.blockquote.modern-quote {
margin-top: 0 !important;
}Regards,
Ismael
July 11, 2013 at 2:10 am #115178In reply to: Javascript broken on POST EDIT page
I’m having the same issue, javascript is broken for Edit Post, but does work for Page & Portfolio edit. Avia Builder doesn’t show, and other modules don’t open such as SEO module and Screen Options.
I also tried deactivating all plugins, still broken
I also have the same error in firebug:
Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’ jquery.js?ver=1.8.3:2
v.extend.error jquery.js?ver=1.8.3:2
(anonymous function) jquery.ui.widget.min.js?ver=1.9.2:5
v.extend.each jquery.js?ver=1.8.3:2
v.fn.v.each jquery.js?ver=1.8.3:2
e.fn.(anonymous function) jquery.ui.widget.min.js?ver=1.9.2:5
(anonymous function) postbox.js?ver=3.5.2:129
v.extend.each jquery.js?ver=1.8.3:2
v.fn.v.each jquery.js?ver=1.8.3:2
postboxes.save_order postbox.js?ver=3.5.2:128
$.AviaBuilder.place_top avia-builder.js?ver=0.2:121
$.AviaBuilder.set_up avia-builder.js?ver=0.2:104
$.AviaBuilder avia-builder.js?ver=0.2:93
(anonymous function) avia-builder.js?ver=0.2:1303
l jquery.js?ver=1.8.3:2
c.fireWith jquery.js?ver=1.8.3:2
v.extend.ready jquery.js?ver=1.8.3:2
A
Dude, I created an admin account for you, as you instructed for Samuel. If you get a chance to take a look that would be great. The site is not live yet, so no worries deactivating anything.
Thanks
July 11, 2013 at 1:50 am #123708In reply to: How do I change the tab id in the URL?
Hi joe88,
All feature requests go in the feature request topic right now so that Kriesi can easily look through them.
As Peter said however right now it would break the tabs so it would need to be implemented as a feature addition.
Regards,
Devin
July 11, 2013 at 1:29 am #128450In reply to: Blog Post Header
Hi maxosbon,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .title_container {
display: none;
}That should remove it everywhere in all instances.
Regards,
Devin
July 11, 2013 at 1:12 am #128793In reply to: Simple fade transition in layerslider ?
Hi oliviad,
With the Layerslider yes, you need to animate each element you add. You could do a single layer on top of everything that fades in with each slide or something like but if you want a simple slideshow fade then you can and should just use the regular slider element.
Regards,
Devin
July 11, 2013 at 1:10 am #126923Very similar except target the different div:
#top .flex_column.av_one_full.first.avia-builder-el-4.el_after_av_one_full.avia-builder-el-last.column-top-margin {
margin-bottom: 0;
}
#top #av_section_1 .template-page.content.twelve.alpha.units {
margin-bottom: 0;
}July 11, 2013 at 12:05 am #126922Thanks Devin, that resolved it for the 2 column layout. For some reason the 1 column image on top is still adding the padding to it. Could you check that?
Thanks much,
Chris
July 10, 2013 at 11:14 pm #126921Just saw your email now. Even if the padding is removed the iphone images are too small to actually extend the full height of the color section which is the issue I think you are trying to solve (at least on tablets they are).
On mobile, you could use:
#top .flex_column.av_one_half.avia-builder-el-12.el_after_av_one_half.avia-builder-el-last {
margin-bottom: 0;
}
#top #av_section_2 .template-page.content.twelve.alpha.units {
margin-bottom: 0;
}And put it inside the media query in the custom.css file for mobile only.
Regards,
Devin
July 10, 2013 at 11:05 pm #126013In reply to: Top Margin on H3 Special Heading not consistent
The header with the video has this class:
av-special-heading meta-heading blockquote modern-quote
The header without the video has this class:
av-special-heading meta-heading blockquote modern-quote avia-builder-el-6 avia-builder-el-first
The CSS adding top margin like this:
.av-special-heading {
clear: both;
display: table;
margin-top: 50px;
width: 100%;
}By removing the video ‘.avia-builder-el-first’ gets added to the CSS class so the new CSS is this:
body .container_wrap .avia-builder-el-first {
margin-top: 0;
}July 10, 2013 at 10:45 pm #127804In reply to: Nested short codes
What’s up Dude, i talked to the plugin author and he said:
“…JavaScript is being wrapped in paragraph tags. This is something that WordPress does when it is processing content. Normally this isn’t an issue with shortcode content however I have seen it happen with several “premium” theme frameworks and plugins which attempt to do cache. Essentially what happens in the content gets rendered and saved to the cache then it gets re-rendered when it is read from the cache and WordPress interprets line breaks and paragraphs and then adds paragraph tags. Obviously this creates unexpected consequences. The themes that I have encountered this with offered a [raw][/raw] shortcode which needed to wrap around our shortcode to prevent this from happening. Take a look at the “wpauto” filter (http://codex.wordpress.org/Function_Reference/wpautop).”
Does enfold have such a raw short code?
July 10, 2013 at 8:35 pm #26030Topic: Infinite Scroll Issue in Portfolio
in forum Enfolddave1harris
ParticipantWhen you are inside of a portfolio item and click the top image to zoom in further the light box appears on the bottom of the page just out of view. When you try to scroll to the image it continues to push it down causing a never ending page.
July 10, 2013 at 8:00 pm #126920Hi Devin, I emailed again yesterday. Basically I just need to know how to remove bottom padding of sections in mobile devices because it keeps adding about 30 px to top and bottom of padding in mobile / responsive layout. This is crucial to get this resolved quickly as site is ready to go live soon.
Thanks much
July 10, 2013 at 7:11 pm #128791In reply to: Icon Box without Icons
I may correct this, but you need some work-around with CSS/HTML. If you enable the debug-feature of Enfold, you’ll get a simple textarea below the builder. So you may add an own wrapper around your iconbox-element having a unique id (or class). This way, you are able to address only the iconboxes in context and give it a simple display:none. A global overwrite will look like this:
.main_color.iconbox_top .iconbox_icon {display:none;}If you wrap some iconboxes with a specific div like .my-boxes, it should look like
.my-boxes .iconbox_icon {display:none;}In case you like to keep the small square box on top, this gets a lil bit nifty. You have to overwrite the selected icon using jQuery. Otherwise you may set the color of the icon to the background itself… ;)
I’ll have to create a work-around a bit further than that – my customer want’s some own icons (graphical)…. :(
PS: Adding an empty icon the the typo-listing is also an option – but I’ll leave this to the support team.
-
AuthorSearch Results
-
Search Results
-
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!
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
When you are inside of a portfolio item and click the top image to zoom in further the light box appears on the bottom of the page just out of view. When you try to scroll to the image it continues to push it down causing a never ending page.
