Viewing 30 results - 131,851 through 131,880 (of 142,898 total)
  • Author
    Search Results
  • #242515

    Hey IHEA!

    Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: fixed;
    }
    }

    Best regards,
    Ismael

    #242508

    Hey Kimberly!

    Can you please give us a link to the website? What kind of blog style did you use? Add this on Quick CSS to adjust the width of the fullwidth blog layout:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 1200px;
    }

    Regards,
    Ismael

    #242506
    thanp73
    Participant

    I would like to have multiple mega menus- I am planning a large site with 1-200 pages that wil lbe organized into content topic areas. I’d like to have all navigation for domain.com/topic-a inside a main menu called for all pages that are within topic-a, and have a different main menu with links for topic-b called for all pages within domain.com/topic-b
    there wil lbe topic C, D and E too
    .
    I would also like a ‘main’ or header menu consistent throughout for stuff like contact, about, login, and category directory (topic A,B,C,,D, etc)

    Can anyone suggest how to do this? basically I’d like to specify different ‘main menu’ for different pages and if possibl,e I could use different page templats for my content A vs content B pages, and have a different menu called by that particular template, but I dont; quite know how to make that happen

    pls help

    • This topic was modified 12 years ago by thanp73.
    #242501

    Hey!

    Please edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    On the homepage, add a fullwidth slider then add a “Custom Css Class”. Just scroll at the very bottom to see the field. What we’re trying to do is to show layerslider on desktop view then swap the fullwidth slider when viewing on mobile devices. Let’s add “sample-slider” to the “Custom Css Class” field of the fullwidth slider. Add this on Quick CSS or custom.css:

    @media only screen and (min-width: 769px) {
    .sample-slider { display: none !important opacity: 0 !important; 
    }
    }
    
    @media only screen and (max-width: 768px) {
    .sample-slider { display: block !important opacity: 1 !important; 
    }
    
    #layer_slider_1 {
    display: none !important;
    }
    }

    Cheers!
    Ismael

    #242497

    Hey chiummog!

    Sorry for closing the topic. You can add this on Quick CSS or custom.css:

    #header .avia_mega_div img {
        max-width: 100% !important;
        width: 250px;
    }

    Best regards,
    Ismael

    #242469

    In reply to: Color of Bold

    Hey!

    It looks ok when I checked it Chrome Win8. Please add this on Quick CSS or custom.css:

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke: 0.5px;
    -webkit-font-smoothing: antialiased;
    }

    Regards,
    Ismael

    #242466

    Hi agiombetti!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 5px;
    font-size: 12px;
    }
    }

    Cheers!
    Ismael

    #242461

    Hi!

    Remove all css modifications that you did for the header. Please go to Enfold > Header > Header Size, choose the custom pixel value. Select 51px to resize the header height.

    Cheers!
    Ismael

    #242458

    Hey!

    Have you tried !important after the css values?

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
    float: left !important; }}
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}
    
    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}
    

    Best regards,
    Ismael

    #242446

    Hey Matthew!

    You’ve defined the height of the whole container which has the related products in them. Using the background image you can actually tell it to be attached to the top of the element instead of the center. Eg:

    .single-product .alternate_color {
    background: transparent url(https://mrsjosephwood.com/wp-content/uploads/title-bar-store.png) center top no-repeat;
    }

    Best regards,
    Devin

    #242436

    In reply to: Space below menu

    Hi genarojrs!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 88px;
    }

    Regards,
    Yigit

    Enfold main menu is checked.

    Problem is same with all plugins deactivated.

    I made one mistake. I had some old “top level” pages left. The submenu pages I were able to set parents on where related to these pages. If I remove the “top level” pages and only have three links as top menu items, none of the child pages can have a parent. Links it seems are not listed as parents in the page parent menu. I am not enough of a WordPress expert to know if this is “by design” or if it is an issue?

    The only consequence I see at the moment is that I cannot have “breadcrumbs” if I cannot set the parent.

    Cheers, Mats!

    #242423

    Hey Andrea!

    Right now there is no setting or way to do that though Kriesi is working on adding that in for the next release.

    Best regards,
    Devin

    #242420

    Topic: Entypo in widget title

    in forum Enfold
    Shallnotbe
    Participant

    Hi,
    I’d like to use an entypo icon on a widget title (like the Latest News widget title).
    The shortcode doesn’t work, and the html code disappears each time it is entered.

    Is there a way to allow shortcodes on the widget title, like there is with the menu?

    Cheers and thanks for the support!

    #242419
    steveinz
    Participant

    Hi Support, I am using the builtin custom LayerSlider in the Enfold theme. In the Global Settings it allow you to upload your own logo. It also says it allows ‘YourLogo style’ where ”You can style your logo. You can use any CSS properties, for example you can add left and top properties to place the image inside the LayerSlider container anywhere you want.’
    I dont want the default location of top left. I want to move it to the right. But I whatever CSS I put it, it ignores and the logo disappears. Can you please give me an example of working CSS syntax that will move the logo?

    I tried: { position:absolute; left:500px; }

    #242415
    kayrenimport
    Participant

    Hey Support
    On my site
    http://www.kayren.dk/filipino-survey
    I have a little problem with the dropdowns in my survey – they look cut in the right side.
    (and this is on laptop, phone, tablet, Ipad …… what ever)
    What is causing this and how can I fix it?
    Best Regards
    Søren

    #242406
    CurlyHost
    Participant

    I want to use the full width easy slider with a text overlay but I DON’T want the video to automatically play. I’d like the film to play when people click the play button. Is there a way to use that method of showcasing films without the autoplay turned on?

    #242389
    codepantry
    Participant

    I have a background image in a color section. On top of the background image I have another image and text layer beneath. Now because the background image is fairly vivid and rightly so in certain cases, I would like to have a block of color or bottom with frame feature color block similar to that in full screen slider such that this image and text layer resides on this contrasting color for better visibilityHow can I do this whilst affecting only this color block.

    #242387

    In reply to: #226711 response

    ok, i’ve updated my enfold version, then I’ve made all changes given by Jouse, Ismael, You and again You form this topic, in total:
    – one change in quick css (Yigit)
    – one in avia.jsv (Josue)
    – two in portfolio.php (2xIsmael)
    – one in gallery.php (Yigit)

    Still after clicking on small thumbmail photo there is opening lightbox.

    Any other ideas?

    #242381
    LAHWebDesigns
    Participant

    I’m never able to get this fixed with the answers I’ve found here… The #scroll-top-link link does not show an arrow for me and I can’t change the color. Here’s the site: ttg.travel. I’ve tried the below CSS changes to no avail:
    .socket_color a, .socket_color .widget_first, .socket_color strong, .socket_color b, .socket_color b a, .socket_color strong a, .socket_color #js_sort_items a:hover, .socket_color #js_sort_items a.active_sort, .socket_color .special_amp, .socket_color .taglist a.activeFilter {
    color: red !important;
    }

    #scroll-top-link { background-color: white; color: red; border: 1px solid red; }

    Thank you!

    #242368
    Valerie
    Participant

    Hi there! I just put a sliding tweet widget from a plug-in into my sidebar at http://coaching.valiantlane.com/about/our-founder. I am trying to adjust the font color of the tweet text and have not been able to find the right code to change. Changes to the font color in the css file for the plug-in do not propagate through to the webpage. Using firebug I found where the code is that controls the color, which is #888888.which is:

    .main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading > *, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a, .main_color .av-sort-by-term a {
        color: #888888;
    }
    
    

    I have tried to change in QuickCSS these elements: main_color .sidebar, .main_color .sidebar a, main_color .slide-meta, .main_color .slide-meta a, and .main_color .tweet-text.avatar_no .tweet-time. None of these worked.

    Can you tell me the correct code to use to change the font color of the tweets sliding in the widget?

    Thanks for looking into this for me!

    V.

    #242354

    Sorry site is live so didnt want that option on

    Yes perfect at the format of “Logo left, Menu right”

    Center and bellow = not so good

    Logo reports as Dimensions: 420 × 140 , is it 420 vs 340px that is the problem?

    When this is reported, (for Center and bellow), all is good
    media=”all”
    @media only screen and (max-width: 989px) and (min-width: 768px)
    .responsive #main .container_wrap:first-child {
    border-top: none;
    }

    When this reported, it goes bad
    media=”all”
    @media only screen and (max-width: 767px)
    .responsive #main .container_wrap:first-child {
    border-top: none;
    }

    • This reply was modified 12 years ago by aribann.
    #242353

    I can see the changes when I resize the browser on the computer but not the Iphone. Are you able to see the changes on a phone? Thanks.

    #242349
    This reply has been marked as private.
    #242343

    In reply to: Top Header color

    Hey Raph!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .phone-info span { color: white; }

    after applying the code, flush browser cache and refresh your page a few times

    Cheers!
    Yigit

    #242338
    agiombetti
    Participant

    Hi there, the site I manage is http://www.khurairacosmetics.com.

    I have an issue with the secondary menu, header navigation in the top right being scrunched up.

    Any suggestions on a fix? Thanks

    Anthony

    #242337

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top .main_color .onsale { background-color: red; }
    #top .onsale { color: green; }

    Price looks fine on my end http://i.imgur.com/LYICkgj.jpg

    Regards,
    Yigit

    #242335

    In reply to: Color of Bold

    Hi Yigit
    Im on Win 8 + Chrome… take a look at this page
    http://wpml.viramedia.de/acer-veriton-m4630g-und-x4630g-business-desktop-pcs-bessere-performance-fuer-hoehere-produktivitaet/

    the Font is making some issues… and is blurry when in bold

    #242323

    In reply to: Masonry Detail Order

    Hey juska08!

    Please refer to answer number 2 in here – https://kriesi.at/support/topic/twitter-widget-5/#post-239471

    Regards,
    Yigit

    #242322

    Hi rcgroup!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia_mobile #top .av-parallax-section { z-index: 0; }

    Cheers!
    Yigit

Viewing 30 results - 131,851 through 131,880 (of 142,898 total)