Forum Replies Created
-
AuthorPosts
-
Hi!
I can’t reproduce the testimonial “jump” issue but you can add this to .htaccess file to fix the font icons:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
Regards,
IsmaelMarch 16, 2015 at 9:35 am in reply to: Bildschirmansicht auf Ipad, Seite hat links und rechts einen Rand. #411966Hey!
From what I understand, you want to remove the edges on iPad view? Is that correct? Add this to the Quick CSS field:
@media only screen and (max-width: 1024px) and (min-width: 768px) { .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header { max-width: 100%; }}
Regards,
IsmaelHey!
Add this to the Quick CSS field:
.main_color .meta-color, .main_color .sidebar, .main_color .sidebar a, .main_color .minor-meta, .main_color .minor-meta a, .main_color .text-sep, .main_color blockquote, .main_color .post_nav a, .main_color .comment-text, .main_color .side-container-inner, .main_color .news-time, .main_color .pagination a, .main_color .pagination span, .main_color .tweet-text.avatar_no .tweet-time, #top .main_color .extra-mini-title, .main_color .team-member-job-title, .main_color .team-social a, .main_color #js_sort_items a, .grid-entry-excerpt, .main_color .avia-testimonial-subtitle, .main_color .commentmetadata a, .main_color .social_bookmarks a, .main_color .meta-heading>*, .main_color .slide-meta, .main_color .slide-meta a, .main_color .taglist, .main_color .taglist a, .main_color .phone-info, .main_color .phone-info a, .main_color .av-sort-by-term a, .main_color .av-magazine-time, .main_color .av-magazine .av-magazine-entry-icon, .main_color .av-catalogue-content, .main_color .wp-playlist-item-length { color: #000000; }
Use this one for the search text:
::-webkit-input-placeholder { color: #000000; } :-moz-placeholder { color: #000000; } ::-moz-placeholder { color: #000000; } :-ms-input-placeholder { color: #000000; }
Cheers!
IsmaelMarch 16, 2015 at 9:27 am in reply to: how to customize avia elements in general? – this time promo box #411961Hi!
If you want to modify a specific element in the advance layout builder, you need to enable the custom css class. Basic knowledge in google inspector or firebug plugin can be very useful. Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
IsmaelHey!
You can display a smaller version of the slider on mobile device using media queries or remove it using javascript, unfortunately, it’s not possible to automatically switch image thumbnails when viewing on mobile devices. There are third party scripts out there that can do it, http://adaptive-images.com/ for example, but it’s not integrated in the theme yet.
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
Cheers!
IsmaelHi Dan!
Thank you for using Enfold.
You can switch the builder to debug mode then copy the actual shortcode of the element or save it as a template. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
IsmaelHi theburningear!
Thank you for using Enfold.
You can edit loop-index.php, look for this code:
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }
Move it above line 198:
// echo the post content echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; echo $content; echo '</div>';
Regarding the lightbox image, when you set a featured image, you can add a custom caption.
Regards,
IsmaelHi!
What is the actual device that you’re using when visiting the site? And what browser? Please try it on major browsers such as chrome or firefox.
Best regards,
IsmaelHey!
Try to copy the shortcode below the ALB then create a new page. Paste it on the debug editor then publish. Let us know if the newly created page is working. I tried to create a new page but it leads me to a 403 error.
Best regards,
IsmaelHey Transpara!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/ajax-portfolio-opened-at-the-start/
Or add this to the functions.php file:
add_action('wp_footer', 'ava_auto_click'); function ava_auto_click(){ ?> <script> (function($){ $(window).load(function() { $('.grid-links-ajax a:first').trigger('click'); }); })(jQuery); </script> <?php }
Best regards,
IsmaelHey!
You can place the iconboxes inside a color section. Add a unique id attribute in the Section ID field. Use “custom-section” for example. Add something like this in the Quick CSS field:
#top #custom-section .iconbox { -webkit-animation: avia-icon-btt 0.8s 1 ease; animation: avia-icon-btt 0.8s 1 ease; opacity: 1; } @-webkit-keyframes avia-icon-btt { 0% { -webkit-transform:translate(0,300%); opacity: 0; } 100% { -webkit-transform:translate(0,0); opacity: 1; } }
Regards,
IsmaelHi knueppl!
Thank you for using Enfold.
Please contact your hosting provider regarding the problem. Maybe they can give us more information about the error.
Regards,
IsmaelHi!
I maybe missing something but did you create the /fontstyle.css file? Use https instead of http.
Regards,
Ismael-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
I’m sorry but we don’t have control over that. Although, it’s quite curious why the sliders don’t work with that addition in the url. The default url works fine: http://www.creperielogi.se/
I think it’s best if you contact the TripAdvisor. I’ll ask the rest of support team to check.
Cheers!
IsmaelHey!
You can use the theme’s default button shortcode generated via the shortcode wand, inside the layer slider. Create a layer then set to HTML type, add the button shortcode.
Cheers!
IsmaelHey!
Instead of the image element, use a color section. Set the “wave” image as background. If possible, please provide a screenshot of how you the page to look like.
Cheers!
IsmaelHi!
Thank you for using Enfold. Did you extract the actual “enfold” theme zip inside the zip package? Please upload the file via FTP instead: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
IsmaelHey sandraen87!
Thank you for using Enfold.
Please check the .htaccess file. Post the code inside the file on pastebin.com, we would like to check it. Try to flush the permalink settings on Settings > Permalink.
Regards,
IsmaelHi!
Did you indent or add another menu item under, for example, “Activies” or “Days Out”? Once you added more menu items under these “Column” ietms and “indented” them, you will have successfully created a mega menu. Please watch this video: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Cheers!
IsmaelMarch 16, 2015 at 4:05 am in reply to: Viewport issue – Mobile Menu – PageSpeed Insight Report #411825Hey theburningear!
Thank you for using Enfold.
I think you’re testing it with chrome, and the article doesn’t included browser specific prefixes, that’s why it’s not working. For that, you need to add vendor or browser prefixes:
.big-preview.single-big a img { -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%); clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%); }
This will help: http://bennettfeely.com/clippy/
Regards,
IsmaelHey!
It actually works fine on our installation. Add it at the very bottom of the functions.php file. In few cases, text editors automatically converts symbols like apostrophe, single quotation marks etc to their character entity code so you have to check for that one. Get the code here: http://pastebin.com/5pDyduHG
Best regards,
IsmaelHey djshortkut!
Thank you for using Enfold.
1.) Use this to remove the arrow:
#top .avia-slideshow-arrows a { display: none !important; }
Place the custom css class before the “.avia-slideshow-arrows” class or selector.
2.) Add this to increase the width:
@media only screen and (max-width: 767px) { #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0; }}
Cheers!
IsmaelHey!
There are few errors on the site:
http://4dmedia.net/wp-content/uploads/avia_fonts/entypo-fontello/entypo-fontello.woff Failed to load resource: the server responded with a status of 404 (Not Found)
http://4dmedia.net/wp-content/uploads/avia_fonts/entypo-fontello/entypo-fontello.ttf Failed to load resource: the server responded with a status of 404 (Not Found)Download the theme again from your themeforest account then update it via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If it’s still not working, please deactivate all plugins.
Regards,
IsmaelHey jmmurphree!
Thank you for using Enfold.
It is because the gallery and the slideshow use a specific thumbnail size. If you edit functions.php, you’ll find this:
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
That is the thumbnail size for the gallery and slideshow preview. You can adjust the width and height then regenerate the thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Thank you for using Enfold.
I think this article will answer it: https://seo-hacker.com/301-302-redirect-affect-seo/
A 301 redirect is implemented if the change you want to make is, well.. permanent. The detour page not embodies the redirected page as if it was the former. A complete takeover.
So, from what I read, doing a 301 redirect, if that’s what you did, is enough. You don’t need to add the meta tag.
Best regards,
IsmaelHey!
Unfortunately, it’s not possible to limit the pagination for those elements. At least not now. You will have to add an ajax script to dynamically display the second page of a single blog post or element while not interfering with the way the other elements display. I don’t think you will find any premium themes with that kind of ajax script by default, if you find one, we’ll be happy to know. You can request the feature here: https://kriesi.at/support/enfold-feature-requests
Best regards,
IsmaelHey Michael!
Thank you for using Enfold.
I’m sorry but you’re using an outdated version of the theme, 3.0.5. Please download the latest version, 3.1, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHey!
This page (http://www.infigic.com/blog/) is not set as “blog” in the theme options and the other page is set as “blog” (Theme Options > And where do you want to display the Blog?). I think that’s why they are different. You have to configure the other language’s theme options.
Cheers!
Ismael -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts