Viewing 30 results - 239,611 through 239,640 (of 243,724 total)
  • Author
    Search Results
  • #136643

    In reply to: Archive Excerpts

    You should not be needing to edit anything like that. The loop-archive.php has a single line that reads:

    the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span>'); ?>

    To WordPress, this means spit out the content and if it has a more tag then break it off there. You need to change it to:

    the_excerpt(__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span>'); ?>

    Which instead attempts to grab the excerpt first.

    See: http://codex.wordpress.org/Function_Reference/the_excerpt

    The reason I wanted to re-point out this step: https://kriesi.at/support/topic/enfold-archive-exceprts#post-120517 is because you should be working in the loop-archive.php and not the loop-index.php after you make that change.

    #28400
    designinside
    Participant

    Good evening, I’m running into an issue where the LayerSlider will not display properly. When you visit: http://beta.designinsidechicago.com, the page renders as if it is going to display the LayerSlider, but then it hides the slider.

    To rule out any issues, I’m using one of the default sliders that came with the theme. Here is a screenshot of the Page layout: https://dl.dropboxusercontent.com/u/2160661/enfold01.png

    I had the LayerSlider working previously and have disabled all unnecessary plugins with the exception of:

    – Akismet

    – NextGen Gallery

    – Redirection (301 redirect tool)

    – Regenerate Thumbnails

    – WordPress SEO

    I’m running WordPress v3.6

    Do you have any idea what may be causing this issue?

    #114807

    Hey,

    @jimbolgs: You can actually insert shortcode on your footer widgets. Use the Text widget then place it on the Footer – Columns widget area. Try the button element. :)

    Cheers,

    Ismael

    Hi,

    I can’t seem to reproduce the issue on my end. I have WordPress 3.6 and Enfold 2.0.1 and the button is working ok. Have you tried switching to the Advance Layout Editor? You can use the “Image” element to insert images. Let me tag the rest of the support team.

    Also, please try to create a test site then activate Enfold. Check if the “Insert into page” button is working there.

    Regards,

    Ismael

    #137350

    Hey,

    First, can you give us a link to website?

    1.) You don’t have to use WP Google Fonts for Open Sans. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:700';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:700';
    return $fonts;
    }

    This will enable the Open Sans Bold 700. Go to Enfold > Styling > select a Heading Font and Define the Font for your body text.

    Again, use the code for the LayerSlider layers with the css selector “.layerslider-open-sans”:

    .layerslider-open-sans {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    }

    3.) You can access custom.css via FTP or your cpanel. It is located on wp-content/themes/enfold/css folder.

    Regards,

    Ismael

    #137381

    Hey,

    Glad it’s working now. :)

    Cheers,

    Ismael

    #137160

    Thanks for that. Is there a reason it would happen with one site created with Enfold, but not another site we created with Enfold? Could it be something we did in the set-up? Many thanks,

    #137380

    Nevermind! it seems to be working now

    thanks

    #28395
    wackyadventurer
    Participant

    Hi,

    May not be Enfold related, but is there any way I can “hide” an individual post or category from displaying on the side bar > recent posts, or on the blog roll? To clarify, there are times when I want to “hide” a post so I don’t want it to display anywhere unless someone directly accesses the category.

    Thanks.

    Marshall

    #137341

    Enfold already has a setup folder for bbpress which can be found in the theme files>config-bbpress.

    #137340

    Ok thanks.

    Would you advise with enfold that you have a child theme to hold the forum in? i am guessing that then if it is in a child theme you can install a theme and style it just for the forum?

    #114806

    The advanced page builder elements within the footer widgets would be good.

    #136592

    Yes I used the same plugin because whatever plugin I use (even the enfold twitter and RSS widget) it just breaks up like that. I’ve reinstalled the theme and all that to make sure it wasn’t a fault on my side.

    I’ve also re-installed WordPress 3.6 & enfold via FTP, but I still had the same problem — could only add Media to posts and not pages.

    If I change the theme to twentythirteen I *can* add media to pages once again.

    #137169
    #28307
    airbdesign
    Participant

    Hello,

    I’m in the process of setting up my enfold site.

    -I’m having trouble getting my Post to show up on my /blog page.

    How do I do this?

    -There are 3 ways within wordpress and enfold to set front page and post/blog page, which makes this a bit confusing.

    1) Appearance > Customize > Static Front Page > (Front Page Displays: Your latest post or A static page)

    2) Enfold > Theme Options > (-Front Page Settings -Where do you want Blog displayed)

    3) Settings > Reading > (-Your latest post -Static Page: front page, post page)

    Thanks!

    Eric

    #136858

    I believe you. :-)

    I am using Firefox 23.0.1. Just checked it in other browsers:

    Chrome displays perfectly and as you see it.

    IE 10.0.9200.16660 same problem as in Firefox displaying the bullet to the left of the icon.

    Safari displays correctly with no bullet to the left of the icon; however, the font resolution is terrible.

    Inserted the entry-content code in Quick CSS and cleared cache. It did not make any difference.

    #114805

    Hi guys

    Firstly just want to say I absolutely love this theme!

    One feature that I think would be great is if you could have a fullscreen background image – like your Flashlight theme ;)

    Keep up the good work!

    #137331

    Hi Arthur,

    Try following these steps: http://devinvinson.com/wordpress-loginlogout-menu-with-only-css/

    Regards,

    Devin

    #136886

    hi dnikitiuk

    Whenever you change the thumbnail size for any image setting you need to regenerate your thumbnails using: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,

    Devin

    #135726

    Are you using Enfold 2.0.1 and WordPress 3.6? Can you also try disabling all active plugins and see if that helps.

    And just to verify, you shouldn’t be using the LayerSlider plugin by itself. If for some reason you do have it as a plugin on its own you should deactivate so the built in version that comes with Enfold can run alone.

    #135404

    Glad we could help. Let us know if you have any other questions or issues.

    Regards,

    Devin

    #135666

    I don’t have IE10 at the moment to test with but I had no issues with IE9, IE8 or FF23 so I’m not sure where the conflict could be there. You may want to check Control Panel>Appearance and Personalization>Fonts>ClearType and if its not on turn it on. One user a week or so ago had issues with fonts (which is what the icons are) and it was related to the ClearType setting.

    Ismael tested with IE10 previously as well so I’m not sure where the difference is or could be and why on your end they aren’t getting rendered.

    #28386
    Uncannystevo
    Participant

    I updated the enfold theme through the backend on 8/23. Now, I can get the Enfold theme version of my site to display only if I am logged in to WordPress—if I am logged out of it, then either an old theme (which I’ve actually deleted) displays, or no theme at all. The Enfold theme works fine when I am logged in—I can edit it on the back end, it displays nicely. What happened?

    The site is http://www.drstevesilvestro.com

    #136753

    First of all, thanks for your helpful advices. I greatly appreciate it.

    We have decided to go a slightly different route with how the form is presented on the site. I am only facing one small problem with that and should be easily solved… hopefully. This is more of an Gravity Forms “problem” I recon, but I’ll post it here anyway.

    For the text to show properly prefilled on the form I have had to input this line of code:

    [gravityform id=”1″ name=”Tarjouspyyntölomake” ajax=”true” field_values=’tuote_p= nimi: Honda CRV Esite n numero: 144 n koko: 210 x 260 mm n laajuus: 32 sivua ja kannet n paperi: sisäsivut: silk 170 g; kannet: gloss 250 g n värit: 4/4 cmyk n jälkikäsittely: stiftaus’]

    The field value is prefilled nicely and all the lines are done correctly. Looks like this on the sites GF form:

    nimi: Honda CRV Esite
    numero: 144
    koko: 210 x 260 mm
    laajuus: 32 sivua ja kannet
    paperi: sisäsivut: silk 170 g; kannet: gloss 250 g
    värit: 4/4 cmyk
    jälkikäsittely: stiftaus

    The problem is that it would be extremely tedious to do this to every product.

    If I do it like this (the much easier way):

    [gravityform id=”1″ name=”Tarjouspyyntölomake” ajax=”true” field_values=’tuote_p=
    nimi: Honda CRV Esite
    numero: 144
    koko: 210 x 260 mm
    laajuus: 32 sivua ja kannet
    paperi: sisäsivut: silk 170 g; kannet: gloss 250 g
    värit: 4/4 cmyk
    jälkikäsittely: stiftaus’]

    I end up with the result of this one the page form (the br / is within a container < >):

    nimi: Honda CRV Esite br /
    numero: 144 br /
    koko: 210 x 260 mm br /
    laajuus: 32 sivua ja kannet br /
    paperi: sisäsivut: silk 170 g; kannet: gloss 250 g br /
    värit: 4/4 cmyk br /
    jälkikäsittely: stiftaus br /

    So there are two problems. The extra br / which spoils it and I can’t use some symbols with in the text (such as + sign for example).

    I’ve been thinking that there must be some code that contains the text in its own container and that it accepts separate lines and symbols as is? Trying to google a solution is like trying find a pin in a haystack.

    Thanks a lot if you have any ideas!

    #28380
    charlies23
    Participant

    Hi,

    First of all thank you for these awesome tools and templates. Enfold and the avia framework are the best theme and page editor i have seen so far in WP.

    I did not have any problem before but now i have encountered something what i can not explain.

    I am having problem with this site :

    http://aromabotanica.web-developer.hu/

    I was adding a short css code to the Quick CSS box and saved. Enfold did not read any of my style settings since than, and stayed that way no matter what i try. I have tried to update the custom.css as well but it seems it does not read any of my settings i made by editing the custom.cs or by clicking things together using the WP admin>Enfold>Styling menu.

    I am stuck at this point. I would appreciate a lot if you could explain why this is happening and how to prevent it.

    #28378
    ramirezo
    Participant

    Hello,

    A modification I had made through the suggestion of the support team has stopped working after I updated WordPress and Enfold (I had been holding out on both until it seemed safe and it sounded like it from the forum). I don’t know if it’s the Enfold update or the WordPress update that’s causing this, but I’m now running WP 3.6 and the latest version of Enfold. The issue is as follows…

    I had gotten rid of the portfolio preview images altogether, and opened up the preview space for other elements through a modification of this file:

    wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php

    deleting this line, as suggested:

    $output .= “<div class=’av_table_col first portfolio-preview-image’>”;

    $output .= $images;

    $output .= “</div>”;

    That had been working fine for me, allowing me to place content, including video and pictures and text, spanning the entire preview space. However, even after modifying the new portfolio.php file in the same way, I’m still getting a lingering preview image, and it’s totally throwing off my layouts.

    I tried to make this a followup on my original post (titled “ENFOLD – VIDEO AND AVIA LAYOUT BUILDER IN AJAX PREVIEW??”) but that discussion has been closed.

    You can see what I talking about by going here:

    http://omarramirez.net/cms/

    and clicking on pretty much any of the portfolio items.

    Please help me get the site back as it was… I’d appreciate a quick response, because this was close to going live.

    I’d like to know if I’m going to have to downgrade WP or enfold to correct this.

    thanks!

    Omar

    #137349

    A few additional questions, thank you!

    1) Is it possible to display Open Sans Bold 700 without WP Google Fonts? When Open Sans was working the fonts took about 10 seconds to load on Safari, far too long for my tastes.

    2) I’m frustrated with the slowness of the Google fonts, so may simply revert to the built in Verdana for the LayerSlider. The built in Verdana w/out WP Google Fonts is much faster. What kind of css code can I use to toggle Verdana bold? I can enter Verdana Black into the Font template and it works, but Verdana Bold does not. I have tried different css codes in the Custom style settings section below, but I cannot figure out how to toggle bold.

    3) Where exactly, in which folder, is the custom.css entry form that is mentioned in so many of the posts? I see the Quick CSS entry box in Theme Options>Styling, but where where is custom.css? I use the custom css entry box in the LayerSlider but I assume there is some other entry form.

    Appreciate all of your help.

    Best,

    Jonathan

    #28344
    drijen
    Participant

    Hi there,

    How can I add some spacing between the portfolio items in Enfold?

    Cheers!

    #28373
    richardporter85
    Participant

    I’m trying to globally switch off the image hover options for my whole site but nothing seems to be having an effect.

    I’m using the enfold child theme. Site is http://www.athousandunfinishedprojects.com

    Have tried adding : .image-overlay.overlay-type-extern {

    display: none !important;

    }

    to the quick.css or the custom.css but neither has an effect. Even tried deleting the .image-overlay lines from the parent base.css but nothing seems to stop the hover.

    Any suggestions would be gratefully received.

    Thanks

    Rich

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