Forum Replies Created
-
AuthorPosts
-
December 16, 2014 at 5:32 am 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,
IsmaelHey 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,
IsmaelHey 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!
IsmaelHi 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!
IsmaelDecember 15, 2014 at 6:57 am in reply to: Different portfolio Items displaying single portfolio picture #368170Hi!
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!
IsmaelHey!
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!
IsmaelHi!
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!
IsmaelHey!
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!
IsmaelHey 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,
IsmaelHey!
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!
IsmaelHey ex0rcist88!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
.avia-testimonial-wrapper { width: 100%; }Regards,
IsmaelHey 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!
IsmaelHey!
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!
IsmaelHi 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,
IsmaelHi 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!
IsmaelHi!
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!
IsmaelHi 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!
IsmaelHey decode!
Thank you for using Enfold.
You can use the Codestyling Localization plugin to translate the strings.
Cheers!
IsmaelHey!
You need to adjust the menu items manually. For example, ACASĂ should be Acasa. You can’t use the same css modification.
Best regards,
IsmaelHey 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!
IsmaelHi!
Please provide the link to the actual tag page and a screenshot pointing to the title. We need to inspect it.
Regards,
IsmaelHi 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!
IsmaelDecember 15, 2014 at 5:28 am in reply to: Header/Share/related/comments on post with Avia Layout builder #368144Hey!
Use the get_the_post_thumbnail function. Refer to this link: http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
Best regards,
IsmaelDecember 15, 2014 at 5:19 am in reply to: Blog posts with no sidebar are centered, not full width #368143Hi!
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!
IsmaelDecember 15, 2014 at 5:17 am in reply to: Reopen: Scroll to top hightlight first menu item as active, and should not #368142Hi 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!
IsmaelHi!
The gallery loads fine when I checked the page on an iPad. Is this fixed?
Regards,
IsmaelDecember 15, 2014 at 5:10 am in reply to: Testimonials in one column on tablet portrait view #368139Hi!
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,
IsmaelHey!
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,
IsmaelHi!
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,
IsmaelHey 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 -
AuthorPosts
