Viewing 30 results - 84,211 through 84,240 (of 142,645 total)
  • Author
    Search Results
  • #746469

    Hi,

    Please refer to this post

    Best regards,
    Yigit

    #746468

    I don’t understand why, but this morning the 404 page is displaying as it should. I have not updated anything on the site, so unsure of why it’s working today. Do you think it could’ve been related to some kind of hosting issue? If it stops working again, I’ll let you know. Thanks for the quick response

    #746465

    Okay I would only want to remove the default sidebar from just the bbpress pages while adding the sidebar manually. See the bbpress index page could be changed such as is being said in this thread but when a forum is clicked on it, it will not retain the setup & use the default sidebar settings which throws things off of course.

    Just want bbpress forums to basically have a full width title image on top with forums & right sidebar under. (Under the header & menu of course)

    #746414

    In reply to: Grid Row Width

    Hi,

    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: 1023px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }}
    #footer {
        border: none!important;
    }
    

    Best regards,
    Yigit

    #746401

    Did you get a chance to goto my site fritzimages.com on a mobile device and see the large H1 fonts on the home page after using your function code for desktop.

    I like the desktop H1 for SEO, but it is almost blocking entire mobile home page on am iphone.

    Is it possible to us only for desktop?

    #746397

    Hey!

    You can use following code to make it, orange :)

    #top .widget_nav_menu ul ul li a {
        color: orange;
    }

    Best regards,
    Yigit

    #746394

    Hi,

    Using jQuery you can create such section or you can try adding another section below and give it negative top margin value.
    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    #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

Viewing 30 results - 84,211 through 84,240 (of 142,645 total)