Viewing 30 results - 130,861 through 130,890 (of 142,937 total)
  • Author
    Search Results
  • #251763
    hughsieg5
    Participant

    Is it possible to swap a full width easy slider image when it is used on mobile?
    The image I am using (1900 x 430px) looks fine on desktop and tablets but I would like to increase its depth on mobile as it looks to small.
    I notice, when I inspect ‘.avia-slide-wrap img’ on mobile, it is showing as a 400 x 90 image. I’m guessing this smaller image is created when the larger is imported. Can I change this default size and if so where?

    Cheers.

    #251762
    lillebro
    Participant

    Hi.

    – how can I add a shadow around my complete header top and bottom?

    But not between the fixed header and the menu like I found on a different topic:
    #header_main, #header { box-shadow: 0 2px 3px #626262; }

    – and how can I make a shadow around my logo?

    lillebrormarine.nl

    #251728

    Topic: Color Section Height

    in forum Enfold
    danieltjohnston
    Participant

    Could you please help me format the height of this color section? It’s the section at the top of the page with the Contact Us, phone number, etc… links with the id of thinksafetynavbar

    I’m currently using this CSS, but it doesn’t seem to be working. Please advise.

    #thinksafetynavbar {
    height: 45px; }

    http://johnstonsafetysupply.com/think-safety/

    #251725
    mowseink
    Participant

    I’m using Enfold v2.6.2, and according to this post:
    https://kriesi.at/support/topic/revisions-do-not-work/
    …it seems that revisions for portfolio items are disabled by default, but there’s a code to enable them.

    I have placed this code in a functions.php file in my child theme:

    <?php
    
    add_filter('avf_portfolio_cpt_args','avia_add_portfolio_revision', 10, 1);
    function avia_add_portfolio_revision($args)
    {
      $args['supports'] = array('title','thumbnail','excerpt','editor','comments','revisions');
      return $args;
    }
    
    ?>

    …but the checkbox for revisions is still not showing in the portfolio page screen options.

    Is there a way to make them work. Please can you help ASAP?…Things keep breaking on the portfolio page when I’m adding content to tabs, and there’s no way to go back to previous versions. I’m losing hours of work.

    #251724
    tapaway
    Participant

    Hi my sandbox is http://tapit.ca/snow/

    I am trying to reduce what I assume is a padding/margin issue. I just can’t seem to find the right elements.

    1. Immediately below the navigation bar at the top of the content area are two columns. I am trying to move the content closer to the top of the content area. Right now there appears to be a 100px or so padding/margin.

    2. Below the two columns is the title. It is surrounded by hr in top/middle/bottom. How can I reduce the margin/padding here?

    Thank you.

    #251721

    Hi!

    You can find the file in the enfold/css folder (It’s called base.css). However I recommend to overwrite the default width with:

    
    #top .frm_forms .input-text, #top .frm_forms input[type="text"], #top .frm_forms input[type="input"], #top .frm_forms input[type="password"], #top .frm_forms input[type="email"], #top .frm_forms input[type="number"], #top .frm_forms input[type="url"], #top .frm_forms input[type="tel"], #top .frm_forms input[type="search"], #top .frm_forms textarea, #top .frm_forms select { width: auto;  }
    

    – you can place this code into the quick css field
    Best regards,
    Peter

    #251700
    rhsheehan
    Participant

    Using your video module, how can I control the size of the video and stop it from showing related youtube videos?

    Thanks

    #251699

    Topic: Dynamic toggle height

    in forum Enfold
    akaracing
    Participant

    hi

    i have a question about the toggler container.

    on my site i have a single accordion/toggler which displays a table.

    the toggler container calls the table up with an iframe which works very well if you set the height of what the contents will be, but if you set the height to 100% it cuts the table short. this only happens in FF, Crome & IE on pc’s or laptops. but works great with iphones, ipads & andriods.

    can you tell me why this happens.

    the site is http://f1xx.com

    the toggler in question is call “Formula 1 – Race Calendar 2014”

    the content of table call the data from a small data base, this table get amended after each race, so it grows in length so to have the toggle container be dynamic would help as i would have to change the iframe height every time.

    thanks

    #251696

    check this post here

    https://kriesi.at/support/topic/yoast-wordpress-seo-plugin-open-graph-not-displaying-on-pages/
    I had the same and fixed it like explained above
    :)

    #251692
    Stefanovic
    Participant

    Hi Kriesi,

    My Accordion stopped working, as far as I know, I didnt update anything or installed new plugins.
    Disabling plugins does not change anything about it.

    I know I’m working with an outdate “Enfold”

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 1.3.1
    Installed: enfold
    AviaFramework Version: 1.7.7
    AviaBuilder Version: 0.2
    –>

    But I editted a lot in the theme itself, so updating the whole theme would mess up my scripts.
    Here is the page: http://www.printyourmoment.nl/veelgestelde-vragen/

    You know how to fix this?
    Yours

    #251690

    Hi,
    i studied the behaviour of the accordion elements. I have 6 menus in the sidebar with 2 to 6 menu items which are linked to a accordion element. All the menus have the same code like above. Only two menus show the behaviour, that if I click on the link of the menu item, the headline of accordion will not be shown, because the content of the accordion is on the top. I compared the code of the menu items but I couldn’t find an error. I think the website will go live next week. So that you take a look on the website, if this is possible for you.

    Best regards,
    Daniela

    #251686
    This reply has been marked as private.
    #251680

    I am trying to upload icons through Fontello….

    I keep getting this error when I try to upload the zip file: Fatal Error: call to a member function attributes () on a non-object in /home/gashland/gashland.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/pho/font-manager.class.php on like 179

    I am a bit new to WordPress if someone could help me that would be wonderful.

    #251677

    Hi epicweb!

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

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

    and post the link to your website if that does not work

    Best regards,
    Yigit

    Hi!

    1- Try adding !important rule as following

    #menu-item-662 a {
    background-color: red !important;
    color: white !important;
    }

    if that still does not work, try adding the code to Custom.css file inside Enfold/Css folder.
    2-

    .page-id-83 #top textarea {
        width: 64% !important;
    }

    Cheers!
    Yigit

    #251647

    Topic: Add Content to Header

    in forum Enfold
    sundialstudios
    Participant

    Hi – what is the best practice to add content to the header?

    Should I copy the header.php file over to my child theme and add <span class=”stuff”>some stuff</span> above the <body id=”top”…> or is there a better way to accomplish adding text and images in there?

    Thanks!
    John

    #251637

    Hi,

    The problem is the same as this topic > https://kriesi.at/support/topic/blank-template-empy-header/
    (:

    #251635
    045WEB
    Participant

    Hi,
    i used the EasySlider to insert full width video in my page.
    This video start immediatly.. how can the video, after page load, must be in stop and the user start video when he wants?

    Thanks in advanced best regards

    • This topic was modified 12 years ago by 045WEB.
    #251624

    In reply to: icon box styling

    Hi!

    You are welcome, glad we could help!
    If you have any other questions or issues, you can choose the theme from main support page and scroll to bottom to start your own topic

    Best regards,
    Yigit

    #251599

    Hejsan E!

    Please add following code to Quick CSS

    #top.avia-blank #wrap_all { vertical-align: top; }

    Cheers!
    Yigit

    #251580

    Topic: Website Final Tweaks

    in forum Enfold
    kathrynmichaud
    Participant

    Hi – I’m just finishing off this website: http://www.littlefoxwebdesign.co.uk/manororganicfarm for my client but he would like a few last tweaks – could you help me?

    1) On this page http://www.littlefoxwebdesign.co.uk/manororganicfarm/farm-shop/ the background image starts half way down the page – it seems okay on all the other pages so not sure what’s wrong?
    2) When you view the site on an IPhone, the logo doesn’t look right. I have amended the size of the logo and added some custom CSS that you gave me – is that causing the problem? Is there any way to keep the logo size and get it to adapt to the IPhone layout?
    3) Is it possible to reduce the size of the Breadcrumbs bar? Not the length but the width to make it a bit narrower?
    4) How can I amend the breadcrumb links so they stop taking me back to Product Archive/Product Category pages when I click on them? I want to be able to link back to some custom pages that I’ve created.

    Thank you!

    Kathryn

    #251555

    In reply to: Footer widget spacing

    Hi Yigit- Thanks for adding that code.

    I’m seeing two things now on chrome on my ipad– at both landscape and portrait the menu covers the logo or is not spaced the same as the desktop version.

    Second- after flushing the cache the orange box is still not flush with the bottom white line and the text in the footer is still moving down to the second line.

    Thoughts on those two things?
    Thank you, thank you, thank you for all your time! :)
    Angie

    #251530

    Topic: Table size

    in forum Enfold
    caroberto6
    Participant

    Dear Kriesi!

    I have a table on my page: http://www.onfejlesztoter.hu

    Sometimes the cells don’t appear in the same size:
    https://drive.google.com/file/d/0B19WV53D7jS5MzZHSVlNcDQzd1k/edit?usp=sharing

    Earlier we talked about this problem, then I got this code, but now it doesn’t work:
    .pricing-table.avia-highlight-col .first-table-item { min-height: 550px;}

    My short code contains the following codes in connection with the table section (maybe help for you):
    body .column-top-margin {
    margin-top: 0;}

    .pricing-table li {
    background: #fcfcfc !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    }

    How can I set, that the cells always appear in the same size?

    Thank you!

    Regards:
    Robi

    #251529

    In reply to: Iconbox color

    Hi

    I solved the problem.
    I just used this Quick CSS:

    #top .iconbox.avia-builder-el-10 .iconbox_content {
    background: #CEF0FF;
    }

    .., and targeted the individual elements.

    Thank you so much for your help.

    /Johnny

    #251514
    This reply has been marked as private.
    #251509
    khalidmuharraqi
    Participant

    Dear All!
    I customized my header by following the steps under this thread,

    Main reason to customize was to achieve this result,
    1. Social icons custom placement (just like kriesi website)
    2. Placement of main menu
    3. Fixed Header and logo all the time WITHOUT stretching.
    For example please check this image how my website was looking before update,

    My Question:
    I do used to update before as well and every time update, I just change the header.php or customize it again accordingly.
    But this time I’m not getting what it was before may be because you guys change some hard core coding in header or something.
    Now that’s how its looking

    Please help me to get the same result again as I can’t hold the website the way it is looking now.
    ALSO ITS NOT WORKING FINE WITH MOBILE ANYMORE :(

    #251493

    In reply to: Iconbox color

    This reply has been marked as private.
    #251484

    Yigit,

    Thanks! the code worked great..

    I’ve got three screen shots for you from http://crossconnectionchurch.org/dev/about/vision/

    iPad
    iPhone
    Desktop

    the image of the two girls is not centered on the ipad/iphone, but looks great on the desktop…

    in addition, the nav on the on the iPad collides with the logo.

    Thanks!

    #251482

    Hi Devin, thanks for your reply.

    I almost have it working perfectly using this css

    .image-overlay.overlay-type-extern .image-overlay-inside
    {
    content: url(https://kristinadunn.co.uk/wp-content/uploads/2014/04/KristinaOverlay.png);
    top: 0px;
    left: 0px;
    width: 100%;
    }

    The only problem is I cant change the overlay for each image. Would there be a way to add to the class of the overlay, something like the title to be able to distinguish them.

    Would you mind taking a quick look at the site? I am so close! – http://goo.gl/NjMxBI

    Thanks v much

    Hey Cum_Vincere!

    Thank you for the heads up.

    Please add this on Quick CSS or custom.css:

    @media all and (max-width: 480px) {
    .html_header_top.html_logo_center .logo {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    }

    Regards,
    Ismael

Viewing 30 results - 130,861 through 130,890 (of 142,937 total)