Viewing 30 results - 91,141 through 91,170 (of 142,828 total)
  • Author
    Search Results
  • #680430

    Hi,

    Sorry for the late reply, glad you found a solution though and thanks for sharing :-)

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

    Regards,
    Rikard

    #680421

    Hi there,
    I was also wondering if it’s possible to use the mobile navigation menu on the desktop site?

    i.e. on my regular desktop site, Can I have no menu visible and just the square box (like the mobile site navigation) then when clicked it expands and shows the menu options.

    Similar to this site: http://www.3magine.com/

    Thanks much!
    Justin

    Rcaroe
    Participant

    Hi there, we cannot get any page of creativeagencysecrets.com to work responsively. The box is ticked and I disabled and re-enabled all plugins with no effect. Suggestions please?

    #680389

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #top .grid-content h3{
        font-size: 22px;
        text-align: center;
        color: red;
        font-family: sans-serif;
    }

    Cheers! 
    Josue

    #680370

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #header_main_alternate .container {
        width: 100%;
        max-width: 100%;
    }
    
    #header_main_alternate ul {
        display: flex;
        justify-content: space-between 
    }
    
    #header_main_alternate ul li{width: 100%;}
    
    .html_header_top #top .av_menu_left .main_menu{
        left: 0;
    }

    Cheers! 
    Josue

    #680368

    Hey!

    Try adding this code to General Styling > Quick CSS:

    #top .avia-mailchimp-form .button {
        background: red;
        color: white;
    }
    
    #top .avia-mailchimp-form .button:hover {
        background: blue;
        color: yellow;
    }

    Cheers! 
    Josue

    the icon is showing up now and the link is working but it does not have a color when you hover over it… can you advise how to get this?

    also, when you are not hovering over it, a line pops up under the icon. can you advise how to stop this?

    thanks,
    jeannie

    #680348

    Hi,

    Refer to this thread:
    https://kriesi.at/support/topic/create-a-link-to-an-open-gallery/

    Best regards,
    Josue

    #680326
    psstudiosinc
    Participant

    Hi,

    I’d like to edit the single-event template for Tribe The Events Calendar, and have found the other forum posts that show how Enfold overrides the Events Calendar single-event.php template. So even though Tribe provides a way to do this, since Enfold overrides this the only solution that I’ve been able to find on this forum is to just turn off the Enfold override, which also loses all styling for the all theeventscalendar templates.
    https://kriesi.at/support/topic/enfold-3-0-and-tribe-events-calendar-3-8/

    So, I’m now trying to edit the Enfold version of the single-event template. I found it and made a copy in my child theme but its not affecting the output. Can you provide a way for my updated version of single-event.php, located in ‘my-child-theme/config-events-calendar/views/’ to override the version located in the Enfold parent theme?

    Thanks in advance!

    #680325
    svetlana_i
    Participant

    Hi, I am trying to add a button to the right side of my header, that will say “free trial”.

    I added the code found in this post: https://kriesi.at/support/topic/adding-custom-button-on-top-right-hand-of-enfold-header

    When I did this, the button appeared, but it bumped the header down and was on the top right of the page. here is a screenshot
    I would like the button to be on the right side of the links and not on top of them

    #680322

    Hi Andy,

    sorry but that has no effect. I added:

    @media only screen and (min-width: 990px) {
    .only-mobile-menu-search { display: none !important; }}

    as in the referred post from Yigit.
    Please load my site and you will see, that a menu item is still there on desktop (first shown, than active on hover only).

    Thanks !
    Jan

    #680316

    I had wanted to do the same thing, but move the popup tip to the center of the logo.

    Successfully did so by setting margin-top to 100px, but there’s a problem: When you mouse over the tooltip itself (vs. the logo) it flashes/resets. Not normally noticeable because the tooltip is in a different place than the logo. But when you’ve got the tooltip appearing over the logo, where your mouse is, it continually resets for as long as your mouse is over the tooltip. Made a quick screen capture: http://screencast.com/t/8oP9aJoQ2V

    Is there a way to make it so the tooltip does not flash/reset when you mouse over the tooltip itself?

    (access to sandbox page where this is happening is in private content)

    Thanks.
    – Greg

    Hey Vinay,

    Thanks for this, but I want to move the captions, not change the image height– if I change the image height, it will look stretched since these are all @ 72dpi (I learned this the hard way).

    Is there a way to move the captions and change the font size only on this one page and only on mobile views? This is going to be a recurring issue for this client, so if I can get the right selectors, it will save me (and you) a lot of time.

    I need to reduce caption font size on a per-page basis and move either the center caption or the left caption (depending on which is used) for tablets.

    On this page, I adjusted the caption location on desktop views with this:
    .page-id-350 .slideshow_align_caption {
    top: 120px;
    }

    I adjusted on mobile views to at least get the caption visible with this, and it’s fine on small mobile screens (on those, there is no avoiding covering the image, but I would like to be able to reduce the font size in case the caption runs long):
    @media only screen and (max-width: 1200px) {
    .page-id-350 .slideshow_align_caption {
    top: 0px !important;
    }
    }

    ON OTHER PAGES (which have a different size slider and use the bottom caption), I got help from you and was able to move the captions with this:
    .caption_bottom .slideshow_caption {
    top: 425px !important; left: 350px !important;
    bottom: auto !important;
    }

    and I used this to shift it on a variety of mobile screen sizes (I split the breakpoints into 4):
    @media only screen and (min-width: 320px) and (max-width: 399px) {
    .caption_bottom .slideshow_caption {
    top: 160px !important; left: 10px !important;
    bottom: auto !important;
    }
    }

    I also was able to adjust the caption font size on the other pages with this:
    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 16px !important;
    }
    }

    and this:
    @media only screen and (max-width: 359px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 13px !important;
    }
    }

    The pages I am asking about now are all separate and have to be customized on a per-page basis, and they will use either the center or left caption because the bottom caption is customized for the featured large image size and I don’t want to mess with those settings.

    I really appreciate your help– I have tried every combination of the above I thought would work and it’s not doing what I thought.

    #680292

    In reply to: How to change Subject

    Hi

    Yes i didt and the result was not tha the text has not changed but the form stoped to work. It didnt send the email at all.
    Also please dont forget the other text too inside the message
    Thank you very much

    I already tested adding the recommended code to functions.php but it doesn’t help me.
    I think I have different problem.

    My original post was moved to new thread:

    Jiri

    • This reply was modified 9 years, 6 months ago by norbou. Reason: Status change
    #680271

    This did nothing as well.
    But you were not all that clear about how to add it – should I delete anything? should I just add it on top of everything already there?
    And another thing, could you please clarify how making the site “live” helps you? you have my very detailed explanation, the screenshots, the page source, what else is missing?. I apologise if this might feel like a redundant question for you, It isn’t for me. I worked on other themes with other vendors, always on local host first) and no support ever needed my theme to be live…

    Looking forward to your explanation

    tampaprinting
    Participant

    So this is the site I am currently making : http://pcaconcepts.com/
    I am trying to achieve the menu bar to look like this : http://www.mcorautomotive.com/ (The header is separated from the top of the page, wondering if that is possible to do?

    Also, Mega menu issue: If you go over the shop icon, Where it says “Specials” the “shop” Page should be under the “specials” Column, is there any CSS I can add to move the sub levels over to the left?

    Is there also CSS so I can add to change the fonts of the sub menu items?

    Thanks!

    #680259

    Hi,

    I reference to my last post #680168:
    I found out, that the scrolling of the “slide show element (fullwidth)” works only in the case, if there is no other avia-layoutbuilder-element above the “slide show element (fullwidth)”. I don’t know why. So that I can’t place no logo manually by using a code-block, because “slide show element” would slip again down and there is no way to place it at the top.

    In the moment I removed only the main menu and use the logo-function of the enfold theme. But this limits my functionality to use the place above the slider. If there is no more possibility, I would use this solution and I will begin to create the whole website.

    Best regards

    Robby

    #680257
    ckonanz
    Participant

    Hi there,

    I have added this code as per a suggestion on your site to fix the behaviour of the menu when using lower resolutions:

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    The issue I have now is that when viewing on a browser, the menu appears “open” on the right side of the screen, past the edge of the main layout. Is there a simple way to ensure that the menu is closed when viewing on a desktop at lower resolutions?

    Menu Behaviour

    Hey Deweyjcooper,

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

    #top .avia-post-nav { display: none !important; }
    

    Best regards,
    Yigit

    #680234

    Hi,

    We have replied to your thread here – https://kriesi.at/support/topic/ajax-portfolio-on-main-menu-link/
    Let us continue there.

    Best regards,
    Yigit

    #680207

    I understand that you don’t provide 3rd party support. Maybe I should have explained better. Nothing changed when I just put a picture in the widget that was the same size as the ad I have in the plugin. It’s not the plugin.

    This forum question isnt really about advertisting as much as it is about framework and structure of enfold.

    Let me try to restate my question in order of importance maybe:

    1. I need to make columns 1 and 5 on the home page go all the way to the top. So I want the header to not go all the way to the left and right of the page. Is there a way that I can accomplish this? basically i want the header to be the same width of columns 2, 3, and 4 combined

    2. I need the 1st and 5th columns on the home page to be thinner than the middle columns (#s 2, 3, and 4).

    3. I need advice on how to get the header widget to show up right. No matter what I do, the widget is either too small and/or in the wrong place.

    for #3 – if you want to see an example of what i am trying to accomplish, you can look at our current website, which is: http://www.wizs.com and look at the header ad to the right of the logo.

    #680197

    I think this could work but the rest of the page is also not converting to the right mobile look. When I click menu it just opens the desktop menu below. Also, I prefer the menu to be on the right side of the page if possible

    #680196
    dkrausJFA
    Participant

    To maximize my screen real estate on our new site, I would like to hide the main menu completely and use the top bar menu position as my “main” menu. But I can’t find any way to do this within the style and menu options that are available. On the Manage Locations tab of the menus page, the only options are existing menus. There’s no option for “no main menu” or “hide main menu” If I try to use the “-Select menu-” option to not select an existing menu, my home page totally freaks out, so I guess that’s not a valid option.

    Is there a standard way to do this that I’m not seeing? Or is there some quick CSS I can drop in someplace to make this happen? I can use that main menu depth for more important things on our site.

    Thanks! . . . Dave

    #680194

    Topic: Some questions

    in forum Enfold
    Janus
    Participant

    Hi,
    Thank for your work, I have some new questions.

    1/ On the homepage I would like to reduce the space above the button “Devenir membre”
    2/ On the blog posts like I would like to reduce the width size of the facebook and twitter share buttons
    3/ On the blog posts like / I would like to have the separators like the one under Top 14 – Montpellier Toulouse for the ones above “Notre analyse” and “Notre pronostic”, i dont know how to get these separators thicker, I used this code :

    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='120px' custom_border_color='#bababa' custom_margin_top='12px' custom_margin_bottom='12px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']

    4/ On my homepage, I would like the menu more on the left, closest to the logo

    5/ On the page / I would like to center the element on the page

    Sorry, this is a lot of questions, and thank you again for your work !

    • This topic was modified 9 years, 6 months ago by Janus.
    #680193

    Hi,

    I added this code instead:

    @media only screen and (max-width: 1024px) {
    .responsive #top .av-submenu-container {
    top: auto !important;
    position: relative !important;
    height: auto;
    }
    .responsive #top .av-menu-mobile-active .mobile_menu_toggle {
    display: inline-block;
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu {
    display: none;
    }
    .responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu {
    display: block;
    }
    } 
    

    Does it work for you now?

    Best regards,
    Andy

    #680179

    I just tested in chrome responsive mode and once I slide above 766px the menu stops working

    #680171

    Hi!

    Please try the below code in Quick CSS it is tested on your site and should work.

    The below code will hide the menu on all pages.

    #header_main_alternate {
    display:none!important;
    }
    #main {
        padding-top: 89px!important;
    }

    Best regards,
    Vinay

    #680170

    Hi,

    I put this code into your Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .responsive #top .av-submenu-container {
    top: auto !important;
    position: relative !important;
    height: auto;
    }
    .responsive #top .av-menu-mobile-active .mobile_menu_toggle {
    display: inline-block;
    }
    .responsive #top .av-menu-mobile-active .av-subnav-menu {
    display: none;
    }
    } 
    

    and it seems to work. Can you confirm please?

    Best regards,
    Andy

    #680168

    Hi Kriesi Team,

    I tested the following proposal I read in your support area. It works, but only in one way, I do not need:

    My goal was to scroll the “slide show element (fullwidth)” to the top and overwrite the whitespace, which appears after removing the main menu. Therfore I gave a classname to the “slide show element (fullwidth)” and scrolled it as a test in my style.css TO THE BOTTOM (command: .classname {margin-top: 400px;}). This works perfectly.

    BUT WHEN I USE THE SAME COMMAND (command: .classname {margin-top: -400px;}) to scroll the “slide show element” to the TOP to overwrite the appeared whitespace, because the main menu is removed (hide). It does not work. Please consider, that I changed only the number from 400 to -400.

    Why it is not possoble to overwrite the whitespace, which appears because of the removed or hided main manu?

    By the way: I removed the main menu with the command: #header_main_alternate { display: none;} or .page-id-25 #header { display:none!important;} -> both commands worked.

    Best regards.

    Robby

Viewing 30 results - 91,141 through 91,170 (of 142,828 total)