Forum Replies Created

Viewing 30 posts - 52,951 through 52,980 (of 67,510 total)
  • Author
    Posts
  • in reply to: Google maps widget not showing map even after updating #368774

    Hi!

    Please remove the WP Google Maps plugin. The default google map is working fine on the test page: http://www.hetwilderinkhuis.nl/test/

    Best regards,
    Ismael

    in reply to: Customizing portfolio #368773

    Hey StudioLeBus!

    Thank you for using Enfold.

    Add this on Quick CSS or custom.css:

    .grid-entry.flex_column.isotope-item {
    margin-bottom: 20px;
    }

    Best regards,
    Ismael

    in reply to: SUBMIT Button to RIGHT of TEXT INPUT FIELDS #368771

    Hey Justin!

    Thank you for using Enfold.

    Use 1/1 column layout instead of 1/2 then use css to center align the form. The width of the current column is not sufficient to contain the form fields and the submit button.

    Cheers!
    Ismael

    in reply to: enfold slider captions for mobile #368171

    Hi mowseink!

    Thank you for using Enfold.

    Unfortunately, this particular request or modification will require major code changes on the theme. You can try to use css media queries to change the layout of the caption on mobile device but the task is beyond the scope of support. Please hire a freelance developer to configure the slider script. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    I checked the site and the portfolio items are showing different featured images. Can you please provide a link to the actual portfolio category page?

    Cheers!
    Ismael

    in reply to: A list with Letter #368166

    Hey!

    Edit the image layer then go to Attributes panel. Apply a css id or class. Use the selector plus css media queries on Quick CSS field to resize the image on smaller screen sizes. Use “devenons” on the ID field for example. Save change. Go to Quick CSS field then use this:

    @media only screen and (max-width: 767px) {
    #devenons {
    font-size: 38px !important;
    left: 20px !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Content Slider shows pictures from other slider #368165

    Hi!

    Please post the actual link to the portfolio category page. We would like to check it. Deactivate all plugins then test it again. If possible, please create your own thread.

    Cheers!
    Ismael

    in reply to: Icon list not responsive on 1024px resolution #368163

    Hey!

    Thank you for using Enfold.

    You can follow @begrafiks solution but add a css media query. Something like this:

    @media only screen and (min-width: 768px) and (max-width: 1100px) {
    .iconlist_icon.avia-font-entypo-fontello {
    float: none !important;
    margin: 0 auto 20px auto;
    }
    
    .iconlist_icon header.entry-content-header, .iconlist_icon .iconlist_content {
    text-align: center;
    }
    }

    Cheers!
    Ismael

    in reply to: Featured image size in masonry overview #368162

    Hey simonac!

    Thank you for using Enfold.

    The maximum thumbnail size for the masonry element is set to 705x705px. You can adjust it on functions.php or use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the masonry size thumbnail. Adjust the width and height, update then save changes. Regenerate the thumbnails or upload the images again. Note that the images will also resize according to the masonry entry container.

    Best regards,
    Ismael

    in reply to: Progress Bar #368160

    Hey!

    Thank you for using Enfold.

    If you want the progress bar animation to start instantly, you can add this on Quick CSS or custom.css:

    .avia_transform #top .avia-progress-bar div.progress .bar-outer {
    -webkit-animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    width: 100%;
    }
    

    Cheers!
    Ismael

    in reply to: Testimonials not centered #368159

    Hey ex0rcist88!

    Thank you for using Enfold.

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

    .avia-testimonial-wrapper {
    width: 100%;
    }

    Regards,
    Ismael

    in reply to: Video in portfolio grid #368157

    Hey HWS_BASIC!

    Thank you for using Enfold.

    If you want the video to open the custom link then the title to open the actual portfolio page, edit the portfolio.php file located on config-templatebuilder > avia-shortcodes folder. Look for this code:

    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    

    replace it with:

    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='".get_the_permalink($the_id)."' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    

    Cheers!
    Ismael

    in reply to: Google Maps – Address unequal padding #368156

    Hey!

    The tooltip box should expand according to the content by default. Can you please provide the actual link to the page with the map? We would like to check it. Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.

    Cheers!
    Ismael

    in reply to: Featured Image Large Preview Size on Blog post #368155

    Hi tkumabe!

    Thank you for using Enfold.

    Install this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the entry_without_sidebar size thumbnail. Adjust the size, update then save changes. You can either upload the images again or regenerate the thumbnails.

    Regards,
    Ismael

    in reply to: Configuring blog post shortcode #368154

    Hi esmatta!

    Thank you for using Enfold.

    You can use this selector on the Quick CSS field to modify the featured image:

    .avia-content-slider .slide-image img {
    width: 100px;
    }

    Cheers!
    Ismael

    in reply to: Can't access "Enfold Showcase" topic #368153

    Hi!

    Thank you for using Enfold.

    I’m not sure why you can’t access the topic but you can find Enfold samples here: http://wordpressthemesamples.com/enfold/

    Cheers!
    Ismael

    in reply to: How to remove blog thumbnail in header #368152

    Hi desong22!

    Thank you for using Enfold.

    That is the featured image. Are you sure you wan to remove it? You can use this on Quick CSS:

    .single .big-preview.multi-big {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: translation on search result page #368151

    Hey decode!

    Thank you for using Enfold.

    You can use the Codestyling Localization plugin to translate the strings.

    Cheers!
    Ismael

    in reply to: icon box title heading #368150

    Hey!

    You need to adjust the menu items manually. For example, ACASĂ should be Acasa. You can’t use the same css modification.

    Best regards,
    Ismael

    in reply to: CSS Header Problem on iOS #368149

    Hey Bruno!

    Thank you for using Enfold.

    There are css media queries added to compensate for smaller screen sizes. I checked the site but I don’t see the issue described on the screenshot. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

    in reply to: Use archive.php for tags #368146

    Hi!

    Please provide the link to the actual tag page and a screenshot pointing to the title. We need to inspect it.

    Regards,
    Ismael

    in reply to: Layer slider not reading slides in order #368145

    Hi VENTDECOM!

    Thank you for using Enfold.

    Go to the Slider Settings > Slideshow. Set the Start with slide field to 1. Disable the Shuffle mode.

    Cheers!
    Ismael

    Hey!

    Use the get_the_post_thumbnail function. Refer to this link: http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail

    Best regards,
    Ismael

    in reply to: Blog posts with no sidebar are centered, not full width #368143

    Hi!

    Use this on Quick CSS or custom.css file to remove the border and right padding:

    .single .content {
    border-right: none;
    }
    
    .single .content .entry-content-wrapper {
    padding-right: 0;
    }

    Cheers!
    Ismael

    Hi bogosavljev!

    Thank you for using Enfold.

    Add this on Quick CSS or custom.css to remove the TOP menu item:

    li#menu-item-3531 {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: masonry gallery #368141

    Hi!

    The gallery loads fine when I checked the page on an iPad. Is this fixed?

    Regards,
    Ismael

    in reply to: Testimonials in one column on tablet portrait view #368139

    Hi!

    As a standard practice, all css media queries should be added at the very bottom of the css file. Please re-arrange your css codes. The testimonial section should be fixed by now. Remove browser cache then reload the page. Check: http://dev.bogosavljev.com/#testimonials

    Regards,
    Ismael

    in reply to: Skands Support and "Read More" Links #368138

    Hey!

    Post the login details here so that we can take a look. Set it as a private reply. Question: What is the blog style that you want?

    Best regards,
    Ismael

    in reply to: page width does not change anything #368134

    Hi!

    Thank you for using Enfold.

    The content sidebar ratio settings is working fine on our installation. Please try to deactivate all plugins, specially cache and minify modules then test it again.

    Regards,
    Ismael

    in reply to: Social media icons and centering header text #368103

    Hey webstrats!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    .av_phone_active_right .phone-info {
    float: none;
    text-align: center;
    }

    Change the social icons with this:

    .header_color .social_bookmarks a {
    color: pink;
    }
    
    #top .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 25px;
    }
    
    #top .social_bookmarks li {
    width: 50px;
    }

    Cheers!
    Ismael

Viewing 30 posts - 52,951 through 52,980 (of 67,510 total)