Forum Replies Created

Viewing 30 posts - 37,171 through 37,200 (of 66,745 total)
  • Author
    Posts
  • Hey!

    Did you follow the instructions regarding the Google Maps API Key?

    // http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/

    Did you set WordPress in your language (Settings > General > Site Language)? If you did, please install the following plugin which will enable you to translate certain text or strings.

    // https://wordpress.org/plugins/loco-translate/

    Regards,
    Ismael

    in reply to: Blog Single Author Small without sidebar #745278

    Hi!

    Thank you for the update.

    Please add this css code in the Quick CSS field.

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }
    
    #top .content .entry-content-wrapper .entry-content-wrapper {
        padding-right: 50px;
        padding-left: 140px;
    }
    
    #top .fullsize .template-blog .post_author_timeline {
        display: block;
    }

    Regards,
    Ismael

    in reply to: menu custom link not working #745275

    Hey!

    The href attribute of the “Stromproduktion” menu item has been stripped. It’s probably caused by a plugin or a custom modification in the theme. Please deactivate the plugins temporarily. Did you any modifications in the theme?

    Best regards,
    Ismael

    in reply to: Make mobile view happen at 1390px #745270

    Hey!

    It’s possible to decrease the size of the background image on smaller screens.

    @media only screen and (max-width: 1359px) {
    #av_section_2.avia-section {
        background-size: 50%;
    }
    }

    Or replace the color section with the grid row element and create two cells. Add the background in the first cell and the text in the second cell.

    Regards,
    Ismael

    Hey!

    Please revert back to the previous settings then add this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
    .responsive .avia-pricing-table-container {
        display: table;
        position: relative;
        clear: both;
        width: auto;
        display: table;
        table-layout: fixed;
    }
    
    .pricing-table-wrap {
        display: table-cell;
    }
    }

    In the functions.php file, add this.

    function ava_pricing_table_mod(){
    ?>
    <script>
    (function($){
    	function a() {
    		$('.avia-pricing-table-container').each(function() {
    			$(this).wrap('<div class="avia-data-table-wrap avia_scrollable_table"></div>');
    		});
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_pricing_table_mod');

    This should retain the price styling while adding a scroll bar on mobile view.

    Best regards,
    Ismael

    in reply to: Woocommerce Hide price, mark sold throughout website #745258

    Hi!

    The “out of stock” and “vendu” text are displaying when I checked both languages.

    // https://www.lareventeart.com/en/
    // https://www.lareventeart.com/

    If you want to remove the price on “out of stock” products, please add this in the Quick CSS field.

    .outofstock .price {
        display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Video or picture not correct in slide #745255

    Hi!

    Please look for this css code in the Quick CSS field. This is why the video is resizing on smaller screens.

    @media only screen and (max-width: 767px) {
         iframe {
             width: 100% !important;
         }
    }

    You should use a relatively small image for mobile devices.

    Cheers!
    Ismael

    in reply to: search loop on mobile view #745253

    Hi!

    Hm, im not shure what you mean, if i remove the:

    @media only screen and (max-width: 767px) {
    #menu-item-search-mobile {
    display: block !important;
    }
    }

    Please remove the code that we posted above, not that one.

    #top #searchform {
        position: absolute;
        top: 90px;
    }

    Regards,
    Ismael

    in reply to: 2 Column Woocommerce Mobile View #745252

    Hey!

    If you can see on https://www.staging3.atcarolines.ch/look-evelyne/ i just write [product sku=”DGT5989″] in the avia layout. So the ‘pre class’ comes from the changes at functions.php which i implemented to show product short codes at avia layout

    The filters in the functions.php file have nothing to do with the “pre” tags. I modified one of the text block and removed the “pre” tag. Please remove the others.

    Best regards,
    Ismael

    in reply to: HELP – blank admin page after login #745249

    Hey!

    Thank you for the update.

    I also noticed you deactivated wordfence – was that for testing?

    I wasn’t able to do anything yesterday because the account is not an administrator. Where can I see the issue again? I don’t see any errors in the dashboard.

    Best regards,
    Ismael

    in reply to: LayerSlider post content #745248

    Hi!

    I’m sorry but that is not possible with the dynamic content layer. You need to select the post manually.

    Cheers!
    Ismael

    in reply to: Table Font Colors. #745247

    Hi!

    I’m sorry but I can’t find the other text. Could you please provide a screenshot from imgur or dropbox?

    Best regards,
    Ismael

    in reply to: Can not edit "homepage" anymore #744644

    Hi!

    I added a text block at the very bottom and I managed to update the page successfully. Which of the elements in the builder are not working?

    Best regards,
    Ismael

    in reply to: LayerSlider post content #744641

    Hey!

    Please edit the layer then click the “Configure post options button”. Set Get the (select) item in the set of matched selection option accordingly. Refer to the list of posts below the option. If you want the second post, set the option to “2nd”.

    Cheers!
    Ismael

    in reply to: How to insert a parallax container #744637

    Hey missholst!

    Thank you for using Enfold.

    Please insert the Color Section element, go to the Section Background panel, add a background then configure the background attachment settings.

    Cheers!
    Ismael

    in reply to: Problem with the library #744633

    Hey nanomania!

    Thank you for using Enfold.

    Yes, unfortunately, you cannot select the size of the image there. The thumbnail size is declared directly in the template. For the blog post items, the featured image size is set to 845x321px and 1210x423px by default.

    Regards,
    Ismael

    Hi altaigenden!

    Thank you for using Enfold.

    Please go to the Settings > Media panel then adjust the size of the Large thumbnail, the lightbox script is using that thumbnail. You need to regenerate or re-upload the images after the adjustment.

    Cheers!
    Ismael

    Hey michielschoonhoven!

    Thank you for using Enfold.

    The theme has a script that re-orders the table columns on mobile automatically. Unfortunately, this is not suitable on a few table configuration. Please set the Table Purpose to “tabular” and then set the “Responsive Styling” to “scrollable”.

    Best regards,
    Ismael

    in reply to: Table Font Colors. #744623

    Hey!

    Please try this one instead.

    #megapoll .table>thead:first-child>tr:first-child>th {
        color: gray !important;
    }

    Cheers!
    Ismael

    in reply to: Problem with Our Team section on mobile #744621

    Hi!


    @Ethus
    : Could you please provide the url to the actual demo page with the issue? This is not a bug. You’re just expecting the alternating grid cells to re-order itself automatically on mobile.

    Best regards,
    Ismael

    in reply to: Enfold lightbox problem #744619

    Hey!

    The height of the lightbox wrapper is miscalculated but I’m not sure why. We added the following css modification in order to fix it.

    .mfp-wrap {
        height: 100% !important;
    }

    Regards,
    Ismael

    in reply to: The product view structure is moved #744616

    Hey nanomania!

    Thank you for using Enfold.

    I tried to login to the site but the login credentials are not working. Also, please note that we don’t provide support for third party plugins as stated on our support policy, additional support from the plugin author will greatly help.

    Best regards,
    Ismael

    in reply to: Layout Problem with Columns #744615

    Hi,

    Thank you for the update. Please edit the first column in the row then set the “Equal Height Columns” to the second option “Equal Height”.

    Best regards,
    Ismael

    in reply to: the masonry element is only half visible on mobile phone #744613

    Hi!

    Could you please provide a screenshot (imgur or dropbox) of the issue? The whole masonry element is visible when I emulate a tablet or phone screen. However, I can see that the masonry captions are covering some parts of the images. Please add this in the Quick CSS field in order to increase the height of the image container.

    .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
        width: 100%;
        padding-bottom: 120%;
        z-index: 1;
    }

    Best regards,
    Ismael

    Hi,

    Please try to use div tags or containers instead of table.

    // http://www.w3schools.com/tags/tag_div.asp

    Best regards,
    Ismael

    in reply to: problem with contact form #744604

    Hi,

    Is the CF7 plugin working if you switch to a default theme? If this plugin is not working then there’s something wrong with email server configuration. Unfortunately, we are not familiar with those settings so additional information from your hosting provider will greatly help. Please create an email called (Email address hidden if logged out) in your email server then add this code in the functions.php file.

    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    Don’t forget to adjust the domain name.

    Best regards,
    Ismael

    Hi,

    I’m sorry but the login information is missing. Please provide the login credentials in the private field. Did you add any filter in the functions.php file?

    Best regards,
    Ismael

    in reply to: Bottom Border Styling Arrow not visible #744598

    Hi!

    Alright. Thank you for your understanding. We’ll close the thread now.

    Regards,
    Ismael

    in reply to: Color Section with video background keeps on re-downloading #744597

    Hi!

    Have you tried using youtube or vimeo instead of hosting the video?

    Best regards,
    Ismael

    in reply to: More Events Calendar Breadcrumb issues #744591

    Hey!

    Great! Glad it worked. Let us know if you need anything else. :)

    Regards,
    Ismael

Viewing 30 posts - 37,171 through 37,200 (of 66,745 total)