Forum Replies Created

Viewing 30 posts - 62,461 through 62,490 (of 66,027 total)
  • Author
    Posts
  • in reply to: new social icons #173131

    Hello!

    I tested this and successfully added the QQ social icon on the header. I followed Dude’s instruction.

    1.) Edit includes > admin > register-admin-options.php, find this code on line 905:

    'Behance' => 'behance',

    Add this code below:

    ‘QQ’ => ‘qq’,

    2.) Edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['qq']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue908');
    return $icons;
    }

    3.) Go to Enfold > Header > Add the “QQ” social icon. Save changes.

    This is the screenshot of the result:

    Regards,
    Ismael

    in reply to: Yoast is still breaking my site #173103

    Hi!

    Username and password invalid. Please check it again.

    Cheers!
    Ismael

    in reply to: issue adding your own sliders #173099

    Hi acmelite1!

    What do you mean by “custom coding the theme”? Can you give us a link to your website please? What type of slider are you using?

    Cheers!
    Ismael

    in reply to: Archives widget with months in english #173027

    Hi gianmarizzi!

    I’m sorry but I don’t understand it clearly. The Archives Widget is in english by default.

    Cheers!
    Ismael

    Hey!

    1.) There is no 12 column option for the portfolio. The maximum is 5 columns.

    2.) What is the size of the portfolio featured image that you’re trying to upload? This is the thumbnail size use for the portfolio 4-5 columns:

    $avia_config['imgSize']['portfolio_small'] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns

    Best regards,
    Ismael

    in reply to: Mega Menu Limits? #173003

    Hey!

    Please try to add this on your .htaccess:

    php_value max_input_vars 5000

    You can also ask your host to edit php.ini and increase the max_input_vars to 5000.

    Best regards,
    Ismael

    in reply to: Footer customisations #173001

    Hello davidrk!

    1.) If you are using the Custom Menu Widget, you can just create a new menu without submenu items on Appearance > Menus. Select it as the menu on the custom menu widget.

    2.) You can use this plugin: http://wordpress.org/plugins/addthis/

    3.) You can use the Contact Form 7 plugin. Place a text widget then add the form’s shortcode.

    Cheers!
    Ismael

    in reply to: Vertical align portfolio title in a grid #172999

    Hi oliviad!

    You can use this to move the title downwards:

    .grid-entry-title {
    position: relative;
    top: 10px;
    }

    Regards,
    Ismael

    in reply to: Changing Default Body Font from Italic to Normal?? #172993

    Hello divestIT_1!

    Can you point us to the text that is italicised? There are lots of elements on the theme. You can add this on your custom.css or Quick CSS:

    body, body p, em {
    font-syle: normal;
    }

    Regards,
    Ismael

    in reply to: mobile navigation #172959

    Hi!

    A lot of Enfold users have this plugin: http://wordpress.org/plugins/wordpress-seo/

    Cheers!
    Ismael

    in reply to: Problem highlight main navigation #172958

    Hey!

    I’m sorry but you need jQuery to accomplish this. This is beyond of what we can do as a support team. The current-page-item only work when you click on a menu item and load a different page. You are working on a menu which only links on the same page. Please hire a freelance developer to modify the menu for you.

    Regards,
    Ismael

    in reply to: Layout elements issue #172956

    Hello!

    Right now, you can only use the available column layouts. If you want a more extensive layout, you can create it manually using the text editor. You can create divs and define the width on the Quick CSS field. Can you give us a mockup of what you’re trying to achieve?

    Best regards,
    Ismael

    in reply to: Remove debugging code from page source. #172955

    Hi unclemurray!

    You can add this on functions.php:

    remove_action('wp_head','avia_debugging_info',1000);

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: help with top margin #172865

    Hello!

    The header meta is now hidden on IE10, please remove browser cache then reload the page. Add this on your custom.css or Quick CSS to add a background on the header when you scroll the page.

    .header_color.header-scrolled .header_bg {
    background: #22324b;
    }

    Cheers!
    Ismael

    in reply to: Change widget title font #172864

    Hi tgdigitalsolutions!

    You can add this on your custom.css or Quick CSS:

    .main_color h3.widgettitle {
    font-weight: bold;
    color: red;
    }

    Best regards,
    Ismael

    in reply to: Wider Blog Body in Single Author Fullwidth #172863

    Hello!

    You can use this:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }

    Cheers!
    Ismael

    in reply to: My firsts problems with Enfold #172858

    Hi LRS123!

    1.) Please recreate the page, go to Advance Layout Builder. Don’t insert the Content Slider on a Color Section element. Color Section will always be full width. Select a right or left sidebar on the Layout.

    2.) Add this on your custom.css or Quick CSS:

    .slide-meta {
    display: none;
    }

    3.) 1024px is too big for the header. You can add this on your custom.css or Quick CSS to specify the logo width:

    .logo img {
    width: 710px;
    height: auto;
    }

    Best regards,
    Ismael

    in reply to: Upgrading theme without losing customization #172857

    Hello!

    You don’t need to copy functions.php file if you didn’t change anything on it. We really can’t tell you exactly which files to copy on the child theme since you are the only one who know the changes you made on the theme. It is suggested to set up a child theme right before you change anything on the theme files and before you add anything on the website. If you only did some css changes on the Quick CSS or custom.css, you can copy those directly on the child theme’s style.css.

    Best regards,
    Ismael

    in reply to: Team Member bugs #172856

    Hey!

    1.) I inspect the code, I can only see two avia-team-member element. Please add it again manually.

    2.) Please try to use a different icon for the Social Service or Icon Links. See if it work.

    3.) Please add this on your custom.css or Quick CSS:

    .team-social a {
    float: left;
    }
    
    .team-social-inner {
    padding-left: 20%;
    }

    Best regards,
    Ismael

    in reply to: IE8 Issues + others? #172855

    Hey!

    Please let us know if the solution work. :)

    Regards,
    Ismael

    in reply to: Social Badges in IE8 #172854

    Hey!

    I find a temporary solution for the social icons. You can edit header.php, find this code:

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    Get the actual html code of the social icons using the Google Chromes Inspect element. I get yours, you can use it to replace the code above:

    ?>
    <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_facebook social_icon_1"><a target="_blank" href="http://facebook.com/schiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="http://twitter.com/ralf_schiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_xing social_icon_3"><a target="_blank" href="https://www.xing.com/profiles/Ralf_Schiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_linkedin social_icon_4"><a target="_blank" href="http://de.linkedin.com/in/ralfschiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_rss social_icon_5"><a href="http://www.schiering.com/feed" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li></ul>
    <?php

    The social icons will now render properly on IE8.

    Regards,
    Ismael

    in reply to: How to get rid of some things #172847

    Hi!

    Try to upload a large image as product thumbnail. You’re uploading an image with 350x350px in size. WP doesn’t have the chance to crop it. You can edit the single product thumbnail size on config-woocommerce > config.php, find this code:

    $avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);

    Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    Hey!

    It’s just not doable the way the theme structure has been laid out. I think the Flashlight theme is closer to what you’re looking for. You can also try to edit the page, choose the Template “Blank – No header No Footer”. On column layout, insert the 1/3 and 2/3 column for example. Add the Widget Area element inside the 1/3 column then the content on the 2/3 column.

    Best regards,
    Ismael

    in reply to: Header image not "sticking" #172839

    Hi!

    You can add this on your custom.css or Quick CSS:

    .header_color .main_menu ul {
    background: transparent;
    }
    
    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }

    If you want a border below, just add this:

    #header {
    border-bottom: 1px solid #444444;
    }

    Cheers!
    Ismael

    in reply to: Mobile menu toggle #172838

    Hi!

    Can you please give us a link to the actual website? We can adjust the position of the toggle menu via CSS.

    Cheers!
    Ismael

    in reply to: issue with button #172837

    Hey totofunk!

    You need to use the form tag to make a download button.

    <form><input type="button" value="Download Now" onClick="window.location.href='DOWNLOAD LINK HERE'"></form>

    Cheers!
    Ismael

    in reply to: Moving the phone number #172836

    Hi!

    You can add this on your custom.css or Quick CSS:

    #top .sub_menu>ul {
    float: right;
    }
    
    .social_header .phone-info {
    margin-top: 0;
    position: absolute;
    top: 40px;
    height: 80px;
    }
    
    #menu-item-2594 > a {
    text-indent: -9999px;
    background: url('http://217.147.86.171/~mainline/wp-content/uploads/menu_home_symbol.png') no-repeat center center;
    width: 50px;
    height: 26px;
    position: absolute;
    top: 40px;
    right: 5px;
    }

    Best regards,
    Ismael

    Hi igalaxy!

    1.) I don’t see the navigation bar moving side to side. I checked the site on IE8, 9 and 10. What OS are you testing it with?

    2.) You can change the html background color:

    html {
    background-color: #eda68e;
    }

    Cheers!
    Ismael

    in reply to: Several issues after update #172832

    Hi mroessler190488!

    1.) You can’t use the whole shortcode list inside the Advance Layout Builder. You need to switch to default editor.

    2.) The update didn’t change the structure of the theme. There are added features but the layout and SEO built remain untouch. We can’t really know for sure why the rankings drop because we are not SEO expert ourselves.

    3.) Can you give us a link to the website please? We need to see the css and html invalid markup list.

    Regards,
    Ismael

    Hi neotemplates!

    You can use the dynamic sidebar function. First, you need to register the sidebar on includes > admin > register-widget-area.php. Find this code:

    foreach ($sidebars_to_show as $sidebar)
    		{
    			register_sidebar(array(
    				'name' => 'Single Product Pages',
    				'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 
    			'after_widget' => '<span class="seperator extralight-border"></span></div>', 
    			'before_title' => '<h3 class="widgettitle">', 
    			'after_title' => '</h3>', 
    			));
    		}

    Below, add the event widget area:

    foreach ($sidebars_to_show as $sidebar)
    		{
    			register_sidebar(array(
    				'name' => 'Event Pages',
    				'id' => 'event-sidebar',
    				'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 
    			'after_widget' => '<span class="seperator extralight-border"></span></div>', 
    			'before_title' => '<h3 class="widgettitle">', 
    			'after_title' => '</h3>', 
    			));
    		}

    We named the widget area “Events Pages”, you have to look for this on Appearance > Widgets. Next, edit the template that you created using the page.php, find the sidebar code:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				get_sidebar();

    We need to call the event-sidebar widget area id, replace the above code with:

    echo '<div class="sidebar three alpha units"><div class="inner_sidebar extralight-border">';
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				dynamic_sidebar( 'event-sidebar' );
    				echo '</div></div>';

    You can now place widgets on Appearance > Widgets > Event Pages widget area.

    Cheers!
    Ismael

Viewing 30 posts - 62,461 through 62,490 (of 66,027 total)