Viewing 30 results - 239,611 through 239,640 (of 243,298 total)
  • Author
    Search Results
  • #27940
    Valerie
    Participant

    Thanks so much for Enfold! It is a great new theme. It is my second Kriesi theme (Avisio is my first). I would like to adjust the opacity of only the background of a layer, not the text as well. Tried several alternatives, none worked. Can you assist?

    #27930
    AlexeyNN
    Participant

    Hi there,

    I was try to hide vertical line between sidebar and main content.

    But I get not lucky.

    I using enfold-child css file with following code:

    .template-page.content.nine.alpha.units {

    border-right-color: #FFFFFF;

    }

    But if I move mouse over the main area the line disappears.

    Another code suggestion ?

    #135659

    Here’s the link to the website:

    http://bostonsweddingentertainment.com

    #134998

    Is there anybody that can give me the translate files for Dutch for the ENFOLD theme?

    #134908

    Hi Ismael,

    Thanks for the reply. We’re using Enfold 1.9.1, I’ve deactivated all the plugins as well as increased the memory limit using the code you supplied above with no change. Any other ideas what might be causing this? Seems to work across Firefox, Chrome and Safari.

    #135422

    In reply to: Easy Slider IE

    Hi Marssolutions,

    If you are using WordPress 3.6 you *must* be using Enfold 1.9.1+ for the sliders to work correctly.

    Otherwise we can inspect your site live and see whats going on live.

    Regards,

    Devin

    #27932
    Semel
    Participant

    Hi.

    I sent you a mail about this before too. I am using the live support software from cSupportHQ but when someone tries to chat with me the chat header isn’t showing properly. They told me it’s an issue with the css. I put an image and the link to my website in the mail.

    #135825

    Hi,

    Firstly, thank you so much for your reply.

    What you say is true. Enfold is a theme and Genesis is a framework. Then can we compare Genesis with the Avia framework? Since the Enfold theme is built upon Avia Framework. But I can’t seem to find info on the Avia Framework anywhere.

    #135610

    Ok, no problem just wondered if it might be an update so this feature in the plugin would work within the enfold theme.

    Contacted GoDaddy. They said they believe that the error has something to do with the fact that I have this template installed on a Linux hosting package and the error is windows related…. Does this sound correct?

    That is all the support that GoDaddy can offer me.

    Hi,

    I think this is a hosting problem. Please contact your host.

    Regards,

    Ismael

    #134907

    Hi,

    Do you have Enfold 1.9.1? Please try to deactivate the plugins if there are any, see if the builder works.

    Increase wordpress php memory limit. Edit wp-config.php, add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Regards,

    Ismael

    #135753

    In reply to: Gravity Forms ID's

    That’s bad news.. I have a client who likes the styling of the Enfold forms. Is there an easy way to apply the themes styling to the Gravity Forms?

    Thanks,

    -David

    #135328

    Hi –

    I have the dummy content loaded. When I go to the dummy content pages (some not all), under the Enfold logo is the message “[LayerSliderWP] Slider not found”. But under installed plugins it does not show a LayerSlider plug in. But in the dashboard menu, where the plugin settings are located there is a panel LayerSlider WP with settings. Do I need to actually purchase and install the LayerSlider WP plugin? I only had one other plugin active, SEO Yoast and I deactivated that and it did not make a different. Thank you.

    #135658

    Hey,

    1.) Please give us a link to the website. We need to inspect it.

    2.) Edit framework > php > class-framework-widgets.php, find this code:

    if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
    echo '<a href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
    if($this->add_cont == 2) echo '<a href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
    echo $after_widget;

    Replace it with:

    if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
    echo '<a target="_blank" href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
    if($this->add_cont == 2) echo '<a target="_blank" href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
    echo $after_widget;

    Regards,

    Ismael

    #27923
    BeeCee
    Participant

    Hi,

    since ENFOLD’s newest update, I don’t know how to implement my old code for showing the “updated date”, when a post has been updated.

    I don’t know how to implement my code in the new ENFOLD loop-index.php with all these “echo”-snippets ;-)

    Here the old loop-index.php with my code:

    <span class='post-meta-infos'>

    <span class='date-container minor-meta'><?php the_time('j. M. Y') ?></span>

    <!-- START DISPLAY UPDATE INFO -->

    <?php if(strtotime($post->post_modified) - strtotime($post->post_date) > 86400) {

    echo "<div class='aktualisiert'>(aktualisiert: ",

    the_modified_date('j. M. Y').')</div>';

    }

    ?>

    <span class='text-sep'>|</span>

    and now the new loop-index.php is this:

    echo "<span class='post-meta-infos'>";

    echo "<span class='date-container minor-meta'>".get_the_time('j. M. Y')."</span>";

    echo "<span class='text-sep'>|</span>";

    How can I implement in this now my code

    <!-- START DISPLAY UPDATE INFO -->

    <?php if(strtotime($post->post_modified) - strtotime($post->post_date) > 86400) {

    echo "<div class='aktualisiert'>(aktualisiert: ",

    the_modified_date('j. M. Y').')</div>';

    }

    ?>

    Thanks for any help, appreciate!

    #135285

    Not sure whether iPad had the problem to begin with, though.

    I think what I’m seeing here is still the Enfold play button.

    The double button issue is on IPhone.

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*

    Desktop Styles

    ================================================== */

    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {

    /* Add your Desktop Styles here */

    }

    /*

    Mobile Styles

    ================================================== */

    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {

    .image-overlay.overlay-type-video {

    display: none !important;

    }

    #135824

    Hi odac25thka,

    Genesis and Enfold are completely different things. Genesis is a framework while Enfold is a theme so the comparison is somewhat hard to quantify.

    For your specifics:

    1) Yes, the theme is SEO optimized but SEO is an ever changing area of the web that isn’t a one off issue. You should still use a plugin like Yoast SEO and follow up with the guides and tutorials from sources like Yoast or wherever/whatever particulars you want.

    2) For the most part I believe so. I don’t keep track of all of the specifics for the various schemas but we add new ones in as they are needed/become necessities.

    3) You’ll need to decide for yourself. I’m not a fan of Genesis and I’m also not sales but as they are two completely different things its apples vs oranges.

    4) Again, Apples vs. Oranges. Genesis is a framework where Enfold is a theme.

    Regards,

    Devin

    #27921
    odac25thka
    Participant

    Hi,

    Let me explain my predicament. I have purchased Enfold because it’s easily customisable and looks absolutely beautiful. However, I have seen the latest Genesis 2 from Copyblogger and their argument here : http://www.copyblogger.com/genesis-2/

    For people like us who don’t know technical stuff, it’s easily to create in doubts in us. So I would like to ask the technical geniuses in this forum a few things

    1. Is Enfold SEO optimized like Genesis?

    2. Is this Schema.org thing important and does Enfold adhere to it?

    3. What are the pros of Enfold over Genesis ?

    4. What are the cons of Enfold over Genesis ? (please be honest.) and I’m sure there should be some workarounds right?

    Please, my website is at a crossroads now and we don’t know which way to go. Your assistance is really appreciated.

    #27919
    medienvirus
    Participant

    Hi,

    i want to make a Onepage Startpage with enfold. But i want to start the Navigation on bottom and while scrolling the navigation fixed on top. how i can do this best?

    Here is a example of what i intend:

    http://themeforest.net/item/jarvis-onepage-parallax-theme/full_screen_preview/4773311

    Also i need this smooth scrolling ( i think it’s a some of this smooth-scroll jQuery Plugins…)

    #135779

    Hi tinagianna,

    You’ll need to find a plugin that will add something like that.

    Regards,

    Devin

    Hello Ismael,

    Thanks for the response. I have tried changing all permissions to write with no success. I have also tried installing the them with the zip file and manually and I get the same result….

    No luck yet….

    #27910

    Topic: Enfold for facebook?

    in forum Enfold
    MarieAn
    Participant

    Hi,

    I have just made myself a nice enfold wordpress blog and would like my facebook page to look as good as my website!

    There is no “enfold for facebook” is it?

    #135493

    Thank you for helping me with this.

    Being a complete novice with html et cetera, it could be I have been doing a very basic error all the time. I have just managed to make the email-link work as well as doing changes to the page without anything disappearing. I have done this by trying and failing – and suddenly it worked.

    It feels like I am either having a bug or I have been doing something wrong all the time that messes up other things in the theme.

    The code you want me to add – it augments the memory as I understand it?

    #27906

    Topic: Modify style italic

    in forum Enfold
    deamon54
    Participant

    Hello,

    Can someone tell me how to change the style

    recent comments

    recent Articles

    I simply wish to remove the italic style

    This option is it in the Enfold menu in the administration if so what option please

    Thank you in advance

    #27905
    tinagianna
    Participant

    Hi there,

    I was wondering if there was a subscribe option in content elements.

    I am trying to add a subscribe box to my main page.

    Do I need to install a new plugin to do this?.. or does the Enfold theme already have it?

    Thanks! :)

    #135399

    Hi,

    Checked it on Firefox. This is what I see:

    Let me tag the rest of the support team.

    Regards,

    Ismael

    #135736

    In reply to: Events Manager

    If you’re using the google maps widget (sidebar or footer widget areas) Enfold & the plugin will load the google maps api script multiple times and this can break the maps api. In this case insert following code at the bottom of functions.php:

    //php code fixes
    add_filter('tribe_get_embedded_map','avia_deactivate_google_api',10,1);
    function avia_deactivate_google_api($google_map){
    global $avia_config;
    if(!empty($google_map)) $avia_config['g_maps_widget_active'] = 1;
    return $google_map;
    }

    and Enfold won’t load the google maps api script anymore.

    If you’re not using the widget probably something else triggers the js error. In this case I’d suggest to deactivate all other third party plugins to find potential plugin conflicts and if this doesn’t help try to switch to the default theme (TwentyTwelve or Thirteen). If the issue still persists please contact the plugin author and ask him to fix the bug.

    Thanks Devin,

    Cool, that helps, but can you also tell me what specific css tags/bits of code I’d have to use to target Border Color, Primary Color, and Highlight Color?

    The Border Color, which seems to determine the color of Horizontal Rulers, was actually my biggest concern. I was trying to figure it out by inspecting the code and looking through the forum but have had no luck. Text I can modify via the text and/or visual editor in individual text boxes, dropped in as content elements.

    I thought I saw something about the Horizontal Ruler color being tied to a png file somewhere in the Forums, but I believe that was for another theme. Again, I’m working with Enfold.

    Thanks!

    Omar

    #134477

    Hi Devin,

    Thank you very much for this, It works. Now it only appears once at the bottom any of pages of the forum.

    I took a look at bbpress-mod.css to look for the element to add your similar css workaround in order to remove the ShareThis from the bottom of any pages of the forum. Mind telling me which one so I can apply the same css effect?

    But, if it is troublesome, I can live with it for now.

    Thank you.

Viewing 30 results - 239,611 through 239,640 (of 243,298 total)