-
Search Results
-
Hi guys
In the Child Theme Options > Advanced Styling > Main Menu Links, I have set a custom grey Font Color plus a custom Font Size.
That worked, however now there is no Hover or Active state color on the top menu. How do I set those elements up?
Thanks
Topic: Site Broken on Desktop only
Hello – Recently our site completely broke for Desktop mode and is now getting 403 Errors for many sources when we look at the console. Could someone help or give us advice on this error? Not really sure what happened.
Please Help.
My client’s website home page has lots of missing and not working features.
I went into the dashboard and the features are missing in the builder as well.
(1) The background image is gone from the top of the page.
(2) the animation feature is no longer available for the icons in the builder.
Please advise.
Thank you.
PattyHi,
I have the breadcrumb title bar “fixed” at the top of my Portfolio page which I like. However, a space appears above the bar as soon you scroll down. When the screen is reduced (i.e. on smaller devices), there is a large space/gap at the top of the breadcrumb bar. Can I remove this space/gap so that the breadcrumb bar sits flush at the bottom of the navigation bar and remains fixed? I would actually like it to have no space for both the web browser and the mobile devices.
Second, I have selected the left sidebar to display the Portfolio Projects (all the portfolio items). However, the sidebar won’t display on the page. How can I get the sidebar to display the Portfolio Projects widget (I created a widget named Projects, and added the portfolio items for that widget)? Page in question is posted below:
Thanks
Hi,
I recently moved my site to a new server and posted some new stuff in the blog.
then i realized the imported tables did not have a primary key and auto increment enabled, i fixed that manually and my last post stopped working in the avia page builder…
i tried copying all the content from database to a “Text area” in a new post, first it loaded correctly and avia page builder was refreshed with all the visual help… then it stopped loading again
when i click edit on that specific page the page builder is stuck on loading…
here’s the address to the page : http://www.kamancomputer.com/persian-pdf-kindle/Hi Kriesi Support,
I am about to create a separate mobile menu based on thread: https://kriesi.at/support/topic/different-menu-on-mobile-view/
Now my question is: how to change section menu colors? Colored text (‘button style’ menus) should change in colored background sections instead. So the whole ‘home’ row must change into orange and the ‘portfolio’ row should be green (and ‘about’ red).
Do you guys perhaps have a solution for this? I think you do :)
Thanks in advance.
Regards,
PeterTopic: JS child theme problem
OK, so trying to edit avia.js – I’ve added to child theme in /js folder, and added this code to functions.php to make it include:
— https://kriesi.at/support/topic/use-avia-js-in-child-theme/Doesn’t seem to be working right though – in Chrome inspector ‘resources’ I see two avia.js being loaded now – the old one and the new one. The old one seems to be overwriting my edits!
What I’m trying to achieve is to stop mobile scrolling to top on menu tap (thread is here – https://kriesi.at/support/topic/advanced-menu-toggle-on-desktop-seems-to-be-an-anchor-tag/#post-626159)
… it’s one tiny edit to the js file.I have no idea about PHP syntax, so I have a feeling the functions.php is not working properly – can you take a look?
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ /* Register frontend javascripts */ if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false ); wp_enqueue_script( 'avia-default-child' ); } // STOP SCROLL TO TOP ON MOBILE MENU function removeScrollToTop(){ ?> <script> jQuery(document).scroll(function() { jQuery("#advanced_menu_toggle").removeAttr("href"); jQuery("#advanced_menu_hide").removeAttr("href"); }); </script> <?php } add_action('wp_head', 'removeScrollToTop'); // INCLUDE OTHER CUSTOM FILES add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } // hide logo add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Bill Tribble"; return $sub; } //set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; } // TURN ON CUSTOM CLASSES add_theme_support('avia_template_builder_custom_css'); // CHANGE MOBILE MENU ICON add_filter('avf_default_icons', function($icons) { $icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811'); return $icons; }, 10, 1); add_filter('avf_portfolio_cpt_args','avia_add_portfolio_revision', 10, 1); function avia_add_portfolio_revision($args) { $args['supports'] = array('title','thumbnail','excerpt','editor','comments','revisions'); return $args; } // PAUSE VIDEOS WHEN NOT IN VIEW wp_enqueue_script( 'isInViewport', get_bloginfo( 'stylesheet_directory' ) . '/js/isInViewport.js', array( 'jquery' ), CHILD_THEME_VERSION ); // EDIT PASSWORD FORM TEXT function my_password_form() { global $post; $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID ); $o = '<div class="center-text"><form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" method="post"> <p> ' . __( "Sorry, but this project is protected by a Non Disclosure Agreement (NDA). You'll need a password to see the case study - please " ) . '<a href="http://www.btribble.dev#contact">' . __("contact me" ) . '</a>' . __(" for access." ) . ' </p> <label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" maxlength="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" /> </form></div> '; return $o; } add_filter( 'the_password_form', 'my_password_form' ); ?>Any suggestions on how to fix this welcome! My aim is to stop the mobile menu scrolling to top when tapped.
Thanks!
Viewing 30 results - 95,731 through 95,760 (of 142,845 total)



