Viewing 30 results - 106,171 through 106,200 (of 106,377 total)
  • Author
    Search Results
  • #117166

    In reply to: Image Link Hover

    Hi!

    It’s not possible to deactivate this effect on an indivdual basis but you can remove it completely. Open up enfold/js/avia.js and delete

    avia_hover_effect();

    Regards,

    Peter

    Naci
    Participant

    hi kriesi

    first of all great theme.

    I got some littel bugs after update with woocommerce.

    1) boxed layout . the “cart_dropdown” is not visible because of the css attribute position: fixed. Must be absolute see screenshot

    http://www.flickr.com/photos/95446449@N02/8705998150/in/photostream

    2) boxed layout and left- sidebar selected . looks in product single page like this

    http://www.flickr.com/photos/95446449@N02/8704875301/in/photostream/

    i got some problems with portfolio images if is vertical. For future update..its possible to crop images to have the same size ? the same for blog.

    http://www.flickr.com/photos/95446449@N02/8705998458/in/photostream/

    http://www.flickr.com/photos/95446449@N02/8704875757/in/photostream/

    http://www.flickr.com/photos/95446449@N02/8705998366/in/photostream/lightbox/

     

    last one social share buttons for post and pages like this

    http://themes.swiftpsd.com/flexform/2012/11/02/supreme-2013-playlist/

    or this

    http://themes.muffingroup.com/bretheon/jquery/379,suspendisse-a-pellentesque-dui-non-felis.html

    :)

    Thank you so much

    und schöne ferien. Grüsse aus Wien ;)

    #116838

    OK, just tested. I opened a new FF, cleared cache, went directly to site by typing in url http://polettofit.com/2013/what-is-ultimate-reset and it happens. They only time it doesn’t happen is when I click on a link that I provide you in this thread, wth?

    I’m going to test to see if it does it by clicking on the link I just put in this reply.

    #116837

    Alright, just to add. I clicked on the links that I provided and it opened a new tab and the “affect” doesn’t do it. However, I have those pages open in another tab and it does it. Now I’m really confused. Any suggestions?

    #116836

    I just tested it at home, on a Mac, using both Chrome and FF. I originally posted from work where I’m on a PC and it happens in both Chrome and FF. It happens when I’m logged in to WP and when I’m not logged in.

    I honestly have no idea how it’s not do that for you.

    When I just move the mouse over any of those images, they move and the text “adjusts”.

    yes please: http://amerifirst.us/

    here is the code for my header. Do you see anything unusual? anything I can add to get the IE to not make the header all black?

    <?php

    global $avia_config;

    $style = $avia_config;

    $responsive = avia_get_option(‘responsive_layout’,’responsive’);

    $blank = isset($avia_config) ? $avia_config : “”;

    $headerS = !$blank ? avia_header_setting() : “”;

    ?>

    <!DOCTYPE html>

    <html <?php language_attributes(); ?> class=”<?php echo ” html_$style “.$responsive.” “.$headerS;?> “>

    <head>

    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />

    <?php

    /*

    * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives

    * located in framework/php/function-set-avia-frontend.php

    */

    if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }

    /*

    * outputs a favicon if defined

    */

    if (function_exists(‘avia_favicon’)) { echo avia_favicon(avia_get_option(‘favicon’)); }

    ?>

    <!– page title, displayed in your browser bar –>

    <title><?php bloginfo(‘name’); ?> | <?php is_front_page() ? bloginfo(‘description’) : wp_title(”); ?></title>

    <!– add feeds, pingback and stuff–>

    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />

    <link rel=”alternate” type=”application/rss+xml” title=”<?php echo get_bloginfo(‘name’); ?> RSS2 Feed” href=”<?php avia_option(‘feedburner’,get_bloginfo(‘rss2_url’)); ?>” />

    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

    <!– mobile setting –>

    <?php

    if($responsive === ‘responsive’) echo ‘<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>’;

    ?>

    <?php

    /* Always have wp_head() just before the closing </head>

    * tag of your theme, or you will break many plugins, which

    * generally use this hook to add elements to <head> such

    * as styles, scripts, and meta tags.

    */

    wp_head();

    ?>

    </head>

    <body id=”top” <?php body_class($style.” “.$avia_config.” “.$blank); ?>>

    <?php if(!$blank){ ?>

    <div id=’header’ class=’ header_color <?php avia_is_dark_bg(‘header_color’); ?>’>

    <?php

    $social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);

    //subheader, only display when the user chooses a social header

    if(strpos($headerS,’social_header’) !== false)

    {

    ?>

    <div id=’header_meta’ class=’container_wrap container_wrap_meta’>

    <div class=’container’>

    <?php

    /*

    * display the themes social media icons, defined in the wordpress backend

    * the avia_social_media_icons function is located in includes/helper-social-media-php

    */

    if(strpos($headerS,’bottom_nav_header’) === false) avia_social_media_icons($social_args);

    //display the small submenu

    echo “<div class=’sub_menu’>”;

    $args = array(‘theme_location’=>’avia2’, ‘fallback_cb’ => ”, ‘container’=>”);

    wp_nav_menu($args);

    /*

    * Hook that can be used for plugins and theme extensions like the wpml language selector

    */

    do_action(‘avia_meta_header’);

    echo “</div>”;

    ?>

    </div>

    </div>

    <?php } ?>

    <div id=’header_main’ class=’container_wrap container_wrap_logo’>

    <div class=’container’>

    <?php

    /*

    * display the theme logo by checking if the default logo was overwritten in the backend.

    * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output

    */

    echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);

    /*

    * Hook that can be used for plugins and theme extensions like the wpml language selector

    */

    do_action(‘avia_main_header’);

    if(strpos($headerS,’social_header’) !== false && strpos($headerS,’bottom_nav_header’) !== false) avia_social_media_icons($social_args);

    /*

    * display the main navigation menu

    * modify the output in your wordpress admin backend at appearance->menus

    */

    $extraOpen = $extraClose = “”;

    if(strpos($headerS,’bottom_nav_header’) !== false){ $extraClose = “</div></div><div id=’header_main_alternate’ class=’container_wrap’><div class=’container’>”; }

    echo $extraClose;

    echo ‘<div class=”avia-button-wrap”><span class=”avia_iconbox_title”>MORTGAGE CALCULATOR</span></div>’;

    echo “<div class=’main_menu’ data-selectname='”.__(‘Select a page’,’avia_framework’).”‘>”;

    $args = array(‘theme_location’=>’avia’, ‘fallback_cb’ => ‘avia_fallback_menu’, ‘walker’ => new avia_responsive_mega_menu());

    wp_nav_menu($args);

    echo “</div>”;

    ?>

    <!– end container–>

    </div>

    <!– end container_wrap–>

    </div>

    <div class=’header_bg’></div>

    <!– end header –>

    </div>

    <?php } //end blank check ?>

    <div id=’main’>

    #117158

    Sorry for the truly silly question but where do I see that there is a new release of Enfold and update? I am running version 1.3.1. and within WP I don’t get any notification that there is a new release of the theme nor where do I go get it.

    Also, I read somewhere here now that you need to do that via FTP. How do I make sure the pages I created are not overwritten by the new installation? I just created the “About page” so far, so I don’t risk to lose too much, but since I am not a techy it took me two days to do a really nice about page with animations, sliders and a few other things and I also loaded quite a few images in the gallery, so will I lose everything after I upgrade?

    Thanks ;-)

    #22769

    Topic: Image Link Hover

    in forum Enfold
    Pappasdg
    Participant

    Hello,

    Is there to have it so when I have a image with a link it doesn’t do the overlay on hover?

    thanks

    #114592

    I’d like to have another option added to the header type:

    Fixed Header with Social Icons and Bottom Navigation

    I agree would be nice to have this option also but also:

    Fixed Header with Social Icons (along top with second navigation) and Bottom Navigation

    ===========

    http://codecanyon.net/item/igallery-interactive-wordpress-photo-gallery/full_screen_preview/4383911

    Would be nice as a image gallery?

    #116087

    Hi doafilms,

    For each portfolio item, make sure to set a featured image. That way there is a photo identified as the preview image to be used in portfolio overviews.

    For the slideshows, if you have images previously uploaded on the server you will need to re-generate theme with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    That should save the proper thumbnails the theme will then use in slideshows. Just make sure to use images that are larger than or exactly equal to the size of slideshow you’ll use.

    Regards,

    Devin

    #22525
    doafilms
    Participant

    Hi thank you for the quick reply to my last question, was able to resolve everything! Now I seem to be running into an issue with the portfolio feature. I have my portfolio page which has a grid portfolio. I have also created some portfolio items. Each has an easy slider with a few photos and a text description on the side (broken down into a 2/3 + 1/3 layout).

    The problem is, on the main portfolio page no images display above the portfolio item title. Any ideas?

    Also a quick question about the Easy Slider in general. I am given all these options for various size, for example Medium at 300×300. This would be great so it can just display cropped photos and the box doesn’t dynamically change, however any size I choose besides No Scaling produces very poor quality photos. For your examples on the site, did you crop and size all the photos exactly the same to work in the easy slider, or is something not happening right with mine?

    Thanks for all the help!

    #116822

    Hi,

    You should set the featured image on your blog posts not on the Blog page itself.

    Regards,

    Ismael

    #115666

    Hi,

    Nick’s solution does work. Select a background image on the Theme Options > Styling > Header tab then add this on your custom.css or Quick CSS.

    .header_color .header_bg {
    background-color:initial;
    }

    Regards,

    Ismael

    #117047

    Hello,

    Just edit the page then insert the Blog Posts element under Content Element tab. Edit the Blog Posts element, under Blog Style > select Multi author blog.

    Suggested blog posts featured image size to recreate the demo is 1030x360px.

    Regards,

    Ismael

    #22741
    abortolotti
    Participant

    Hi there,

    could you explain how to recreate the nice looking full width image in the “blog single author full width” especially WITH the round author pic centered and inserted in the full width picture like in your live demo? I thought to find it in the dummy data, so I could understand how that is done and do it for my own blog, but I need assistance for the dummy data version comes without those sample photos.

    Thank you.

    Antonio

    #116870

    Hi Nicolas,

    Here is what I would do if it were my site or client:

    Move my main installation of wordpress to a new sub folder on my domain(yourdomain.com/wp ) for example.

    Then transfer the current site to that folder so that it runs in its own folder but still on the main domain. See: http://codex.wordpress.org/Moving_WordPress

    Now that you have wordpress in its own folder, install another wordpress installation into a new folder (yourdomain.com/app). Now you can develop everything in the new folder while keeping your current site live. When you are ready to switch, you just change which folder the domain reads from.

    The initial change may cause some issues if you have images added in that point directly to the file location on the server but at least once you do the whole switch over you will never have to worry about it again because the location will be exact.

    If its not in your ballpark of experience, there are other ways as well but whatever works for you is best :)

    Regards,

    Devin

    #115665

    hi Devin,

    This solution is related to the megamenu background.

    I am referring to the header background image setting which is not working.

    #116969

    I believe I have the same problem. I cloned the “Enfold – the most beautiful theme ever” slider and if I see it on a landscape monitor and then on my iMac, I find that the center of my slider space changes. In other words, I cannot center a word or an image properly. I think it depends on something gone wrong with responsiveness. The background picture is responsive but not the objects layered on it.

    #117004

    Hi Nic,

    No I don’t believe so at the moment. I’ll put it in as a feature request to Kriesi :)

    Regards,

    Devin

    #116930

    Hi Devin,

    Thanks for the quick reply. Would be great if we can have a option to disable the icon. Maybe a layout page that doesn’t include the icon, but allow me to keep the image.

    #117017

    Hey!

    This sometimes happens when domain name of the old domain and the new one have a different character length. Sounds a little weird I know:

    The option page data is serialized by wordpress and then saved to the database. A serialized string allows you to save arrays and objects of data. the problem is: if you change the serialized string with a search and replace and it doesnt have the same length after the replacement than before it becomes corrupted and will no longer work.

    Most often a user sets

    – a custom logo
    – a favicon
    – adds some background images in the style editor

    all of those are saved with domain name. If you create a sql dump and then search and replace the domain names the options will no longer be valid, thus ignored. You can either just remove the option settings that contain the domain name, then do the search/replace, then import it and then upload your logo/favicon/custom images or you try to get one of the plugins that correctly convert those serialized strings for you like this one: WP MIGRATE DB

    zOrg
    Participant

    I’m getting a facebook icon inside the button graphic when mouseover/hover before click. ??? What to do?

    I’ve tired all the social settings I can find to eliminate a glitch. Also deactivated JetPack. Same issue.

    Thank you for your assistance. Theme: Velvet

    Still getting this issue – once with Velvet, and now with Enfold: see image: http://nexusserver.net/enfold-facebook-grapic-on-rollever.jpg

    Thanks for you assistance with this one.

    #116835

    Hi jaypopsu,

    I’m not getting that effect at all when viewing those pages. Is it happening in a specific browser or OS?

    Regards,

    Devin

    #116897

    Hi Alex,

    For the color section, you could try using an horizontal ruler element and setting it to Whitespace and a custom height you want.

    The slider issue is a bit more complex. We would need to see it live to see whats going on and then possibly do some custom css tweaks if the built in elements can’t provide a solution.

    Regards,

    Devin

    #116821

    Any suggestions please? Thanks

    Hello again,

    I’ve taken some random screenshots from across your demo site, this is in IE8 Compatibility View. The difference between the view on or off is mostly the columns being forced to a new row, with the view off the other issues are still there such as missing icons etc. See the link below:

    https://www.dropbox.com/sh/aofspmzyyz8o6e5/T7Sf_S_oFf

    So columns are forced to a new row, icons are missing, galleries are thousands of pixels high, some images are completely out of proportion, and so on.

    Let me know if you would like any screenshots of specific areas/pages.

    I wonder what could be the cause of this, and hope this is mainly my local browser and not how other people with IE8 see it.

    #115664

    Hi jawes,

    Try the css change that Nick posted here: https://kriesi.at/support/topic/mega-menu-bug#post-108100

    Regards,

    Devin

    #22725
    Nic
    Participant

    Hi,

    I´d like to know if it is possible to add the lighbox function to the image media elements from the layout builder?

    Thanks,

    Nic

    #116998

    Hey Devin,

    Looks like I found the problem I have a video embed from Wistia and it uses a external javascript file and I deleted the video and it fixed the issue with my layout builder.

    But also if I use an SEO embed from Wistia I can’t save it. I click the save button and nothing happens.

    Here is the embed code:

    <div id=”wistia_e6453ecca2″ class=”wistia_embed” style=”width:620px;height:347px;” data-video-width=”620″ data-video-height=”349″><div itemprop=”video” itemscope itemtype=”http://schema.org/VideoObject”><meta itemprop=”duration” content=”PT1M32S” /><meta itemprop=”thumbnailUrl” content=”http://embed.wistia.com/deliveries/ad669943c1b1406d8ce85d5e22f8a64f37c33572.bin&#8221; /><meta itemprop=”contentURL” content=”http://embed.wistia.com/deliveries/b44b4b0f8b44e3e14a6f2dda8441ff3b557f04ce.bin&#8221; /><meta itemprop=”embedURL” content=”http://embed.wistia.com/flash/embed_player_v2.0.swf?2013-01-16&customColor=4c89ff&mediaDuration=92.0&stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fad669943c1b1406d8ce85d5e22f8a64f37c33572.jpg%3Fimage_crop_resized%3D620x349&unbufferedSeek=true&videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fb44b4b0f8b44e3e14a6f2dda8441ff3b557f04ce.bin&#8221; /><meta itemprop=”uploadDate” content=”2012-04-26T15:28:59Z” /><object id=”wistia_e6453ecca2_seo” classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ style=”display:block;height:347px;position:relative;width:620px;”><param name=”movie” value=”http://embed.wistia.com/flash/embed_player_v2.0.swf?2013-01-16″></param><param name=”allowfullscreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><param name=”bgcolor” value=”#000000″></param><param name=”wmode” value=”opaque”></param><param name=”flashvars” value=”customColor=4c89ff&mediaDuration=92.0&stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fad669943c1b1406d8ce85d5e22f8a64f37c33572.jpg%3Fimage_crop_resized%3D620x349&unbufferedSeek=true&videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fb44b4b0f8b44e3e14a6f2dda8441ff3b557f04ce.bin”></param><embed src=”http://embed.wistia.com/flash/embed_player_v2.0.swf?2013-01-16&#8243; allowfullscreen=”true” allowscriptaccess=”always” bgcolor=#000000 flashvars=”customColor=4c89ff&mediaDuration=92.0&stillUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fad669943c1b1406d8ce85d5e22f8a64f37c33572.jpg%3Fimage_crop_resized%3D620x349&unbufferedSeek=true&videoUrl=http%3A%2F%2Fembed.wistia.com%2Fdeliveries%2Fb44b4b0f8b44e3e14a6f2dda8441ff3b557f04ce.bin” name=”wistia_e6453ecca2_html” style=”display:block;height:100%;position:relative;width:100%;” type=”application/x-shockwave-flash” wmode=”opaque”></embed></object><noscript itemprop=”description”>Build Your Business With Google Apps</noscript></div></div>

    <script charset=”ISO-8859-1″ src=”http://fast.wistia.com/static/concat/E-v1.js”></script&gt;

    <script>

    wistiaEmbed = Wistia.embed(“e6453ecca2”, {

    version: “v1”,

    videoWidth: 620,

    videoHeight: 349,

    playerColor: “4c89ff”

    });

    </script>

    <script charset=”ISO-8859-1″ src=”http://fast.wistia.com/embed/medias/e6453ecca2/metadata.js”></script&gt;

    Thanks

    #116662

    Hi jeffcrain,

    Can you take a screenshot of the settings for each and provide a link so we can take a look and try to re-create the same issue?

    Regards,

    Devin

Viewing 30 results - 106,171 through 106,200 (of 106,377 total)