Viewing 30 results - 239,551 through 239,580 (of 243,684 total)
  • Author
    Search Results
  • #28426
    collette
    Participant

    hi guys

    first of all I am a bit of a newbie to WordPress

    second – I am trying a 2 column lay out in Enfold theme

    the left is right, pulling in blog articles

    on the right however the client would like 3 separate boxes, Facebook / Twitter and Instagram – a feed for each

    does anyone know I can go about adding this to my homepage please

    Many thanks in advance!

    #137162

    Thanks Devin, Dude mentioned changing the background to white? (I thought Enfold was already white, but obviously not) and this would eliminate the grey, is there an easy way to do this safely?

    Thank you.

    #28424
    yutakaemura
    Participant

    I also found the translation of “Archive for month:” is currently “アーカイブ月: 6月, 2013”. However, in Japanese, it should be written as “アーカイブ月: 2013年6月”. As you see, not only the order is different, the year character “年” is missing.

    I found the cause is at line 844 of enfold/framework/php/function-set-avia-frontend.php:

    $output = __(‘Archive for month:’,’avia_framework’).” “.get_the_time(‘F, Y’);

    should be:

    $output = __(‘Archive for month:’,’avia_framework’).” “.get_the_time(‘Y年F’);

    in case of Japanese, but obviously, the format ‘F, Y’ should be localized using the admin’s date format.

    #114971

    Hello Dude,

    Thanks for your response.

    In this case, all these two ‘��’ should be removed. Therefore, the breadcrumb is created, the PHP code should cut off the string before these two invalid characters. Sometimes, you will see one of these as ‘�’. But this is just a representation of UTF-8 encodings in a browser, and using W3C HTML Validator reveals invalid character code is “xE3” in this case.

    This can happen when you are trying to truncate a UTF-8 string at any character boundary. For example, if you have a string “あ”, which consists of 3 bytes “E3 81 82”. If you cut the string within these 3 characters, the original character “あ” will be corrupted, and it is represented like this ‘�’.

    This issue is not limited to Japanese. In German, for example, a character ‘ä’ can be encoded as two bytes: “C3 A4”, and cutting these two bytes into half will make the ‘ä’ character invalid.

    With a little search, I found a similar article:

    http://stackoverflow.com/questions/8484162/how-to-truncate-an-utf8-string-in-php

    I think using mb_strimwidth instead of substr will resolve this issue.

    Thank you,

    Hi!

    found the issue, will be fixed with the next update ;)

    Cheers!

    Regards,

    Kriesi

    #136369

    Yes only the main theme will be updated. Child themes are not touched by the theme updater :)

    Thats actually the point of the child theme ;D

    The updater simply replaced the old theme folder with the new one

    #137456

    Hi Andreas,

    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:

    .title_container .avia-breadcrumbs {
    display: none;
    }

    Regards,

    Devin

    #135727

    Hey,

    I use Enfold Version 1.9.1 and WordPress 3.6

    I do not use the plugin LayerSlider

    When I do not use pluggin and I re-uploading the config-layerslider folder and all of its content again there is no change :(

    #134631

    Hey Guys!

    Can you activate wp_debug in the config file and check which error is displayed?

    http://codex.wordpress.org/Debugging_in_WordPress

    Without the error message there is little chance for me to find the issue :)

    #136860

    Thanks for the attempt, Devin. Inserted into Quick CSS and saw no change. See links to screenshots below.

    Firefox: bullet still left of icon image http://talentdev.valiantlane.com/wp-content/uploads/2013/08/bullets_Aug25.png

    IE: — bullet still left of icon image http://talentdev.valiantlane.com/wp-content/uploads/2013/08/bullets_Aug25_IE.png

    — top nav page indicator “nub” on the line doesn’t display http://talentdev.valiantlane.com/wp-content/uploads/2013/08/nubissue_Aug25.png

    Safari: no bullet or nub issues, but the font resolution is terrible http://talentdev.valiantlane.com/wp-content/uploads/2013/08/fontissue_Safari.png

    #28413
    chronospd
    Participant

    I found the bug why the arrows are not responsive on my website:

    There is this file which controls the responsive part of those slideshow arrows:

    enfold/config-templatebuilder/avia-shortcodes/slideshow.php

    line 272 to 279 which should add these classes to the slideshow if it’s size is <600px or <305px :

    .avia-small-width-slider

    .avia-super-small-width-slider

    The classes are defined in: css/shortcodes.css line 2095.

    The problem is that the config-templatebuilder/avia-shortcodes/slideshow.php is not adding those classes after inspecting the code preview of the page.

    I tried on two different pages and uploaded many files from the new update just to make sure I have the new version of the theme.

    I see it is working on your demo here:

    http://kriesi.at/themes/enfold/pages/services/

    One thing I will mentioned that I renamed my theme folder from enfold to 2013 before setting everything up. Not sure if this could cause that function to now work.

    Thanks!

    #132449

    In reply to: Sidebar Menu

    Hey! Looks nice as well, but I am not really sure if I would like that skin on Enfold, since the theme tries to be as clutter free as possible :)

    Doing the css modifications for the menu would probably take up an hour or two, so its unfortunately a little out of the support we provide here but you can always hire a freelancer at http://www.microlancer.com/ to get the job done for you :)

    Only things necessary are some CSS knowledge and a good debugging tool like firebug :)

    #136859

    Hi vlane,

    Try changing the list css to:

    .avia-icon-list .iconlist_content_wrap li {
    margin: 0;
    padding: 0 0 30px 0;
    list-style-type: circle !important;
    list-style-position: outside;
    clear: both;
    overflow: visible;
    position: relative;
    min-height: 60px;
    }

    Which will target the list elements inside the icon list instead of the icon list items themselves.

    Regards,

    Devin

    #136754

    Hi tsambam,

    You will probably have better luck on the actual Gravity Forms forums for a question like that since its to do with the actual functionality of the plugin itself.

    Regards,

    Devin

    #28410
    wieslander
    Participant

    Hi! Could you please have a look at the copyright text at http://atlasdigital.se/masterjohan/? The text I have entered in the Enfold settings is: Hemsida av: <a href="http://atlasdigital.se"> Atlas digital</a>[nolink]

    But on the live site it is missing the spacebar entries. Do you know how to fix this? It might seem like a small thing, but I don’t want to appear sloppy to potential clients.

    Best regards,

    Andreas

    #28409
    wieslander
    Participant

    Hello! I’m working on a site over at http://atlasdigital.se/masterjohan/

    I quite like the divider part between the header and the rest of the page. Having the page title at the top left is fine, but we can’t really make use of the crumb trails over on the right side, seeing that we’ll have very few pages and even less parent/child pages.

    Do you know a good way of hiding the crumb trails on all pages, or a better solution to my problem?

    Best regards,

    Andreas

    #137141

    In reply to: fixed menu on mobile

    No I mean I only want the Enfold logo and the toggle menu part to be fixed. Not the part with the social media icons

    Hi,

    Forget 1 and 3.

    Option 2) – Enfold > Theme Options – will set a page as the blog page. A special php template will be used for this page. The advantage is that you don’t need to take care of anything else and this page will just list a blog posts. The disadvantage is that you can’t customize the template (select or deselect certain categories which you want to hide from the blog page, deactivate pagination, etc.).

    If you want to have more control over your blog page use the layout builder “Blog Element” and insert it into a page. The advantage is you can combine it with other elements (maybe a slideshow, textbox element, etc.) and you can configure various options (categories, offset, pagination, etc.).

    #114970

    Yes – you can just rename de_DE.po to da_DK.po and the generated mo file should work. Maybe you need to replace the meta data at the very top of the po file too (you can use a simple text editor).

    @yutakaemura – which symbols should be visible instead of ��?

    #137383

    Hi charlies23,

    If you are using WordPress 3.6 you must be using at least Enfold 1.9.1. So download the most recent theme files and then update your theme.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

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

Viewing 30 results - 239,551 through 239,580 (of 243,684 total)