Viewing 30 results - 93,721 through 93,750 (of 142,714 total)
  • Author
    Search Results
  • #652427

    That did not work to hide the captions :(

    @media only screen and (max-width: 768px) {
    .responsive #top .slideshow_caption h2.avia-caption-title {
    display:none !important;
    }
    }

    my site

    #652408
    tlchase
    Participant

    Hello Kriesi!

    We are about to go live with our site however I wanted to see if there was a way to have our main slider “taller” when its responsive on a mobile device. As you can see in the image below, the main slider is reduced to a much smaller size than the “less important” image that comes after it. I understand part of it is due to the proportions however is there any way to keep the top slider a minimum height of maybe 200 px for example even if the image is recropped?

    Thank you

    #652401

    Hi akunito!

    those both questions are not related to our theme and not so much to WordPress also.
    I would suggest to go ahead and hire a developer who can actually has expirience to help you on such topics.

    Please do let us know if we can do anything from our side.

    Thanks a lot for your time and patience

    Best regards,
    Basilis

    #652395
    Flemming Hoyer
    Participant

    Hi,

    I have two sections on my site each containg a 1/1 column with text.
    The texts are short and I have wanted to center them on the page – I did this by adding 25% padding on each side of the colum, in the Avia Layout Builder under the settings for each column.

    Is there a more correct way of doing this, to achieve the result that is visible on my site when viewed from desktop?

    If not: Is there a simple way to remove the padding I have added, when the site is viewed from mobile ?

    #652379

    Hi Ismael,

    I found it, there was a #top .main_color input[type='text'] { height: 15px; } and that made it impossible to type in the field, only in IE11. It changed it to 30px and now all is good.

    Thanks for helping!

    #652377

    Hey kieranvyas!

    Please take a look here
    https://kriesi.at/support/topic/style-current-menu-item/

    and the replies Yigit supplied, they fit exactly to what you need to do.

    Thanks a lot

    Best regards,
    Basilis

    #652368
    enktesisllc
    Participant

    Removing Default Image from the Header of Blog Posts

    I am building a site with Enfold. The only remaining issue is how to remove the default ‘pencil’ image form the top of the posts.
    See here:
    http://argus1.client1enktesis.com/argus-security-news/
    I have searched and searched to no avail.

    • This topic was modified 9 years, 8 months ago by enktesisllc.
    #652359
    brandonwu
    Participant

    Hey there!

    Fantastic theme and support! I’ve been able to find the answers to all of my problems very quickly in the past. I haven’t been able to find any support on this specific issue though so any help would be very appreciated.

    For SEO purposes we need to have at least one image on every page, but our SEO plugins and Google are not recognizing the background images that we currently have placed in our Grid Row elements. We were able to solve this problem on Desktop by adding an Image content element to the Grid Row and setting the padding to 0px all the way around, but on mobile there are grey bars that appear above and below the image, rather than stacking the image like the background Grid Row image.

    Any idea how to fix this issue with some Quick CSS that will stretch the image for iPad and Mobile to remove the grey bars? Alternatively, is there a way to ensure that Google/SEO Plugins recognize background images?

    Thanks so much!

    #652345
    fanlokbun
    Participant

    Hi I am using the glassy header and I need to change the hover state of the main menu links. I found how to change the normal state under ‘Logo Area font color’ but hover just un-boldens whatever color I use. I want it a different color.

    Also the line underneath is not working. On previous sites I have built with Enfold the following custom css works but not on this site:

    /* Header link line*/
    #top .header_color.av_header_transparency .avia-menu-fx {
        background: #4356ff none repeat scroll 0 0;
    }

    Please can you find what I am missing? This is the site you will need a login to get in:
    http://prestige-cars-shaftesbury.co.uk/

    #652337

    Hi,

    I checked the site for any issues but everything you setup is correct, the reason the slider looks small is because it is trying to maintain aspect ratio and hence when the screen width becomes small the height of the slider is reduced to match it’s width. We can use some custom css to change this behaviour.

    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){
    	#layer_slider_1, .ls-container  {
    	min-height:200px!important;
    }
    
    html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
    	padding-top:10vh!important;
    }}
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 8 months ago by Vinay.
    #652332

    In reply to: custom mobile layout

    Hey vnfan,

    use this code inside Quick CSS field:

    .responsive .title_container .breadcrumb {
    top: -15px;
    left: -22px !important;
    }
    

    Please use different tickets for different questions.

    Best regards,
    Andy

    Vinay,

    The only other code I have is in Quick CSS:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }

    That is to handle (turn off) the animation of the masonry tiles. I removed the code and still have the same issue. I’m including a copy of the custom css file, I have not changed anything there.

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    #652320

    That’s not correct.

    If you look at the back end the line senior associates actually says senior advisors.

    I created the form just below that one to make it easier to notice what is on the back compared to what is displayed on the page when sent.

    I just removed the top form to make it easier to notice.

    Thank you.

    • This reply was modified 9 years, 8 months ago by Micheal0424.
    #652300

    Topic: custom mobile layout

    in forum Enfold
    vnfan
    Participant

    Dear enfold team,
    my website looks great on monitor but for mobiles i want to custom those things:

    1. Reduce white space of breadcrumbs on mobile version (there are too much white space on the left and the top of the breadcrumbs)
    2. More white space between the toggle and the map on mobile version
    3. Reduce white space between the gallery and the button “jetzt anfragen” on mobile version

    Could you please helf me with those issues?

    #652285

    In reply to: Blurry Logo

    Hey!

    I added that code to Quick CSS but it didn’t do anything.

    Essentially I’d like to reduce the size of my logo (its way to big right now)

    but when I do these problems happen:

    I have 2 questions:

    1) I’m trying to add my logo, it’s showing up pretty blurry — the size that i’m uploading it is: 625 X 125 But I’d like the logo to be much smaller so it looks good on the website.

    2) When I reduce the size of the logo, it stays way up at the top of the website. Once the logo is reduced, how do I adjust the padding so the logo is in the proper position?

    #652278
    sspro
    Participant

    Hi I’m trying to have the submenu font color change with the active anchor but the ‘current-menu-item’ is not being generated by JS, the code from this post no longer works with the new version.

    https://kriesi.at/support/topic/highlight-fullwidth-submenu-item/#post-481828

    Specifcally #2 in js/avia.js cannot be found.

    Also it would be best if this were written as a function for future updates.

    Thanks.

    #652264
    Fiorilla
    Participant

    Hello,

    I am having trouble with portfolio item pages: the page below normally has the text in two columns, and then all the images in a 1/1 layout. Somehow, the second column on the right side got erased (NB I did not erase it – I just switched the header and the title, and noticed that the second column got erased, and all of the images suddenly took a 1/2 layout – everything was fine before this last change. Also, if you click on the remaining text to edit it, the edit box is empty!

    Please see the edit mode – all of the images below the text are in a 1/2 layout, but it has never been chosen for them… I tried to add again a second column for my text, but when hitting preview it showed the two columns of text, but then none of the images below. This is exactly what happened earlier in January when I lost my entire work on a page: https://kriesi.at/support/topic/content-erased-when-saving-a-portfolio-item/ So I cannot make any changes to my page without risking loosing everything again. I cannot duplicate a portfolio item, and there are no backup versions for portfolio items, only for articles and pages.

    We never found a solution, but this is starting to be a big problem, since the website functions on portfolio items alone, and they all use the same model…

    Please help!

    Thanks,

    Fiorilla

    • This topic was modified 9 years, 8 months ago by Fiorilla.
    #652235

    Hey!

    If you would like to update to 2.6, please see – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161

    Regards,
    Yigit

    #652232
    dhuet
    Participant

    Hi,

    I running into a Woocomerce 2.6.1 conflict. The site simply does not show up anymore. it only load this below. if I turn off wooccommerce it goes back to running fine again. This only happens with the newest version of woocommerce. Enfold has the very latest version to.

    Any help would be appreciate it.
    best,
    D

    <!DOCTYPE html>
    <html lang=”en-US” class=”html_stretched responsive av-preloader-active av-preloader-enabled av-default-lightbox html_header_top html_logo_left html_main_nav_header html_menu_right html_slim html_header_sticky html_header_shrinking html_header_topbar_active html_header_transparency html_mobile_menu_tablet html_disabled html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_entry_id_2206 “>
    <head>
    <meta charset=”UTF-8″ />
    <meta name=”robots” content=”index, follow” />

    <!– mobile setting –>
    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>

    <!– Scripts/CSS and wp_head hook –>
    <title>Juara Skincare – Inspired by Indonesian Beauty Rituals</title>

    #652230

    Hi,

    I can’t see any issues on the screenshots you’ve provided. Also on the link of your website I can’t see any issues, wether on desktop nor on mobile. Can you highlight what you’re talking about please? Would be best to open your own thread, otherwise it gets quite confusing.

    Best regards,
    Andy

    #652229
    steviger
    Participant

    Hi,

    I have this strange issue with the Nextgen widget. When you open the frontpage, all the images are properly aligned but with mouse over they move underneath each other. I can’t seem to find the reason why. I tried to put them in a section element with fixed height, tried this CSS:

    #top .ngg-widget img {
    border: 1px solid #A9A9A9!important;
    margin: 0px 0px 10px 0px!important;
    max-width:230px!important;
    height:140px!important;
    }

    .ngg-widget a {max-width:230px!important;}

    But no luck so far. Any tips on how to solve this?

    Cheers,

    Steven

    #652168

    In reply to: Icon in menu?

    Hey!

    On that page, please scroll to the top and click “Screen options” button on the top right corner and check “Link target” and then click on your menu item and you will see new link target option will appear where you can choose to open the link in a new window

    Cheers!
    Yigit

    #652166

    Hey BPC,

    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 #main {
        padding-top: 110px!important;
    }}
    

    Best regards,
    Yigit

    #652163

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding-left: 1%!important;}}

    Regards,
    Yigit

    #652141

    Thanks Yigit,

    I don’t use a Child Theme, I don’t really know how, and the site is already built so don’t want to change anything already there.

    The previous code that Josue gave me worked fine, so if I just follow his instructions from the thread I mention in my first post
    https://kriesi.at/support/topic/easy-slider-12/
    will that work on the new file you mention above?

    As I said, I’m currently uploading a backup of the theme from before the upgrade. Hopefully the images will load again. Part way through my ftp client quit on me, so I’ve had to start again!

    #652129

    Hi Yigit,
    I’d just downloaded from Themeforest about an hour ago. I removed all modifications and the sliders were still broken. Fortunately I took a backup of the previous install, so I’m uploading that and going back to the version I was previously using.

    I need help with something in the update anyway, please see the other thread.

    Thanks

    #652106

    Hi Andy,

    Thanks for the reply.
    Can you please confirm that replacing the fixed_header piece of code with the one you mentioned will only affect the page 89520 and not the whole site? The rest of the site pages will continue to have the fixed header defined by that code?

    Also could I please get an answer to the other 2 questions from my original post?
    – Is it possible to deactivate the sticky header on this page alone?
    – is it possible to deactivate the top bar containing the secondary menu on this page alone?

    Many thanks for your reply,
    Flavius

    #652101

    Hi,

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

    #top .avia-slideshow-button {
        background: orange;
    }
    

    Best regards,
    Yigit

    #652087
    jonrouse
    Participant

    Hi,
    Josue kindly helped me a few months back with the issue in this thread:

    https://kriesi.at/support/topic/easy-slider-12/

    I’ve just downloaded the update and was going to modify this file, as instructed by josue, before I upgrade

    /enfold/config-templatebuilder/avia-shortcodes/helper-slideshow.php

    However, no such file exists any more. Can anyone point me to the correct file to modify and which lines I should change like before?

    Thanks!

    #652081

    Wonderful. Thanks for helping me so quickly Yigit!! I do have another post which is unanswered and has been for quite a while, I was wondering if you could take a look at it for me!! https://kriesi.at/support/topic/color-section-video-background-doesnt-play-on-mobiles-or-ipad/

    Many thanks

Viewing 30 results - 93,721 through 93,750 (of 142,714 total)