Viewing 30 results - 95,611 through 95,640 (of 142,845 total)
  • Author
    Search Results
  • Hello Vinay

    Thank you very much for the quick answer.
    I get an error on this line: jQuery(“#scroll-top-link”).html( ”

    In addition , I would like to know if this would be the final code (changing ” SITENAME ” and IMAGENAME.png for the real name of the site and image):

    function custom_icon(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“#scroll-top-link”).html( ”
    <div id=’custom-icon’>http://SITENAME.COM/shop/wp-content/themes/enfold-child/IMAGENAME.png</div&gt;
    ” );
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘custom_icon’);

    Thanks a lot and best regards

    Hey ljaworski,

    Please go to Enfold > General Styling > Select a predefined color scheme
    and select a predefined color scheme and let us know if that helps. Then the header and footer colors can be customised in logo area and footer sections.

    I’m assuming by up arrow you mean the scroll to top button ? To change it’s background color please use the css below

     #scroll-top-link {
        background-color: gold;
    }

    Best regards,
    Vinay

    Hi,

    Since this is a live site I din’t wanted to add this code without an icon please replace the word “icon” in the below code to the icon image path and add it to functions.php

    function custom_icon(){
    ?>
    <script>
    jQuery(window).load(function(){	
       jQuery("#scroll-top-link").html( "
    <div id='custom-icon'>Icon</div>
    " );
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_icon');

    To adjust the above icon on the front end please make change to the bottom and right values as required.

    #custom-icon {
    	width:50px;
    	height:50px;
    	background:gold;
    	display:block!important;
    	position:fixed;
    	bottom:70px;
    	right:50px;	
    }
    

    Request you to open different tickets for different issues.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #634114
    dcembitterment
    Participant

    Hi,

    My site works on desktop and tablet, but the theme appears to be broken on mobile. Any suggestions on what would cause this or how to fix it?

    Thanks!

    #634110
    inayethadi
    Participant

    Hello,

    How can I get the icons to show up organized in a grid under Our Service so that they look nice on http://www.luxurytowncartodenverairport.com/ ?

    The site on mobile phone looks good, but when viewing the site on a laptop/desktop the icons under Our Services look jumbled up and not organized.

    Thank you for your help.

    #634106
    bobfurgo
    Participant

    Hi guys! This question is in regards to this post: https://kriesi.at/support/topic/make-entire-block-clickable/

    How can I make the link go to a new tab? Thanks!

    #634102

    Hi I know what it is, because the top menu point is white there is space and faint vertical lines where this menu would be seen. For phones and tablets can this be turned off as it doesn’t look good. Unfortunately this website needs the top header so I can’t remove it. If you have any suggestions that would be great.

    Cheers Kinnear

    #634095
    artyyart
    Participant

    Hello,

    I need to remove the Woocomerce Cart button that is located on the top right corner of the website. I have discabled the product links like the Add to Cart button but I can’t seem to find the way to remove the one on the main page.

    digalo
    Participant

    I did everything from your post (https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/), but it isn’t working.

    Please help.

    #634081

    In reply to: Little header problem

    Hi,

    Try the following code instead:

    @media only screen and (max-width: 767px){
    #top .phone-info a, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a {
        color: #EC1C1C !important;
    }
    }
    

    Let me know how it goes!

    Best regards,
    Jordan

    #634075

    Topic: Menu overlapping logo

    in forum Enfold
    melzar
    Participant

    Hi Guys,

    I found some other tickets about this problem and tried all of the fixes, including the one here:

    And it’s almost working now! The only thing I’m still noticing is that though my navigation now no longer overlaps the menu, the social links in the header are now overlapping into the section below (see screenshot) – and if you squish the browser window even more, it will then wrap “News” on the right into the section below, too.

    Here is the CSS I’m using:

    nav.main_menu {
    width: 70%;}

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    line-height: 30px !important;
    height: 30px !important;}}

    Thank you!

    oh my goodness… Sometimes, the devil is a squirrel :D

    Thank for this hint. Now, everything works fine! Wonderful.

    Topic can be closed as solved, (if you do so in this board. ^^)

    #634054
    waveshaper
    Participant

    Hi Kriesi
    I would like to add a custom image size to the accordion slider.
    So i tried the following from post
    here
    and added

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    	$size['aviaccordion-slide'] 	= array('width'=>345, 'height'=>321);
    	return $size;	
    }
    

    but no change, how can i change the accordion image to a custom size?

    Thanks a mill

    #634052

    I would like the video to stop playing once the user advances to the next slide. If you do let the entire video play, then the slide changes, the video then starts over and plays audio in the background when no one can see it. I only want the video to play when that slide is visible.

    #634007

    That worked so you can see the “X”….but I still think that maybe the background overlay should be darker and the max image size should be a little smaller. The “X” is right up there against the top of the browser, which can make it less noticeable. A slighter darker overlay would help to make it stand out a little better as well.

    It does help to also add the z-index setting to the background overlay. Here are the changes I made in order to make it so that the lightbox image stands out a little better:

    .mfp-wrap, .mfp-zoom-in.mfp-ready.mfp-bg  {z-index: 99999;}
    
    .mfp-zoom-in.mfp-ready.mfp-bg {opacity:0.85!important;}
    
    div.avia-popup .mfp-close {border:2px solid #808080!important; right:30px!important;}
    
    img.mfp-img {max-width:90%!important;}
    

    On a slightly related note….any idea why the hover overlay for the thumbnail only shows as a thin bar across the top of the image the first time you hover over it after the page loads? It will show if you hover over it again. You can test this on that page by hitting refresh.

    #634000

    Hi Rikard

    Having some trouble adding the custom css.
    so as an example i added .testimonial in an icon box’s custom css field.

    Then in my enfold child css i added

    #top testimonial .avia-button .avia-size-large {
        border-radius: 22px !important;
        font-size: 13px;
        min-width: 139px;
        padding: 15px 30px 13px;
    }

    as i want the button to have rounded corners.

    but there is no effect in the frontend, what am i doing wrong here, just one example of yours would help.

    Thank you for your time

    • This reply was modified 9 years, 10 months ago by waveshaper.
    #633982

    Hey Nathan!

    I have replied you here already – https://kriesi.at/support/topic/setting-shop-banner-image/
    Please do not create duplicated topics as it is making it harder for us and for other users to follow.

    Best regards,
    Yigit

    waveshaper
    Participant

    Hi Kriesie

    Is there a way to stop the accordion slider from moving my color section up and down as the Accordion slider
    transitions?

    Thanks a mill

    #633967

    Hello Basilis,

    I dont need someone to work on it for customization.. I believe it is somewhat like on this topic.. https://kriesi.at/support/topic/tab-title-click-event-handlers/.. can you help me pinpoint where is the tab function event handlers like it was directed on that topic..

    Thanks,

    Carlo

    Hi!


    @bodymindlinks
    Replied you here – https://kriesi.at/support/topic/setting-shop-banner-image/. Please stick to your own posts :)

    Regards,
    Yigit

    #633960

    Hey Marsha,

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

    #top .av-submenu-container {
        max-width: 1080px!important;
    }
    

    Best regards,
    Yigit

    #633954
    Nathan
    Participant

    Hi the page I’m working on is:
    http://vitalthrive.us/services/

    I notice there is a blue line at the top I would like to remove

    and

    Where do I set the banner image? I’ve been looking on Google for 1/2 hr now and am finding no luck yet

    Thank you

    #633946

    I did try the fix mentioned in the bottom of this thread https://kriesi.at/support/topic/fullwidth-easy-slider-on-mobile-2/. But now my image is distorted, even after I cleared my cache and browser history. Maybe I didn’t enter the CSS right?

    Here’s what I have CSS:

    @media only screen and (max-width: 768px) {
    .avia-slideshow-inner, .avia-slideshow-inner img {
        height: 300px !important;
    }}
    
    @media only screen and (max-width: 768px) {
    .av_slideshow_full li img {
        width: 150% !important;
        max-width: 150% !important;
        margin-left: -25%;
    }}

    Thanks!

    UnitingSoundMedia
    Participant

    Hello, dear team!

    Some details on the forehand: I am quite new to Enfold, and still need some time to learn about these rather endless possibilities, your template offers. And it’s great! But… After scrolling for nearly one hour, I didn’t find a thread which contains the solution to my issue.

    As the titel already tells, my latest website forces me to activate “desktop version” on mobile devices in general, before it is shown in the Enfold-theme. Where do I have to fix this? Is there any option, I didn’t see?
    To be honest, I am out of ideas, how to get this managed.

    In hope, you can help me, here some links, and screenshots:
    – The websites, showing this issue: https://www.unitingsoundmedia.com
    http://www.stimmgewalt-berlin.de (On desktop machines, the Enfold works totally fine.)
    – Current version of Enfold is installed (3.5.4)
    – Curent version of wordpress is installed (4.5.2)
    additional plugins are : Xili language, JetPack, Akismet,Intuitive Custom Order, WooCommerce, TeamShowCase, Duplicator, and WP Super Cache – ALL OF THEM up to date.

    A screenshot for mobile display: Screenshot from a mobile device

    Sincere regards from Berlin
    Markus Symeon

    • This topic was modified 9 years, 10 months ago by UnitingSoundMedia. Reason: forgot the greetings, sorry!
    #633933

    Andy,
    Thanks. SO the div#text-6 and -5 appear to ffect position of widget on mobile or media screens.
    I got that position worked out.
    The desktop and tablet (screens wider than 767px, the widgets are both overlapping each other again.
    I have played with the following code:
    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    #text-6 {
    transform: translate(100%);
    }

    which I though was for positioning of widgets on desktop-type display, but there are not moving.
    Here is a screenshot:
    Header Widgets Stacked on Desktop

    #633930

    That did not work for a desktop.
    However when I tried the following:
    I removed this bit of code from above:
    .page-id-734 #main {
    padding-top: 200px !important;
    }
    On the Header Size I kept the custom size
    On Header Behavior I have all the Sticky Header options unchecked but do have the Let logo and menu position adapt to browser window box checked.

    It works perfect on a desktop and tablet but on a mobile, the mobile menu disappears on sub pages and the menu background is large.
    Here is what the homepage and a sub-page look like on a desktop with the changes above.
    Here is what I see:
    HomePage – Desktop

    SubPage – Desktop

    HomePage – Mobile (Android)

    SubPage – Mobile

    I’ll leave this code in place for now till you can check as this is the closest to getting everything correct that has been achieved so far.
    Thanks.

    #633926
    zimbo
    Participant

    I want to do the same as this post: https://kriesi.at/support/topic/iconlist-headings-seo/ and make the icon list heading an H3 instead of H4.

    So the solution is still OK I assume (?) but this answer is 3 years old – my question now is: is there a way to implement this change without altering core theme files e.g. I use a child theme, so can I add some code into my child functions.php – or maybe can I copy iconlist.php into my enfold-child directory so that theme updates don’t remove the fix? For instance I have /includes/loop-search.php in my child directory.

    Hi Rikard,
    This worked great! Thank you. I would like to know if one more thing is possible for this area. Not that the sub-pages have a background image that shows up in the top area. Is this possible for the homepage also?

    Thanks again.

    Keith

    Hey MadRhino,

    Thanks for getting in touch with us!

    Try this CSS instead:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text:hover {
        color: #22b3ed !important;
    }

    Best regards,
    Jordan

    #633900

    In reply to: Little header problem

    Hey Arnaud,

    Thanks for getting in touch with us!

    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: 767px){
    .responsive #top #header_meta .social_bookmarks li a {
        color: #aaaaaa !important;
    }
    }
    

    Change the color to the gray you want.

    Best regards,
    Jordan

Viewing 30 results - 95,611 through 95,640 (of 142,845 total)