Forum Replies Created
-
AuthorPosts
-
Hi,
We “scraped” the facebook info again. Please wait for a few hours or check it again tomorrow.
Best regards,
IsmaelNovember 22, 2016 at 9:42 am in reply to: Site seems to be messed up (sticky header and social icons). How to fix it? #715178Hi,
Instead of adding the whole script, just add the tracking ID. Example:
UA-85569871-1Best regards,
IsmaelHi,
Could you please be more specific with the details? A few screenshots of the issues will help. The columns are not responsive because of the following css modifications.
div .av_one_third { margin-left: 2% !important; margin-right: 2% !important; margin-bottom: 2% !important; margin-top: 2% !important; width: 29.333333333333332% !important; }What is that for?
Best regards,
IsmaelHi,
Thank you for the info.
1.) Please edit the includes > loop-search.php file and remove this block of codes.
<div class='hr_invisible'></div> <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3> <?php the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id, 'before_widget' => ' <div class="widget avia_combo_widget">', 'after_widget' => '</div> ', 'before_title' => ' <h3 class="widgettitle">', 'after_title' => '</h3> ' ));2.) Yes, you can use the Loco Translate plugin to change the strings.
Best regards,
IsmaelNovember 22, 2016 at 9:33 am in reply to: Is it possible to add bullets infront of fullwith submenu items in the mobile #715171Hi,
Please use these css codes.
#mobile-advanced { background-color: rgba(255,255,255,.96); } #mobile-advanced > li { text-align: center; }Best regards,
IsmaelHi,
Looks like you disabled the theme’s default layer slider. Kriesi does not include the latest version of the layer slider until it becomes stable. Please use the default layer slider plugin for now and wait until the author fix the issues with the plugin.
Best regards,
IsmaelNovember 22, 2016 at 9:13 am in reply to: Error In Structured Data: Insane Amounts Of Errors! #715160Hi,
You should add the code in the functions.php file. Did you refresh the page before testing it? Please post the login details here so that we can check it further.
Best regards,
IsmaelNovember 22, 2016 at 9:12 am in reply to: Masonry Gallery: Last gallery on page not loading with UHD-Resolution #715159Hi,
I’m not sure if this is going to work but try to increase the offset value of the avia_waypoints function. More info in this old thead.
// https://kriesi.at/support/topic/issue-with-animated-numbers-2/page/2/#post-573871
Best regards,
IsmaelNovember 22, 2016 at 8:43 am in reply to: Main-menu in combination with sidebar-pages…and a little bit more ;-) #715151Hey Carsten,
Thank you for using Enfold.
1.) Did you set the “Leistungen” as parent page of the sub pages? It should automatically add a special class attribute to the parent menu item if you did.
2.) Please add this in the Quick CSS field.
.main_color .avia-color-theme-color:hover { background-color: #69090c; }3.) I’m sorry but this is the only avaible weights for the “Lato” font at the moment. If you want to define a different font weight, you have to use the Quick CSS field.
4.) The plugin will not affect the theme options. I think they have their own font panel so you have to use that. Please contact the plugin author for more info.
Best regards,
IsmaelNovember 22, 2016 at 8:22 am in reply to: The catalog in my shop view is not displayed as a list #715148Hey Hansdieter,
Thank you for using Enfold.
This is possible but it will require a lot of changes in the config-woocommerce > woocommerce-mod.css file. Please hire a freelance developer or contact codeable. If you want to disable the theme’s css modifications, add this in the functions.php file.
function ava_dequeue_mod() { wp_dequeue_style( 'avia-woocommerce-css', AVIA_BASE_URL.'config-woocommerce/woocommerce-mod.css'); } add_action( 'wp_enqueue_scripts', 'ava_dequeue_mod', 9999 ); add_action( 'wp_head', 'ava_dequeue_mod', 9999 );Best regards,
IsmaelHi,
Please create a directory in the child theme folder called “woocommerce” > “checkout”, copy the review-order.php file and then replace it with the following code.
// http://pastebin.com/umMFvkSn
Best regards,
IsmaelNovember 22, 2016 at 7:37 am in reply to: Social Share Icons on product page breaking page structure. Urgent Help! #715138Hi,
Are you referring to the share icons below the iconbox element? It is working fine on Chrome, Windows 7. Could you please provide a screenshot of the issue?
Best regards,
IsmaelHi,
What are the modifications that you added in the avia.js file in the child theme? Did you use the latest version?
// Replace avia.js function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Best regards,
IsmaelNovember 21, 2016 at 8:08 am in reply to: Adding Facebook login and commenting with Enfold Theme #714701Hi!
Thank you for using Enfold.
A) What plugins do I need to complete this and if there are multiple, which works best with Enfold?
A membership plugin is a must if you’re planning to exclude certain parts of the site for premium users. And if you want to have a discussion board or a forum kind of page, you will have to install a plugin called bbPress which is natively configured in the theme. These membership plugins should work with the theme but they will require a good deal of modifications.
// https://wordpress.org/plugins/membership/
// https://www.memberpress.com/
// https://woocommerce.com/products/woocommerce-memberships/B) What type of coding, if any, would need to be done as far as authorizing users and being able to capture their information?
If I am not mistaken, WP will handle this automatically but if you need a facebook login, you should hire someone to setup the facebook login script.
// https://developers.facebook.com/docs/facebook-login/web
// https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flowOr you can try these plugins.
// https://wordpress.org/plugins/facebook-login-afo/
// https://wordpress.org/plugins/wp-fb-autoconnect/C) Is the floating window on the homepage something the Enfold theme currently supports?
I’m not really sure what you meant by this but I think you’re talking about a “popup”. Unfortunately, there’s no options for this by default but I’m sure your developer can handle it if you have one. Your requests are a bit complex and time extensive so we will have to advise you to hire someone, a freelance developer perhaps or forward you to our coding partner, codeable.
// http://kriesi.at/contact/customization
Best regards,
IsmaelHey!
Did you add any css modification for the banner? Please post the login details here so that we can check it further.
Best regards,
IsmaelHi!
You don’t have to do this anymore because the advance layout builder is now enabled on products by default.
Cheers!
IsmaelHey!
The css or stylesheets’ are not being applied immediately or is a bit delayed, thus the unwanted “zoom” effect. Please try to install cache and minify plugins to improve page speed.
Regards,
IsmaelHi Cheryl!
Thank you for using Enfold.
I checked the page and it is responsive. Could you please provide a screenshot of the issue? You can use imgur or dropbox. And please update the theme to the latest version, 3.8.1.
Best regards,
IsmaelHey HannaVogt!
Thank you for using Enfold.
The background videos are disabled on mobile devices so you have to add a fall back image. Did you do that already?
Best regards,
IsmaelHi!
We don’t see any errors in the console so it’s pretty difficult to debug. Did you modify any of the theme files specifically the header.php file? I can’t check it because I can’t access the Appearance > Editor panel.
Regards,
IsmaelHi KK!
Thank you for using Enfold.
I’m sorry but this feature will require customization that is outside the scope of support. Please hire a freelance developer or contact codeable.
// http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
Please use the following css codes.
.av-share-box ul li { border: 0; } .av-share-box .av-share-link-description { text-align: center; }Best regards,
IsmaelHi nirazo!
Thank you for using Enfold.
Please look for this code around line 1313:
container.addClass('isotope_activated').isotope({ layoutMode : 'fitRows', itemSelector : '.flex_column' });.. replace it with:
container.addClass('isotope_activated').isotope({ layoutMode : 'fitRows', itemSelector : '.flex_column', isOriginLeft : false });Regards,
IsmaelHi!
The mage is added on every color section in the page. Did you modify any of the theme files? What are the modifications added in the header.php file?
Best regards,
IsmaelHi jjma!
Thank you for using Enfold.
Please use the default add_image_size function. You can override the existing thumbnail size with it.
add_image_size( 'bigger-square', 250, 250, true ); add_image_size( 'widget', 60, 60, true ); // existing thumbnail sizeIf you want to add it in the selection, use the “image_size_names_choose” filter.
add_filter( 'image_size_names_choose', 'my_custom_sizes' ); function my_custom_sizes( $sizes ) { return array_merge( $sizes, array( 'bigger-square' => __( 'Bigger Square' ), ) ); }Regards,
IsmaelNovember 21, 2016 at 6:41 am in reply to: Tablet/Handy: Email-field custom css layout doesn't impact the layout email-fiel #714679Hi!
Is the field disabled when it’s grayed out? Or you can still use it? I’m not sure what’s causing the issue but please try to deactivate the plugins.
Cheers!
IsmaelHi!
I was able to reproduced the issue on Windows 7 and the only workaround I can think of is to cause the overlay to overflow outside the image container. Please add this in the Quick CSS field.
.image-overlay .image-overlay-inside { left: auto; top: auto; right: 25%; bottom: 25%; } .avia_transform a:hover .image-overlay { min-width: 200% !important; min-height: 200% !important; }Best regards,
IsmaelHey!
It looks like you managed to solve the “transparent footer”. For the mobile issue, you can redirect the user to a page specifically created for mobile. Use one of these plugins.
// https://wordpress.org/plugins/simple-mobile-url-redirect/
// https://wordpress.org/plugins/equivalent-mobile-redirect/
// https://wordpress.org/plugins/mobile-redirect-plus-lite/Cheers!
IsmaelHi Pascal!
Thank you for using Enfold.
Did you install WordPress in your own langauge?
// https://codex.wordpress.org/Installing_WordPress_in_Your_Language
Are you planning to have different languages in the site? If you are, you need install one of the plugins.
// https://wpml.org/
// https://wordpress.org/plugins/polylang/Regards,
IsmaelHi!
I’m very sorry that you’re disappointed. Unfortunately, the plugin is not fully configured in the theme and, if I am not mistaken, Kriesi is not planning to put native configuration for it because the theme has its own Advance Layout Builder. Why do you need this plugin?
Regards,
Ismael -
AuthorPosts
