Viewing 30 results - 141,061 through 141,090 (of 142,544 total)
  • Author
    Search Results
  • #26063
    kaysperre
    Participant

    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 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

    #123198

    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

    Hi,

    Please add this on your custom.css or Quick CSS

    body {
    font-family: "Droid Sans", "Open Sans", Helvetica Neue;
    }

    Regards,

    Ismael

    #129098

    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

    #128762

    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

    #129097

    Just saw this post here so I should have this resolved https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2

    Thanks much

    #126014

    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

    #115178

    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

    #123708

    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

    #128450

    In 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

    #128793

    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

    Very 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;
    }

    Thanks 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

    Just 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

    #126013

    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;
    }

    #127804

    In 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?

    #26030
    dave1harris
    Participant

    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.

    http://thiworks.com/portfolio-2/

    Hi 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

    #128791

    In 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.

    Hi Jasmer,

    The icons aren’t actually a single png or entypo icon but instead a combination of both. Eg, the twitter icon is the font character for the twitter bird but the icon background and icon decoration is actually all css. The CSS for which is:

    #top .social_widget_icon {
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    float: left;
    font-size: 17px;
    border-radius: 2px;
    background-image: url("/themes/wp-content/themes/enfold/images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    border-style: solid;
    border-width: 1px;
    }

    and

    .asc_twitter .social_widget_icon {
    color: #fff;
    background-color: #46d4fe;
    border-color: #46d4fe;
    text-shadow: 1px 1px 1px #17ACD8;
    }

    Regards,

    Devin

    #128884

    Hi jdarko82,

    I’ve already responded to your other identical post here: https://kriesi.at/support/topic/fatal-error-loop-stiphp-on-line-1#post-123802

    Please only post a single topic for an issue as it makes it harder for us to answer and others to search when there are duplicates.

    Regards,

    Devin

    #26022
    tyveko
    Participant

    Hi everybody

    After removing the hover effect by modifying enfold/css/base.css – lines 350 to 356 to :

    .image-overlay{display:none;}

    .image-overlay .image-overlay-inside{display:none;}

    .image-overlay .image-overlay-inside::before{display:none;}

    .image-overlay .image-overlay-inside::before{display:none;}

    .image-overlay.overlay-type-extern .image-overlay-inside::before{display:none;}

    .image-overlay.overlay-type-video .image-overlay-inside::before{display:none;}

    #top .hide-inner-overlay .image-overlay-inside{display: none;}

    when the image is hovered a blank space appears under it like in: http://sublimearchitecture.ca/services/

    I tried

    #top.image-overlay {

    display:none;

    }

    but didn`t do nothing. What can I do ?

    Thanks in advance for the support

    Thanks for the great Enfold theme. Best one we used so far!

    Best Regards

    #128790

    In reply to: Icon Box without Icons

    Hi TLinden,

    Not at the moment no but I’ll add the idea to the feature request topic for Enfold.

    Regards,

    Devin

    #114712

    Add the ability to change the URL that uses #tab-id. Using the #tab-id in the URL is not user friendly or SEO friendly for that matter. Please consider an option to the tab element where we can add our own tab name? This is a show-stopper for us as the tab-id does not identify the actual content of the page, especially for SEO. Thanks.

    #26018
    silviouk
    Participant

    Hi there, I’ve looked at a few posts but can’t find a diffinitive answer.

    I would like to control the color of the icon box, not the icon or icon container but the box that holds the text.

    Thanks for your help.

    Silvio

    #128835

    Hi gabriel_khod,

    I’m fairly certain the shortcodes are not supposed to be support within the layer slider right now. They may work in some cases but it isn’t specifically a supported functionality for now.

    I’ll add the idea for them to be added in the Enfold feature request topic.

    Regards,

    Devin

    #128820

    Hi janneal,

    I’ll tag the topic for Kriesi but I’m not sure what could be as I’m not really getting the same result with the latest version of Chrome on Windows7 or Chrome+OSX.

    Regards,

    Devin

    #126012

    Both links work fine for me.

    #26009
    khalidmuharraqi
    Participant

    I have an image with a 3d character (full body from top to bottom) and uploaded as “image1.jpg” with size let say 600x1500px.

    I want to display it on my home page under news update section with size 400×400 (showing cropped face of the same character only) by using the same “image1” and when you click on it, it will open another full news page with “image1” full resolution i.e. 600x1500px.

    My point is I don’t want to upload the same image two times (i.e. 600x1500px and 400x400px). I want to use the same image with different cropped sizes.

    So is it possible to do that?

Viewing 30 results - 141,061 through 141,090 (of 142,544 total)