Forum Replies Created

Viewing 30 posts - 61,681 through 61,710 (of 66,645 total)
  • Author
    Posts
  • in reply to: Instant Ajax Search on sidebar? #199388

    Hi!

    I checked the search form and it is working properly. You just need to add this on Quick CSS:

    .flex_column.av_one_fourth.first.avia-builder-el-5.el_after_av_one_half.column-top-margin {
    z-index: 999;
    }

    Best regards,
    Ismael

    in reply to: Menu names #199387

    Hi!

    The theme location name is “avia”.

    //ADD LOGIN LINK TO MENU
    add_filter('wp_nav_menu_items', 'voodoo_loginout_link', 10, 2); 
    
    function voodoo_loginout_link($items, $args) {
    if( $args->theme_location == 'avia' ) {
    $voodooredir = htmlspecialchars($_SERVER['REQUEST_URI']);
    $loginoutlink = wp_loginout($voodooredir, false);
    return $items . "<li> $loginoutlink </li>";
    }
    return $items;
    }

    Cheers!
    Ismael

    in reply to: Issue Uploading Icon Fonts #199385

    Hey!

    Can you please give us a link to the website? Please download the theme again on your themeforest account then override the existing one via FTP. Watch this video: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: Different Footers for Different Pages #199384

    Hey smlsit!

    That is not possible at the moment. You can only change the footer widgets on Appearance > Widgets > Footer columns. You would need to hire a freelance developer to add a new footer on the theme.

    Best regards,
    Ismael

    in reply to: Display post content in Tabs with shortcodes #199382

    Hi drjill!

    Thanks for the info. This is really useful. :)

    Regards,
    Ismael

    Hey!

    This is an example of the code for opening an html or a website on lightbox:

    <a href="https://kriesi.at/support/topic/broken-updates-prettyphoto-with-pages-and-ale-stripping-code?iframe=true" rel="prettyPhoto">Open This Topic on a Lightbox</a>

    Open This Topic on a Lightbox

    Add the “?iframe=true” at the end of the url. Don’t forget the rel=”prettyPhoto” attribute.

    Cheers!
    Ismael

    in reply to: Blog page, sidebar and calendar #199379

    Hi!

    Sure, you can edit the post then look for Layout > Sidebar Setting > choose a widget area. You can create a custom widget area on Appearance > Widgets > Enfold Custom Widget Area.

    Cheers!
    Ismael

    in reply to: Main menu bug front end #199378

    Hi!

    Please try to reset the permalink settings.

    1.) Login to the WordPress Dashboard
    2.) Click of Settings on the menu on the left hand side.
    3.) Click on Permanlinks under Settings.
    4.) Remember which setting it is set on now. (If you are using a custom structure, copy or save the custom structure somewhere.)
    5.) Select Default
    6.) Click on Save Changes
    7.) Change it back to the setting it was on before you selected Default. (Put the custom structure back if you had one.)
    8.) Click Save Changes

    Best regards,
    Ismael

    in reply to: Download link in lightbox? #199376

    Hey theworldawaits!

    Please refer to this link: https://kriesi.at/support/topic/download-links-inside-the-lightbox/

    Cheers!
    Ismael

    in reply to: Images not resizing propoerly #199369

    Hey!

    You can change all the thumbnail sizes on functions.php, find these line of codes:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider

    Regards,
    Ismael

    in reply to: Images not resizing propoerly #199367

    Hi!

    Please edit config-woocommerce > config.php, find this code:

    $avia_config['imgSize']['shop_thumbnail'] = array('width'=>120, 'height'=>120);

    Replace it the width and height:

    $avia_config['imgSize']['shop_thumbnail'] = array('width'=>300, 'height'=>300);

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

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Avia Menu Underline width #198941

    Hi Glyphism!

    We need to see the actual website so that we can inspect it. We don’t know the CSS changes that you did on the website.

    Best regards,
    Ismael

    in reply to: I can't upload an image in my portfolio! #198936

    Hey!

    I’m sorry for the inconvenience but can you please create a Test WordPress Installation? Just download the latest version of WordPress then create a test website. Activate the Enfold theme, see if the same issue exist.

    Best regards,
    Ismael

    in reply to: add google font #198935

    Hey!

    I’m not sure why the filter is not working but you can still add the font. Edit includes > admin > register-admin-options.php then find this code on line 289:

    'Yellowtail'=>'Yellowtail',

    Below, add this code:

    'Oxygen'=>'Oxygen:400&subset=latin,latin-ext'

    Again, find this code on line 321:

    'Lora'=>'Lora',

    Below, add this code:

    'Oxygen'=>'Oxygen:400&subset=latin,latin-ext'

    Remove browser cache then reload the dashboard.

    Best regards,
    Ismael

    Hi!

    Please deactivate all plugin specially the Nextgen Gallery. See if the issue goes away. Test it on another browser. We don’t want to mess with your plugin settings.

    Cheers!
    Ismael

    in reply to: Slider background full width #198932

    Hi!

    I changed the background of the Test Slide and it works fine. I’m not sure why the background settings get stuck or why the background images are repeated. Anyway, I think the background is fixed: http://naturaintegrativehealth.com/

    Cheers!
    Ismael

    in reply to: Serious responsiveness issue #198926

    Hi!

    Please edit header.php, find this code:

    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    
    ?>

    Below, add this code:

    <script type="text/javascript">
    (function() {
    	var meta = document.createElement("meta");
    	meta.setAttribute('name','viewport');
    	var content = 'initial-scale=';
    	content += 1 / window.devicePixelRatio;
    	content += ',user-scalable=no';
    	meta.setAttribute('content', content);
    	document.getElementsByTagName('head')[0].appendChild(meta);
    })();
    </script>

    I’m not sure if this is going to work but it’s worth a try. According to the author of the code it will equalize the CSS pixel density on mobile devices.

    Best regards,
    Ismael

    in reply to: Portfolio grid queries #198920

    Hi!

    1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page. The page id on your end might be different.

    .page-id-2251 .column-top-margin {
    margin-top: 20px;
    }

    2.) Add this on your custom.css or Quick CSS to fix Peter’s picture:

    .avia-team-member {
    margin: 0;
    clear: both;
    }

    3.) Use this to remove the content slider heading:

    .avia-content-slider .slide-entry-title {
    display: none;
    }

    4.) Use this to move the button:

    .page-id-1212 .avia-button-wrap {
    margin-top: -20px;
    }

    Regards,
    Ismael

    in reply to: Loop and preview bug with ajax portfolio #198914

    Hey!

    You can use goo.gl or tinyurl.com to hide the website’s URL. Post it here as a private reply.

    Best regards,
    Ismael

    in reply to: Header Customisation #198907

    Hey 500Webmaster!

    This will be easier if you use the header with the bottom navigation. Add this on your custom.css or Quick CSS to move the menu on the title container:

    #header_main_alternate {
    border: none;
    }
    
    .bottom_nav_header.social_header .main_menu {
    top: 10px;
    }
    
    #header_main_alternate .container {
    height: 0;
    }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a, .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }
    
    .bottom_nav_header.social_header #top .main_menu .menu-item-search-dropdown {
    float: left;
    }

    To add more content on the header section, please edit header.php then find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    You can add text or image code below.

    Regards,
    Ismael

    in reply to: Sidebar Question (: #198899

    Hey Haycreations!

    Can you please give us a link to the Blog and Shop page? This is a bit tricky because you need to change the width of the content to adjust the size of the sidebar. Another thing is, you need to adjust it on different screen sizes. Example:

    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 860px;
    }
    }

    Best regards,
    Ismael

    in reply to: socket background image not working #198897

    Hey!

    I managed to change the socket background: http://www.acmena.com.au/

    Please add this on Quick CSS to change the copyright text:

    #socket .copyright, .socket_color a {
    color: #333;
    }

    Cheers!
    Ismael

    Hey!

    Please use this instead:

    .social_header .phone-info span {
    font-size: 20px;
    color: orange;
    }

    Cheers!
    Ismael

    in reply to: Post widget / link #198889

    Hi oliviad!

    1.) You can remove the link on the small icon. Edit js > avia.js, find this code:

    $.avia_utilities = $.avia_utilities || {};

    Below, add this code:

    $("a.small-preview").removeAttr("href");

    Remove browser cache then reload the page a few times.

    2.) Can you please give us a link to the page with the actual widget?

    Cheers!
    Ismael

    in reply to: displaying portfolio excerpt in portfolio grid #198885

    Hey ShortieD!

    Are you talking about the Portfolio Grid element? You can configure the option then look for “Excerpt”, choose Title and Excerpt.

    Best regards,
    Ismael

    in reply to: Having all toggles open isn't working #198884

    Hi!

    I’m sorry but can you point me to the page with the toggle shortcode? I can’t find it.

    Cheers!
    Ismael

    in reply to: portfolio made from pages not posts? #198883

    Hey!

    You can use the Fullwidth Masonry Gallery element to replicate thebeautysalon’s grid images. And if you don’t mind, you can create Portfolio items with a unique category. Use these portfolio items on a Portfolio Grid element. You can choose not to display the portfolio title using CSS and disable the portfolio grid images link if you want.

    Regards,
    Ismael

    in reply to: What are the updates for December if any? #198879

    Hi Monsoon!

    Kriesi is currently working on the 2.5 version of the theme. There are various element fixes but we still don’t know if there are any added features. Make sure to check https://www.facebook.com/kriesi.at?ref=br_tf and follow Kriesi on https://twitter.com/Kriesi for future update announcement.

    Cheers!
    Ismael

    in reply to: Disable fullscreen slider in mobile #198876

    Hi!

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

    @media only screen and (max-width: 767px) {
    #fullscreen_slider_0 { display: none;}
    }

    Remove browser cache then reload the page

    Regards,
    Ismael

    in reply to: Home Page displaying as blank white page… #198875

    Hey!

    I flushed the Theme Options > Frontpage Settings and it started to work again. Please check: http://arabellafoods.co.uk/

    Regards,
    Ismael

Viewing 30 posts - 61,681 through 61,710 (of 66,645 total)