Viewing 30 results - 141,241 through 141,270 (of 142,739 total)
  • Author
    Search Results
  • #124523

    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

    #127807

    In reply to: Nested short codes

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

    #126015

    That was going to be my fall back. I wanted your team to be aware of the bug.

    dsgnerfw
    Participant

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

    #26072
    jeeves
    Participant

    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

    #128844

    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

    #26069
    kindledmind
    Participant

    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!

    #127669

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

    #128842

    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

    #127056

    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

    #127482

    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

    #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

Viewing 30 results - 141,241 through 141,270 (of 142,739 total)