Viewing 30 results - 92,461 through 92,490 (of 142,942 total)
  • Author
    Search Results
  • #667646

    In reply to: Phone number in header

    if you don’t like it as a number see here
    on my test environment http://webers-testseite.de/ikom/

    code is on that:

    #menu-item-2836 a[href^="tel:"]::before {
        content: "\e854";
        font-family: entypo-fontello;
        font-size: 25px;
    }
    
    #menu-item-2836 span {
        display: none;
    }
    
    #menu-item-2839 .avia-menu-text > img {
        position: relative;
        top: 10px;
    }
    #667645
    OcasioConsultingLLC
    Participant

    Is there a way to create a plain box without icon or circle on top?

    Thanks!

    Hey Yigit

    Thanks for your help. I knew it was something I was doing wrong but couldn’t figure out what. I totally understand the mock up I’ve provided is outside of what you can assist with.

    It’s hard to know what changes I’d like as I don’t know what the menu looks like. I was hoping to display a link to the ‘My Account’ and ‘Cart’ in someway. On the desktop version I have these links in the top header menu (red menu) but there isn’t enough room to do this on the mobile display. So I removed them from the mobile view using the code you mentioned above.

    If you can help me to get the mobile menu to display with the ‘My Account’ and ‘Cart’ links that would be a big help!

    Many thanks
    Nicole

    csmwebdesign
    Participant

    Hi there,

    I am using Adobe Typekit to implement a site wide font. This has been implemented using the “Typekit Fonts for WordPress” plugin. The problem that I have is that the header of the site features a prominent Call to Action (colour section with YouTube video background”.

    The site loads relatively quickly, although the default fonts are loading first, followed by the Typekit fonts. Is there a way stop the default fonts from loading, or prioritise the Typekit font?

    I have temporarily disabled the YouTube video in the header, however this does not reduce the load time.

    The site is using the WP Super Cache plugin, however this does not appear to me a significant difference.

    I assume that there is a method of prioritising the Typekit embed code, and thereby loading the font before other resources are loaded?

    Thanks for your help

    • This topic was modified 9 years, 8 months ago by csmwebdesign.
    #667607

    Hi Zach the billionaire! :)

    Please go to Appearance > Menus and create a new menu and add your legal & privacy pages and then check “Enfold footer menu” under Menu settings. That menu is hidden on mobile by default. If you would like to display it, please see – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    Regards,
    Yigit

    #667598
    kykkoko
    Participant

    Hi! I’m trying to add some custom entries for the image size dropdown menu to be selected when I add a new image on a page.

    I’ve found this post which seemed very neat: https://kriesi.at/support/topic/best-way-to-add-image-sizes/

    I copied and pasted the code in my functions.php file (I’m using an Enfold-child theme) but no “bigger-square” new size is displayed in the dropdown menu when I add an image.

    I then went through many other posts that dealt with the same problem, tried what them all suggested but I had no luck.

    I think I’m missing something, could you help me?

    #667597

    Hi,

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

    #top .av-logo-container .social_bookmarks li a {
        font-size: 20px;
    }
    

    Best regards,
    Yigit

    #667591

    Hi,

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

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-instagram a {
        color: #fff;
        background-color: #a67658;
    }
    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
        color: #fff;
        background-color: #de5a49;
    }
    

    Best regards,
    Yigit

    #667577

    Hi,

    Our devs are working on an update already but unfortunately we cannot provide an ETA just yet.

    @Best4Web
    Have you followed the instructions here – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Best regards,
    Yigit

    #667547
    gerardbao
    Participant

    Hi there,

    Following up on this post.
    https://kriesi.at/support/topic/blog-layout-as-grid-cannot-hide-blog-meta-elements/

    I would like to just hide the comment count and blog categories minor meta.

    In addition to that, I would like to move the date up above the title and below the featured image.

    #667545

    Thanks Vinay. I’ve actually since made several adjustments to the tabs so they now respond like the desktop version. They are now functioning, and so is the color. However, I have one issue left. I’d like the tabs that are active to have a border continue around them – an outline helps make it look like the open tab). Somehow I think I turned that feature off. Can you take a quick peak and see if you can help me turn the border back on the active tab? Thanks!

    #667541

    In reply to: White line & footer

    Hi,

    Found another problem. Contact page doesn’t load the Google Maps plugin. Got error “This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”

    Please follow the temporary solutions provided in the following thread while waiting for the next theme patch.

    https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-659066
    https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496
    https://kriesi.at/support/topic/content-element-google-maps/#post-656399

    Best regards,
    Ismael

    Hi
    Sorry I didn’t make myself clear. I meant I’d like to the lightbox to stop at the last image instead of going back to the first one while pressing the next button.

    #667528

    Hi,

    Thank you for using Enfold.

    Fix the comment form subscription label with the following:

    #commentform .comment-subscription-form label {
        left: 20px;
        top: -5px;
    }
    
    .newsletter {
        top: -8px;
        left: 10px;
    }

    Regarding the second inquiry, please create a new thread. Thank you.

    Best regards,
    Ismael

    #667512

    In reply to: Fixed Top Menu Bar

    Hi,

    Please adjust the code:

    #header_meta {
        position: fixed;
        top: 0;
        transform: translateX(-50%);
        height: 35px !important;
        border-bottom: none !important;
        background-color: #2ED64A !important;
        padding: 0px !important;
        margin-left: 5% !important;
        text-align: center !important;
        float: none !important;
        left: 50%;
    }

    We set the translateX property to -50% then added the “left” property.

    Best regards,
    Ismael

    liszadarling
    Participant

    I’m trying to update my client’s website by adding some custom code (very minimal) to a couple of the pages. I’ve installed the Custom CSS/JS plugin that is supposed to be an “install, code, and done!” type of plugin, but it’s not working. I’ve also tried putting custom code in for each page, but it’s not recognizing any of it, and it’s simple changes that should not take so much effort to make. For example, on one of the pages, I’ve inserted a table, which is now showing with a border. Despite many attempts by myself and the WP Engine techs (two different ones), we could not get the code to be recognized to remove the border. I’ve also had line spacing issues (too much space between the sections), as well as issues with inserting social media icons with the ‘Download App’ button at the top right below the menu so that it appears with the menu on every page – can’t get either of these to work and from what I’m seeing and from what the techs at WP Engine are telling me – Enfold is a very stubborn theme to try to customize. I’ve managed WP websites previously without any issue, so I’m not sure what to do to get this to work.

    Please help/advise? I need to get this done for my client and I’m being blocked at every turn. Thanks!

    Thanks. It’s on the home page at the very top. I included the link in the private section and included it here as well. It only shows up on displays wider than 900 px so if you’re viewing on a mobile device, it won’t show.

    FYI – I tried the pause button code and that didn’t work. I think it might be a vimeo thing. Any other hosting suggestions?

    #667486
    gerardbao
    Participant

    I recently added a floating class where the icon sits on top of the column box.
    https://kriesi.at/support/topic/custom-image-float-style-css/

    It looks great on desktop. However on mobile, they were overlapping each other.
    How can I increase vertical padding to avoid this issue on mobile?

    Hi Ismael,

    thanks a tonne that worked great.. I added this to the child-theme css once I verified it was working just perfectly, :)

    Everything I have now added to the style.css for this now includes the following:

    =================
    /*single product sidebar fixes*/
    @media only screen and (min-width: 801px) {
    .not-for-desktops { display: none !important; }}
    .single-product .product {
    width: 100%;
    }
    .single-product-summary {
    float:left;
    width:45%;
    margin-right: 3%;
    }
    .single-product-main-image {
    width: 25%;}
    /* display sidebar below product on single product view mobile and fix broken display on mobile*/
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block;
    width: 100%;
    }
    .responsive .single-product-summary {
    width: 100%;
    }
    }
    =================

    Should some of this be taken out?

    =================
    should I open two separate tickets for these two issues I still have below?

    also:
    as the screen narrows the sidebar shrinks before it kicks to mobile as well. it does not behave the same way as the left main menu sidebar does.. this must be due to the ‘width: 25%’ https://db.tt/vT7PDacg and https://db.tt/imkpVQnN can we get it to behave the same way as the left side bar ? where it remains sticky to it’s size until it pops to mobile?

    also:
    I would really really like to also have the product information/woocommerce tabs to go below in the area so that it is full width https://db.tt/AgYLiH7x like shown in this very old post https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/

    I noticed you did not reply to them Ismael, I do want to try and have all the ‘single product view’ display tweaks in one ticket so I can re-use this on other client sites once I have it all working perfectly :)

    thank you again so much kriesi team.. you guys rock ~! :)

    ENB..//

    DrHariri
    Participant

    Hi,

    I am using shortcodes in my template files to use variables inside them like this:

    [av_section min_height_px="500px" padding="large" shadow="no-shadow" bottom_border="no-border-styling" color="socket_color" custom_bg="#000000" attach="scroll" position="top left" repeat="no-repeat" video="" video_ratio="16:9" overlay_opacity="0.5" overlay_color="" overlay_pattern="" overlay_custom_pattern="" custom_class=""]
    				
    [av_video src="'.$course_unit_video.'" format="16-9" width="16" height="9" custom_class=""]
    [av_notification title="التحكم بالفيديو" color="orange" border="dashed" custom_bg="#444444" custom_font="#ffffff" size="normal" icon_select="yes" icon="ue855" font="entypo-fontello" custom_class=""]
    				يمكنك عرض الفيديو بدقة عالية بالضغط على الزر المخصص (HD) من شريط الفيديو. كما يمكنك تكبير الفيديو ليتم عرضه في كامل الشاشة.
    [/av_notification]			
    [/av_section]

    However, there seems to be a problem as the section is not getting closed by the [/av_section] and it’s showing all content below this shortcode within the same section.

    Any ideas why the section is not closing?

    Thanks!

    • This topic was modified 9 years, 9 months ago by DrHariri.

    Hi Vinay,

    I have moved the code for doing this from the quick css to the style.css in the child theme,

    what I have moved is this:

    /*mobile submenu-header menu fix*/
    @media only screen and (max-width: 1250px) {
    #menu-header-main-menu {display:none !important;}
    }

    @media only screen and (max-width: 1250px) {
    @media only screen and (max-width: 1250px)
    .responsive #top .av-menu-mobile-active .av-subnav-menu {
    display: none !important;
    }
    #top .mobile_menu_toggle {
    display: block!important;
    }
    }

    I’m sorry if I have not followed the directions properly for this, but so far the av-subnav-menu is not clickable on small screen resolution it shows but you can not click on it still…

    I’m not sure if we were supposed to get rid of the code https://kriesi.at/support/topic/change-screen-resolution-that-fullwidth-sub-menu-kicks-to-mobile/#post-658479 that was also still in the ‘quick-css’ and I have moved it to the style.css (as you can see above no doubt)

    Let me know..

    thanks a tonne :)

    ENB..//

    #667455

    Here is a sample page I just made

    Test Page

    The video is a background for a color section with page height set to 100%. The video is vertically centered so the top and bottom are both cut. I want the top of the video to be visible (top aligned).

    Also, and it is not so important in this case, but the video is much wider than the page. Is there a way to control that?

    If a photo is used as a color section background, there are some options to control the size, repeating etc. There are no options for video backgrounds. So can video backgrounds be controlled using CSS?

    • This reply was modified 9 years, 9 months ago by draig.
    #667436

    Hey!

    Mike please, so we can keep the topic clear, create a new topic providing also your web site ID so we can be able to assist you further.

    Thanks a lot

    Best regards,
    Basilis

    #667426

    Hey!

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

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: scale(1.20,1.20);
        transform: scale(1.20,1.20);
    }

    Best regards,
    Yigit

    #667392

    In reply to: mobile header help

    hi,

    I resized the logo and uploaded but it is still blurry. is there anything else that can be done? its is a vector resized and then save as high quality JPG or PNG and still looks blurry

    More importantly, the logo still loads more to the left on mobile because it is still keeping the space for the menu. How can i removed the space on the top right that is usually for the mobile menu? I need the logo to load perfectly centered in the mobile page at all times.

    Thanks in advance!

    #667387

    Hi @Azimtech,

    Let us know if you should need any more help on the topic.

    Thanks Patrick for helping out :-)

    Best regards,
    Rikard

    #667382

    Hi,

    Sorry for the late reply. Thanks a lot for sharing your findings, much appreciated :-)

    We’ll keep the thread open in case you should have any further problems on the topic.

    Regards,
    Rikard

    #667370

    you mean something like this:
    try to insert it into your quick css:

    #menu-item-3289 a::before {
        content: "\e805 \00a0 ";
        font-family: entypo-fontello;
        font-size: 20px;
        position: relative;
        top: 3px;
    }
    
    #menu-item-3287 a::before {
        content: "\e806 \00a0";
        font-family: entypo-fontello;
        font-size: 20px;
        position: relative;
        top: 3px;
    }
    
    #menu-item-3288 a::before {
        content: "\e80a \00a0";
        font-family: entypo-fontello;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    btw: you should change font color of top nav :

    #header_meta .sub_menu li a {
        color: #fff !important;
    }
    #667367

    Hi,

    Great, glad you got it working :-)

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

    Regards,
    Rikard

    #667344
    navindesigns
    Participant

    Hi,

    How do I add icons to the the secondary menu (“contact us, support WSMS and login”) text links at the top right. I would like to add an icon to the left of the text. These could be icons from Entypo Icon. Also, how do I change the font color of the text to white?

    My site – http://staging.wsmsnyc.org.s167849.gridserver.com/
    Mockup – https://s31.postimg.org/pl1e1qcob/home.jpg

Viewing 30 results - 92,461 through 92,490 (of 142,942 total)