Viewing 30 results - 141,841 through 141,870 (of 142,589 total)
  • Author
    Search Results
  • #122791

    In reply to: Logo & colors

    Hi,

    Please add this css to your /css/custom.css or to Quick CSS located in Enfold > Theme Options > Layout Style (text area on bottom of the page.

    @media only screen and (max-width: 479px) {
    #top .logo, #top .logo a {
    overflow: visible;
    left:32px
    }}
    @media only screen and (min-width: 480px) and (max-width: 767px){
    #top .logo, #top .logo a {
    overflow: visible;
    left:115px
    }}

    Thanks,

    Nick

    #24290
    bakbek
    Participant

    Hi,

    It seems that the post titles are not H1 (it shows as #top h2 a). I would like to make the post title to be H1 tags and also to increase the size of the font as the title is much smaller than any H2 you use inside the post content.

    Thanks.

    #24281

    Topic: Header Troubles

    in forum Enfold
    Hotelsolutions
    Participant

    Unfortunately we’re having some troubles with our header again ( goo.gl/mQNrM ).

    There seems to be some space between the top of the page and the header, which is especially annoying when scrolling down. As you can see on this picture: http://img211.imageshack.us/img211/2040/headertxl.jpg. We had this problem before and with your support we were able to fix it using this code:

    .fixed_header #header {

    top: 0px !important;

    }

    The code is still active in our custom css sheet. No idea what happened, we haven’t made any major changes to the site?

    Hope you can help!

    #122180

    In reply to: Translating search

    Thank you for the explanation!

    Before I never faced with such problems. I deleted my presupposition about cracked theme.

    Now I asked hosting support for help. May be dedicated IP is solution.

    OK, please don’t close the topic, I hope for your help after IP would be removed from the blacklist.

    #24277

    Topic: Movie in slider

    in forum Enfold
    jeffreyvanoostrom
    Participant

    Hi guys,

    Just bought the theme last night, but before I spend hours to figure it out: Is it possible to play a youtube or vimeo movie in the slider?

    My idea is to have a picture of a laptop in the slider and have a youtube movie autoplay in it.

    Please let me know if and how this can be done.

    Thanks in advance

    Jeff

    #122450

    In reply to: Rogue Color Layer

    Hi MikehJPP,

    You are looking at the wrong selector.. Look at the h3 tag to see the code

    .main_color .heading-color, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline {
    color: #FFCE66;
    }

    —-

    Right now there are 4 blocks of code that control the color of the Home in that image , and here they are from strongest on top to weakest on bottom. (yes this needs to be fixed) i believe.

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #EB8A22;
    }
    .alternate_color .heading-color, .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6, .alternate_color .sidebar .current_page_item>a, .alternate_color .sidebar .current-menu-item>a, .alternate_color .pagination .current, .alternate_color .pagination a:hover, .alternate_color strong.avia-testimonial-name, .alternate_color .heading, .alternate_color .toggle_content strong, .alternate_color .toggle_content strong a, .alternate_color .tab_content strong, .alternate_color .tab_content strong a, .alternate_color .asc_count, .alternate_color .avia-testimonial-content strong, .alternate_color div .news-headline {
    color: #FFCE66;
    }

    h1 {
    color: #EB8A22 !important;
    }
    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
    color: #EB8A22;
    }

    Thanks,

    Nick

    #122448

    In reply to: Rogue Color Layer

    Hi Nick,

    I have been changing the CSS as ive been going along (just like you showed me – hence ive achieved sooooooo much knowledge thanks to you) but I didnt understand why the % transparency was used. I was so tied up with the belief you ‘techies’ always dealt with exact values that I didnt think for a minute Kriesi had put in a ‘paint by numbers’ design system. It all makes sense – I just wanted it explained so I didnt think I was going mad! Its not something I think can explained by just trawling the web

    Anyway, I think I can get back on track now. If… the following code effectively shuts off the transparency and I can add my own then I can get on.

    #top .socket_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .header_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .main_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .alternate_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .footer_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    I know you felt like it was pulling teeth but it was a worth while lesson for me. Sorry if you feel exhausted!!

    Cheers & I guess we can shut up shop on this issue finally

    Andy

    #122446

    In reply to: Rogue Color Layer

    Hi,

    Yes. Your image shows no yellow color in the header, the section you were editing. Have you changed the yellow also in the body section or alternate section? See image http://i.imgur.com/YWr6qVn.png

    The very top color changer for background doesn’t seem to be working , but you can just paste the color in there.

    Because I easily was able to change the yellow you are pointing to in one of the other sections, alternate I think.

    Thanks,

    Nick

    #122913

    In reply to: Sign Up Button

    Hi,

    Please search the forums, there has been a long line of people asking about this exact customization for more than a few years and there is probably more than one set of working code to do just what you are asking in these forums (including mailchimp).

    Here is a video showing how to do it (i saw at least 6 other videos with step by step instructions) http://www.youtube.com/watch?v=vT7Jiaq-ov8

    Here is a wordpress forum discussion which ends with it working http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-enabling-the-evil-popup-mode

    Thanks,

    Nick

    #122443

    In reply to: Rogue Color Layer

    Hi,

    Ahh, so the background color on my snapshot, for sidebar, content area, socket and header is not the color you selected. Should have said just that, because how am I supposed to know.

    Been looking , and even though that black color you have is exactly the color if 10.5% transparent black is painted on white, in reality it is color #191919 and it is used on page /includes/admin/register_backend_styles.php on lines 625,638,690, and 704. I think if you change that to #000, your troubles may be over!

    changing that produced for me http://i.imgur.com/3QQMkvt.jpg

    There are a couple other colors hard coded on the page and I think you will find all the ones that been showing up

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

    I also got plan B lined up. I am gonna give you a new css file with all extra css removed which will take the place of enfold.css

    I looked at all the transparency css, and also found this :

    #top .socket_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .header_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .main_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .alternate_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .footer_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }

    They can be neutralized by changing 0.5 to 0.0

    Thanks,

    Nick

    #122582

    This post was in the Abundance forums which is on version 1.9. If you are using Enfold, the same meta box is not present as with Abundance so there *isn’t* that box below the visual editor.

    See the videos for Enfold here: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    #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

Viewing 30 results - 141,841 through 141,870 (of 142,589 total)