Viewing 30 results - 129,721 through 129,750 (of 142,946 total)
  • Author
    Search Results
  • #263057

    In reply to: social links

    Hey!

    Yes, the class format now is:

    .av-social-link-{name of the icon here}:hover a{ ... }
    

    Check this topic for a reference:
    https://kriesi.at/support/topic/use-different-social-icons/#post-263044

    Regards,
    Josue

    Hi!

    Is this issue the same as here? it would be better to keep the conversation in one topic.

    Cheers!
    Josue

    #263044

    Hey!

    Add this to the Quick CSS:

    #top #wrap_all .av-social-link-spotify:hover   a{color:#fff; background-color:#46d4fe; }
    

    Change as needed.

    Cheers!
    Josue

    #263019

    Hi!

    The default width for the columns in the gallery is 20%, but you can change it with this:

    #top .avia-gallery .avia-gallery-thumb a{
    width: 25% !important;
    }
    

    You can use 25%, 50%, 100%.

    Regards,
    Josue

    #262972

    Hi Stuart!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .widget_nav_menu li { list-style: none; }

    You can use following selector
    #nav_menu-3 { }

    Best regards,
    Yigit

    #262951

    Ismael (and Yigit) — does the approach proposed by Yigit in this thread work? It seems better if it will.

    https://kriesi.at/support/topic/sidebar-size-4/#post-262345

    Can I define the min-width of .nine.units using media-queries, and have the sidebar occupy the remaining space?

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 830px;
    }}
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 720px;
    }}
    .container .nine.units {
    width: 630px;
    }

    If the answer is “yes” (and I hope it is) — I will need an example of how to do one more thing: disable display of the sidebar at the screen size where it no longer works, and have the main content area become full-width.

    Thanks

    #262946

    Topic: Thin color-section

    in forum Enfold
    martinbelton
    Participant

    I am trying to make the color-section 20px high.
    I looked here, and tried

    #color-section-01{
    max-height: 100px; 
    height: 20px;  
    }

    but that didn’t work for me.

    • This topic was modified 11 years, 11 months ago by martinbelton.
    #262887

    Hi Josue

    Unfortunately that removed the navigation bar completely.

    I’ve also just tried the two suggestions on this thread https://kriesi.at/support/topic/weird-blue-bars-are-back/#post-262732 but neither option fixed the problem either.

    Any other ideas?

    Regards

    Christian

    addwebtoday
    Participant

    Hello and thanks for an awesome theme!

    I have been battling load times on the site for awhile now and have had another new redundant call come up on the query plugin (recommended by mods).

    Link to image – first image on the post – http://schneidercentre.com/example/

    the other images are from my previous tickets in regards to query issues. I was able to get the very bad/red HTTP call to stop, with the code provided (noted in ticket) but am still have. It worked for the heavy query HTTP call, but still have some existing HTTP issues as well that I’m not used to seeing.

    I am also still seeing PHP errors as well since update.

    Please let me know what I need to do to get this fixed so I can work on my page speed load time with an actual base line that isn’t deflated with query calls.

    This has been an ongoing issue, but support has been fantastic through it.

    Thank you!
    -addwebtoday

    agameseo
    Participant

    Hi,

    We are building a website with multiple sections. We would like to have different menus for each section.

    For Example:

    Home Page – would display the “Main Menu”
    — Main Menu – contains the following page links
    — Home
    — About
    — Service 1
    — Service 2
    — Service 3
    — Contact

    Service 1 Page – would display the “Service 1 Menu”
    — Service 1 Menu – contains the following page links
    — Service 1 Benefits
    — Service 1 Gallery
    — Service 1 Testimonials
    — Service 1 Registration
    — Service 1 Calendar

    Service 2 Page – would display the “Service 2 Menu”
    — Service 2 Menu – contains the following page links
    — Service 2 Benefits
    — Service 2 Gallery
    — Service 2 Testimonials
    — Service 2 Registration
    — Service 2 Calendar

    Service 3 Page – would display the “Service 3 Menu”
    — Service 3 Menu – contains the following page links
    — Service 3 Benefits
    — Service 3 Gallery
    — Service 3 Testimonials
    — Service 3 Registration
    — Service 3 Calendar

    We would also like for all of the menus to be fixed so that they stay at the top of the page when visitors scroll.

    Please let us know how we can achieve this.

    Thank you for your time and kind attention to this question.

    Kind Regards,

    Alex

    #262835

    It seems to be a bug, running some tests.

    When I add a third color section, it sticks automatically at the top of the previous one. Also, when the site goes responsive, all sections stick together leaving only the margin space. Responsive is OK, but on PC is not.

    The link is the same.

    Thank you,

    #262830
    silvercreekvalley
    Participant

    Hi

    I’ve just updated from 2.5.4 to the latest (2.7.1) and after the update, the front
    page (eg the slider and other stuff) has disappeared. The top (title and menu)
    appears OK, but there is no footer. and just a grey rectangle below the title.

    Other pages seem OK.

    Any ideas?

    Thanks

    Ian

    #262822

    In reply to: social links

    Hi Devin,

    This was referring to one case that I opened previously. https://kriesi.at/support/topic/new-social-icons-3/

    The only difference I found, compare to the previous procedures, was the css difference. That’s why I asked for clarification.

    thanks,

    #262820

    Topic: Bug on blog posts

    in forum Enfold
    youyou78
    Participant

    Hello!

    I use the following code to increase the width of blog but now I have a bug, the text is centered. Do you have a solution? please

    /* Width Blog Posts */
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 770px;
    }
    #top .fullsize .template-blog .post-title {
    max-width: 100%;
    }
    #top .side-container-comment-inner > * {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    @media only screen and (min-width: 768px) {
    div.comment-entry.post-entry {
        width: 72%;
        margin: 0 auto;
    }
    #262815
    This reply has been marked as private.
    #262809
    wintner
    Participant

    We found some issues in our implementation of Enfold as a one-page with color sections.
    Appreciate some advice on how to correct these issues:

    1. Desktop menu: current-menu-item is displayed wrong! The previous menu item is highlighted not the item selected.

    2. Links to sections display halfway between previous section and where it should navigate to. Should land at top of #section.

    3. Click on a page number in the blog section reloads the whole page and not just the section. It should land at the top of the blog section.

    4. Fixed background image in color section positioned bottom right not responsive.

    5. Where is search bar in responsive menu?

    • This topic was modified 11 years, 11 months ago by wintner.
    #262792
    stevereed1968
    Participant

    Hi

    I’m not sure if this is an enfold or a WP issue, although it’s only just started happening since I upgraded the theme the other day.

    The little round, spinning progress timer that shows up when you are publishing a post or any other activity, is constantly spinning, even when the action is completed. Example. I revise a post, press update, and the progress thing spins. When the action is complete the progress circle doesn’t stop, it spins permanently

    Any ideas, or are you aware of this with WP.

    BTW, I have just gone back to 3.7 isn of WP as the latest versions screwed up my image editing etc.

    Running the latest version of Enfold.

    Cheers in advance

    Steve

    Topic can be closed, the problems were caused by the BWP Google XML Sitemaps plug in.

    #262772
    tkcenter
    Participant

    Hi! After moving my Site Address (URL) in Settings > General, I noticed an issue with my fonts.

    please take a look at: http://www.kohalacenter.org

    In Chrome, special characters such as Ā, ū, and ā display a bit larger and bolder than the rest of the fonts. I did not have this issue before changing the Site Address. All of the special characters looked great.

    Also… I noticed that in Chrome the tool bar at the very top doesn’t show up anymore. But in FF and IE it works.

    Thank you in advance!

    I found a fix in one of your other forums. From Ishmael.

    https://kriesi.at/support/topic/need-to-remove-image-from-top-of-category-page/

    Thanks!

    dancouto
    Participant

    I have searched the forum and some advice appears on this topic but it references an older version of Woocommerce and is therefor of no use. I need to have the Catalog image NOT appear on the product page. How do I do this?

    http://undirectedthought.com/product-category/planc/

    Thanks.

    #262758

    hey Yigit,

    1/here is the problem i talk about..

    it does not happen on firefox, but it does happen on safari and chrome..
    it affect elements settled 100% wide into 100% wide container..
    i’m working on windows 7 right now..

    2/ i just found another problem with position of my elements on mobile device, whitespaces between elements and top or bottom of the color section i managed to make disapear on the computer, seems to be present on the major part of the site on mobile device..there is just only one who’s correctly set.

    and here is the link for my website :

    http://www.lafabrique-bayonne.com/blog

    • This reply was modified 11 years, 11 months ago by Ben.
    #262752
    MarcG5
    Participant

    Hi,

    Is it possible to change the display layout order of columns / items on a page just for the responsive side of the theme?

    As an example I have landing pages with a column of text (information about me) in a 1/4 text box then information about the topic of the landing page in a 3/4 text box. When people hit my landing page on mobile devices I want them to see information about that landing page before they see the information about me. As it stands at the moment the first column (1/4) is displayed before the second (3/4). All landing pages use the same layout template so I am hoping that I can change this just for that.

    Hopefully you can see what I mean by clicking here: http://marcgodfreeweddings.co.uk.gridhosted.co.uk/wedding-day-advice/wedding-venues/wedding-venues-kent/brandshatch-place-weddings and viewing on both desktop and mobile devices.

    I am happy with the layout that is viewed on computers just need a few tweaks if possible for the responsive side for mobile devices.

    Thanks
    Marc

    #262746
    gd0g
    Participant

    I am using a plugin form for a customised search which uses standard wp search and on the result page the enfold theme has a section at the top that says

    New Search
    If you are not happy with the results below please do another search

    I would like to remove this?

    Please help!

    Thanks in advance

    #262735

    OK thanks Josue.
    I figure that out.
    Could you please tell me how i can remove the one px space at the bottom and top.

    And i do not understand why i can scroll the image a little bit on may 17″ Laptop because i choose stretch to fullscreen.

    Regards

    #262722

    I am confused about this as well. Basically it seems like the Mega Menu doesn’t function on mobile devices if you select “Hide Mobile Menu Submenu Items”? Because the only way the Mega Menu submenu items under the column heads can be accessed is if you don’t “Hide” them? And the only way your whole menu is accessible with “Hide Mobile Menu Submenu Items” is if you do NOT have any Mega Menu columns?

    Please tell me if this is correct:
    “Hide Mobile Menu Submenu Items” only lets you access those “hidden” submenu items IF they’re NOT in Mega-Menu columns?

    I would like to get the Mega Menu Column Heads to work the same as top-level menu items on mobile, so that when you click on them they show their “hidden” submenu items. Actually they do work like this on the desktop, when you make the browser window narrow so the slide-out mobile menu appears; but it doesn’t work on mobile devices.

    If you have so many menu items you need to organize them into columns with a Mega Menu, that’s exactly when it would be good to have clickable column heads expanding a submenu on a mobile menu! On a tiny mobile screen it’s hard to scroll through a long list of all the menu items. It would be much better to have just the column heads, and let you see the “hidden” submenus under each one when you click each column head.

    Is there any way to have Mega Menus with columns AND select “Hide Mobile Menu Submenu Items,” and allow the user to click the column heads to show the “hidden” submenus under each column head?

    #262683

    Hey!

    Thank you for visiting the support forum!

    From what I understand, you want to remove the borders of the main menu. Please use this on Quick CSS or custom.css:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    border: none;
    }

    Cheers!
    Ismael

    #262677
    islandjoe1
    Participant

    What code and where do I add it to stop Google from adding a date to my search results

    #262635

    Hey Yigit,

    I tried the plugins, it did make the site faster, but there was still a grey blip.

    I removed this code from the CSS that was colouring social media in internal pages, which I removed, that seemed to help with Chrome and FF, I only get the blip on Safari now, but its an old version, so maybe won’t show in the update:

    #top .social_bookmarks_mail:hover a{color:#666666; background-color:#666666; }

    Thanks Yigit, have a great weekend.

    Gary

    #262620
    asudoit
    Participant

    I run two websites with Enfold. One is working fine, but the other at http://www.asudoit.com is not displaying the cart icon up top when an item is added to cart. I disabled all (but Woocommerce) plugins and it still was not displaying, even in an incognito window in Chrome.

    Any ideas?

Viewing 30 results - 129,721 through 129,750 (of 142,946 total)