Viewing 30 results - 140,941 through 140,970 (of 142,446 total)
  • Author
    Search Results
  • #26088
    BeeCee
    Participant

    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.

    #128910

    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

    #128671

    In reply to: video alignment

    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?

    #128846

    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

    #128607

    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

    #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

Viewing 30 results - 140,941 through 140,970 (of 142,446 total)