Viewing 30 results - 239,551 through 239,580 (of 243,635 total)
  • Author
    Search Results
  • #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%

    ?

    #28358
    mmsdev
    Participant

    Hi.

    I have bought the theme enfold and its great.

    However i have no idea what is going on with the bbpress set up.

    1:How do you style it as its just a really basic shade of blue and white cant really see it.

    2: How do you add any of the widgets to to it that came with it?

    3: I see that it is not a page but its own special page, so how can i change the side bar for it?

    I cant see anything to do with it apart from the basic settings, is it not like setting up a page?

    Help!

    #136694

    Hi Dude,

    This has resolved the issue beautifully. Thanks so much for your support!

    #28354
    arthurvancadsand
    Participant

    Hi,

    How do I add ‘login’ in the main menu which redirects to a login page (contains sidebar login plugin). Once logged in, the login menu items should toggle to logout, which obviously logs out :-)

    tnx!

    Arthur

    #136885

    Hello Ismael,

    Thanks for the response, that fixed the issue. These are the other woocommerce plugins that could be the culprits.

    WooCommerce Catalog Visibility Options 2.3.0

    WooCommerce Variation Swatches and Photos 1.3.0

    Secondly when I try and enlarge the single product image from default (450×999) to (600×999) the resulting product page does not update the image size. Is there a limiting size within template CSS that prevents the image size from being updated within the woocommerce image options?

    Thanks,

    dnikitiuk

    #135403

    Thanks Ismael and Devin for your help.

    It’s strange this is happening only in Firefox 23.0.1 (Mac) but since it’s not happening on other browsers, I’m satisfied it’s an issue with Firefox on my system and not a bigger problem. We can considered it resolved.

    Thanks again for the great theme and support.

    I’ll let you know if I need any more help.

    Take care,

    Dave

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