Viewing 30 results - 240,421 through 240,450 (of 244,510 total)
  • Author
    Search Results
  • #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

    #137337

    In reply to: Icon Box Icon Link

    Hi,

    I did not test this mod but you probably you can apply a link to the icon easily. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesiconbox.php and replace

    $output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';

    with

    if(!empty($link))
    {
    $output .= "<a href='$link' title='".esc_attr($title)."' $linktarget>";
    $output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
    $output .= '</a>';
    }
    else
    {
    $output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
    }

    #135295

    Hey,

    Glad we could help. :)

    You can request it here: https://kriesi.at/support/topic/enfold-feature-requests

    Cheers,

    Ismael

    #136695

    Hey!

    Great :)

    Best regards,

    Peter

    #28370

    Topic: Need Some Help

    in forum Enfold
    DoGrinDigital
    Participant

    Hello,

    My name is Joseph Ingram and I am currently developing a website similar to sevenly.org using the Enfold theme.

    My site can be viewed at http://modropy.org/testsite. I am using the WooCommerce plugin and am extremely satisfied with it. I do have some questions though.

    1.Is there a plugin or code that I can apply that shows the total sales to date similar to the sevenly site? I noticed on the backend there is tracking of sales but is there a way I can display total sales for the week, month, year, etc?

    2. Is there a plugin or code that I can apply that shows the total sales to date for a specific product? Basically I plan on showing customers how much money we have donated for the week for the specific featured product.

    3. Is there a plugin or code that I can apply so that the top bar and footer display as you scroll down the page?

    Any help or suggestions you can make would be great. I also don’t mind paying a reasonable price for a plugin like this to be developed.

    Thank you,

    Joe

    SocialRookieO (Email address hidden if logged out)

    #136325

    Hey,

    You can find it on functions-enfold.php:

    'title' 		=> get_the_title($id),
    'subtitle' => "", //avia_post_meta($id, 'subtitle'),
    'link' => get_permalink($id),
    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
    'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    'breadcrumb' => true,
    'additions' => "",
    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/

    Regards,

    Ismael

    #137226

    Hi,

    You can add video beside the main featured image. Edit the portfolio item, scroll below then look for “Add Preview Text”, switch to Text mode. Add something like this:

    <a href="http://youtu.be/kYtGl1dX5qI" rel="lightbox"><img alt="" src="IMAGE URL HERE" /></a>

    Don’t forget to add rel=”lightbox” to the anchor tag. This will open the video on a lightbox.

    Anyway, you can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

    #136361

    No, imo WPXML is useless in this case. I’d recommend to use a plugin like: WP MIGRATE DB to generate the database backup file, then import the sql file on the other server/host and use ftp to upload the theme/wordpress, etc. files.

    #28158
    GordonMeiner
    Participant

    Hello.

    I’ve installed yesterday the Enfold theme (which is awesome!) and also switched from qTranslate to WPML. Everything works fine, as far as I recognized. Just one thing I just saw. I have Javascript in my RSS Feed. And no RSS reader likes it… how do I get it out there? And why is it there?

    Cheers

    Gordon

    Here the feed:

    _______________________________________________________________________

    <script type=’text/javascript’>

    /* <![CDATA[ */

    var avia_framework_globals = avia_framework_globals || {};

    avia_framework_globals.frameworkUrl = ‘http://www.***.com/wp-content/themes/enfold/framework/&#8217;;

    avia_framework_globals.installedAt = ‘http://www.***.com/wp-content/themes/enfold/&#8217;;

    avia_framework_globals.ajaxurl = ‘http://www.***.com/wp-admin/admin-ajax.php?lang=de&#8217;;

    /* ]]> */

    </script>

    <?xml version=”1.0″ encoding=”UTF-8″?> <rss

    version=”2.0″

    xmlns:content=”http://purl.org/rss/1.0/modules/content/&#8221;

    xmlns:wfw=”http://wellformedweb.org/CommentAPI/&#8221;

    xmlns:dc=”http://purl.org/dc/elements/1.1/&#8221;

    xmlns:atom=”http://www.w3.org/2005/Atom&#8221;

    xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/&#8221;

    xmlns:slash=”http://purl.org/rss/1.0/modules/slash/&#8221;

    #125406

    Hey,

    Edit framework > php > class-breadcrumb.php , find this code:

    'show_home' => __( 'Home', 'avia_framework' ),

    Replace it with:

    'show_home' => __( 'Atelier', 'avia_framework' ),

    Regards,

    Ismael

    #136242

    In reply to: Header question

    Hey,

    Edit functions-enfold.php, find this code:

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    Replace it with:

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>', 'richsnippet' => true));

    Regards,

    Ismael

    #136282

    Hi,

    1) Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace

    if($show_meta && !empty($excerpt))
    {
    $output .= "<div class='slide-meta'>";
    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    }
    $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
    $output .= "</div>";
    }

    with

    if($show_meta && !empty($excerpt))
    {
    $output .= "<div class='slide-meta'>";
    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    if($commentCount == "0")
    {
    $text_add = __('Contribute', 'avia_framework' );
    }
    else
    {
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    }

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'> | </div>";
    }
    $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
    $author_id = $entry->post_author;
    $author_url = get_the_author_meta( 'url' , $author_id );
    $author_name = get_the_author_meta( 'display_name' , $author_id );

    $output .= 'by <a href="'.$author_url.'">'.$author_name.'</a>';
    $output .= "</div>";
    }

    If you want to change the date replace get_option(‘date_format’) with a custom date format – see: http://codex.wordpress.org/Formatting_Date_and_Time

    2) In includes/loop-index.php replace

    comments_popup_link(  "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));

    with

    comments_popup_link(  __('Contribute','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));

    3) No, the portfolio grid uses a different css & html code and this would require some customization.

    #116510

    In reply to: Enfold Showcase

    Hey!

    Nice work :)

    Best regards,

    Peter

    #137264

    Hey,

    You can add this on your custom.css or Quick CSS:

    .blog #header {
    display: none;
    }

    Regards,

    Ismael

    #136870

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    #134630

    Hi,

    I tested the site. Upload the theme myself on the WordPress installation, no problem so far. As soon as you activate the theme and access the page, you’ll get an error or a blank page. I don’t know why this is happening for the Enfold theme only. I already tagged this thread to Kriesi.

    Regards,

    Ismael

    #28368

    Topic: Header font

    in forum Enfold
    sappermarine
    Participant

    Hi there, I am new to Enfold. How do I change the header font/size?

    Thanks!

    Taylor

    Hey,

    Yep, the post meta info is fixed on Enfold 2.0.1.

    Don’t forget to remove browser cache then reload the page after the update.

    Cheers,

    Ismael

    #136857

    Hey,

    I really don’t see it. What browser are you using?

    Please add this on your custom.css or Quick CSS:

    .entry-content ul li.avia_start_animation {
    list-style: none;
    }

    .entry-content ul li.avia_start_animation {
    list-style: disc inside;
    }

    Regards,

    Ismael

    #137237

    Hey,

    Please try to manually upload the plugin on wp-content/plugins folder.

    If you have access to the .htaccess file, add this code:

    ########
    php_value upload_max_filesize 50M
    php_value post_max_size 50M
    php_value max_execution_time 500
    php_value max_input_time 500
    #########

    Regards,

    Ismael

    Hey,

    Please use the <!–more–> tag to specify the excerpt. You can also enable the Excerpt box by clicking Screen Options while editing a post. You can them manually add an excerpt. If you’re using the Blog Post element, make sure that you select “Excerpt” on Blog Content length.

    Regards,

    Ismael

    #137289

    Hey,

    Create a page with the Color Section element. Disable the header, footer and socket. Inside the Color Section insert two columns. One for the image and the other for the Sidebar element. Go to Appearance > Widget then create a custom widget area. Insert the widgets that you want to show on the Maintenance Mode page. Edit the page again then edit the Sidebar element, select the custom widget that you just created.

    Yes, you can work on the rest of the site while the site on “Maintenance Mode”. Just assign the Maintenance Mode page on Enfold > Theme Options > Frontpage display option for the meantime.

    To learn more about the theme, please watch this videos: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    #136269

    In reply to: Icons in Enfold

    Hey,

    Let us know if it works.

    Cheers,

    Ismael

    #28365
    SoulPower
    Participant

    Hi Ismael,

    You were helpful earlier this week providing me with the following css to change the font of the LayerSlider:

    .layerslider-open-sans {

    font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif !important;

    }

    All was well and it was displaying Open Sans Bold 700 via WP Google fonts. I had entered the css in the Quick CSS section within Enfold Theme Options>Styling.

    Just tonight I changed the predefined color scheme and for whatever reason Open Fonts is no longer displayed in the LayerSlider anymore, it’s a generic sans-serif.

    Any ideas? I can send you the page via email if that is useful.

    Thanks,

    Jonathan

    #114969

    I am starting to translate to DANISH. I opened the de.DE files and used it…

    I have one question. Why is there 1334 strings in that file and in the enfold.pot there is only 1302?

    I hope its ok i used the de.DE and renamed it da.DA – because i already did about 35%

    ?

Viewing 30 results - 240,421 through 240,450 (of 244,510 total)