Forum Replies Created

Viewing 30 posts - 30,211 through 30,240 (of 34,546 total)
  • Author
    Posts
  • in reply to: Turn Off Safe Mode of Avia Builder? #892452

    Hi,
    Sorry that is not possible, you can’t switch between the two editors.
    You can see the shortcode of the builder for each page by Enabling Avia Layout Builder Debugger

    Best regards,
    Mike

    in reply to: Link Post format in Magazine title not linking out #892450

    Hi,
    I see your post formats are “link”, so if you add a link at the top of your page in the default editor like this:

    <a href="https://wordpress.org/plugins/page-links-to/">Lorem ipsum</a>

    the post title and Featured Image will link to that url.
    Or you could try this plugin which offers more options: Page Links To

    Best regards,
    Mike

    in reply to: Form submissuon: how to scroll to the first error? #892404

    Hey vividus7,
    If you are able to adjust the return url, or form action url, for your form you could add the id #ajaxresponse_1 to the end of the url.
    If this is not an option, you could try using jquery to set the focus:

    <script type="text/javascript"> 
        $(document).ready(function(){ 
            setTimeout("try{document.getElementById( 'ajaxresponse_1' ).focus();}catch(error){}",100); 
        }); 
    </script>

    Here is another possible solution: Scroll to top after Ajax content load

    Best regards,
    Mike

    in reply to: need custom post type to use blank page template #892398

    Hi,
    You could try making a iframe popup.
    2017-12-31_162105
    First create a new page that will be your popup either with a blank template or hide the Header, Footer & Title Bar:
    2017-12-31_160816
    You could use the advanced layout builder, or as I did, paste the html code from your example popup in a code block element.
    2017-12-31_161029
    Then add the css in the General Styling > Quick CSS field that will create your blue header with the image, this is what I used:

    .lightbox-leaders .top {
        color: #fff;
        background-color: #00aeef;
    }
    .lightbox-leaders .top:after {
        position: absolute;
        top: 0;
        right: 152px;
        height: 100%;
        width: 304px;
        background: url(https://boldearth.com/wp-content/themes/boldearth/images/lightbox-top-2x.png) no-repeat 50% 0;
        background-size: auto 9%;
        content: "";
    }

    Then create your link like this:

    http://127.0.0.1/popup/?iframe=true

    in this case, my popup page is http://127.0.0.1/popup/
    and I created a button on my layerslider, but you could link images or text.
    Give it a try, hope this helps.
    *Please note that if your logged in as admin, you will see the admin bar in the popup, but your visitors won’t see this.

    Best regards,
    Mike

    in reply to: Grid Row Border Specifically #892397

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

    #top.page-id-2783 #main .avia-builder-el-3 .avia-builder-el-4 {
    border-right: 5px solid #000 !important;
    }

    Or you can go to your grid row and edit the one on the left, making the right padding 5px with the color black.
    2017-12-31_151952
    Then make sure the grid row on the right has all padding 0px
    2017-12-31_152728

    Best regards,
    Mike

    in reply to: Buttons width bug #892396

    Hey AliAbabwa,
    Thank you for the video, so the first button is about 5px small on the left and right in mobile? Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can only see first page of blog post entries #892395

    Hi,
    Has this been resolved? I see you have pagination enabled at the bottom of your first blog page. please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Please add this CSS in the next update. #892394

    Hi,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Turn Off Safe Mode of Avia Builder? #892393

    Hi,
    Sorry for the late reply, the Support Forums are closed during the Christmas and New Years holidays. The forum will open again 1/2/2018. When viewing the forum there should be a large message with a blue background at the top of the page.
    Yet we are trying to do some catch up today.

    If I understand correctly, you would like to switch themes but use the AVIA builder code in the new theme? The AVIA builder code will only work in Enfold, so do you mean switch to a new install of Enfold, or a completely different theme?
    When using the AVIA builder on a Post with some content from the default editor, the AVIA builder rules over the default editor, as there is not a way to use the two together. This is by design because of the incompatibility.

    Best regards,
    Mike

    in reply to: Accept.js setting in Authorize.net causing errors #892392

    Hey redeggmarketing,
    I didn’t find the ‘Accept.js’ box in woocommerce to check to see the error, please explain how to enable.

    Best regards,
    Mike

    in reply to: Pre Sales Question #892391

    Hi,
    I have taken a look at your css and find that it is invalid, for example,

    #content #aircraft-name tr td a.clickme{
    background:#777777;
    ...
    }

    is trying to make the background of a link with the class “clickme” #777777
    yet the link is empty, and the text is outside of it in the “td”
    please see screenshot in Private Content area.
    I was not able to go though all of the css to find all the errors. Please check.
    Also, I see you have added the table code to a text block, try using a code block instead.

    Best regards,
    Mike

    in reply to: header #892390

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

    #header.all_colors.header-scrolled #mega-menu-wrap-avia #mega-menu-avia {line-height: 40px!important; }

    and now on scroll your menu moves up when your logo shrinks.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Customize Table #892389

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

    #top .avia-data-table.avia_pricing_minimal th.avia-center-col {color: red !important;}
    #top .avia-data-table.avia_pricing_minimal tr.avia-heading-row:nth-child(1n+2)>th {background: yellow !important; text-align: right!important; }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Transparent header + colored section makes content invisible #892388

    Hey Jannis,
    Thank you for the example, and pointing this out. Can you copy the debug code, Enable Avia Layout Builder Debug of the page and save it to a text file on Dropbox or Google Drive and post the link, so I can test this on a clean install?

    Best regards,
    Mike

    in reply to: Flyout menu transition possibilities #892387

    Hi,
    Here is an example for some transition code
    You can get some ideas at Animate.css and CSS Transitions
    But these are not exactly plug-and-play, and may require some additional coding.

    Best regards,
    Mike

    in reply to: Flashlight theme (3) #892386

    Hey Tonci,
    Sorry for the confusion, ThemeForest.net is the exclusive retailer of our themes and for some reason our page was not updated to reflect the correct prices. For this we are sorry.
    I also see our most popular and advanced theme Enfold is actually less on ThemeForest.net than we have posted, have you had an opportunity to view the Enfold Demo?

    Best regards,
    Mike

    in reply to: Shop Banner Image #892382

    Hi,
    We should be able to adjust it with

     background-size: contain

    but I see you are using the parallax effect which is offsetting it, is this what you wanted or are you willing to not use the parallax effect?

    Best regards,
    Mike

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

    #top .related.products .thumbnail_container img {
        width: 50%!important; 
        margin: auto !important; 
    }

    Please clear any cache plugin and your browser cache.

    Best regards,
    Mike

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

    .av-catalogue-column .av-catalogue-list .av-catalogue-image {
        border-radius: 0px !important;
        width: 200px!important; 
    }

    Best regards,
    Mike

    in reply to: Sidebar / footer videos size issue #892373

    Hi,
    Please try:

    iframe, object, embed {width: 100% !important; max-width: 100%!important; }

    Please clear any cache plugin and your browser cache.

    Best regards,
    Mike

    in reply to: Vdo background problem ( According to reply #892303) #892372

    Hey Siriya,
    Video doesn’t play automatically on mobile devices, this is a limitation for most mobile devices. Try using a fallback image for mobile devices. A workaround some are using is to create a layerslider with a background video that will only show on mobile, and hide your current element on mobile. But this also may not work on all devices.

    Best regards,
    Mike

    in reply to: Still not able to post threats #892370

    Hey Michael Michel,
    The reason you can not post is because the Support Forums are closed during the Christmas and New Years holidays. The forum will open again 1/2/2018.
    When viewing the forum there should be a large message with a blue background at the top of the page.
    I tried to take a look at your site but the url was not valid.

    Best regards,
    Mike

    in reply to: Theme – Sentence #892366

    Hey Bonadea,
    Yes Enfold it compatible up to WordPress v4.9.1 and wooommerce which will help you create a online shop.
    When you install WordPress it should ask you if you want automatic updates, if you didn’t see this option please see: Configuring Automatic Background Updates
    There are many plugins that offer a archiving system, here are a few.

    Best regards,
    Mike

    in reply to: Subscription #892363

    Hey Gary Talcott,
    Here is the Enfold Online Documentation
    If you can login to the Enfold Support, but find that you can not post, it is likely because the Support Forums are closed during the Christmas and New Years holidays. The forum will open again 1/2/2018.
    When viewing the forum there should be a large message with a blue background at the top of the page.

    Best regards,
    Mike

    in reply to: Create ajax portfolio – without portfolio items #892348

    Hey Daniel,
    Sorry, I don’t see an easier way to create a similar effect using Enfold elements. I would suggest hiring a freelancer on Upwork.com to create these 800 portfolio entries for you. I’ve have good experiences doing this by first creating a screencast to show them the project, and creating a author role for them to limit their access to your site.

    Best regards,
    Mike

    Hi,
    Unfortunately, it would require quite some time and customization to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Mike

    in reply to: 2 Column Checkout Page #892346

    Hey DROR,
    Sorry I’m not able to see your page, as I get a 404 error. Please check your url.

    Best regards,
    Mike

    in reply to: Theme Enfold #892345

    Hey Uwe Jakoby,
    Entschuldigung, Enfold ist nur über Envato verfügbar, das auch die Updates verwaltet. Envato ist der Marktplatz Nummer eins und sicher und einfach zu bedienen. Hoffe das beantwortet deine Frage.

    Best regards,
    Mike

    in reply to: LTK121450173971708X #892344

    Hey aa3333,
    Sorry I don’t understand your question, all I see is: LTK121450173971708X

    Best regards,
    Mike

    Hi,
    Your webhost doesn’t have PHP ZipArchive Extension enabled, please ask them to enable it and then try again.
    Also ask them to increase the:
    PHP Post Max Size
    PHP Max Upload Size
    to 20mb each, since you’ll be contacting them.

    Best regards,
    Mike

Viewing 30 posts - 30,211 through 30,240 (of 34,546 total)