Forum Replies Created

Viewing 30 posts - 61,591 through 61,620 (of 66,027 total)
  • Author
    Posts
  • in reply to: Forcing Elements to Disappear? #190815

    Hi dcmalk!

    Yes, it it doable. What elements are you trying to remove on mobile? You can use media queries. For example, ff you want to remove the header on mobile view you can do something like this on Quick CSS:

    @media only screen and (max-width: 767px) {
      #header {
      display: none;
      }
    }

    Regards,
    Ismael

    in reply to: Footer Image and centering menu/links in header with icons #190813

    Hey ediethelm!

    1.) You can use a text widget then add the logo code manually:

    <a href="LOGO LINK HERE"><img src="LOGO URL HERE"></a>

    2.) Did you modify any css styling? It should vertically aligned by default.

    Cheers!
    Ismael

    in reply to: Incorrect Styling Enfold Theme Options (WPML) #190812

    Hey!

    Please go to wp-content/uploads/dynamic_avia, edit enfold.css then copy everything. Place all of it on custom.css. Remove browser cache then test each languages.

    Cheers!
    Ismael

    in reply to: Fonts for sliders #190791

    Hey Indiatravelz!

    What font are you trying to use? You can edit the layers on the slider then go to Attribute panel. Add a unique css selector on the CSS Class or CSS ID field, “layer-slider-font” for example. Specify the font family on Quick CSS:

    .layer-slider-font {
    font-family: 'Open Sans', sans-serif;
    }

    Best regards,
    Ismael

    in reply to: Incorrect display of advanced layer slider on mobile #190787

    Hey marcuscent!

    You can edit the layers on the slider then add go to Attribute panel. Add a unique selector for each of them. Adjust the position on mobile view using media queries. Please update us after you added an attribute.

    Best regards,
    Ismael

    in reply to: Advanced Layout Editor button not appearing #190770

    Hi!

    Can you please give us a link to the website? The Advance Layout Builder is not available for posts, you can only use it for pages and portfolio items.

    Regards,
    Ismael

    in reply to: sidebar menu #190769

    Hi!

    Have you tried using the Custom Menu Widget?

    Best regards,
    Ismael

    in reply to: pattern overlay #190768

    Hi!

    Place it on Enfold > Styling > Quick CSS or add it on your custom.css. It should override all of the css style if you’re using the correct selector.

    Cheers!
    Ismael

    in reply to: blog comment #190767

    Hi!

    You can edit single.php, find this code and remove it :

    //wordpress function that loads the comments template "comments.php"
                            comments_template( '/includes/comments.php');

    Best regards,
    Ismael

    in reply to: embedding included entypo icons via css #190765

    Hey!

    Glad you found it. ;)

    Best regards,
    Ismael

    in reply to: PHP Fatal Error on line 9 in index.php #190764

    Hey ubercool!

    Did you add any plugins prior to the issue? Please check Settings > Reading, don’t set any page.

    Best regards,
    Ismael

    Hi!

    The only solution is to upload images with the same dimension. The theme will crop it the same.

    Cheers!
    Ismael

    in reply to: REPLACE HEADER CONTACT NUMBER #190762

    Hi silviouk!

    Please edit header.php, find this code:

    $phone = avia_get_option('phone');
                                $phone_class = !empty($nav) ? "with_nav" : "";
                                if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Replace it with:

    echo '<div id="google_translate_element">';
                                echo "<script type='text/javascript'>
                                function googleTranslateElementInit() {
                                new google.translate.TranslateElement({pageLanguage: 'en' , layout: google.translate.		TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');;
                                }
    							</script><script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'></script>
                                </div>";

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Not able to apply menu to theme location #190752

    Hi EVTell!

    Can you please post the login details here? Set it as a private reply.

    Best regards,
    Ismael

    in reply to: Header change and slider issue #190750

    Hey leplusweb!

    You can add this on your custom.css or Quick CCS to remove the breadcrumb:

    .title_container .breadcrumb {
    display: none;
    }

    How did you end up adding a layer slider above the menu? Note that you can’t use the LayerSlider shortcode, it’s not going to work.

    Regards,
    Ismael

    in reply to: Automatic email with attachment from contact form #190425

    Hi!

    You can insert a Text Block element then add a download code, it will look something like this:

    <a href="FILE URL HERE" target="_blank">Click here to download.</a>

    If you want it to be more fancy, you can use an image instead:

    <a href="FILE URL HERE" target="_blank"><img src="IMAGE URL HERE" alt="Download File Here" /></a>

    Cheers!
    Ismael

    in reply to: Enfold Theme “link post format” into the grid layout #190413

    Hi marytalpas!

    Please add this on your custom.css or Quick CSS:

    .format-link .read-more-link, .format-link .slide-meta-time { 
    display: none;
    }

    Regards,
    Ismael

    in reply to: Fullwidth Masonry Gallery #190411

    Hey!

    I created a test page then I insert the Fullwidth Masonry Gallery. This is what I get: http://demo-krzysztofwardak.url.ph/test/

    It doesn’t display all of the images on the media library. :)

    Best regards,
    Ismael

    in reply to: Element Gap adjustment for Fullwidth Masonry Gallery #190406

    Hey!

    Please use this on your Quick CSS:

    .av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{  right: 3px; }
    
    .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{ margin-right: 3px; }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: UNABLE TO MAKE PORTFOLIO AJAX WORK #190144

    Hey!

    If you want an ajax portfolio, create a page then switch to Advance Layout Builder. Insert the Portfolio Grid element. Look for “Link Handling” option then select “Open a preview of the entry(also known as AJAX Portfolio)”.

    Cheers!
    Ismael

    in reply to: Error Avia Compose #190139

    Hey info_botsoul!

    Can you please give us a link to the website? It is not happening when I tested it on my end.

    Cheers!
    Ismael

    in reply to: I don't want a header/breadcrumb on post page #190136

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: Show posts as a summary #190128

    Hi!

    You will post or create an article the same way you’re doing it before. What we just did is create a page then we added the Blog Posts element and configure the content length to show just the excerpt. It is still a blog page.

    Cheers!
    Ismael

    in reply to: Parallax height #190119

    Hi bryanpeck!

    Edit the Color Section element then give it a unique ID. Example “awesome-color-section”, specify a height on your custom.css or Quick CSS:

    #awesome-color-section {
    height: 400px;
    }

    Best regards,
    Ismael

    in reply to: Portfolio Bug – Sorting creates second scroll bar #190114

    Hey!

    Please use the “Small non-fixed header” then remove Yigit’s code. Add this on your Quick CSS:

    #header {
    position: fixed;
    }

    You will still have a fixed header without the redundancy issue.

    Best regards,
    Ismael

    in reply to: Gravity form field width #190102

    Hey!

    You can add this on your custom.css or Quick CSS to adjust the width of the forms:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 400px;
    }

    Cheers!
    Ismael

    in reply to: Font used at your own website #190092

    Hi!

    You can add this on your custom.css or Quick CSS:

    .title_container .main-title {
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 400;
    }

    Are you talking about the headline on the title container?

    Best regards,
    Ismael

    in reply to: thumbnails shifting #190090

    Hi freeethinka!

    Can you please post a link to the website? How did you add the thumbnails?

    Best regards,
    Ismael

    Hey freeethinka!

    Can you please post the login details here? Please set it as a private reply. We would like to inspect the slider.

    Regards,
    Ismael

    Hi!


    @jgoldberg1983
    : I think you have a different issue. You’re not using the Single Author, small preview pic.

    Regards,
    Ismael

Viewing 30 posts - 61,591 through 61,620 (of 66,027 total)