Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, settings doesn’t get lost when you deactivate, it will be lost once you delete it.
Best regards,
NikkoHi Adelaide,
Glad you sorted it out :)
Best regards,
NikkoNovember 3, 2016 at 6:53 am in reply to: Blog page not displaying thumbnail images correctly #707570Hi,
Kindly add !important to Yigit’s code, it should look like this:
.template-blog .blog-meta a { background: transparent !important; }
Let us know if it works :)
Best regards,
NikkoHey thereselloyd,
Kindly follow the instructions on this thread: https://kriesi.at/support/topic/how-to-disable-dynamic-css-style-on-frontback-end/
Best regards,
NikkoHey rdswestnet,
Some files must be corrupted during the theme update probably a timeout during an update, etc. Can you update again the theme files and check if the error persists again. You can refer to this thread for more info on updating enfold: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
Best regards,
NikkoHi,
Glad you fixed it :)
Best regards,
NikkoNovember 3, 2016 at 6:42 am in reply to: Center the Copyright & Socket Menu (Copyright above the Socket Menu) #707564Hi,
Kindly add this code in Quick CSS:
@media only screen and (max-width:767px) { .responsive #socket .sub_menu_socket { display: block !important; width: 100%; } .responsive #socket .sub_menu_socket .menu { margin-left: 0; } .responsive #socket .sub_menu_socket .menu li { border: 0; display: block; float: none; text-align: center; line-height: 1.7; } }
Let us know if it works :)
Best regards,
NikkoHi,
Yigit’s code should work, but it’s not reflecting on the frontend, Can you please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Glad it’s fixed :)
Best regards,
NikkoNovember 3, 2016 at 6:08 am in reply to: Display in the shopping cart and in the checkout not on three lines. #707543Hey J.,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.woocommerce table.shop_table td.product-name span { display: inline-block !important; }
Let us know if it works :)
Best regards,
NikkoNovember 3, 2016 at 6:02 am in reply to: Enfold theme not allowing form modifications and altering info structure #707542Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHey blancocapell,
Kindly add this code in QUick CSS (located in Enfold > General Styling):
.page-id-5041 .main_color table { background: transparent !important; }
Let us know if it works :)
Best regards,
NikkoHi,
Try to replace the code with this:
.image-overlay { visibility: hidden !important; }
Let us know if it works :)
Best regards,
NikkoHi,
Glad it’s fixed :)
Best regards,
NikkoNovember 3, 2016 at 5:49 am in reply to: Send message to specific addresses from Contact Form? #707532Hey sabrinarubli,
Unfortunately this feature is not avaible in Enfold’s Contact Form. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
The only workaround is to use 3rd party plugins such as Contact Form 7.
Best regards,
NikkoHey mk,
Kindly add this code in Quick CSS (located in Enfold > General Styling):
.avia-content-slider .slide-meta-comments, .avia-content-slider .slide-meta-del { display: none !important; }
Hope this helps :)
Best regards,
NikkoHey tiomkin,
Kindly check this post: http://kriesi.at/documentation/enfold/remove-avia-framework-debug-information/
Best regards,
NikkoNovember 3, 2016 at 5:43 am in reply to: Random box or nonexistent color section appearing on my page? Need help. #707525Hi,
Glad you fixed it :)
Best regards,
NikkoHey Tarakbc,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.sidebar.sidebar_right .widget { padding-top: 0 !important; }
Hope this helps :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoNovember 3, 2016 at 5:38 am in reply to: Google Maps displays only the marker and background #707520Hey etical,
Can you post a screenshot on the issue?
Best regards,
NikkoHey Dick,
If you want to show a textblock or anything on mobile and hide on desktop, just add this to custom class of that textblock, or other modules hide-desktop, if you want to hide it in mobile and show it in desktop you just need to add this class hide-mobile and add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 767px) { .hide-mobile { display: none !important; }
If that doesn’t work, can you post a screenshot so we can easily identify the issue.
Best regards,
NikkoHey goforyourdreams,
I checked your site and it seems to be showing a white background behind your ads. If it’s still not fixed, kindly post a screenshot.
You might try to add this code also:
.adthrive-ad { background: #fff !important; }
Hope this helps. :)
Best regards,
NikkoHey mleite1,
You might need to use this plugin to enable montserrat font https://wordpress.org/plugins/wp-google-fonts/ and be able to use it in Quick CSS.
Best regards,
NikkoHi KWiesner,
Tried to check your site but it doesn’t seem to load, and I could see there’s a js error on the front.
Best regards,
NikkoHi Lyse,
Kindly add this code to Quick CSS:
.av-minimum-height-50 #footer { border: 0; } .av-minimum-height-50 #footer .container { height: auto !important; } .main_color #footer a, .main_color #footer strong, .main_color #footer h3, .main_color #footer a { color: #fff; } #socket .sub_menu_socket li { border-color: #222 !important; } #top #wrap_all #socket .social_bookmarks li a { color: #fff; }
Let us know if it works :)
Regards,
NikkoHey!
It was good when I checked it on a mobile device, can you let us know what device you are using to check it? also can you try to remove this code and check (if it doesn’t work, you can return the code to its place):
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery'); if(!function_exists('avia_register_frontend_scripts')) { if(!is_admin()){ add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts'); } function avia_register_frontend_scripts() { $template_url = get_template_directory_uri(); $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true ); wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true ); wp_register_script( 'avia-prettyPhoto', $child_theme_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true); wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'avia-compat' ); wp_enqueue_script( 'avia-default' ); wp_enqueue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-prettyPhoto' ); wp_enqueue_script( 'avia-html5-video' ); if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } //register styles wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' ); wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' ); wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' ); wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' ); wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' ); wp_register_style( 'avia-prettyP', $child_theme_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' ); wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' ); //register styles if($child_theme_url != $template_url) { wp_enqueue_style( 'avia-style'); } wp_enqueue_style( 'avia-grid'); wp_enqueue_style( 'avia-base'); wp_enqueue_style( 'avia-layout'); wp_enqueue_style( 'avia-scs'); wp_enqueue_style( 'avia-prettyP'); wp_enqueue_style( 'avia-media'); global $avia; $safe_name = avia_backend_safe_string($avia->base_data['prefix']); if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' ) { $avia_upload_dir = wp_upload_dir(); $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css'; wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' ); wp_enqueue_style( 'avia-dynamic'); } wp_enqueue_style( 'avia-custom'); } }
Best regards,
NikkoNovember 3, 2016 at 4:30 am in reply to: BMS "Please match the requested format qty" WooCommerce Measurement $ Calculator #707495Hi,
I have checked the backend of mulligan101’s site (in this thread) and found out that this plugin causes the issue: Woocommerce Poor Guys Swiss Knife. It works properly using Enfold 3.8 and Woocommerce 2.6.7 when that plugin is deactivated.
Best regards,
NikkoHi,
1) the color of the “alternate” row that has a dark grey background to a light grey, say #d4d3d2
Is this already done? I could see these rows already in #d4d3d2, but if you want to change it you can add this code to Quick CSS:.main_color #wwof_product_listing_ajax_content tr:nth-child(odd) { background: #ddd; }
2) the variations “select: box within each row to alternate to #fff for row with light grey, and to light grey #d4d3d2 for the white row
.main_color #wwof_product_listing_ajax_content tr:nth-child(even) { background: #efefef; } #top .main_color #wwof_product_listing_ajax_content select { background: #fff; }
Just adjust the colors as you see fit. Hope this helps :)
Best regards,
Nikko -
AuthorPosts