Forum Replies Created

Viewing 30 posts - 46,081 through 46,110 (of 66,075 total)
  • Author
    Posts
  • in reply to: jQuery on Code Block element #488117

    Hey avwebmaster!

    Thank you for using Enfold.

    What is the script that you’re trying to use? Please post it on pastebin.com. You can also add the code inside the functions.php file, something like the example here: https://kriesi.at/support/topic/current-page-change-color-of-av-icon/#post-485365

    Best regards,
    Ismael

    in reply to: Responsiveness issues #488114

    Hey!

    You can set a minimum height to the slideshow when viewed on mobile devices. Add this in the Quick CSS field:

    @media only screen and (min-width: 768px) {
    .av_slideshow_full.avia-slideshow, .avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img {
        min-height: 300px !important;
    }}

    Remove browser or hard refresh the page.

    Cheers!
    Ismael

    Hey!

    Great! Glad it is fixed. :)

    Cheers!
    Ismael

    in reply to: Portfolio Grid Categories #488111

    Hey!

    I tried to login to the site but it’s not working. The first login credentials work but it’s not an admin user. Please check the login credentials above and if possible, create a test page with the portfolio grid issue.

    Cheers!
    Ismael

    in reply to: create a column width: 72% #488110

    Hi!

    It’s possible to alter the width of the columns inside a specific color section. Add a color section then apply a unique id attribute in the Section ID field. Use “custom-section” for example. Inside the color section, add two 1/2 columns inside. You can then use the Quick CSS field to alter the width of the columns inside that particular section. Something like this:

    #custom-section .av_one_half:nth-child(1) {
    width: 72% !important;
    }
    
    #custom-section .av_one_half:nth-child(2) {
    margin-left: 2% !important;
    width: 25% !important;
    }

    Please create a test page then follow the instructions above.

    Regards,
    Ismael

    in reply to: Content-section won't save #488106

    Hi JanvanBaardewijk!

    Thank you for using Enfold.

    Looks like it is only happening on that page because when I created a test page, there’s no issue when I add a background image: http://www.zorgteamtraining.nl/test/

    Is it OK if you recreate the color section from scratch? Delete the color section then add a new one.

    Regards,
    Ismael

    in reply to: Template Problem #488104

    Hey JWendel!

    Thank you for using Enfold.

    I created a test page and the advance layout builder is working. there. On which page is this happening? http://wynkconstruction.com/wp-admin/post.php?post=3276&action=edit

    Best regards,
    Ismael

    in reply to: Colors – Small Business #488102

    Hey!

    Can you please provide a link to those pages? Did you import the demo data? Try to edit those page then look for the first color section. Edit the section background.

    Best regards,
    Ismael

    in reply to: Issue with custom.css and Footer Widget Navigation #488101

    Hey!

    1.) Please give us an example of the css declarations that is not working when you place them inside the custom.css file. And a link to the page where the css modification is intended for.

    2.) Aside from the footer menu, are you planning to add other widgets inside the footer container? If not, you can set the footer columns to 1 then add a custom menu widget. We can adjust the css style to create an inline menu.

    Best regards,
    Ismael

    in reply to: Code Block problem #488100

    Hi!

    I’m not sure how the plugin generate its own styling. Please ask the plugin author about that. You can try the following:

    1.) Change the font size with this:

    #top label span, #top legend span {
        font-size: 30px;
    }

    2.) Can you please provide a screenshot?

    3.) Use this to adjust the first and last name field:

    input#bboxdonation_billing_txtFirstName, label#bboxdonation_billing_lblLastName, input#bboxdonation_billing_txtLastName {
        width: auto;
        float: left;
        margin-right: 10px;
    }

    Cheers!
    Ismael

    in reply to: Color Section is Taking Over Content Below It #488097

    Hey!

    We can’t edit the page because the advance layout builder is not loading due to script errors. You need to update the theme to the latest version, 3.2.2.

    Best regards,
    Ismael

    in reply to: one page scroll #488096

    Hey!

    I’m sorry but I don’t think this script is going to work with the theme’s current layout. You might have a chance if you create a custom template. This is stated on the documentation:

    Container “Main” must be one level below the body tag in order to make it work full page. Now call the function to activate as follows:

    Please hire a freelance developer or contact codeable to implement the script: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: Using "Heading Style Modern" as default text style #488092

    Hey procurement!

    Thank you for using Enfold.

    We need to see the current special heading format. Please send us a link to a test page. You can adjust font style on General Styling > Fonts > Defines the Font for your body text option.

    Best regards,
    Ismael

    in reply to: Image size -lightbox #488091

    Hi!

    You can set the max width and height of the lightbox image in the Settings > Media panel. Adjust the dimension of the Large Size thumbnail and make sure that the images you’re uploading are bigger than the preset dimension. Regenerate the thumbnails after: https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Portfolio Raster #488090

    Hey!

    Thank you for the info but I”m still not sure what you mean. I’ll ask Andy to check this thread. If you want to remove the overlay effect, you can use this in the Quick CSS field:

    .avia_transform a .image-overlay {
        display: none !important;
    }

    Yes, the overlay or hover effect is a theme feature.

    Regards,
    Ismael

    in reply to: Größe Beitragsbilder #488089

    Hi Caramba_Continental!

    Thank you for using Enfold.

    If you don’t mind, we would like to see the current blog layout. Please post the blog url here. A screenshot of the layout that you want will help.

    Regards,
    Ismael

    in reply to: Widget Link Color Change #488088

    Hey!

    Great! Glad you found a solution. We will close this thread for you. :)

    Cheers!
    Ismael

    in reply to: Submenu style & spacing #486971

    Hey!

    Looks like you’re using the mega menu columns instead of rows. Try to separate the location by adding them under the mega menu columns. Create a custom link, add “-” symbol as the title then “#” symbol as url. Set this as the mega menu column. Relocate the location menu items under this column. You can create a maximum of 5 columns.

    Regards,
    Ismael

    Hi!

    After you use the WP Migrate DB to export the database, you will have import the sql file in the phpMyadmin panel. You can actually ask your hosting provider to do it for you. After that, transfer the files (files inside the wp-content folder mostly) manually, via FTP or the cpanel. You can watch this video: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Since you already have the files in the new domain, all you need to do is to export the database using the plugin and then import it via phpMyadmin.

    Cheers!
    Ismael

    in reply to: Simple Slider does not change image size #486961

    Hi!

    I checked the page and the the slider images are using the correct thumbnail which is set to Shop Catalogue (450x450px). Why did you place the slider inside a 3/5 column? Was that intended? Note that the “Slideshow-Bildgröße” option will not affect the actual width of the slider. The slider will inherit the width of the parent container.

    Regards,
    Ismael

    in reply to: Convertion of Avia Page Builder Shortcodes not working #486959

    Hi!

    What if you add a strip_tag function to remove the p tags? http://php.net/manual/en/function.strip-tags.php

    Regards,
    Ismael

    in reply to: Enfold update issues (wp 4.3.2 and enfold 3.2.3) #486957

    Hi!

    If possible, please try to ask your hosting provider. Maybe, they can help with the issue. Ask them why this file doesn’t load correctly:

    http://ecoproofbenelux.com/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4109-20150505 Failed to load resource: the server responded with a status of 403 (Forbidden)
    

    Best regards,
    Ismael

    in reply to: Structured data – seo problem #486953

    Hey Tom!

    Thank you for using Enfold.

    Please add this in the functions.php file:

    add_filter('wp_get_attachment_image_attributes', 'wow_img_attr', 10, 2);
        function wow_img_attr($attr) {
        $attr['itemprop'] = 'image';
        return $attr;
    }

    Cheers!
    Ismael

    in reply to: Sidebar the events calendar #486950

    Hey niekpeters!

    Thank you for using Enfold.

    Edit the config-events-calendar > default_template.php file. Remove everything then replace it with this code: http://pastebin.com/D04LvCZc

    It will require a few css adjustments. Use the Quick CSS field.

    Cheers!
    Ismael

    Hi!

    Great! Glad we could help. :)

    Regards,
    Ismael

    in reply to: Font weight problem #486945

    Hey!

    Alright. Please edit the functions.php file then look for this code around line 17:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_heading_font($fonts) {
    $fonts['Robots'] = 'Roboto:300';
    return $fonts;
    }
    
    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_content_font($fonts) {
    $fonts['Google fonts']['Robots'] = 'Roboto:300';
    return $fonts;
    }

    You’ll be able to select a new font on General Styling > Fonts panel called “Robots”. Make sure that you copy the code directly from the forum, not from your email.

    Cheers!
    Ismael

    in reply to: Source Code von inline CSS befreien #486938

    Hey!

    Where can we find the text widget with the inline styling? Please revert the modifications.

    Regards,
    Ismael

    in reply to: Secondary menu in line with primary menu #486932

    Hey!

    Please try this in the Quick CSS field:

    .html_header_top #top .av_header_stretch #header_meta .container {
      bottom: -220px;
      position: absolute;
    }

    Best regards,
    Ismael

    in reply to: Adjust size of header drop down menu font #486929

    Hey!

    @xa1970: Please stick to your own thread. We gave you an answer there. https://kriesi.at/support/topic/how-to-change-header-font-color/#post-486913

    Regards,
    Ismael

    in reply to: Changing colour of icons in mobile #486927

    Hey!

    I checked this link: http://www.rettir.is/

    There is a database error: Error establishing a database connection

    Cheers!
    Ismael

Viewing 30 posts - 46,081 through 46,110 (of 66,075 total)