Viewing 30 results - 239,011 through 239,040 (of 242,684 total)
  • Author
    Search Results
  • #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.

    #135572

    In reply to: Entypo Font Update

    I would like to second this question from Tom. I’m having the same issue and want to see if I can add other icons from Fontello. Fontello lists Entypo as well as a few others. My CSS experience is beginner so any guidance would be appreciated. I’m using ENFOLD and you did a mind blowing job. Well done!!!!

    Thanks -oliver

    #135358

    Also wanted to note that my portfolios are still glitching out. Play around with the arrow keys and clicking multiple portfolios and etc, you’ll see what I mean. And often times the image won’t change when mouse overs over it and that means when they click it, it opens in a new window.. it’s so strange.

    I updated to the most recent wordpress and enfold.

    #135717

    Hi,

    @LecheLMP: Please activate the Enfold theme so that we can inspect it.

    @EvansAkann: What do you mean you can’t find the Layer Slider? Do you see it on your backend? What is the version of your Enfold theme? Latest version is 1.9.1. This will fix the slider for wp 3.6 upgrade.

    Regards,

    Ismael

    Hi,

    Please check if the permission level for your files are set properly. You can contact your host.

    Regards,

    Ismael

    #135751

    In reply to: Gravity Forms ID's

    Hi,
    I’m sorry but the theme contact forms are not compatible with Gravity Forms and you can’t import Enfold contact forms with Gravity Forms or export Gravity Forms to use them as theme contact forms. Also the Gravity Forms extensions (Mail Chimp extension) are not compatible with the theme contact form and you must create Gravity Forms to use the extension. You can embed the Gravity Forms with a shortcode into the text content.

    #135492

    Hi,

    It is not happening on my end. Did you add the code on Text/HTML mode?

    Please download the latest version of Enfold then update your theme. https://vimeo.com/channels/aviathemes/64927356

    Also, edit wp-config.php then add this code:

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

    Regards,

    Ismael

    Hi,

    Did you set your home page on Enfold > Theme Options > Frontpage settings ?

    Regards,

    Ismael

    Hi,

    Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.

    Regards,

    Ismael

    #135409

    Hi,

    Sorry for the inconvenience.

    Please upgrade to Enfold 1.9.1. It will fix the jQuery issue brought by wp 3.6. Also, please click Screen Options, see if the Avia Layout Builder is checked.

    Regards,

    Ismael

    #134476

    Hi phangmoh,

    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:

    .bbp-forum-content .st_facebook_vcount,
    .bbp-forum-content .st_twitter_vcount,
    .bbp-forum-content .st_email_vcount,
    .bbp-forum-content .st_sharethis_vcount {
    display: none;
    }

    You should however be able to change the settings on shareThis as this is really just a bandaid. I would suggest checking the support forums for shareThis and bbPress as this is really more in their realms of expertise than ours.

    Regards,

    Devin

    #134810

    @Devin, I am having the same problem. Disabling plugins hasnt been of any help. There must be a proper Overhaul for Wp 3.6. Its been a headache on Enfold. Go visit http://www.evansakanno.com.

    I also just noticed two more errors.

    Warning: Unknown: open(D:TEMPPHP/sess_84u71qm6u5tos8at1bmsgsa8h6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (D:TEMPPHP) in Unknown on line 0

    Interesting… How long have you have the issue? What have you tried so far?

    #27897

    Topic: Gravity Forms ID's

    in forum Enfold
    BizBuzzMedia
    Participant

    Hello, I’m a Gravity Forms user. I have Gravity Forms installed on my site. I used the Enfold theme to build some Contact forms but when I went to Gravity Forms to view entries, they’re not there. Does the theme assign form ID’s? Where do I find entries? Also, I use the Mail Chimp add on in Gravity Forms, could you point me to directions for making the Enfold’s Contact element work with Gravity Forms and Mail Chimp?

    Thanks,

    -David

Viewing 30 results - 239,011 through 239,040 (of 242,684 total)