Viewing 30 results - 141,181 through 141,210 (of 142,637 total)
  • Author
    Search Results
  • #128820

    Hi janneal,

    I’ll tag the topic for Kriesi but I’m not sure what could be as I’m not really getting the same result with the latest version of Chrome on Windows7 or Chrome+OSX.

    Regards,

    Devin

    #126012

    Both links work fine for me.

    #26009
    khalidmuharraqi
    Participant

    I have an image with a 3d character (full body from top to bottom) and uploaded as “image1.jpg” with size let say 600x1500px.

    I want to display it on my home page under news update section with size 400×400 (showing cropped face of the same character only) by using the same “image1” and when you click on it, it will open another full news page with “image1” full resolution i.e. 600x1500px.

    My point is I don’t want to upload the same image two times (i.e. 600x1500px and 400x400px). I want to use the same image with different cropped sizes.

    So is it possible to do that?

    #128659

    Also, my bad on the topic closing, I apologise, I thought it was closed by support.

    ~s

    #126771

    Hi Devin, apparently there was a mis-communication on our part, the person that deals with the CSS tried the first option where you needed to add lines to the CSS, not the second where you had to remove the line. So it was a duplicated effort – so my fault on that, sorry.

    However, your third suggestion seems to be working now, the only problem is that it’s showing the same issue as the table originally did right in the beginning – there was a thread about it on the forum: https://kriesi.at/support/topic/description-column-in-tables-not-aligning-properly-with-adjoining-columns

    The issue we were experiencing with the alignment on the website is now occurring on the phone. So both columns are displaying next to each other, but their alignment is off – as described in the above thread.

    #128728
    #128475

    See https://kriesi.at/support/topic/custom-font-with-cyrillic-symbols – you can add a new font or overwrite an existing font – a list of all supported fonts can be found in wp-contentthemesenfoldincludesadminregister-admin-options.php

    'Alice'=>'Alice',
    'Allerta'=>'Allerta',
    'Arvo'=>'Arvo',
    'Antic'=>'Antic',

    'Bangers'=>'Bangers',
    'Bitter'=>'Bitter',

    'Cabin'=>'Cabin',
    'Cardo'=>'Cardo',
    'Carme'=>'Carme',
    'Coda'=>'Coda',
    'Coustard'=>'Coustard',
    'Gruppo'=>'Gruppo',

    'Damion'=>'Damion',
    'Dancing Script'=>'Dancing Script',
    'Droid Sans'=>'Droid Sans',
    'Droid Serif'=>'Droid Serif',

    'EB Garamond'=>'EB Garamond',

    'Fjord One'=>'Fjord One',

    'Inconsolata'=>'Inconsolata',

    'Josefin Sans' => 'Josefin Sans',
    'Josefin Slab'=>'Josefin Slab',

    'Kameron'=>'Kameron',
    'Kreon'=>'Kreon',

    'Lobster'=>'Lobster',
    'League Script'=>'League Script',

    'Mate SC'=>'Mate SC',
    'Mako'=>'Mako',
    'Merriweather'=>'Merriweather',
    'Metrophobic'=>'Metrophobic',
    'Molengo'=>'Molengo',
    'Muli'=>'Muli',

    'Nobile'=>'Nobile',
    'News Cycle'=>'News Cycle',

    'Open Sans'=>'Open Sans:400,600',
    'Orbitron'=>'Orbitron',
    'Oswald'=>'Oswald',

    'Pacifico'=>'Pacifico',
    'Poly'=>'Poly',
    'Podkova'=>'Podkova',
    'PT Sans'=>'PT Sans',

    'Quattrocento'=>'Quattrocento',
    'Questrial'=>'Questrial',
    'Quicksand'=>'Quicksand',

    'Raleway'=>'Raleway',

    'Salsa'=>'Salsa',
    'Sunshiney'=>'Sunshiney',
    'Signika Negative'=>'Signika Negative',

    'Tangerine'=>'Tangerine',
    'Terminal Dosis'=>'Terminal Dosis',
    'Tenor Sans'=>'Tenor Sans',

    'Varela Round'=>'Varela Round',

    'Yellowtail'=>'Yellowtail',

    Eg if you want to use Open Sans with “Latin Extended subset” characters add following code to the bottom of functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=latin,latin-ext';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=latin,latin-ext';
    return $fonts;
    }

    Note: Not all google fonts support all subsets. You can search for fonts which support “latin extended” characters here: http://www.google.com/fonts/

    #26001
    lbdesign
    Participant

    I’m sorry for cluttering the forum with yet another logo size question, but I can’t find the answer.

    I’m trying to use a long logo with the fixed header bottom menu. I hacked some CSS to make it look almost OK on desktop, but it looks bad on phones. And it’s still not right, as I have to set the height to be 10px taller than the logo file or it squishes vertically (on desktops). On phones, its all distorted.

    Here is the temporary work-in-progress site:

    http://iutconference.com/dev/

    The CSS I altered (don’t laugh) is:

    .fixed_header #main {

    padding-top: 110px !important;

    }

    .bottom_nav_header.social_header #header_main .container{height:110px; line-height: 110px;}

    .logo img {

    width: 714px;height:110px;

    .logo img {

    max-width: 714px;max-height: 110px;

    }.logo img {

    max-width: 714px !important;

    }

    Can you suggest a solution for a logo that’s 100px tall (including white space) and 714px wide?

    (for some reason, I have to set the CSS as 110px to get the 100px logo to not squish vertically.

    thank you!

    lbdesign
    Participant

    I’m trying to set Droid Sans and Open Sans as the fonts. I see the Droid Sans in the headlines on my android phone, but not on my desktop in Firefox or Chrome. Also not seeing them on my iPad. (the default looks like Helvetica or Arial) H

    ere is the temporary location of the site while I test it:

    http://iutconference.com/dev/

    Do you know what’s going wrong?

    Hi, thanks for your reply. When I do that, the logo just stick to the top as you can see here http:// censored, the height remains the same :(

    What can I do? Thanks

    I tested the button several times now and it worked for me all the time. However I noticed that it will reload the same page if you don’t enter a postcode value. The “This field is required.” message is partly hidden under the white input field and you might want to change its position. Btw – please add the javascript code to a js file (eg to http://my-boiler.info/wp-content/themes/enfold/js/avia.js ) and don’t add it directly into the html source code because the wpautop filter might mess up the javascript code.

    #128715
    #128726

    1) The footer code is quite different because we added some new functions & options to the footer (eg you’re now able to hide the widget columns or the socket (copyright area) on individual pages) and it’s probably not possible to copy/paste the old code without breaking these features. I’d recommend to ask your developer to check the new footer.php code and to rewrite his code if necessary.

    2) Yes, you can change the icon hover color with following code – insert it into the quick css field

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    You can change the social icons bar color with

    .header_color .container_wrap_meta {
    background: #f8f8f8;
    }

    #128625

    I’ve found: http://wpml.org/forums/topic/ajax-call-is-not-localized/ and probably this helps you. Open up functions-enfold.php and replace

    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></li>';

    with

    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?lang='.ICL_LANGUAGE_CODE.'&s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></li>';

    Then replace

    if(empty($_REQUEST['s'])) die();

    with

    if(empty($_REQUEST['s'])) die();
    if(!empty($_REQUEST['lang']))
    {
    global $sitepress;
    $sitepress->switch_lang($_REQUEST['lang'], true);
    }

    Hey Mkieling,

    On any of your pages scroll up to the top of the page and click on Screen Options. Make sure the Advanced Layout Editor checkbox is checked and then you can re-click on Screen Options to close the pull down. Not sure why but sometimes it gets turned off.

    Regards,

    Devin

    #127102

    I’ve tagged the topic for Kriesi to take a look at. I’m not sure if its an issue of the first gen not having enough hardware to run the layerslider/theme functionality or what but he is the only one of us that has the ability to test for it.

    Regards,

    Devin

    #128125

    Glad we could help :)

    Let us know if you have any other questions or issues.

    #128752

    Hey Gstar72

    I answer this in your other topic where you asked as well: https://kriesi.at/support/topic/enfold-graphics-query

    Just to help keep things easier to search and for us to answer please don’t make a new topic if you’ve already asked the question in another topic.

    Regards,

    Devin

    Hi Siobhan,

    1) The example there is using the Corona theme and is only showing the slideshow at the top.

    2) The image is getting scaled to fit the width. Then whatever height the image ends up is what you get as a result. So if you want to have a consistent size, you should use the same exact image size or ones with the same ratio of width to height.

    3) Again, this page is loading up the Corona theme for me as well.

    Regards,

    Devin

    Jasmer
    Participant

    I want a set of social sharing icons to match the “Enfold RSS Link and Twitter Account” widget. I am going to use them in a plugin.

    I want them to match exactly.

    I downloaded the PSD from http://www.entypo.com/

    What is the path to the orange and blue backgrounds on which the icons sit? It appears as though they have a stroke around the edge. Very nice. Are those located in PNG or other in the source files?

    My goal is to take the original background, change the color and drop the icons on top.

    Thank you!

    crashtestmummy
    Participant

    This is a strange one. Can anyone tell me why the post at the top of this category archive isn’t showing?

    http://www.crashtestmummy.com.au/category/easy-cleaning/

    It happened with another post too and I had to change the permalink and do a 301 redirect.

    I’ve also seen something strange when editing an existing page. The permalink of the page changes to the permalink for another existing post. Really odd.

    Any clues?

    #128376

    You should be able to use #top.logged-in in your css selector in that case to show the items only when logged in. IE:

    .avia_cart_buttons {
    display: none;
    }

    #top.logged-in .avia_cart_buttons {
    display: initial;
    }

    Regards,

    Devin

    #126011
    #126010

    URL with bad formatting:

    http://www.urlgone.com/10aff7/

    Copy of above with video removed (formatting ok):

    http://www.urlgone.com/f780b7/

    #128655

    Hi spinner,

    The previous topics was marked as resolved by the original poster which is why it was closed.

    the increased memory limit is a symptom of wordpress not increasing its running requirements for so long that plugins+wordpress+theme functions are now a bit much for many default hosting setups. WooCommerce actually has the same recommendation because of the increased resources needed and once you are up to 128mb it should be enough and fine.

    So when you say you’ve already upped it, what did you raise it to and in what method? Often going a single route isn’t enough and it must be done on a server level by the hosting provider.

    If this is on northern-studios . com, it looks like you are on 64mb which could be increased and see if that helps as well.

    When you say you have 2 identical sites, what does that actually mean? The more details the better.

    As an aside, our queue system goes by last posted item to newest so older posts without new replies come first. So each time you self bump it pushes it to the back of our queue. I happened to see this topic looking through new responses but typically bumping just makes it take longer for us to see a topic.

    Regards,

    Devin

    #126009

    Hi,

    The links you pasted above have expired. Please repost them again.

    Thanks,

    Nick

    #128654

    Additional info: my SEO stopped working at the same time as the editor buttons.

    I am using YOAST, as mentioned in the now closed post –

    SEO settings won’t update on the theme – I just triplechecked this.

    I have the same plugin working on another, non-enfold site, I tweaked a SEO setting, and it updated on the spot.

    So… I’d say somewhere, something seems not to be firing as it should.

    (and yes, I have disabled the current version of the plugin, uninstalled the plugin, reinstalled the plugin, all that…)

    ~s

    #128653

    I saw the other topic was closed to replies, so I will respond here:

    I did not see anything which made the conclusion it was a viable option to increase php memory even more.

    Again, I run *two* identical sites. On one it works, on the other it doesn’t

    Is this of no consequence or relevance to you?

    Also, if people need to keep increasing their php memory, don’t you think maybe the code could use a revision as to be less, not more, hungry?

    ~s

    #128873

    To solve this:

    1. Enable twentytwelve as theme.

    2. Open the post, save it once (you should see the contents of the avia builder).

    3. You may also try to recover from a revision.

    4. Re-enable Enfold and everything should be fine.

    To prevent this from happening:

    1. Limit the amount of revisions.

    2. Increase the autosave feature of WordPress.

    Open up wp-config.php and add the following constant above /* That’s all, stop editing! Happy blogging. */

    /** Extending the autosave feature to 20 minutes */
    define('AUTOSAVE_INTERVAL', 1200 );
    /** Limit draft count */
    define('WP_POST_REVISIONS', 3);

    Short explanation:

    When you start editing with the builder and open up lets say a toggle (editing one of the elements with the MCE) a misbehaviour may occur when WordPress autosaves in the background. Raising the autosave won’t solve the prob, but prevents the above situation.

    Memory issues: Already checked your PHP Max (there are some plugins for that)? You may also try to enable the WordPress debug mode in wp-config.php.

    Good luck!

    #25981
    nick_o_laas
    Participant

    Redownloaded the latest 1.7 and increased my Memory limit through 5 different methods and it still does not work. Have you considered it to be a possible database error? I’ll set you up with access if needed.

    Please fix this, I see you closed the topic on the guys other thread before confirming it was fixed.

    Here are some screenshots:

    http://images.intuition-designs.com/screenshots

Viewing 30 results - 141,181 through 141,210 (of 142,637 total)