Forum Replies Created
-
AuthorPosts
-
Hi!
Please delete the current blog page then use this one instead: http://bursttobright.com/test/
Best regards,
IsmaelHi!
Try to use this code in the functions.php file:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($){ var cookie = $('a#cookie_action_close_header').length; if ( cookie ) { $('#header').css('top', '50px'); } }(jQuery)); </script> <?php }
Cheers!
IsmaelHey!
Please follow the suggestions above carefully:
.language_pt-pt .language_flag:before { content: 'pt'; } span.language_code { display: none !important; }
Cheers!
IsmaelHey mjasinski!
Thank you for using Enfold.
1.) You can add this to the functions.php file if you want to disable the ALB for posts:
add_action('admin_enqueue_scripts', 'avia_deactivate_builder', 10); function avia_deactivate_builder() { $currentScreen = get_current_screen(); if( $currentScreen->id == 'post' && current_user_can('manage_options') ) { echo "<style>#avia-builder-button{display: none !important;}</style>"; } }
2.) Unfortunately, most of the code highlighter plugin that we tested isn’t fully compatible with the ALB. You need to use the default editor.
Regards,
IsmaelHi jjohnson2123!
Thank you for using Enfold.
Add this in the Quick CSS field:
#searchDomainForm #search_domain { width: 80%; float: left; } #searchDomainForm input[type="submit"] { width: 20%; }
Cheers!
IsmaelHey Martin!
Thank you for using Enfold.
There is no option for that by default but you can use the Quick CSS field to add font icons. Use something like this:
.av-subnav-menu li#menu-item-158 a:before { content: '\E832'; font-family: 'entypo-fontello'; margin-right: 5px; }
Use google inspector or firebug to get the menu id. You can find more font icons here: http://web.archive.org/web/20140912210715/http://entypo.com/characters/
Regards,
IsmaelJune 2, 2015 at 7:55 am in reply to: position menu with transparant header and image with hotspot in boxed lay-out #452944Hey!
Use this instead:
.gform_wrapper .top_label li.gfield.gf_right_half { width: 49.4% !important; }
Best regards,
IsmaelJune 2, 2015 at 7:32 am in reply to: Startup Business Demo Video on Home Page Goes Directly to YouTube #452941Hi curtdonohue!
Thank you for using Enfold.
Try to use this youtube url format instead:
https://www.youtube.com/watch?v=45u6DDevj4w&feature=youtu.be
Best regards,
IsmaelHey Luis!
Thank you for using Enfold.
We would like to check the actual website, please post the url here. Do you have version 3.1.5?
Regards,
IsmaelHey!
I’m sorry but your reply is a bit confusing. Please provide a screenshot. You can add the css code in the Enfold > General Styling > Quick CSS field.
Regards,
IsmaelJune 2, 2015 at 7:28 am in reply to: Company Logo to be displayed everywhere on the site excepted on the frontpage #452938Hi Ad-Min7477!
Thank you for using Enfold.
Please post the website url here so that we can see the page. You can hide the logo using css:
home .logo { display: none !important; }
Regards,
IsmaelHey!
Sorry for the delay. Please avoid bumping or replying to your own thread because it will be sent back to the end of the queue and we will not be able to answer it.
The border is set to transparent. Did you add any custom css codes? Try to add this to the Quick CSS field:
.main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter, .main_color .related_posts.av-related-style-full a { border-color: #333 !important; }
Adjust the color value.
Cheers!
IsmaelHey!
What is the email address that you are using? Please contact your hosting provider and ask them for any related email limitations in your server. What happens if you follow step number 2 (Check if WordPress is able to send e-mails)?
Cheers!
IsmaelJune 2, 2015 at 7:19 am in reply to: full width submenu sticky to slide-show instad to top of the page #452935Hey!
I can’t see the gap or whitespace when I clicked the back to top button. Did you fix it?
The mobile menu icon is not showing on mobile devices. Please update the theme to 3.1.5. That should fix the issue.
Best regards,
IsmaelJune 1, 2015 at 10:24 am in reply to: Responsive Design Not Working With Multiple Color Sections #452441Hi wmsgeorge!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? Site looks fine when I checked it. The columns respond properly.
Cheers!
IsmaelHi wmsgeorge!
Thank you for the heads up.
Unfortunately, we don’t provide support for third party plugin but maybe we can take a quick look to see what’s happening when you add the embed code. Is it working in the default editor? Please post a sample of the code here.
Cheers!
IsmaelHey laptophobo!
Thank you for using Enfold.
Where can we find the slider with the issue? Please post the page url here. You can use the HTML layer then add the actual image url using the img tag.
Cheers!
IsmaelJune 1, 2015 at 10:09 am in reply to: Woocommerce, WPML and Germanized — Translation checkout does not work #452429Hi timber23!
Thank you for using Enfold.
Set the default language to german. Test it again, add the “wood plop” product: http://stockplop.de/main/en/desk-storage/
Cheers!
IsmaelHi!
What do you mean by anchor tag? Please post the code that you used. Header looks fine when I checked it.
Best regards,
IsmaelHi!
Do you see any error when you upload the xml files? Try to install WordPress again.
Best regards,
IsmaelHi jklillibridge!
Thank you for using Enfold.
Download the fontello files then extract it. Make sure that it contains all the font icons you need. Go to wp-content > uploads folder. Create a folder called avia_fonts then inside create another called fontello. Copy the following files from the extracted folder:
config.json
fonts > fontello.eot
fonts > fontello.svg
fonts > fontello.ttf
fonts > fontello.woffAfter that, create a php file and name it “charmap“, add this code:
<?php $chars = array(); $chars['fontello']['ue800'] = 'ue800'; $chars['fontello']['ue801'] = 'ue801'; $chars['fontello']['ue802'] = 'ue802';
The code above represents 3 icons. If you have more than 3 icons, just add another array by following the pattern.
Regards,
IsmaelHi!
Set the Blog Layout > Blog Style to “Use the advance layout builder..”. Please check it now: http://p262306.mittwaldserver.info/aktuelles/
Cheers!
IsmaelHi!
All you need to do is to replace the background-color property with the background or background-image property: http://www.w3schools.com/css/css_background.asp
Set the background position then enable background repeat if you’re applying a pattern. A screenshot of what you’re after will help.
Regards,
IsmaelHi!
The code is working but it doesn’t get the actual value:
add_action( 'woocommerce_product_options_pricing', 'wc_new_option_field' ); function wc_new_option_field() { woocommerce_wp_select( array( 'id' => 'newoptions', 'class' => 'newoptions', 'label' => __('Testing Multiple Select', 'woocommerce'), 'description' => __( 'Choose a value.', 'woocommerce' ), 'options' => array( '1' => __( 'Option 1', 'woocommerce' ), '2' => __( 'Option 2', 'woocommerce' ), '3' => __( 'Option 3', 'woocommerce' ), )) ); } add_action( 'save_post', 'wc_rrp_save_product' ); function wc_rrp_save_product( $product_id ) { // If this is a auto save do nothing, we only save when update button is clicked if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) return; // Select if ( isset( $_POST['newoptions'] ) ) { update_post_meta( $product_id, 'newoptions', $_POST['newoptions'] ); } else { delete_post_meta( $product_id, 'newoptions'); } } add_action( 'woocommerce_single_product_summary', 'wc_rrp_show', 5 ); function wc_rrp_show() { global $product; $option = get_post_meta( $product->id, 'newoptions', true ); echo '<div class="woocommerce_msrp">'; _e( 'New Option: ', 'woocommerce' ); echo '<span class="woocommerce-newoption">' . $option . '</span>'; echo '</div>'; }
Please contact the woocommerce support.
Best regards,
IsmaelJune 1, 2015 at 8:21 am in reply to: Whtespace betwen slider and next color section not reducing #452369Hi!
Remove the hr or separator element then edit the color section after the slider. Apply a unique id in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field to add a white space on top of the section:
#custom-section { margin-top: 10px; }
Cheers!
IsmaelJune 1, 2015 at 8:16 am in reply to: Is there a diagram that shows what theme options affect which areas on the page? #452367Hi!
You can set all default styling in the Main Content panel. Alternate Content settings will only be applied if you use a color section then set the Section Background > Section Colors to Alternate Content. All elements inside the color section will inherit the alternate content settings. And if you want to use your own custom css modifications, use the Quick CSS field.
Regards,
IsmaelJune 1, 2015 at 8:10 am in reply to: WPML language switcher on the menu with several different menus ? #452362Hey!
You can add two blog posts element, set the second blog post element to grid layout. Enable the Offset Number to avoid duplicated posts.
Best regards,
IsmaelMay 31, 2015 at 8:23 am in reply to: Nothing Found from TAG search – where can I look to find the problem #452205Hey!
I checked some of the links and they’re working:
http://mcm-ct.com/t/stock-market/
http://mcm-ct.com/t/markets/
http://mcm-ct.com/t/mcm/
http://mcm-ct.com/t/mcm-gap-index/Try to reset the permalink settings. Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.
Best regards,
Ismael -
AuthorPosts