Viewing 30 results - 77,161 through 77,190 (of 142,938 total)
  • Author
    Search Results
  • #819206

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #819204

    Hi Tom,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #819191
    AubreyAloysius
    Participant

    Hi There, i have upload a video file (MP4 Format) on my server with FTP and used below code to show the video in a popup.
    NOTE: i have used # for link as i don’t want to share the video url.

    <div class=’flex_cell_inner’ >
    <article class=”iconbox iconbox_top av-no-box avia-builder-el-7 avia-builder-el-no-sibling ” itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork&#8221; >
    <div class=”iconbox_content”>
    <header class=”entry-content-header”>
    <h3 class=’iconbox_content_title’ itemprop=”headline” style=’color:#ffffff; ‘>Biographical Feature-length Film</h3>
    </header>
    <div class=’iconbox_content_container av_inherit_color’ itemprop=”text” style=’color:#ffffff; ‘></div>
    </div>
    <footer class=”entry-footer”></footer>
    </article>
    </div>

    With above code my popup video is working fine but the problem is that any one can download the video with download icon option on Google Chrome browser and in Firfox if use right click on popup video then there is a option to download video. I don’t want anyone to download my video so can u please suggest me how to do that.

    Thanks,
    SUNNY

    #819184

    Hi Chris!

    Do you need help with anything else with this topic, or can we close this thread? :)

    Best regards,
    Sarah

    #819151

    Hi Rikard,

    I saw your changes. I tried to do the same things with my internet explorer browser, chrome, firefox and edge.
    Nothing change, I can’t add images. So I think that the problem is something on my pc. Java? Or what?
    Now I try with my laptop….

    Hi,
    exactly this gap that comes when an user scroll the site.
    The gap on top off an site without scrolling is what I nedd because it look better for boxed layouts:
    gap

    Regards
    Mike

    Hi John,

    This is for the breadcrumbs on top of the page. The value I want to change is the post date followed by the category. Please see the link in private. I don’t want to change the breadcrumbs separator. I want to change the separator in the Date > Post > Category > Author

    Hey FlatText,

    Check it here: https://kriesi.at/support/topic/change-breadcrumb-separator/#post-311753

    Best regards,
    John Torvik

    Hi,

    You can check this article: https://kriesi.at/support/topic/new-custom-font/

    Best regards,
    John Torvik

    Nirmal Singh
    Guest

    Hi Nikko,
    Thanks for fixing the tab section issue in firefox, but what you have used to fix this issue.

    I have explained more when i start topic, but same data here
    —————
    I have one another issue related to images show in mobile responsive. This is full page view (http://prntscr.com/fol0xb), when i am change to responsive view (ctrl+shift+M), it is distort image the images and content looks like this (http://prntscr.com/fol1c3) first image second content, third content fourth image.

    But i need in image then content , image then content form

    i have same website in X theme (http://westervillepf.wpengine.com/what-we-do/) (hosted on WPengine)
    here screenshot of responsive view (http://prntscr.com/fol1u7) images are missing but view is clear. Here full screen view with X theme (http://prntscr.com/fol20w)
    ——————

    Please tell me what is the solution for this. Please fix ASAP, client is waiting for this.
    Thanks

    #819074
    #819072

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top .avia-gallery .avia-gallery-thumb a:hover {opacity: 1 !important;}

    Best regards,
    Mike

    #819055

    Rikard,
    My problem has been solved, it’ time to close the topic.
    Thank you very much for your team.

    #819052
    GSMUrocks
    Participant

    This issue seems to come and go.
    I can’t figure it out.

    The search icon at the top is some strange character, as is any other icon.

    sample page
    http://www.gosignmeup.com/about-go-sign-me-up/contact/?s=

    any ideas?

    #819042

    Jordan, I wrote you that I use this rule because I wont this gap in the top, but I don’t need this gap when the page is scrolling because it look bad wtith an sticky header. And I use this solution because Kriesi say this here in this forum: https://kriesi.at/support/topic/boxed-layout-margin-on-top-and-bottom/

    Regards
    Mike

    • This reply was modified 8 years, 9 months ago by Mike61.
    stupaul22
    Participant

    This all worked perfectly until a recent update of wordpress or enfold—not sure exactly when it broke. I’m using six custom fonts—the font package was created with font squirrel. I have the following in style.css in my child theme.

    I made the edits to functions.php so the custom fonts are listed in the enfold advanced styling and general styling.

    I have a folder called fonts in the same directory as wp-content. These urls are correct—the file downloads. Chrome browser tools shows that the font is being called correctly.

    I cannot figure out why the fonts don’t work. I tried calling them from the child theme folder—http and https—absolute and relative. Is there something new that I’m missing

    @font-face {
        font-family: 'claire_handlight';
        src: url('https://www.amythedinga.com/fonts/clairehandlight-webfont.eot');
        src: url('https://www.amythedinga.com/fonts/clairehandlight-webfont.eot?#iefix') format('embedded-opentype'),
             url('https://www.amythedinga.com/fonts/clairehandlight-webfont.woff2') format('woff2'),
             url('https://www.amythedinga.com/fonts/clairehandlight-webfont.woff') format('woff'),
             url('https://www.amythedinga.com/fonts/clairehandlight-webfont.ttf') format('truetype'),
             url('https://www.amythedinga.com/fonts/clairehandlight-webfont.svg#claire_handlight') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    @font-face {
        font-family: 'claire_handbold';
        src: url('https://www.amythedinga.com/fonts/clairehandbold-webfont.eot');
        src: url('https://www.amythedinga.com/fonts/clairehandbold-webfont.eot?#iefix') format('embedded-opentype'),
             url('https://www.amythedinga.com/fonts/clairehandbold-webfont.woff2') format('woff2'),
             url('https://www.amythedinga.com/fonts/clairehandbold-webfont.woff') format('woff'),
             url('https://www.amythedinga.com/fonts/clairehandbold-webfont.ttf') format('truetype'),
             url('https://www.amythedinga.com/fonts/clairehandbold-webfont.svg#claire_handbold') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    @font-face {
        font-family: 'claire_handregular';
        src: url('https://www.amythedinga.com/fonts/clairehandregular-webfont.eot');
        src: url('https://www.amythedinga.com/fonts/clairehandregular-webfont.eot?#iefix') format('embedded-opentype'),
             url('https://www.amythedinga.com/fonts/clairehandregular-webfont.woff2') format('woff2'),
             url('https://www.amythedinga.com/fonts/clairehandregular-webfont.woff') format('woff'),
             url('https://www.amythedinga.com/fonts/clairehandregular-webfont.ttf') format('truetype'),
             url('https://www.amythedinga.com/fonts/clairehandregular-webfont.svg#claire_handregular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    @font-face {
        font-family: 'runawayregular';
        src: url('https://www.amythedinga.com/fonts/runaway-webfont.eot');
        src: url('https://www.amythedinga.com/fonts/runaway-webfont.eot?#iefix') format('embedded-opentype'),
             url('https://www.amythedinga.com/fonts/runaway-webfont.woff2') format('woff2'),
             url('https://www.amythedinga.com/fonts/runaway-webfont.woff') format('woff'),
             url('https://www.amythedinga.com/fonts/runaway-webfont.ttf') format('truetype'),
             url('https://www.amythedinga.com/fonts/runaway-webfont.svg#runawayregular') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    @font-face {
        font-family: 'salt__spices_pro_boldbold';
        src: url('https://www.amythedinga.com/fonts/salt__spices_pro_bold-webfont.eot');
        src: url('https://www.amythedinga.com/fonts/salt__spices_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_bold-webfont.woff2') format('woff2'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_bold-webfont.woff') format('woff'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_bold-webfont.ttf') format('truetype'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_bold-webfont.svg#salt__spices_pro_boldbold') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    @font-face {
        font-family: 'salt__spices_pro_regularRg';
        src: url('https://www.amythedinga.com/fonts/salt__spices_pro_regular-webfont.eot');
        src: url('https://www.amythedinga.com/fonts/salt__spices_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_regular-webfont.woff2') format('woff2'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_regular-webfont.woff') format('woff'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_regular-webfont.ttf') format('truetype'),
             url('https://www.amythedinga.com/fonts/salt__spices_pro_regular-webfont.svg#salt__spices_pro_regularRg') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    #819017

    Hi,

    This looks like its due to the layout format. Add the following to quick css:

    body#top{
    margin-top:0px!important;
    }

    If this does not work, then go into enfold/css/custom.css and comment out or remove the following rule:

    
    body#top {
    margin-top: 70px !important;
    }

    Best regards,
    Jordan Shannon

    Hi GabrielSenn,

    I did a test on my instance, did not get the br and on yours got line breaks, they are annoying. Do you have auto p enabled? That could be the reason. https://wordpress.stackexchange.com/questions/200469/new-method-to-disable-wpautop-after-wp-4-3

    Best regards,
    Victoria

    Mike61
    Participant

    Hi Team,

    I am using an boxerd layout and have an gap in top between body and wrapper.
    I use this css for the gap:

    body#top {
    margin-top: 70px !important;
    position: relative;
    padding-bottom: 25px !important;
    }

    When use the setting fpr the fixed header I have the gap when I am scrolling and the header is fixed,
    this locked not good. What can I do?

    Thank you and best regards
    Mike

    Hi

    I have upgraded to the latest versions of WordPress and Woocommerce and still receive this error.

    As mentioned before, when changing the theme the error stops happening, when switching back to Enfold I receive the error

    #818937

    Hi webvigo,

    Great job! And thank you for sharing!

    Here is something for you
    https://github.com/woocommerce/woocommerce/issues/850
    You can use the filter from this thread:

    Enfold, WooCommerce Related products column number

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #818925

    In reply to: Term and conditions

    Hi ditteditte,

    Please refer to this thread for a possible solution.

    Best regards,
    Victoria

    #818918

    In reply to: Thumbnail proportions

    Hey Jenny,

    I see you got the height fixed, but you should not fix the width at 12%, it should be more:

    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
        width: 25%;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Hi,

    We’re glad that Mike was able to help you! If you have any other questions or issues, please feel free to open a new topic, and we will do our best to assist you.

    Thank you for using Enfold.

    Cheers!
    Sarah

    Hi,

    We’re glad you got that sorted out! :)

    Do you still need help with this topic, or can we close this thread?

    Best regards,
    Sarah

    #818897

    Hi,

    We’re glad that Jordan was able to help you! :D If you have any other questions or issues, feel free to open a new topic, and we will do our best to assist you.

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!

    Cheers!
    Sarah

    Hi Niko Gr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     #top.single-product #av-layout-grid-1 .woocommerce-Price-amount.amount{
        font-size: 30px !important;
    }
    

    You might want to leave the font-size at 30, 40 seams too big and leave the related at 21.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #818882

    Hey jurgen1979,

    Here the threada that might help you:

    https://kriesi.at/support/topic/remove-or-fix-ajax-search-functionality/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Since there’s been no response in two weeks, let me try again, with a less convoluted approach:

    1. On my staging site, I deactivated all plugins except TEC and TECPro. I deleted all Quick CSS. Result: Looks exactly the same, as far as I can see, with venue information hoisted up in a left column, featured image and event description squeezed into a right column, no <<All Events link at the top.

    2. Then, keeping plugins the same (all deactivated except TEC and TECPro). I added the Quick CSS suggested by Yigit above. Result: The (unwanted) left column with venue information disappears completely. No venue information at bottom. Column with featured image and event description looks good. No << All Events link at the top. Thus:

    https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-Enfold-w-New-CSS-Added.jpg

    I’m at a loss as to how to proceed further to solve this. Help appreciated.

    Lance

    #818834
    micropoleinstitut
    Participant

    Hi,

    I would like my green box (when I pass my mouse over it) to be perfectly centered (top, bottom, left, right). Here is the example I currently have http://imgur.com/a/eCziC.

    Here is my css at this moment : #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    margin: 40px;
    width: 80%;
    height: 80%;
    background: rgba(151,215,0,0.8);
    }

    Thank you very mutch

Viewing 30 results - 77,161 through 77,190 (of 142,938 total)