Forum Replies Created
-
AuthorPosts
-
Hi,
We are very sorry for the late response. Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
1.) If you want the “color line” to return, please add this code in the Quick CSS field.
.av_minimal_header .avia-menu-fx { display: block; }Or set the Enfold > Header > Header Layout > Header Style to default.
I like the overlay on image buttons to be visible on all display resolution, no matter how small is button
2.) Could you please provide a screenshot of the issue? Or send us a link to the actual page with the buttons.
Best regards,
IsmaelHey Milan,
Thank you for using Enfold.
Edit the slider element and then set the Slideshow Image Size option to “No scaling”. The slider will use the original image instead of the generated thumbnails.
Best regards,
IsmaelOctober 23, 2016 at 7:38 am in reply to: How to remove "layerslider" and "Insert Theme Shortcode" Icons from TinyMCE? #702911Hey dillionline,
Thank you for using Enfold.
1.) Would you like to deactivate the layer slider plugin completely? If you want to disable it, please follow this short thread.
// http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
2.) Hide the shortcode generator icon with the following code.
/* Hide shortcode wand */ function admin_head_mod() { echo '<style type="text/css">div[aria-label="Insert Theme Shortcode"] { display: none !important; }</style>';} add_action('admin_head', 'admin_head_mod');Best regards,
IsmaelHi,
You can disallow those files individually. This is the robot.txt file of the kriesi.at site.
// http://kriesi.at/robots.txt
Best regards,
IsmaelOctober 23, 2016 at 7:21 am in reply to: Issues with the WPML plugin after updating to Enfold 3.8 #702905Hi,
That option will only affect posts rendered in the index.php file, which is not use by the theme. You have to translate the posts and its categories then use the blog posts element or set the blog page in the Theme Options > Where do you want to display blog? option.
Best regards,
IsmaelHi,
The file is called includes > related-posts.php. You can find it on line 97.
$output .= " <h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5> ";Best regards,
IsmaelHi,
I’m sorry but this will require modification that is outside the scope of support. The theme is using the default product gallery with an integrated lightbox script. If you want to disable the pop up or lightbox script, go to the the Enfold > Theme Options panel and then disable the Lightbox Modal Window option.
Best regards,
IsmaelOctober 23, 2016 at 7:06 am in reply to: advanced layout for blog posts breaking archive category page layout #702897Hey!
How did you manage to show the content of the advance layout builder in the archive or category page? The shortcodes should not be displayed by default. Did you modify any of the theme files or install any plugins? We tried to access the dashboard but the login credentials are not working.
Best regards,
IsmaelHey herbie4,
Thank you for using Enfold.
I’m sorry but you cannot use hooks for this modification. You have to modify the files mentioned in the previous thread.
Best regards,
IsmaelHi,
You can only reproduce the issue when you resize the browser to a certain width, correct? What is the screen resolution of your monitor? Please try to decrease the padding of the menu items on smaller screens.
@media only screen and (max-width: 1200px) { .av-main-nav > li > a { padding: 0 10px; } }Best regards,
IsmaelHi,
The site looks good on mobile. Could you please provide a screenshot of the issue? Make sure that javascript is enabled in your phone.
Best regards,
IsmaelHi,
I’m sorry about the posts. The problem with the .mov video format is that it’s not supported across all browsers. You should use third party hosts such as youtube or video for your videos. Here’s why:
// https://www.wp101.com/10-reasons-why-you-should-never-host-your-own-videos/
// https://marketingtechblog.com/reasons-host-video/
// http://www.dacast.com/blog/why-you-shouldnt-be-self-hosting-video/Best regards,
IsmaelHi,
We added the following css code in the Quick CSS field.
@media only screen and (max-width: 1024px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 100% !important; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; } }Best regards,
IsmaelHi!
I’m referring to plugin number 1. Why do you need a page builder plugin? The theme has its own page builder.
Regards,
IsmaelOctober 22, 2016 at 12:36 am in reply to: Link to next page when using Portfolio Grid in Enfold one-page website #702697Hi,
Thank you for the info.
Please add this in the functions.php file.
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function b() { $('.pagination .inactive').click(function(e) { e.preventDefault(); var news = $('#transaksjoner'), link = $(this).attr('href'), anchor = $(news).attr('id'); if(!news.length) return; var link = link + '#' + anchor; window.location.href = link; }); } b(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
IsmaelOctober 22, 2016 at 12:32 am in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #702695Hi,
Could you please provide a screenshot of the issue? Did you set the element to switch to a button on mobile? If you did, it’s not going to work properly because you disabled the avia_sticky_submenu function.
Best regards,
IsmaelHi,
Have you tried to rebuild the index? Are you still using the search plugin? Please post the login details here so that we can check the settings.
Best regards,
IsmaelHi,
We tried to login to the site but the account that you provided is currently not active. Please activate the account.
ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.
Best regards,
IsmaelHi,
You can edit an element multiple times but only the last modification will be applied. And note that you can edit an element twice if you want to apply different style for hover state.
Best regards,
IsmaelHi,
I’m sorry but that is not possible with the theme’s google map element. Please hire a freelance developer or contact our partner, codeable. http://kriesi.at/contact/customization
Best regards,
IsmaelOctober 22, 2016 at 12:13 am in reply to: Background Image Cut Off in Logo/Main Menu Right sidebar #702688Hi,
We added the following code in the functions.php file.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function c() { var isMobile = ''; if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement) { isMobile = true; } else { isMobile = false; } if(isMobile) return; var $main = $(".html_header_right #main"), $window = $(window), $sidebar = $(".html_header_right #top #header"); $window.resize(function() { var mh = $main.outerHeight(); $sidebar.height(mh); }).resize(); } c(); })(jQuery); </script> <?php }Best regards,
IsmaelOctober 21, 2016 at 11:58 pm in reply to: ENFOLD HEALTH – fullscreen slider video pop up help #702687Hi,
Use the following youtube url format.
// https://www.youtube.com/watch?v=Q6eeEyvjtvk
Best regards,
IsmaelOctober 21, 2016 at 11:53 pm in reply to: How do I add custom attribute to image caption block? #702685Hi,
This is working before. Did you change anything? What did you do in your functions.php file? Why are there multiple empty lines after each line of code?
Best regards,
IsmaelHi,
Please check the .htaccess file in the root directory of your installation and post the code on pastebin.com. Or post the FTP details and we’ll check the files.
Best regards,
IsmaelOctober 21, 2016 at 11:40 pm in reply to: Column Margin-Top -400px display not right on mobile device #702681Hi,
Please try this code in the Quick CSS field.
#av_section_2 { z-index: 9999; position: relative; }Let us know if it changes anything.
Best regards,
IsmaelOctober 21, 2016 at 11:37 pm in reply to: Additional meta Header Section at the bottom of the header section #702680Hi,
Great! Glad you figured it out. If you don’t want to edit the file directly, use the available hooks from the template. Example:
// https://kriesi.at/support/topic/sub-navigation-menu-woocommerce-pages-conflict/#post-680362
Best regards,
IsmaelOctober 21, 2016 at 11:34 pm in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #702679Hi,
Please post the FTP details here so that we check the theme files. If you don’t have the code in the functions.php file, add it.
tribe_etp_move_tickets_purchase_form('ava_after_content_ticket', 10);Best regards,
IsmaelHey!
Are you adding the video link directly in the editor? Please use the theme’s video shortcode or put it in iframe. The following video is not mp4.
// http://www.dominiquehurley.com/wp-content/uploads/2015/05/GAC-booklet-view.movWe added an mp4 video (http://www.dominiquehurley.com/wp-content/uploads/2016/10/bikebike.mp4) and embedded it using the theme’s video shortcode.
// http://www.dominiquehurley.com/test-video/
UPDATE: These are free converter softwares that you can use.
// https://handbrake.fr/
// http://www.any-video-converter.com/products/for_video_free/Best regards,
IsmaelHey!
I’m sorry but are you referring to the text “Mein Brautkleid-Budget (bitte 1 auswählen)*” ? That is the Form Element Label value. If this is not the text, please provide a screenshot.
Best regards,
IsmaelHey!
The site is displaying properly on mobile view. What specific issues are you getting on your end? Could you please provide a screenshot? The geolocation error is not created by the theme so it’s probably added by a plugin. Please deactivate the plugins and activate it one at a time to see which one is causing the issue.
Best regards,
Ismael -
AuthorPosts
