Forum Replies Created
-
AuthorPosts
-
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav ul { position: static; }It seems like you forgot to post the example site.
Enjoy your holidays :)
Best regards,
YigitHey!
I believe there is some sort of server side caching as i am not able to see the changes right away. But some of the codes we applied yesterday are working today. I made further adjustments in the code, it should work fine now, once cache is flushed :)
Regards,
YigitHey Elmar!
It seems to work fine on my end. I attached screenshots in private content field. I noticed that you mentioned update was 3.8. Currently the latest version is 3.8.4. Can you please firstly update Enfold to the latest version – http://kriesi.at/documentation/enfold/updating-your-theme-files/ on stating site and check if issue remains?
Also, please note that this is not just a hobby for us either. However, this is the only holiday we have. It boosted our performance in the past and i am pretty sure it will in future as well :)
Cheers!
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate .container { max-width: 100%!important; width: 100%!important; margin: 0!important; padding: 0!important; }Best regards,
YigitHi!
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
Cheers!
YigitHi,
Please firstly install and start using child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
then go to enfold/config-templatebuilder/avia-shortcodes/postslider.php file and find
if($show_meta && !empty($excerpt)) { $meta = "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $meta .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $meta .= "</div>"; if($blogstyle !== "elegant-blog") { $output .= $meta; $meta = ""; } }cut & paste it right above following line
$output .= "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";Best regards,
YigitHey!
Can you please change the code to following one?
#header_meta { margin-top: -25px; } #header_meta .container { position: relative!important; top: 20px!important; } .header_scrolled .social_bookmarks, .header_scrolled .phone-info { background: #1e2a87!important; } .social_bookmarks, .phone-info { padding-right: 20px; padding-left: 20px; }If that does not help, please post FTP logins here privately as well
Regards,
YigitHi,
I changed your shortcode to following one
function news_shortcode($atts = [], $content = null) { $output = "just test my things"; return $output; } add_shortcode('wporg', 'news_shortcode');Please review your website now
Enjoy your holidays!
Best regards,
YigitDecember 28, 2016 at 1:38 am in reply to: Background Image Removing Code doesn´t work with fixed Image/ parallaxe #728323Hi,
Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { #your-unique-id { background: #000000 !important; } }If that too does not help, please create a temporary admin login and post it here privately so we can look into it.
Enjoy your holidays!
Best regards,
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
December 28, 2016 at 1:35 am in reply to: How to reduce the header gap when the menu is hidden? #728322Hi,
Can you please flush browser cache and refresh your page a few times. There is no gap on my end at the moment. If you would like to reduce top padding on transparent pages
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 10px; }Best regards,
YigitHi,
@apajo Please flush cache and refresh your page a few times. If that does not help, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it.
If you post your credentials here, they will be visible to creator of this thread as well.Enjoy your holidays!
Best regards,
YigitDecember 28, 2016 at 1:12 am in reply to: Change h3 tags in footer widget – Child theme of Enfold #728320Hi,
Please add following code to Functions.php file of your child theme in Appearance > Editor
function ava_remove_footer_widgets(){ unregister_sidebar( 'av_footer_1','av_footer_2','av_footer_3','av_footer_4','av_footer_5' ); register_sidebar(array( 'name' => 'Footer - column1', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h5 class="widgettitle">', 'after_title' => '</h5>', 'id'=>'av_footer_1' )); register_sidebar(array( 'name' => 'Footer - column2', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h5 class="widgettitle">', 'after_title' => '</h5>', 'id'=>'av_footer_2' )); register_sidebar(array( 'name' => 'Footer - column3', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h5 class="widgettitle">', 'after_title' => '</h5>', 'id'=>'av_footer_3' )); register_sidebar(array( 'name' => 'Footer - column4', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h5 class="widgettitle">', 'after_title' => '</h5>', 'id'=>'av_footer_4' )); register_sidebar(array( 'name' => 'Footer - column5', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h5 class="widgettitle">', 'after_title' => '</h5>', 'id'=>'av_footer_5' )); } add_action( 'widgets_init', 'ava_remove_footer_widgets', 11 );You would need to update your widget areas.
Enjoy your holidays!
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) { .aviaccordion-preview { width: 60%!important; }} .aviaccordion-excerpt { color: orange; }Enjoy your holidays!
Best regards,
YigitDecember 28, 2016 at 12:29 am in reply to: Using Multiple Images with Woocommerce Variable Products #728318Hey!
Have you tried using this plugin – https://woocommerce.com/products/woocommerce-additional-variation-images/
Best regards,
YigitHey!
In your case, i think it would be the best if you used Catalogue element. An example can be seen here – http://kriesi.at/themes/enfold-restaurant/menu/.
Regarding +/- buttons, Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)Enjoy your holidays!
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-caption-style-overlay .custom-title { display: none; }and then edit your images and add titles wrapped in span with “custom-title” as custom class.
Enjoy your holidays!
Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
function av_move_sale(){ ?> <script> jQuery(window).load(function(){ jQuery("#top .onsale").detach().appendTo('.thumbnail_container') }); </script> <?php } add_action('wp_footer', 'av_move_sale');Best regards,
YigitHey amerisource,
Please add following code to Functions.php file of your child theme in Appearance > Editor
add_action( 'init', 'register_my_new_menu' ); function register_my_new_menu() { register_nav_menu('footer-second',__( 'Footer Second Menu' )); }and then add edit your footer.php file and add following code before Socket closing div
<?php wp_nav_menu( array( 'theme_location' => 'footer-second', 'container_class' => 'my_extra_menu_class' ) ); ?>Best regards,
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
Hi,
We will need FTP logins to update the theme for you. If you do not know them, please ask your hosting provider and post them here privately.
We could try updating the theme from WordPress dashboard but if we run into an unexpected issue and site crashes, we would need your FTP logins to fix, so we prefer not to take the risk, even if it is a small one :)Enjoy your holidays!
Best regards,
YigitHi!
Custom CSS code i add to Quick CSS field is not working. Please try adding following code to enfold/css/custom.css file via FTP
#header_meta { margin-top: -25px; } #header_meta .container { position: relative; top: 20px; } .header_scrolled .social_bookmarks, .header_scrolled .phone-info { background: #1e2a87!important; } .social_bookmarks, .phone-info { padding-right: 20px; padding-left: 20px; }and then set header height to 120px in Enfold theme options > Header
For these changes you would not really need a child theme however if you are going to modify theme files, definitely recommended – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
YigitHi JK,
They work fine on my iphone 5s as well. Maybe you figured it out already? :)
Great photos by the way!Enjoy your holidays!
Best regards,
YigitDecember 27, 2016 at 10:58 pm in reply to: Show only certain posts in Post slider/post grid – or – not current post #728307Hi Jeff,
Please use Blog Posts element instead of Masonry element and edit the element and set the “Offset Number” to not allow duplicate posts.
Enjoy your holidays!
Best regards,
YigitHi,
Please add following code to functions.php file in Appearance > Editor as well
add_theme_support('avia_no_session_support');Best regards,
YigitHi,
You should add following code to Quick CSS in Enfold theme options under General Styling tab and adjust it as needed
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }If that still does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitHi,
Your website currently looks fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) { h1.av-special-heading-tag { font-size: 25px!important; }}Best regards,
YigitHi,
I cannot see a button element on your homepage. Which page should we check?
Please refer to this post – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and enable debugging mode to see shortcodes in default editor.
I replied you here already – https://kriesi.at/support/topic/text-exit-frome-the-page/. Let us stick to that thread regarding text issue :)
Enjoy your holidays!
Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
add_action( 'woocommerce_after_order_notes', 'custom_referer_field' ); function custom_referer_field( $checkout ) { echo '<div id="checkout-referer-field"><h2>' . __('Heading') . '</h2>'; woocommerce_form_field( 'custom_referer', array( 'type' => 'text', 'class' => array('custom-referer form-row-wide'), 'label' => __('How did you know about us?'), 'placeholder' => __('Referer'), 'required' => true, ), $checkout->get_value( 'custom_referer' )); echo '</div>'; } /** * Process the checkout */ add_action('woocommerce_checkout_process', 'custom_referer_field_process'); function custom_referer_field_process() { // if the field is set, if not then show an error message. if ( ! $_POST['custom_referer'] ) wc_add_notice( __( 'Please enter referer.' ), 'error' ); } /** * Update the order meta with field value */ add_action( 'woocommerce_checkout_update_order_meta', 'custom_referer_field_process_order_meta' ); function custom_referer_field_process_order_meta( $order_id ) { if ( ! empty( $_POST['custom_referer'] ) ) { update_post_meta( $order_id, 'Referer', sanitize_text_field( $_POST['custom_referer'] ) ); } }Best regards,
YigitHi Terry!
I am afraid the only way to get full support and theme updates is by having access to a Themeforest account which was used to purchase the theme.
The easiest way would be to get in touch with your developer and ask him for the purchase code and an API key. That would allow you to create a forum account here (one that got access to more than the pre-sale question area) and would also allow you to update the theme from your backend.
If you cant get in touch with your developer for whatever reason, you can also try to contact Envato support and ask them if its possible for them to credit the purchase to a Themeforest account of your own: https://help.market.envato.com/hc/en-us/requests/new
However this will probably only work if your developer already sent you a payment receipt or something similar for the purchase.Last option would be to create a themeforest account of your own and use it to re-purchase the theme.
I hope one of the first two options works out for you, but unfortunately we can’t help until we have a valid verification that the theme was purchased properly. This is necessary for us, since there are quite a few people out there who don’t buy the theme on themeforest and instead download it for free on illegal file sharing sites and then even have the audacity to ask us for support.
Sorry for that!
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_left #main { margin-left: 20%; } .html_header_sidebar #top #header { width: 20%; }Best regards,
Yigit -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
