Viewing 30 results - 90,451 through 90,480 (of 142,832 total)
  • Author
    Search Results
  • #688366

    In reply to: Grid layout for images

    Actually I am still having an issue with the grid areas displaying well across different size screens.

    I have changed the image sizing to “entry without sidebar” on the top 2 images (1/2 columns. But I’m viewing on a large screen iMac and their is a gap around each one – then when i check different size screens in developer mode in Safari to show responsiveness the buttons dont centre on the iPads and smaller desktop screens and on the mobile phones there is a big gap between each image.

    When I put the images in at “full size” they dont scale evenly either.

    What is the best size to create my images at so I can get them to display correctly?

    new website link below

    #688361

    Hi,

    Glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #688360

    In reply to: Double meta title

    Hi,

    Great, glad you got working and thanks for the feedback :-)

    Please let us know if you should need any further help on the topic.

    Thanks,
    Rikard

    #688359

    Hi Doug,

    Great, thanks for letting us know and glad you found a solution :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #688323

    Hi mcraig77,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .avia-slideshow-arrows a {
        font-size: 50px !important;
    }
    
    #top .av-control-minimal .avia-slideshow-arrows a:before {
        border: 2px solid transparent !important;
    }

    Thanks,
    Rikard

    #688312

    In reply to: Custom menu height

    Hi,

    To adjust space between main content and header.

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 262px!important;
    }

    Best regards,
    Vinay

    Hi!

    Thank you for using Enfold

    We answered your inquiries here: https://kriesi.at/support/topic/just-learning-enfold-some-questions-after-my-first-15-hours-on-this/#post-688306

    And if possible, please create separate threads or posts for each inquiry. Thank you.

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    1.) Could you please provide a link to the page with the text block and special heading issue?

    2.) In the Enfold > General Styling > Quick CSS field, use this css code to increase the gap between the menu items:

    @media only screen and (min-width: 768px) {
    .av-main-nav > li > a {
        padding: 0 20px;
    }
    }

    3.) Use the full width slider or use the color section element, apply the image as background.

    4.) I’m sorry but could you please provide a screenshot of the image with the caption? Have you tried the image element?

    5.) The title container should inherit the style or options set in the Enfold > General Styling panel but you can always add css modifications in the Quick CSS field if you want to customise the style of a specific element. For example, you can change the title container background and font color with this:

    #top .title_container .container {
        background: red;
    }
    
    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
        color: blue;
    }

    6.) Did you use the advance layout builder to create the content of the page?

    Cheers!
    Ismael

    #688295

    Hi!

    Could you please provide a screenshot of the expected layout? You can modify the taxonomy-portfolio_entries.php file and place the featured image container above this code:

    do_action( 'ava_after_main_title' );
    

    .. Or use the “ava_after_main_title”. Example here:

    // https://kriesi.at/support/topic/insert-color-section-on-each-single-portfolio-post/
    // https://kriesi.at/support/topic/hook-to-insert-html-under-logo/#post-643837

    Best regards,
    Ismael

    #688283

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #688274

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .social_bookmarks {
        height: auto !important;
    }
    

    Let me know if that helps.

    Best regards,
    Jordan

    #688264

    Hey Ronaldgoudriaan,

    Sorry for the delayed response.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 100%;
    }
    }
    

    Best regards,
    Jordan

    #688226
    sbudnic1
    Participant

    Hello,

    I increased the size of the social icons in the header using this code:

    #top .social_bookmarks li a {
    width: 50px;
    line-height: 32px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #top .social_bookmarks li {
    height: 100%;
    width: 50px;
    }
    
    #top .social_bookmarks li a { line-height: 50px; }

    My logo and menu is left/right, with the icons in the main header area. However since doing so the larger icons are not vertically centered and are cut off, like so:
    img

    How can I fix this?

    • This topic was modified 9 years, 6 months ago by sbudnic1.
    #688195
    agougo
    Participant

    Hello,

    I would like some help here guys. I am building a website and i have been experimenting with the Featured image slider as a home page. The result is what i want in desktops/tablets, but not on mobile phones. It looks a bit ugly.

    My question is:
    Can i display a different page for the mobile version of the site? And if yes, how can i achieve that? In other words, how can i redirect to another page on mobiles.

    I tried adding a code block and used the following java script (private content), but it leaves a white space at the bottom of the page which i do not want.
    Any help is appreciated.

    Thanks

    #688172

    Hey Arthith,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer:before{
      position: absolute;
      content:" ";
      top:0;
      left:0;
      width:100%;
      height:100%;
      display: none;
      z-index:0;
        background-color: rgba(0,0,0,0.5);
      display: block;
    }
    #footer {
        background: url(https://wl58www297.webland.ch/wp-content/uploads/2016/09/40287914_ml.jpg) cover top left;
    }
    

    Best regards,
    Vinay

    #688162

    Try this here:

    .av-burger-overlay-inner, .av-burger-overlay-bg {
        background: #fff url("/wp-content/uploads/2015/07/laptop-white.jpg") no-repeat scroll 0 0;
    }
    
    .av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #000 !important;
    }
    
    #av-burger-menu-ul li a {
        color: #000 !important;
    }

    you see that a background-image is possible too !

    Result see here: Link

    #688143
    beryllineusa
    Participant

    Hi guys,

    I have a multiple issues, I searched and poked around on the forum and google, I did all the suggestions. but still the visual and text editor are still not showing.

    1- update to the latest version of enfold,
    2- update wordpress to the latest version
    3 – deactivate all plugin
    4- I had issues with updating enfold from the admin area, the (config-bbpress) folder disappeared then I uploaded the folder (config-bbpress) via ftp then I got these wierd symbols on top my menu, see image

    then I had to upload the whole theme 3.8 via ftp (now the child them) stopped working but the symbols disappered so I spend a couple of hours trying to remember what I did and fix the site back to the way I had it before this mess.

    but I still don’t see anything in the visual and text editor. see image below

    no text editro

    after all this mess I still don’t see anything in the text editor.

    Help Please?

    #688127
    thatkidaathi
    Participant

    Hey There,
    I’m working on a website, and I would like to use a image in the footer, but with the image you can’t really read the content of the footer, so I wanted to add a black overlay. but it’s not really working.

    This is the css I have added:

    #footer {
    opacity: 1;
    background-color: #000;
    background: rgba(0, 0, 0, 5) url(https://wl58www297.webland.ch/wp-content/uploads/2016/09/40287914_ml.jpg) repeat top left;
    }

    Could you please help me?
    Cheers,
    Aathi

    #688120
    RJ
    Participant

    Hi,

    I tried this solution: https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/
    But it doesn’t work :( http://simone-engelen.com/portfolio-item/ed-it/ there should be only 1 other portfolio item in the same category and it’s showing others.

    Am i missing something?

    #688107
    craty78
    Participant

    Hi all, how can i center the title and the description on Masonry gallery?

    Here u can show what i mean:

    At the Top the Masonry Gallery i mean the Title and the Description under the Pics.
    This i want to have to centered.

    Sry for Bad English

    #688087

    In reply to: Media Quries

    To your point 2) now we have this hamburger – menu if one likes to have it
    on that i have to look how to get the logo in that menu –
    but on the old offcanvas Navigation there is this code to quick css :

    #mobile-advanced {
    	background-image: url("path to your logo"); 
    	background-position: left top; 
    	background-repeat: no-repeat; 
    	background-size: 75% auto; 
    	padding: 20% 0 !important ;
    }

    depending on your logo – you have to set up different size and padding – values !

    if you want to have your logo on the hamburger menu simply insert the home link twice to your menu and fill in the navigation label of the first one the image link (f.e.: <img src="/wp-content/uploads/Logo_white.png" alt="wpwdweiss" width="400" /> )
    it is best to have here an alternative Logo (as on transparent option) that has good contrast to the dark background.

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #688086

    In reply to: Media Quries

    To your point 3 try this in quick css (you have to set up your own colors)

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav { display: block }
    #top .avia-post-next {background:none repeat scroll 0 0 rgba(255,50,50,0.6);top: 65%}
    #top .avia-post-prev {background:none repeat scroll 0 0 rgba(50, 100, 255,0.6);top: 65%}
    #top .avia-post-nav {height: 60px;margin-top: -55px;padding: 15px}
    .avia-post-nav .entry-info-wrap {margin-top: -11px}
    .avia-post-nav .entry-info {height: 50px;width: 180px}
    .avia-post-nav .entry-image {height: 50px;width: 50px}
    .avia-post-nav .entry-info span {display: table-cell;font-size: 13px;line-height: 1.3em;vertical-align: middle}
    .avia-post-nav .entry-image img {display: block;height: auto;width: 50px}
    .avia-post-nav:hover .entry-info-wrap {width: 200px}
    }

    i did change the height too – because on mobile it looks strange if those navigations are on normal height.

    btw: if you want to change the direction (previous is to the left – next is to the right side) add this to child-theme functions.php:

    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); 
    function enfold_customization_postnav($entries, $settings) {
        $entries['prev'] = get_next_post($settings['same_category']);
        $entries['next'] = get_previous_post($settings['same_category']);
        return $entries;
    }
    #688078

    In reply to: Menu color

    Hi,

    Please add the google maps API key in Enfold > Google Services > API key option.

    If you have any questions that’s not related to the main topic of this ticket please open a new ticket so we can keep the focus on the main topic.

    Best regards,
    Vinay

    #688073

    Topic: Media Quries

    in forum Enfold
    Tflores87
    Participant

    1. I have set my media queries for the correct sizes while checking the widths in the responsive mode in Firefox, but whenever I view them on an actual tablet, they do not work properly. I want anything under 768px that’s shows on desktop, to be what’s for tablets. How do I force the layout to break that way (one column)?

    2. LOGO disappears when the Mobil navigation is opened, how do I get this to show/be visible?

    3. As for the previous and next button that’s in the portfolio/product pages, how do I get that to show up for mobile devices (media query I assume, but what?).

    4. I’m wanting to add a zoom effect on my woocommerce related products like the enfold theme does to the portfolio items, but the following script is causing the photos to jump a bit. Any thoughts?

    Transform: scale(.8);

    Hey MatthiasKrebs,

    Thank you for using Enfold.

    Please follow the instruction here: https://kriesi.at/support/topic/display-the-post-category-above-the-title-in-masonry-view/#post-660217

    Best regards,
    Ismael

    #688055

    Hi,

    Please remove this below code added earlier

    a.cart_dropdown_link {
        padding-top: 75px !important;
        padding-right: 225px !important;
    }

    and try this new code

    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        width: 60%!important;
    }
    .responsive #top #menu-item-shop .cart_dropdown_link {
        transform: translateX(-100px);
    }}

    If there are any issues please get back to us with the wordpress login details so we can take a closer look at this issue.

    Best regards,
    Vinay

    #688027

    In reply to: Logo will not upload

    Hey PyrexDevelopment,

    Thanks for reaching out to us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1 !important;
    }
    

    Best regards,
    Jordan

    #688026

    Topic: Custom menu height

    in forum Enfold
    jadesoturi
    Participant

    Hi all.

    Im trying to make the menu smaller – found this code here:

    #header #header_main_alternate .container {
    height: 30px;
    }
    .html_header_top .av_bottom_nav_header .main_menu 
    ul:first-child > li a {
    height: 30px;
    line-height: 30px;
    }

    It works, but the main content area is still another 20px down. So I get a white space with a border. It’s like the wrap container does not shrink.

    What else can I edit to make it work. I can always change the color of the border so it won’t be visible, but that’s a workaround and the extra white space isn’t pretty :/

    Thank you in advance :)

    #688012

    Hey Bravoavas,

    Thanks for reaching out to us!

    You may need to enable cors on your server. For detail information on enable cors : http://kriesi.at/documentation/enfold/enable-cors/
    in case of a non apache server read above to solve the problem.

    On Apache Servers :
    Add this to your htaccess file (root directory of your installation as “.htaccess” file – without extension!)

    
    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    look here: https://kriesi.at/support/topic/icons-not-showing-data-av_icon-empty/#post-580430

    Best regards,
    Jordan

    #688000

    Thanks Vinay,
    I followed the instructions you listed and this did not work for me. I added the CSS class video1280 to the Icon Box element containing the link to the lightbox video and added:

    #top .video1280 .mfp-iframe-holder .mfp-content {
        max-width: 1280px;
        height: 720px;
    }

    See here – http://chrisgallop.com/blog/portfolio-item/kitchen-upgrade/
    Now no video files are opening as 1280px x 720px. It seems like it doesn’t apply the class to the lightbox link. What am I doing wrong here? Thanks!

    • This reply was modified 9 years, 6 months ago by raylay.
Viewing 30 results - 90,451 through 90,480 (of 142,832 total)