Viewing 30 results - 236,611 through 236,640 (of 241,765 total)
  • Author
    Search Results
  • flylanddesigns
    Participant

    How can I increase the space between the images in a image list gallery in a ajax portfolio item? Currently there appears to be a 1px white space between each image. I’m hoping to change that to 5px at least.

    BTW, Enfold is the best theme I’ve ever used (out of probably 30 different themes I’ve tried over the years). It’s even a huge improvement over Choices, which I used previously.

    Thank you!

    #141153

    In reply to: embed twitter widget

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling

    img.avia_image.avia-builder-el-6.avia-builder-el-no-sibling.avia-align-left { margin-left: -40px; }

    Regards,

    Yigit

    #141213

    In reply to: Problem with update

    Hi Tony,

    Please try updating Enfold again via FTP with a fresh download from ThemeForest and let us know if issue remains

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:

    http://vimeo.com/67209750

    Regards,

    Yigit

    #141053

    Hi Bruno,

    Have you checked Enfold Main Menu option in Menu Settings? It should appear automatically.

    Regards,

    Yigit

    #141195

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    .avia-post-nav .entry-image img { height: 80px!important; width: 80px!important; }

    This should do it. Let us know if it does not work

    Regards,

    Yigit`

    #141004

    In reply to: Disable uppercase

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .avia-icon-list .iconlist_title { text-transform: capitalize!important; }

    Regards,

    Yigit

    #29670
    BuffyO
    Participant

    I just updated both WP and the Enfold Theme and now I can’t edit my pages. HELP! If I click the default editor there is nothing to edit, which I assume is because I previously used the advanced editor.

    #116537

    In reply to: Enfold Showcase

    HI, my last job for a friend: http://www.vacanzanimaux.fr/

    Regards.

    Jean

    #139806

    wow, it worked!

    Thank you for fixing this for me. Really appreciate it!

    #141205

    Hi Pat,

    This code will do it:

    .pp_overlay{ background-color: #111 !important; opacity: 1 !important; }

    Regards,

    Josue

    #141196

    Hi Robert,

    Can you please post the link to a page where you’ve imported a word document with italicized characters?

    Regards,

    Josue

    #29663
    headbentdesign
    Participant

    I searched the forum and could not find any info on how to change the lightbox frame color for the Enfold theme. Is this possible? I want to change it to a darker color like #111

    Thanks guys.

    -Pat

    #141052

    Hi,

    it´s in Maintenance Mode. Here is a special Link: http://balance-circle.de/vor-schau-modus

    Now it has a non-fixed NavMenu but I hope that it gives a solution to use the fixed one with my 200px Logo. For this problem there is another tread opened.

    But I need the search function definitely in Navbar.

    If you look you can see another problem. I have done a hover effect for the nav-items. The effect is cut at the right for the last child… Any idea to fix this?

    Thanks, regards,

    Bruno

    #29511
    dhruvcasper
    Participant

    Hi,

    I want to create website example http://www.ripeme.com. Website design has to be 2/3 slider and right side sidebar. can you suggest how can i achieve that through enfold.

    regards

    #139805

    Hey!

    Try following fix – open up enfold/config-woocommerce/config.php and replace

    echo "</div>"; // end tempate-shop content

    with

    echo "</div>"; // end tempate-shop content
    echo "</div>"; // close default .container_wrap element

    Regards,

    Peter

    #29657
    rahrens
    Participant

    I’ve imported text from Word, and no “i” tages show italicized. Other themes I own do. If I change the i tags to “m” tags, they show. This is not good for I have many Word docs to import, and always will for this site.

    Thanks much. Love the theme!

    Robert

    #140870

    Hi,

    1) Please elaborate – I don’t understand the question. If you refer to the fact that Enfold doesn’t use the styling settings you made on the WooCommerce option page you’re right – Enfold uses its own style settings (Enfold > Styling) and doesn’t take care of the WooCommerce colors, etc.

    2) Yes you can remove the “Add to cart” button. Open up /wp-content/themes/enfold/config-woocommerce/config.php and delete following code

    ob_start();
    woocommerce_template_loop_add_to_cart();
    $output = ob_get_clean();

    if(!empty($output))
    {
    $pos = strpos($output, ">");

    if ($pos !== false) {
    $output = substr_replace($output,"><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['cart'] ."</span> ", $pos , strlen(1));
    }
    }

    if($product->product_type == 'variable' && empty($output))
    {
    $output = "<a class='add_to_cart_button button product_type_variable' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Select options','avia_framework')."</a>";
    }

    #140909

    In reply to: Problem content IE 8

    Hey!

    Please try to insert following code into header.php – place it before the closing </head> tag

    <!--[if lt IE 9]>
    <style type="text/css">
    .ls-wp-container{ padding-left: 120px; }
    </style>
    <![endif]-->

    I tested it with IE8 and it seems to fix the issue on your website. I’m not sure if it works with IE7 because officially Enfold doesn’t support this browser version and I didn’t test it.

    Regards,

    Peter

    #134635

    Hey!

    No, I don’t think so but did you restart the server?

    Regards,

    Peter

    I think this is a bug/problem with the TGM-Plugin-Activation class (wp-contentthemesenfoldframeworkphpclass-tgm-plugin-activation.php). Basically it’s not required but the new Envato theme guidelines force the theme authors to use this class to “recommend” required plugins (i.e. Enfold requires WooCommerce for the shop and bbpress for the forum). You can deactivate this class easily though – open up enfold/functions.php and delete following line

    require_once( 'includes/admin/register-plugins.php');			// register the plugins we need

    With this code mod Enfold doesn’t initialize this class anymore and you also don’t see the warning message.

    #141081

    Hey,

    – Ismael : I try to include my php script in the theme enfold.

    – Josue : Can you tell me why it does not work ?

    I have no error just a blank page…

    Regards,

    #140895

    Hey!

    Actually it’s possible to use a fullwidth Revolution Slider with Enfold. Add a color section to the advanced layout and insert some text into the “Custom ID” field (eg insert “aviarevolution” into the field). Afterwards place a text block into the color section and insert the RevolutionSlider shortcode into the textblock. Save the element and the layout template. At least insert following code into the quick css field to stretch the slider to the screen width

    #aviarevolution .container {
    width: 100%;
    }

    That said I’m sorry you didn’t like Enfold but hopefully Avada will do the job. Good luck with your project!

    Best regards,
    Peter

    #114993

    @infoportugal – not all strings are translatable with the theme files. Sometimes you need to translate the wordpress core files (see: http://codex.wordpress.org/WordPress_in_Your_Language ) or you must translate the third party plugin code – each plugin uses its own textdomain files (mo/po files).

    #114992

    I noticed that Kriesi only added the po file and not the mo file. You can generate the mo file with PoEdit (just open the po file located in the enfold/lang folder and save it) or download both files from here: http://www.file-upload.net/download-8076337/pt_BR.zip.html and upload them into the enfold/lang folder.

    #141166

    Howdy Josue,

    I am using a manual excerpt, which is odd.

    I have the page called “Blog” set as the blog page in the Enfold settings and in Settings > Reading I have “Posts page:” set as the same page “Blog”.

    Any ideas?

    Matt

    #134634

    i removed the glob string like it says. But it’s the same.

    I removed this :

    Code:
    glob,

    in the php.ini file

    I forgote something ?

    the “disable_functions” string is :

    Code:
    = “phpinfo, system, exec, passthru, proc_open, shell_exec, popen, setlimit, glob, mysql_pconnect”

    do i need to delete an other function ?

    #141174

    Hi,

    You can add portfolio grid in each portolio item and you can choose to display up to 100 items

    It will look like this http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/ you can just change the title and increase the number of items to be displayed.

    Regards,

    Yigit

    jbiasucci
    Participant

    Hi. Enfold is a great theme, and I’m now using it for our church website, having built a blog with it. But now I’m having two problems getting the breadcrumb display to work the way I want it on the church site. I’m using the box splash blue color scheme, and I’ve changed the title container background color to blue and the font to white using custom css.

    1. Problem one: I would like the static parent tabs to show up in the breadcrumb path. For example, on the main nav bar, the “About” tab is static. When I click on the subtab “Our Community in a Nutshell” in the flyout menu under “About Us”, what shows up in breadcrumbs is Home>Our Community in a Nutshell. The parent menu item “About Us” is omitted.

    I would like it to show either (a) Home>About Us>Our Community in a Nutshell, or (b) About Us>Our Community in a Nutshell. (I would prefer (b), but I can live with (a) which shows the unnecessary word Home in the path).

    2. Problem two: The change of font color to white hasn’t worked for the “Home” in the breadcrumb path. It stays dark and hardly legible against the dark blue background.

    Here are two screenshots to illustrate the problem:

    Screen shot of the flyout menu as pressed:

    https://dl.dropboxusercontent.com/u/25119741/Screen%20Shot%20dropdown%20menu%20our%20community.png

    Screen shot of the breadcrumb that results:

    https://dl.dropboxusercontent.com/u/25119741/Screen%20Shot%20breadcrumbs%20our%20community.png

    Any help would be appreciated.

    Thanks,

    John

    #141184

    Hey!

    Hallo,

    ja, das ist machbar. Öffne wp-contentthemesenfoldframeworkphpclass-framework-widgets.php and ersetze

    google.maps.event.addListener(marker, 'click', function() {
    infowindow.open(map,marker);
    });

    durch

    infowindow.open(map,marker);

    Regards,

    Peter

    #141051

    Hi Bruno,

    Can you post the link to your website please?

    Regards,

    Yigit

Viewing 30 results - 236,611 through 236,640 (of 241,765 total)