Viewing 30 results - 84,181 through 84,210 (of 142,551 total)
  • Author
    Search Results
  • #746362

    Sorry, I was looking in the wrong place. Just found the solution in al older topic.

    .av-masonry-item-with-image .av-inner-masonry-content {
    background:rgba(255, 255, 255, 0.5)!important;
    }

    But now the small tilted square in the center top of the overlay (the ‘arrow’ pointing up) is really visible. Can I change it’s opacity and color as well, or remove it completely?

    Thanks again,
    Jan

    #746355

    Hi,
    I can’t find the way to create a new topic.
    Anyway I have some problems with the Fullwidth Easy Slider on the mobile version.
    It’s too small there. How can I make it bigger?

    #746348

    Hey!

    Glad you like it :)
    Please try the below CSS :

    /* Submenu text color */
    #top #header .avia_mega_div .sub-menu a {
    color:#FFF!important;
    }
    
    /* Remove yellow line*/
    .header_color .avia_mega_div {
    	background:transparent!important;
    }

    Cheers!
    Vinay

    #746344

    Hey td8000,

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

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding: 50px 0 0 0px !important;
    }
    

    Best regards,
    Vinay

    #746343

    Just reporting back, after searching the forums I found this thread.

    It seems the issue was a JS one, as the googlemaps weren’t working either, which led me to the above thread. Turns out it was due to Cloudflare’s “Rocket Loader”. Which we’ve turned off, Chrome and Firefox were working fine immediately after that.

    Hope this might help someone else in the future.

    #746334

    Thanks Nikko,
    I tried to replace the code that you have provided me. The icon is visible on all pages but it only opens on the home page.

    Instead I disabled autoptimize and removed the code that you have provided me. The icon appears and opens the pages except those about us.

    What else should I change?

    Thank you
    Salvatore

    #746324

    In reply to: Enfold Changelog

    Hi,

    I would like to suggest you guys to create a roadmap of the functions or options that are planned to include in the nearest release. I took a look at the feature request page but none of the suggestions are considered for future implementation. Enfold is a great theme but it needs a bigger upgrade to keep it up on the top. A lot of themes are changed and many other frameworks are getting more and more exciting. As you can see in the feature requests, most of the users including me would really love to have improved mobile menu layout, and other options. Please consider this suggestion. Keep up the good work!

    #746319
    FabelMedia
    Participant

    Hi!

    I just moved a site to this new domain and webhotel. After moving the google maps module stopped working. I tried to update the API + adding several others, but none of the APIs works. It seems like the module no longer finds the API posted in the enfold theme menu settings. The API i have tried is working on another site.

    I tried to update the theme manually, but still no luck. Can you have a look?

    #746318

    at the end, I used a little diffrent hook:

    add_filter('avf_form_sendto','avia_change_mail_subject');
    function avia_change_mail_subject($to){
    	$toid = intval($_GET['fid']);
    	if ($toid != '0') { $to = array(get_post_meta($toid, 'email', true)); }
    	return $to;
    }

    So I change based on a int variable the to adress. Topic can be closed.

    #746279

    In reply to: easy slider

    Hello

    See the link below. the image on top has to bigger so that you can read the complete text.

    http://mobiletest.me/iphone_5_emulator/?u=http://edzeagra.nl

    Kind regards,

    Leon

    #746247

    Hi!

    Your embed file does not have a selected height, so the color section has to also be full Height.
    https://kriesi.at/support/topic/change-height-size-in-color-section/

    Please check Josue reply here and let us know if it works out for you.

    Thanks a lot

    Regards,
    Basilis

    #746245

    Hi Ismael!

    Thanks for looking into this!

    Yes, I just double checked and the urls entered on the page in Avia, both in the color section video background (for desktop) and in the Youtube box (for mobile) are both entered as the https versions…. that’s why I was theorizing that maybe there’s something hardcoded in the theme somewhere that is assuming Youtube urls are all http?

    Thanks for your help in figuring this out!

    Rob

    Hi!

    Thank you for the info. Please add this code in the Quick CSS field.

    .avia-form-success {
        margin-top: 50px;
    }

    Regards,
    Ismael

    #746199

    Hi,

    You can change the code I gave to target ipad as well, just replace the code I gave:

    @media only screen and (max-width:767px) {
      #advanced_menu_toggle {
        display: block;
        right: 20px;
      }
    }

    to this one:

    @media only screen and (max-width:1024px) {
      #advanced_menu_toggle {
        display: block;
        right: 20px;
      }
    }

    As for the menu not opening when click, can you try to disable the autoptimize plugin. Hope this helps.

    Best regards,
    Nikko

    #746196

    Hi,

    It will be difficult giving you accurate CSS if we can’t actually inspect the page in question, did you try changing the right value in your first CSS block?

    #header .widget {
    right: 20%;
    padding-top: 40;
    position: absolute;
    bottom: 0;
    transform: translate;
    z-index: 0;
    }

    You could also try with pixel values.

    Best regards,
    Rikard

    #746190

    In reply to: Related Product Sizes

    Hi Vincent,

    Cropping would be one way to do it if you have different image dimensions. Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .inner_product .thumbnail_container img {
        max-height: 450px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    Let us know if this helps.

    Regards,
    Nikko

    #746174

    Hey LorbeerDesign,

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

    In the below code nth-child(x) the number x refer to the menu item. Please add more nth-child selectors to match the number of menu items and update the background color values.

    #top #header .avia_mega_div .sub-menu:nth-child(1) {
    background:gold!important;
    }
    #top #header .avia_mega_div .sub-menu:nth-child(2) {
    background:green!important;
    }
    

    Best regards,
    Vinay

    #746164

    Hi,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #746157
    JPOsteen
    Participant

    I am trying to get the background image of a color section to sit flush at the bottom of the main menu. Below is a photo of what it looks like now, with just a small portion of the top showing through the menu. I don’t want to be able to see the background image behind the menu until I start to scroll.

    Hi,

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

    Best regards,
    Rikard

    #746146

    In reply to: Accordion

    Hi!

    Thank you for the info.

    Use the following css code to adjust the font size of the title.

    .toggler {
        font-size: 23px;
        line-height: 2em;
    }

    And this code to adjust the toggle icon.

    .toggle_icon {
        position: absolute;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-width: 1px;
        top: 24px;
        left: 10px;
    }

    Best regards,
    Ismael

    #746145

    Hey vangeliss,

    You have this in stl.css, please edit or remove it:

    p {
        text-align: center;
        color: #55acee;
        padding-top: 20px;
    }

    Best regards,
    Rikard

    #746134

    Hi,

    Sorry for the delay, It appears you have this figured out? Let us know if you have more questions.

    If you reply to your own topic the ticket will go to the bottom of the queue please wait for us to reply.

    Best regards,
    Vinay

    #746133

    Hey dimitrilpc!

    Thank you for using Enfold.

    You can block urls with the search query. This thread might help.

    // https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s/#post-707487

    Regards,
    Ismael

    #746126

    Hi,

    Sorry for the delay. 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: 479px) {
    .responsive #top #main .products.slide-entry-wrap .product {
        margin: 0 20px 20px 0!important;
        width: calc(50% - 20px)!important;
    }}
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 11 months ago by Vinay.
    #746123

    Hi,

    I checked your site and the header background looks the same on desktop and mobile version. Please check the attached screenshot in private. If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    Hey StarryK,

    When you’re on the edit page of a post, select Screen Options in the top right hand corner of your screen and select to show Format in there.

    Best regards,
    Rikard

    Hi,

    Thanks for the feedback, let us know if you should have any further questions on the topic.

    Best regards,
    Rikard

    #746107

    Hi,

    Great, glad you found the problem :-)

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

    Best regards,
    Rikard

    #746102

    Hi,

    Ok, thanks for the feedback. Let us know if you should have any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 84,181 through 84,210 (of 142,551 total)