Viewing 30 results - 129,841 through 129,870 (of 142,946 total)
  • Author
    Search Results
  • #261547

    Not sure if this is the same – but I wanted to have a category in the main menu, and when I go to a post within the category, still have that category highlighted in the main menu.

    I didn’t see a way to do that – but I know it is possible technically as other websites do it.

    Anyways, I blindly just started trying different things, and the following css actually does it….so if the post is in two categories, both categories show up highlighted in the main menu

    Not sure if there are any problems doing this – but wanted to share for those searching – it might work for you too…there’s probably a better way….

    //////////////////////////////////////////// start ///////////////////////////////////////////////////////////////////

    #top .main_menu .menu li.active-parent-item .avia-menu-fx{
    opacity: 1;
    visibility: visible
    }
    .current-menu-parent .avia-menu-fx, .current-menu-parent .avia-arrow-wrap{
    opacity: 1;
    display: block;
    visibility: visible;
    }
    .current-menu-parent a{
    color: #333333;
    }

    ///////////////////////////////////////////////// end //////////////////////////////////////////////////////////////

    #261538
    addwebtoday
    Participant

    Hello and thanks again for this theme,

    I was recommended revolution slider instead of the native layer slider by a mod a few months back. Since the upgrade, how much more functional is the layerslider? It caused a lot of issues on mobile and tablets and I don’t know if I should try to move back to it.

    Right now, the revolution slider is causing a lot of issues with page load speed on desktop and mobile. The detail for the slider is super minimal, with a few images, one slide, and no transitions.

    Please let me know if you can provide any insight as to how to make either of these slider plugins perform better or any insight in general as to how to make an image slider with/without animations look better on Enfold Theme.

    I currently use Revolution Slider on various sites and have not encountered as many load speed issues. This has also lead to crashing as well on the site.

    Thank you for your help!

    Thank you,
    -addwebtoday

    #261537
    addwebtoday
    Participant

    Hello and thanks for making a great theme!

    I was just instructed on how to update the FTP manually to fix some bugs I was seeing, and noticed a huge spike in PHP Stricts on my Query Monitor plugin, which was also recommended by a Kriesi.at mod. It’s showing a lot of scripts causing issues that reside in the functions.php file. I have taken a screen shot of some of the issues and posted her http://schneidercentre.com/example

    Please let me know what I can do to stop all these requests. They are slowly down the site and lowering performance significantly.

    Thank you for your help!
    -AddWebToday

    #261536

    Hi..

    Could you at least tell me which php page specifically the code for loading the sidebar lies in as tri.be support are unshore which page to edit. They do have a tutorial that i have linked below.
    http://tri.be/selectively-removing-sidebars-in-twenty-twelve/

    To selectively remove the sidebars, you’ll want to make a small change to your theme by editing or, as we commonly recommend, overriding the theme’s page.php template. First, open it up in your favorite code editor and find this line of code, near the top:

    <?php get_sidebar(); ?>

    You’ll need to put this code in its place:

    <?php if ( ! tribe_is_event_query() || ( tribe_is_event_query() && is_singular() ) ) get_sidebar(); ?>

    #261532

    In reply to: Edit and lock footer?

    At least in my experience, in version 2.5.2 this custom css code USED to work to “lock” a socket in place, at the bottom of ANY page regardless of browser/window size, no matter how much or how little page content was present, etc. It was great.

    #socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; }
    
#socket .container { padding: 4px 0 6px 0; }
    
html { background: #ffffff; }

    NOW under 2.7.1, in my system with that same custom CSS, I only “see” the socket if there is a right-side scrollbar present. On pages with no scroll-bar, no socket shows any more under 2.7.1 (although it stil seems to be there, but just not “visible”). (I posted here: https://kriesi.at/support/topic/2-7-1-update-changed-custom-css-socket-behavior/)

    If you want to try the above code in Version 2.7.1 and see if you get the same behavior in your system, and post back here, that would be very helpful. That code used to work great to give a “fixed socket” in 2.5.2, but it stopped working correctly in 2.7.1!

    #261524

    Topic: Scrolling issue on IE

    in forum Enfold
    BellaAzur
    Participant

    HI guys-

    I’m having a problem with IE and scrolling down. It seems that when the site pulls up, I can see the scrolling bar on the right but will not let me scroll down the page, it keeps pulling up to the top. It works on Chrome, Firefox and Safari just fine. Please help me as I can’t find any solution anywhere.

    Thanks.

    Wendi
    http://www.capecoralcf.org is the site.

    #261523
    Vifa
    Participant

    I know one can do “custom links” (anchor links) to “section IDs” on a page, thus allowing a user to “link” or “jump to” a particular section that is “lower” or “higher” down/up on a page.

    Let’s say we have “side by side” page content, in 2/2 layout, with a “special heading” at the top of each column. In browser view, the content is “side by side.” In mobile view, the “side by side” content becomes “top/bottom” content, and it would be nice to be able to “anchor link” the content that (is now, in mobile view only) lower on the screen.

    1. Is there a way to have 2 different “section IDs” side-by-side on a page? I have only been able to figure out how to get “section IDs” above or below each other on a page.

    2. OR, is there any way to set “custom links” (anchor links) to “Special Headings” of a page?

    Vifa
    Participant

    I had the same issue as some others with the mobile menu icon “overlapping” the logo. I fixed it with this code:

    @media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 63%; height: auto !important; margin-top: 7px!important; } }

    However with that code, the shrunken “logo” sits near the top of the header box, so that it looks vertically “offset” compared to the “vertically centered” mobile menu icon. I can’t increase the “margin top” px distance for the logo, because that messes things up with tablet size screens.

    1. Rather than having the shrunken logo set a “fixed distance” from the top using this “margin-top: 7px!important;” — is it instead possible to “vertically center” the shrunken logo with the mobile menu icon (i.e. so that a horizontal line drawn through the center of the logo would also cross through the center of the mobile menu icon)?

    2. Also under the “@media only screen and (max-width: 767px)” conditions above, is it possible to “reduce” the size of the mobile menu icon, so that it is not so large relative to the shrunken logo size?

    (Sorry I can’t provide a page link, as I am doing development offline before going live.)

    #261516

    Dear Enfold theme team,

    Thanks for all the help untill now.

    I have another question about the breadcrumbs.

    I have used this code in quick css:
    .title_container .breadcrumb { left: 2px; top: 14%; }
    .title_container { height: 20px; }

    I would like the breadcrumbs to be on the far left, and make it look nicer on responsive small mobile screens. (Now it is to big). Maybe it is the best to remove it for smartphone screens.
    Can I also remove the white line below the breadcrumbs container?

    my website is http://www.onevents.nl/wie-zijn-wij/

    Hope you could help me out again.

    Many thanks,

    Daniel

    Vifa
    Participant

    Addition:

    The theme is great and very powerful, but it is disappointing to spend a lot of time getting things how you want them in a prior release, only to have things “stop working the same way” in a new release! As the other Poster notes below, others are having similar problems with various features of Enfold 2.7.1. This makes folks (understandably) very wary of updating!

    I’m hoping the Kriesi team (or anyone on this great forum) might have some insights as to what is making this custom CSS NOT work correctly in 2.7.1, whereas it WAS working fine in 2.5.2 (details below)?

    #socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; }
    #socket .container { padding: 4px 0 6px 0; }
    html {background: #ffffff; }

    Orginal Post:

    Although I realize “sticky sockets” are not officially supported in Enfold, under 2.5.2 I had precisely the “sticky socket” behavior I wanted working very nicely for me using the following custom CSS code:

    #socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; }
    #socket .container { padding: 4px 0 6px 0; }
    html {background: #ffffff; }

    With this custom CSS code under 2.5.2, I would ALWAYS have my socket on the bottom of ANY browser window, no matter how large/small the window was, no matter whether or not a scrollbar was present, no matter how much/little content any given page had, no matter whether mobile or not: my socket was always showing at the bottom of the view window. It was great, and exactly how I wanted it.

    Unfortunately . . . when I updated to 2.7.1, this code stopped working in the SAME way. Now with the same custom CSS under 2.7.1, the same socket appears, but ONLY when a scrollbar is present on the right-hand side of the browser. When page content is too little (i.e. no scrollbar), the socket no longer shows like it did in 2.5.2 (using the exact same custom CSS).

    HOWEVER, even when no scrollbar is present in 2.7.2, the sticky socket is still THERE at the bottom of the page — i.e. the hover links are still present and available to click — you just can’t SEE the socket unless the scrollbar is present. It seems like whatever the “background” color in “html {background: #ffffff; }”, is now (in 2.7.2) “covering” the socket now when no scrollbar is present — whereas in 2.5.2 under these conditions, the socket was BOTH clickable and visible on pages with no scrollbar.

    So something seems to have changed in the internal code of the 2.7.2 update (versus 2.5.2), that makes the above code work differently in 2.7.1 versus how it worked in 2.5.2. I wonder if it relates to the new “transparency” features?

    I would really love to have my socket working the way it was in 2.5.2, otherwise I might have to revert back to 2.5.2, which I would prefer not to do, as using “older versions” is not an ideal long-term viable solution.

    Is there anything you can think of that might have resulted in this “change” in socket behavior between 2.5.2 and 2.7.1, and if so, can you think of any code that might fix it, so my socket again works like it did in 2.5.2 — i.e. it is ALWAYS at the bottom of the page, whether or not a scrollbar is present on the window?

    • This topic was modified 11 years, 11 months ago by Vifa.
    #261504
    This reply has been marked as private.
    #261502

    In reply to: Validation in Form

    Hey CloudChoice!

    Please use following code instead

    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select { border: 2px solid #ff0000 !important; }

    Cheers!
    Yigit

    #261501

    Hi Jamie A!

    Please add following code to Quick CSS

    @media only screen and (max-width: 479px) {
    .responsive #top .related_entries_container .av_one_eighth {
    margin-bottom: 3px;
    }}

    Regards,
    Yigit

    #261495

    Hey GOWD!

    Please add following code to Quick CSS

    .html_header_top.html_bottom_nav_header #header_main { background: orange; }
    #header_main_alternate { background: -webkit-linear-gradient(top,#7f4c99,#de8ae2); }

    Cheers!
    Yigit

    #261484

    Hi!

    Please add following code to Quick CSS as well

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { background: red !important; }
    #top .main_menu .menu > li > a:hover {
    background: orange!important;
    }

    Regards,
    Yigit

    #261449

    In reply to: Custom Page Bar Title?

    Hey!

    It’s not possible to change it via the backend, however you can do it using some custom code in functions.php:
    https://kriesi.at/support/topic/replaced-the-default-blog-latest-news-title-needs-h1-heading/

    Regards,
    Josue

    Hi!

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

    div .wp-caption { margin: 5px 15px 10px 15px; }
    #top .wp-caption img { margin-left: 0!important; padding: 0; }

    Please edit Blog Post element on your homepage and choose to display all categories. Currently only one category is selected, and it does work fine – http://imgur.com/a/hQjvR

    Best regards,
    Yigit

    #261420

    Hi Bovelett!

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

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

    If that does not work, please post the link to the website where it occurs.

    Cheers!
    Yigit

    #261408
    pupito
    Participant

    I was testing the upgrade to WP 3.9 on a testing site with just the original WP installation and after the upgrade all I see is a blank white page. If I look at the source code for the page all I see is “1.” at the top and that’s all.

    Also the thumbnail for the Enfold theme within WP is all blank, just white.

    All of the other themes work fine and are able to pull up the sample page and sample post that are there with the original install.

    No one else seems to be having an issue with WP 3.9, what can my issue be? I have deleted the Enfold theme a couple of times and reuploaded and nothing and I am using Version 2.7.1.

    Dear Ismael,

    I solved it. I used the old slideshow.php in combination with quick css code from Yigit. I didn`´t work at first, but now it does.

    Quick css:

    .avia-slideshow .avia-caption .avia-caption-title, .avia-caption .avia-caption-content p { color: white!important; }

    Line 700 and later from slideshow.php are:

    if(trim($title) != “”) $title = “<h3 class=’avia-caption-title’ $markup_name>”.trim(apply_filters(‘avf_slideshow_title’, $title)).”</h3>”;

    if(is_array($content)) $content = implode(‘ ‘,$content); //temp fix for trim() expects string warning until I can actually reproduce the problem
    if(trim($content) != “”) $content = “<div class=’avia-caption-content’ $markup_description>”.ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop(trim($content))).”</div>”;

    Case closed, I hope I could it could help anybody with the same problem in the future, thanks for your help.

    Daniel

    #261380

    Hi!

    How do you have that page setup on the backend? Its duplicating the page elements inside of itself which is causing the double padding. You can force a fix just for that page with the following css but its not a sitewide change:

    
    #top.page-id-3550 main.template-shop.content {
    padding-top: 0;
    }
    

    Best regards,
    Devin

    #261364
    armindoerr
    Participant

    Hi,

    a click on any product, even a new one, leads to a 404. I’m not aware of any changes I did myself, but it seems you cared about my issues in this thread: https://kriesi.at/support/topic/plugin-woocommerce-german-market-kompatibilitat/edit/
    Maybe that caused it?

    Any idea how to fix that?

    Thanks,
    Armin

    • This topic was modified 11 years, 11 months ago by armindoerr.
    #261356
    Angiec13
    Participant

    I just love this theme and imagine there is a way to do what I need… In the screenshot below, you can see an example of what I want it to look like- 1/4 columns, grey background, with the “read more” button in the same position on each box (regardless of the text above it). There will be different links/text on top of each one so people can access the articles.

    I think I need to be able to put a background image behind the text, and then place the “read more” button with the shortcode in the visual editor. However… If I place the background image behind the text with code, anyone who changes the text on top will have to be comfy with html… the gal at the company who will do it is not computer savvy.

    Is there a way to use the color section or image media content for the background image and then have the text and button sit on top of it like the screenshot shows? I know the color section will not fill a 1/4 spot, but thought you might know of a way to do it without html.

    Thanks for any thoughts. :)
    Angie

    #261344

    In reply to: Problems with iPhone

    I have switched off LAZY LOAD images plugin, and it seems to have fixed the issue (so far after 24 hours I have yet to see the issue come back).

    I guess I wont be using any-more

    (topic resolved) Thanks Yigit.

    bigtime32
    Participant

    Hi,

    I am experiementing with the a height increase so I may display a larger logo (116px to 150px). I have increased it, but now I can see the page content behind it on the lower border. I know this is probably an easy fix, but I honestly cannot find an answer. Would appreciate it if you can help me out asap.

    url: pvatestsite.com/420

    look at the lower edge of the header and you can see what I mean. the very top of the slider shows through even though there is no scrolling. and becaause the logo has a white background, it really looks bad. I do not want this to show through no matter what height i adjust the header. on a side note, this did not occur in old versions of Enfold. Thanks.

    tjr3217

    #261298

    Thanks Josue, I deleted the contact form element from the page content, where the page was loading to. I then rebuilt the form and it seems to have resolved the problem. All my other pages with contact forms load properly, at the top of the page as they should, so no stress.

    Hey Martin!

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

    #top .fullsize .template-blog .post_delimiter { z-index: -1; }

    Best regards,
    Yigit

    #261281

    Hi Ben!

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

    #top .avia-logo-element-container .slide-entry { min-height: 150px; }
    #top .avia-logo-element-container .slide-image { background: transparent; }

    It would be better if you edit images and have them all proportional

    Cheers!
    Yigit

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .av-special-heading { margin-top: 10px; }

    Best regards,
    Yigit

    #261265

    Hey!

    Please see Ismael’s post here – https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Best regards,
    Yigit

Viewing 30 results - 129,841 through 129,870 (of 142,946 total)