Viewing 30 results - 142,201 through 142,230 (of 142,938 total)
  • Author
    Search Results
  • #122753

    In reply to: Input control

    Hi,

    Add this on your custom.css

    #top input[type="text"] {
    float: left;
    clear: left;
    }

    Regards,

    Ismael

    #122909

    In reply to: Child theme update

    Hey victoriaeducacion,

    Just make a new topic with the questions/issues. It helps keep things easier to search for other users and for us to keep track of open topics :)

    Regards,

    Devin

    #122732

    In reply to: Blockquote

    Hi,

    You need to use the dropcap shortcode.

    <blockquote>[av_dropcap1]"[/av_dropcap1]Click here to add your own text</blockquote>[av_dropcap1]"[/av_dropcap1]

    Or you can bring the default wordpress blockquote styling.

    blockquote {
    background: transparent url('../images/skin1/quotes.png') no-repeat top left;
    }

    You need to supply the image for quotes.png.

    Regards,

    Ismael

    #122442

    In reply to: Rogue Color Layer

    Hi there,

    two things… Firstly Kriesi has just acknowledged that there was an issue with the blog grid and it will be resolved in next update. Secondly, this color debate… the point im making is that (for argument sake) lets say I make every single color a strong orange and just the background is black. Why am I seeing derivatives of that color which (on your Clipular grab) show that there are loads of tinted ranges of the only orange color i chose. eg… the titles CATEGORIES & the blog…THE EYES HAVE IT show up as a vile yellow which is an opacity level of the only Orange color I chose (as shown in HOME – top left)

    As ive said… the only way I will get rid of this is to literally add line after line of CSS code to kill it. Why cant I kill the white globally and only have my colors chosen in the styler as the colors I want (without the transparency/opacity)???

    Andy

    #122208

    Hi,

    What do you mean by accent? Try to increase your php memory output. Refer to this link.

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Again, switch your Avia Builder to debug mode to see the actual shortcode.

    https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136

    Regards,

    Ismael

    #122441

    In reply to: Rogue Color Layer

    Hi,

    I am trying to understand what you are seeing, because this is what I see in Chrome on Windos 7 http://www.clipular.com/c?7180226=65G_ENiS0TuPzhP8gfxP6Nr6feM&f=.png , FF looks same, and so does IE.

    The way the theme works is that a css file gets dynamically generated based on settings in Enfold > Theme Options > Styling. This css file gets written into the upload folder of wordpress (since chances are the server allows file writing there) . In your case this is the file http://www.andypeck.co.uk/wp-content/uploads/dynamic_avia/enfold.css. It is executed right before custom.css in the cascade.

    I just ran an app that counts which selectors in css are used and which are ignored and 98% of css is not used on your site. I have a feeling that maybe some of these selectors may be used somehow even though they are. WordPress 2.6 promises tons of improvements so for now i would just continue building. When you are finished thats the time to remove the unneeded selectors and I have a feeling things will fall in place. If this is done now, then when you add anything extra there wont be a selector to style it, so thats why i suggest you get to the point where you have everything finalized. On top of that its a great optimization technique.

    Thanks,

    Nick

    if you put a page in a mega menu, without putting it in a category it’s clickable on the normal version but not on the mobile version.

    i’ve just put menu items with no category inside a “-” category …

    #24258
    ykblue
    Participant

    Hi,

    setting up a page with columns 2/3 (containing an image) and 1/3 (containing text-block), the top line of both of the elements is not on the same level. Text-block is appearing some px lower than the image-column which looks not 100% precise.

    Is there a way I could achieve that they appear on the same height, either by pushing the text-block up or the image down?

    Thanks for your assistance, Katharina

    #122888

    Hey kleboe,

    Change that to:

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; clear: both; }
    }

    So that it moves from the sidebar position and wraps under the content.

    Regards,

    Devin

    #24247
    kleboe
    Participant

    I know that Ismael has already provided the following code for Quick CSS to fix this issue:

    /* All Mobile Sizes (devices and browser) */

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

    .responsive #top #main .sidebar {display:block !important; }

    }

    —-

    Despite using this code my sidebar still doesn’t display on mobile. See: http://kleboe.co.uk/jobs for what I mean. Can anyone help on this?

    Thanks!

    #122846

    Hi silverhema,

    You can add the menu item as a custom menu item and then set a # symbol for the URL.

    Regards,

    Devin

    #122176

    In reply to: Translating search

    Thanks for detailed reply, Nick.

    Concerning correct code ( http://i.imgur.com/QxhJjzx.jpg ) – thank you, I see it is all good now!

    But I got some more questions.

    _______________________________________________________________________

    You are right, there would be no comments and no blog on site

    I added code to Quick CSS box and did not found something changed:

    #top.search-no-results .widget.avia_combo_widget, #top.search-no-results .entry-content h3 {
    display: none;
    }

    _______________________________________________________________________

    What I did to solve encoding problem:

    1) Opened functions-enfold.php, searchform.php and the function-set-avia-backend.php via Notepad++ and saved them to “UTF-8 without BOM”. Then I updated files via FTP.

    2) Edited .htaccess according to you recomendations.

    And after this nothing changed. May bу I missed something or I shoud edit only original php files with Notepad++? (I just had edited files that where previosly saved in Dreamwiever)

    Thanks, Vitaly

    #122699

    Hi hsie,

    Kriesi uses the plugin mentioned in this topic in the demo: https://kriesi.at/support/topic/reducing-http-requests#post-115039

    Regards,

    Devin

    Hi Evan,

    In the top right of the page view should be a tab labeled “Screen Options”. This is when looking at a normal page in wordpress.

    Regards,

    Devin

    There isn’t any theme options for it but you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.post-type-archive-product #main .sidebar {
    display: none;
    }
    #top.post-type-archive-product .template-shop.content {
    width: 100%;
    border: none;
    }

    and for the product category pages:

    #top.tax-product_cat #main .sidebar {
    display: none;
    }
    #top.tax-product_cat .template-shop.content {
    width: 100%;
    border: none;
    }

    Regards,

    Devin

    Hi blingcart,

    No not for the WooCommerce generated pages. The theme tries to do as little as possible with WooCommerce so that it has the max flexibility with Woo Extensions and plugins.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.tax-product_cat #main .sidebar {
    display: none;
    }
    #top.tax-product_cat .template-shop.content {
    width: 100%;
    border: none;
    }

    Which will force the archive pages to have no sidebar and be 100% width.

    Regards,

    Devin

    #122230

    Hi imagnmedia,

    I see it happening in FF though I’m not sure what the root of it is as the z-index settings should have it under the content (as it is in webkit browsers).

    I’ll have to tag Kriesi on the topic so that he can dig into it a bit and see if a fix can be found for IE and FF.

    Regards,

    Devin

    Hi pixelmixture,

    I don’t have any issue selecting that item on the menu in any size. There are some instances where the menu will disable a parent: if it has no url associated with it or if you give it the noMobile class but in this case I’m just not getting that behavior on the linked site.

    Regards,

    Devin

    #121717

    I see what you mean. Its only after the mobile has been triggered and then it stays ‘stuck’ on mobile which makes the menu appear.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    /* iPads (landscape)
    
    */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {

    #top #advanced_menu_toggle {
    display: none;
    }

    }

    Which is a media query designed to target ipads landscape specifically and will hide the mobile button even if its trying to show. Let us know if it works for now and I’ll put it in as a bug.

    Regards,

    Devin

    #122866

    Hi agarkitekter,

    While its definitely possible for #1, it is beyond what we could guide you through doing via support. You can look through the css folder in the theme files and make modifications to the grid as either a child theme or by adding those styles to the custom.css to replace the others.

    For number 2, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .grid-sort-container .grid-entry.flex_column {
    box-sizing: border-box;
    padding: 5px;
    }

    Regards,

    Devin

    #24238
    ykblue
    Participant

    Hi, viewing the Enfold theme (version 1.5) in responsive mode on the iPhone 4s / iOS 6.1.3, I face some problems.

    – scrolling is not smooth at all, it’s really work pressing and shifting to get from top of the page to bottom and back

    – klicking on the top (time) does not scroll page to top as usual

    – there is no “to top” arrow as in your preview

    I’m using the boxed layout and an overall bg-image. site is under construction pixelwort.de/naturavetal

    Probs occur in both sizes width 1030 and 1210px

    Thanks for looking into this. Best regards, Katharina

    #24234
    silverhema
    Participant

    Is there an easy theme option to make the top level menu item not a link, showing only dropdown when mouse over, but still grouping child pages under a group? This is to show page of the same sub level on the side bar.

    #120148

    Hi,

    Hard to tell with any degree of accuracy -. I am going to install IE8 VM style, since all else lacks precision..Meanwhile you can get some background images going again by using this css solution … this assumes background image inside a <img src=”image url” class=”bg” tag.

    img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    }

    @media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
    left: 50%;
    margin-left: -512px; /* 50% */
    }
    }

    Thanks,

    Nick

    #121648

    Hi,

    You can do quite a lot of stuff to that line .. Add this css to your custom.css file https://kriesi.at/support/topic/enfold-responsive-slide-out-menu-issue#post-112059 and you see what I mean about that bar below the menu, This code also gives you a blueprint for customizing the menu itself and all its parts including aligning everything. i believe that the code already puts everything right where it needs to be.

    Thanks,

    Nick

    #122742

    In reply to: Add menu description

    1) Enfold does not support such a menu description. You can try to use html code to “shrink” your menu item link text (eg with

    <span style="font-size: 10px">My description</span>

    2) You can change the color of the dropdown with

    #top .header_color .main_menu .menu ul li a{
    background-color: #333;
    color: #fff;
    }

    Adjust the color values and insert the code into the quick css field.

    #24227
    glen
    Participant

    Is there a way to specify the default excerpt length for blog posts in the Grid layout? If I choose “Multi Author Blog,” “Single Author, small preview Pic,” “Single Author, big preview Pic,” the excerpt is the correct length by default. As far as I can tell, the only one that’s messed up is the “Grid Layout.”

    You can see what I’m talking about by going to TheCaliforniaPost.com.

    I did some searching in the forum and found an answer, but it wasn’t for the default. It basically stated that you can go into each post and specify the excerpt one-by-one by going into screen options at the top, clicking excerpt, and then defining the excerpt… There has to be a way to set a default so that we don’t have to do each one individually..

    Also, I’m looking into a new theme for a new project and I’m very impressed with Enfold. Do all of your themes have the Avia Layout builder as well as the updated theme options panel or is this just a feature included with the newest themes such as Enfold, Replete, Incarnation, etc?

    Thanks!

    #122664

    Hi,

    Just add this on your custom.css or Quick CSS

    #top .main_color #reviews input#submit {
    background-color: gray;
    }

    Change the color.

    Regards,

    Ismael

    #122689

    In reply to: Thumbs are fuzzy

    Hi,

    Please follow this link.

    https://kriesi.at/support/topic/enfold-combo-widget

    It will be fixed on the next update.

    Regards,

    Ismael

    #121646

    Hi,

    Sorry for the delay with the weekend.

    1) The theme has 5 menus , two of which have only 1 menu on screen. So that leaves 3 menus which each have the main/submenu. Please clarify which one of the three you are talking about (found in Enfold > Theme Options > Headers

    a) Fixed Header with Social Icons and additional Navigation

    b) Non-fixed Header with Social Icons and additional Navigation

    c) Header with Social Icons and bottom Navigation

    ===================

    This deals with the little point (called avia arrow) on the line that moves under the navigation items;

    `

    /*


    AVIA ARROW


    */

    .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap, .current_page_item>a>.avia-menu-fx>.avia-arrow-wrap {

    display: block;

    }

    /*


    AVIA ARROW color


    */

    .header_color .avia-menu-fx .avia-arrow{

    background-color: rgb(195, 81, 47);

    color: rgb(255, 255, 255);

    border-color: rgb(195, 81, 47);

    }

    /*


    AVIA ARROW position


    */

    .avia-menu-fx .avia-arrow-wrap .avia-arrow {

    top: 10px;

    }

    /*


    AVIA ARROW size, more position shape


    */

    .avia-arrow {

    height: 10px;

    width: 10px;

    position: absolute;

    top: -6px;

    left: 50%;

    margin-left: -5px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    transform: rotate(45deg);

    border-width: 1px;

    border-style: solid;

    visibility: hidden;

    }

    /*


    AVIA Under Menu Floater – color


    */

    .header_color .avia-menu-fx{

    background-color: rgb(47, 83, 195);

    color: rgb(170, 106, 70);

    border-color: rgb(47, 53, 195);

    }

    Thanks,

    Nick

    #122434

    In reply to: Rogue Color Layer

    Hi,

    No cynicism. Ghost site true story and so is image where all those white color codes are in css files on your site. Listen, there are internal caches , server caches, all kinds of stuff. There is jQuery problems where css is taken from a different selector. You have a file enqued in your theme somehow, so someone wrote that files location out and added it somehow. And if that happen, I am ready to believe about white colors as well. Read over things I write on the forum.

    Its a waste of time in my opinion, trying to play Sherlock Holmes and the ghost in the machine , because I did enough of that, and let me tell you, that most times you will find nothing( https://kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111167 ), but waste lot of time, its not gonna get you anywhere ( https://kriesi.at/support/topic/woocommerce-addition-of-items-in-cart-not-correct#post-83790 ) , focus on the goal ( https://kriesi.at/support/topic/home-page-slider#post-105249 ). I just added those to show that weird stuff happens, and my advice is consistent, so no cynicism.

    What i would like to know is why your website looks dark grey on Chrome Regular and dark blue on Chrome Canary (developer Chrome version)

    http://www.clipular.com/c?6670378=uPQ5PowG3kaU8qxoSrcZDhZCFOw&f=.png

    http://www.clipular.com/c?7167075=P5mQCtu_YOumXtZW7RL6NySVRcc&f=.png

    Now thats weird, something new I haven’t seen before.

    Thanks,

    Nick

Viewing 30 results - 142,201 through 142,230 (of 142,938 total)