Viewing 30 results - 239,011 through 239,040 (of 243,683 total)
  • Author
    Search Results
  • #139463

    In reply to: Disable Lightbox

    Actually I think I just figured it out – click on which theme to edit (Enfold), copied over entire Register frontend javascripts to child and edit that line. Looks like it worked. THANK YOU!!!

    #114831

    Please add a Page Grid similar to the Post Grid. Also make sure that when a category is selected to display the grid, that the side of page navigation stays within that category

    #139601

    Hi Devin,

    Thanks for your quick response. Actually I did not mean the single posts, but the so called “Blog Posts” content element when using the Avia Layout Builder:

    E.g. the Recent News item on this page:

    http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/

    Or the Latest News items on this page:

    http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/

    The div I would like to add a category class to, is the one with the .slide-entry class:

    <div class="slide-entry flex_column post-entry post-entry-250 slide-entry-overview slide-loop-1 slide-parity-odd av_one_third first real-thumbnail">

    As you can see, the post ID has already been added as a class… If there is a way to add the category that would be great.

    Regards, Bas

    #116522

    In reply to: Enfold Showcase

    Hello all – we just launched a B2B page:

    http://www.angers-soehne.de/

    The page is about drilling for water and all kinds of natural resources.

    By now it is german only, but english and some other languages will come soon.

    The site consists of almost 60 single pages

    #139460

    In reply to: Disable Lightbox

    where do I place the code in the Enfold child theme? Thanks again for your help

    #139600

    Hi Bas,

    The posts already have a category class on them actually. For example, open up this page: http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    In dev tools add this css:

    #top.single-post .category-images {
    background: #333;
    }

    Regards,

    Devin

    #139541

    thanks greg!

    #139540

    It’s not “dangerous” but it wont help your SEO efforts.

    #139559

    Hi Rob,

    Please add following code custom.css file or to Quick CSS in Enfold theme options page under Styling

    @media screen and (max-width: 767px) {

    #top .social_bookmarks { display: none; }

    .header_color .container_wrap_meta { padding-top: 10px; }

    }

    Regards,

    Yigit

    #139539

    cheers guys!!!

    quick other question – is it dangerous to leave it as it is??

    just out of interest… when you click on any of the php files it doesn’t allow it to be loaded but stilll…..hmm

    #139574

    Hi!

    Try following – open up js/avia.js and replace

    (function($)
    {
    "use strict";

    $(document).ready(function()
    {

    with

    (function($)
    {
    "use strict";

    $(document).ready(function()
    {

    $('.lshowcase-logos a').addClass('noLightbox');

    Regards,

    Peter

    #139266

    Hi Btina,

    Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    p#element_avia_name_1, p#element_avia_e-mail_1, p#element_avia_titel_1, p#element_avia_nachricht_1 { margin: 0; }

    Regards,

    Yigit

    #139295

    Works like a charm! Thank you so much!

    #29053
    freepixelweb
    Participant

    Hi, I want to use the Logos-showcase plug-in (http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745) with Enfold but the hover on logo thumbnails not working with URL link (the image disappears).

    They work when the logo doesn’t have link.

    The hover function use this CSS :

    Code:
    .lshowcase-hover-grayscale:hover {
    filter: url(“data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0’/></filter></svg>#grayscale”);
    opacity: 1;
    }

    The plug-in work correctly with the core themes of WordPress…

    regards.

    Jean

    #139493

    Hi,

    Please add this code to custom.css file or to Quick CSS in Enfold theme options page under Styling to change social icons color and background color

    .social_header .phone-info , #top .social_bookmarks li a { color: white; }

    .header_color .container_wrap_meta { background: black; }

    Please update Enfold to version 2.0.1 and WordPress to 3.6 then try deactivating all plugins and check if they are causing the issue.

    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

    #29049
    Btina
    Participant

    Hi,

    For some reason my Navigationpoint does not work. I created a Page named Kontakt and set that up in the Settings under Menü. I creaded a Menü for Enfold Main Menu and saved that. And build a Navigationpoint for just the Kontakt Page – that means I’d like to have just one button in the Navigation. I also set the static page in the Settings, but anyway…. if I go back to my website click on the botton I creaded for the Navigation it does just realode the Mainpage. I never had that bevor I just have no clue why that could be … this is really strange to me! Any idea why this could happen?

    Please have a look

    http://www.diefarben.com

    Password: Enfold_2013

    Thank you

    Btina

    #139323

    Hi!

    You can configure the category archive layout on the theme option page. Go to “Enfold > Sidebar” and select “Sidebar on Archive Pages” > “Right Sidebar”.

    Regards,

    Peter

    #139530

    In reply to: Full width Google Maps

    1) You can remove the white space with following css code

    #fullwidthmap .avia-builder-widget-area {
    margin-bottom: -6px !important;
    }

    2) In wp-contentthemesenfoldframeworkphpclass-framework-widgets.php replace

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng
    };

    with

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng,
    draggable: false
    };

    #139538

    Hey!

    I use following rules on my websites

    User-agent: *
    Disallow: /cgi-bin
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content/plugins
    Disallow: /wp-content/cache
    Disallow: /wp-content/themes
    Disallow: /*?*
    Disallow: /*?
    Allow: /wp-content/uploads

    Regards,

    Peter

    #139537

    Create a Robots.txt file and block the wp-content folder

    User-agent: *

    Disallow: /wp-admin/

    Disallow: /wp-content/

    Disallow: /wp-includes/

    Allow: /wp-content/uploads/

    Something like this should do it

    #29043
    garydee77
    Participant

    Guys – I redone our site and was just working on putting in 301 redirects for the old sites pages to hit our new homepage rather than a 404

    I noticed Google had already indexed alot of pages from our new site (done with Enfold)

    However it was also picking up alot of theme files (which I’d prefer it not to)

    Is there away of stopping Google doing this (without losing indexing of other pages??)

    For instance its indexing folders such as: (I’ve changed the theme folder name from Enfold to reference the sites name!)

    /themes/digi-v201/framework/‎

    /wp-content/themes/digi-v201/framework/js/‎

    /wp-content/themes/digi…/config-layerslider/‎

    /wp-content/themes/digi-v201/framework/css/

    etc etc

    ranks quite a few…

    Any help very appreciated!!

    G

    I tested it and it worked. Thanks again for all the help and support the team provided to me. Appreciate it!

    #132576

    Hi,

    no, Flashlight does not support the ajax portfolio feature. Btw – my answer here: https://kriesi.at/support/topic/one-column-portfolio-option is also not valid for Flashlight but the feature is only planned for Enfold at the moment.

    #139161

    No, it should work even if you installed WooCommerce before you assigned the main menu to the theme location. However note that the cart won’t display if no product was added to the cart. Eg like on the demo page: http://kriesi.at/themes/enfold/shop/ you must first select a product and afterwards Enfold fades in the cart (right side). If the cart still doesn’t work please post a link to your website and we’ll check the code.

    #139138

    You can find it in wp-contentthemesenfoldconfig-woocommerceconfig.php – search for

    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>";
    }

    if($product->product_type == 'simple')
    {
    $output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Show Details','avia_framework')."</a>";
    }

    You need to replace avia-font-entypo-fontello span with an image or another font icon if you want to change the look of the icons.

    #139467

    In fact Enfold even hides the sidebar on mobile devices. If you want to display it insert following code into the quick css field

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block !important;
    }
    }

    It will show up underneath the main content. It’s not easily possible to turn the sidebar menu into a mobile menu and we can’t help you with this customiztion because it’s beyond the scope of our support forum. You can try to hire a freelancer for this job though.

    #139276

    Thanks. I found out, that Open Sans on Google Fonts has no trouble with diactritics, but Enfold has.

    Look: http://goo.gl/LoZgPd

    I really like Open Sans in Enfold, so it’s here any way, how to fix it? :)

    #29038
    ataros
    Participant

    I’m using the s2member plugin and I want to use some of their conditional shortcode statements to output display objects.

    Ie. I want to do this:

    [s2If current_user_can(access_s2member_ccap_customccap1)]

    random text

    [/s2If]

    [s2If current_user_can(access_s2member_ccap_customcap2)]

    [av_portfolio columns='2' items='16' contents='excerpt' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']

    [/s2If]

    But I’m having trouble getting it to work using the Advanced Layout Editor. It seems to work if I enter it in the default editor. Is there any way to put my s2member conditions around some Enfold shortcode?

    Or is my only option to design the whole page with shortcode? If that’s the case, is there an index of all Enfold shortcode for all elements?

    Last question: I already messed up the ALE of one page by editing the debug code on it’s own after creating the page in the ALE. Am I ok if I just completely delete that page in wordpress and recreate it from scratch or is my database still corrupted? I now understand why you don’t enable the debug code by default.

    Thanks.

    You awesome thing Ismael, thanks for helping here!

    I have added the .htaccess information and get an Internal 500 Error

    Is the second set of code meant to be done as well (by the host as you say)? or were you saying it can be an either/or situation?

    This is my current htaccess code:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~turabeac/
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~turabeac/index.php [L]
    </IfModule>

    # END WordPress

    # Fix Enfold menus
    php_value suhosin.post.max_vars 2048
    php_value suhosin.request.max_vars 2048
    # END Fix Enfold menus

    cheers

    Darryl

    #139384

    In reply to: Page Grid

    Hi,

    It is something you need to work with a freelance developer if you really want one. You can also place a feature request here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

Viewing 30 results - 239,011 through 239,040 (of 243,683 total)