Forum Replies Created
-
AuthorPosts
-
Hi abedia!
Thank you for using Enfold.
Use this on Quick CSS or custom.css:
.team-member-description { text-align: center; }Cheers!
IsmaelHey!
Thank you for using Enfold.
The page doesn’t exist on the Pages panel. You can edit the 404.php file.
Cheers!
IsmaelHi mrmmmiller!
Thank you for using Enfold.
Use this to fix the special heading:
@media only screen and (min-width: 768px) and (max-width: 989px) { h1.av-special-heading-tag { font-size: 30px; } }I can’ t see the issue on the twitter widget.
Best regards,
IsmaelHi!
It actually works. Look for the table cell with the “4 sessões de 1h (1x por semana).” text. The min height of the cell is 100px. Adjust the minimum height of the other rows. If you want to change the height of the next row below, adjust this:
.pricing-table > li:nth-child(5) { min-height: 800px; }If you want to change the previous row, use this:
.pricing-table > li:nth-child(3) { min-height: 450px; }To learn more about css child selectors, please refer to this link: http://css-tricks.com/how-nth-child-works/
Best regards,
IsmaelHey!
Thank you for using Enfold and thanks to Santa Claus. Glad you figured it out. :)
Best regards,
IsmaelHey steffard!
Thank you for using Enfold.
I checked the site on Chrome and it doesn’t jitter when you scroll the page. It only does when you use the middle scroll button of the mouse. Most websites with fixed or parallax image sliders will, because it jumps to a certain viewport location instead of actually slide or scroll.
Regards,
IsmaelHey!
What is the blog style of your blog? We need to see the actual page. Please post it here. I’d recommend to use the Single post with big image preview (featured image) then adjust it via css.
.big-preview img { width: 80%; }Regards,
IsmaelDecember 8, 2014 at 4:25 am in reply to: Easy Silder / Content Slider: Changing size and position unter the menu #364424Hey a-l-p!
Thank you for using Enfold.
1.) Did you place it inside a grid row element? You can remove the grid row padding. We need to see the actual website.
2.) Add this on Quick CSS if you want to show the controls always:
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a { opacity: 1 !important; filter: alpha(opacity=100); }3.) You need to edit the shortcode.js file. Look for this line of code:
/transition speed when switching slide transitionSpeed:900,4.) Edit the slider then look for the Slideshow Image Size option. Select the thumbnail size.
Best regards,
IsmaelHey André!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
.big-preview img { margin: 0 auto; }Or use a larger image size for featured image.
Regards,
IsmaelHey!
Let us know if the issue is fixed after the update. We’ll keep the thread open. :)
Regards,
IsmaelDecember 8, 2014 at 4:17 am in reply to: Wie kann ich Bildergröße nach Import von Plugin voreinstellen? #364416Hi set_carsten!
Thank you for using Enfold.
If you want to show the actual size of the image uploaded on full width blog, use this on Quick CSS:
#top .fullsize .template-blog .big-preview img { width: auto; margin: 0 auto; }I’ll ask Andy to check.
Cheers!
IsmaelHey!
Are you referring to the Gallery element? It depends on the thumbnail that you set on Gallery Preview Image Size setting. If you want to know the size of the images on the lightbox, it is the Large size thumbnail on Settings > Media panel.
Regards,
IsmaelHey!
Use this on Quick CSS to remove the share entry title:
.single-portfolio h5.av-share-link-description { display: none; }Regards,
IsmaelHey alvinhy!
Thank you for using Enfold.
You can find the loop inside the public function html of the postslider.php file. Instead of the do_shortcode function, maybe you should use the get_post_meta function if the plugin supports custom fields. I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Regards,
IsmaelHey SMARTech-energy!
Thank you for using Enfold.
If you want to show the “timeline” on the right side of the blog, you should enable the right sidebar. Full width pages doesn’t support the timeline feature.
Best regards,
IsmaelHey Kanzleramt!
Thank you for using Enfold.
You can use this on Quick CSS to remove the border:
#top #main .sidebar { border-left: none; } .content { border-right: none; }Regards,
IsmaelDecember 6, 2014 at 2:53 am in reply to: Child theme – open links of post format link in a new window #364000Hi!
You can use the Blog Posts element. Set the blog style to Grid Layout. Replace the code with this in order to open the link on another tab:
add_filter('wp_footer', 'avf_add_target_blank', 10); function avf_add_target_blank() { ?> <script> (function($){ $(window).load(function() { $( ".avia-content-slider .slide-entry-title a" ).each(function() { $(this).attr('target','_blank'); }); }); })(jQuery); </script> <?php }Cheers!
IsmaelHi elames!
Thank you for using Enfold.
The website is not loading. Please check. Make sure that you’re using Enfold 3.0.4. on WordPress 4.0.1. I’ll ask the rest of the support team to take a look.
Cheers!
IsmaelHi Hateman!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
ins.adsbygoogle:before { display: none !important; }Cheers!
IsmaelDecember 6, 2014 at 2:18 am in reply to: How to remove a margin top above header on small screen? #363985Hey idpokute!
Thank you for using Enfold.
Looks like you figured it out.
@media only screen and (min-width: 768px) { #wrap_all { border: 14px double gray; border-radius: 14px; margin-top: 20px; margin-bottom: 20px; } }Best regards,
IsmaelHey Ceyhun95!
Thank you for using Enfold.
We would like to help but google translate is not that clear on its translation of your inquiry. If you don’t mind, please translate it to english. I’ll ask the rest of the support team to take a look.
Best regards,
IsmaelHey!
I’m sorry but when you say “toolbar”, you mean the “search bar”? You can refer to this link: https://kriesi.at/support/topic/search-not-working-in-ie8/#post-328178
Regards,
IsmaelHi!
Walker attribute is disabled by default and is only available for left or right header. You can refer to this link on how to enable the walker menu attribute when top header is enabled: https://kriesi.at/support/topic/display-menu-description-text-in-main-nav-menu/#post-353714
Regards,
IsmaelDecember 6, 2014 at 2:06 am in reply to: Safari 8.0 Seems to Not Auto-Loop Full Screen Video Slider #363980Hi!
I checked the site on safari and leave it there to play. I think more than 5 minutes have passed and the video is still playing. I’ll ask the rest of the support team to take a look. Cool clouds.
Cheers!
IsmaelDecember 6, 2014 at 2:04 am in reply to: Sidebar issue when using CM Tooltip Glossary Pro+ plugin #363977Hi!
Have you tried using the text block instead of the code block? Also, please place the element inside a 1/1 column layout. See if that helps. Aside from that, I don’t think we can help you further.
I’m sorry but it is impossible to provide support for all third party plugins that are available in the market or scripts from another author/developer. There is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Thank you for your understanding.
Cheers!
IsmaelHey Ranch_Ricavo!
Thank you for using Enfold.
Please post the website url here. We would like to check it. Make sure that you’re using Enfold 3.0.4 on WordPress 4.0.1.
Best regards,
IsmaelHey!
Thank you for the info.
The image sizing or Preview Image Size is working fine. I created a test page here: http://africologymedia.com/test-slider/
Check the featured image size. Note that landscape images will retain its ratio or proportion when the crop parameter is set to false.
Cheers!
IsmaelHey!
Thank you for using Enfold.
The site is still on maintenance mode. You can only use the General Styling > Body Background option when you’re using a boxed layout. If you want to apply background images on stretched layout, use the color section element.
Cheers!
IsmaelHey!
You can try this on Quick CSS to decrease the width of the one third column layout inside the portfolio preview:
@media only screen and (max-width: 767px) { .portfolio-preview-content .flex_column.av_one_third { width: 48% !important; } }Cheers!
Ismael -
AuthorPosts
