Forum Replies Created
-
AuthorPosts
-
Hey ughetto!
Thank you for using Enfold.
What do you mean by it’s not indexing? I’m sorry but you’re using an old version of the theme, 3.0.2. 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/
Note that we don’t provide support for third party plugins such as qtranslate. It’s best if you contact the plugin author.
Best regards,
IsmaelMarch 17, 2015 at 4:59 am in reply to: change tab style – font color – body color – border color II #412755Hi!
The tabs looks the same. Can you please provide a screenshot of the issue?
EDITED: I can see the issue now. Please replace the code with this:
@media only screen and (min-width: 767px) { .top_tab .tab { padding: 12px 0 14px 0 !important; width: 20.1%; font-size: 14px; text-align: center; min-height: 75px; }}Cheers!
IsmaelHey!
How did you enqueue or included the script? Try to use https there instead of http.
Cheers!
IsmaelHey!
Thank you for using Enfold.
The featured is not showing on this post (http://simonhedley.com/2015/03/clarity-jamie-smart/) because the post format is set to “Image”. Set it back to standard post.
Best regards,
IsmaelMarch 16, 2015 at 10:25 am in reply to: I want to create a RSS feed output for a category within my wordpress #411996Hi nectsolutions!
Thank you for using Enfold.
I think the feed isn’t working because you don’t have the latest version of theme. 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/
The feed url of the category should be: http://www.bridgekorp.com/category/media/feed
Cheers!
IsmaelHey Gee Are!
Thank you for using Enfold.
The posts inside Popular tab is base on comment count. The current posts listed on the combo widget in your site have the highest comment number, the first post has 184 comments for example.
Cheers!
IsmaelHey!
You can add the “[no link]” tag plus the new content that you want in Footer > Copyright field. It is possible to include html tags. Something like this:
[no link]<a href="LINK HERE">AWESOME SITE HERE</a>Regards,
IsmaelHi!
I would like to check the site but the login credentials aren’t working. Please check.
Cheers!
IsmaelHey!
You can use the Codestyling Localization plugin to translate the theme options and advance layout builder. :)
Regards,
IsmaelHey!
Again, I’m very sorry but I don’t understand what you’re saying. I answered those that I can understand in my previous post: https://kriesi.at/support/topic/enfold-update-woocommerce/page/2/#post-406821
I think it’s best if you hire a freelance developer to the do the fix suggested on the previous posts or post screenshots so that we can understand you better. Use imgur or dropbox. Thank you.
Regards,
IsmaelHi!
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 11 years 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!
Ismael -
This reply was modified 11 years ago by
-
AuthorPosts
