Forum Replies Created

Viewing 30 posts - 61,711 through 61,740 (of 66,645 total)
  • Author
    Posts
  • in reply to: Navigation arrow/pointer #198873

    Hey GallusPromotions!

    What arrow or pointer? Are you talking about the avia-menu-fx that shows on current menu item?

    Best regards,
    Ismael

    in reply to: Fixed layout not working #198871

    Hey tobylove!

    I checked the website and the Service menu looks fine on all screen sizes: http://responsinator.com/?url=http%3A%2F%2Fwww.vertigosalonla.com%2Fnew%2Fservice%2F

    Best regards,
    Ismael

    in reply to: logo resize #198869

    Hi!

    Please change this line of code on Yigit’s solution:

    @media only screen and (min-width: 767px) and (max-width: 1120px) { 
    #header .avia_mega_div { width: 800px; } }

    Replace it with:

    @media only screen and (min-width: 767px) and (max-width: 1120px) { 
    #header .avia_mega_div.avia_mega6 { width: 800px; } }

    Regards,
    Ismael

    in reply to: Remove WP Login from Header #198867

    Hey axiom555!

    What do you mean by WP Login? Can you please give us a link to your website?

    Cheers!
    Ismael

    Hi!

    Please check the wp-config.php file, look for this code:

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    The DB_CHARSET should be set to utf8.

    Best regards,
    Ismael

    Hi ShortieD!

    Please use this:

    .slide-entry-excerpt.entry-content {
    font-size: 16px;
    line-height: 24px;
    }
    
    .slide-entry-title.entry-title {
    margin-bottom: 10px;
    }

    Best regards,
    Ismael

    in reply to: How to disable one of the responsive layouts? #198864

    Hey fluent_Agency!

    Edit css > layout.css, find this code under Media Queries section:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    	@media only screen and (min-width: 768px) and (max-width: 989px) {
    
    		.responsive #top .mobileMenu{position: absolute; top: 50%; margin: -15px 0 0 0; width:250px; right:0; max-width: 250px;}
    		.responsive .main_menu ul:first-child > li > a { padding: 0 10px; }
    		.responsive #top #header {position: relative; }
    		.responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
    		.responsive #top #main   {padding-top:0; }
    		.responsive #main .container_wrap:first-child{ border-top:none; }
    		.responsive .mobile_slide_out .logo{float:left;}
    		.responsive .mobile_slide_out .logo img{margin:0;}
    		.responsive .mobile_menu_tablet .main_menu{display: none; }
    
    		}

    You can remove it but it will break the layout of the site. If you want the mobile menu to show under 1001px, please edit js > avia.js, find this code on line 89:

    switchWidth = 767;

    Replace it with:

    switchWidth = 1001;

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Disable Lightbox #198861

    Hey!

    Glad it worked. :)

    Regards,
    Ismael

    in reply to: iPad: Enfold – Avia Contactform submit doesn't work #198846

    Hey MatthijsLiethof!

    Can you please give us a link to the website? Please use this plugin: http://wordpress.org/plugins/easy-wp-smtp/
    I’ll ask Josue to check this on his iPad.

    Cheers!
    Ismael

    in reply to: Transparent Main Menu with Full Screen Slider #198844

    Hi!

    Please remove Josue’s code then use this instead to move the main container:

    #main {
    top: -88px;
    position: relative;
    }

    Regards,
    Ismael

    in reply to: Text Boxes Not Working #198843

    Hi jfannthemusicman!

    Do you have an administrator account? Can you please give us the login details? Set it as a private reply.

    Cheers!
    Ismael

    in reply to: portfolio grid problem #198842

    Hi!

    You’re using an old version of theme. Please download the latest version on themeforest then update the theme via FTP. Watch this video: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: width images masonry gallery #198841

    Hey!

    It is working properly when I tested it on your end. I created a Test page and follow the same options you mentioned above. This is the page: http://dev.mat3rial.com/goingpublic/test-2/

    Regards,
    Ismael

    Hi Barabbas!

    Do you mean that the Fullwidth Masonry element doesn’t work if you don’t add the Blog Posts element? It should work even without the Blog Posts element. Please deactivate all plugins then reload the page. Test it again.

    The masonry element is not working on this page: http://mashitout.com/home/

    Regards,
    Ismael

    in reply to: Align Featured Images to the Right #198833

    Hey proximomktg1!

    What type of Blog Style do you have? Can you please give us links to a sample post and portfolio item?

    Best regards,
    Ismael

    in reply to: Shop Page Layout and Features #198830

    Hey Imburr!

    Don’t set a Shop Base Page on WooCommerce > Settings > Pages. Create a page then insert the Product Grid element under Plugin Additions panel. Select 4 or 5 Columns. Use this page as your shop page.

    Regards,
    Ismael

    in reply to: Enfold: LayerSlider is not centered on iPad Mini #198825

    Hey gianmarizzi!

    Can you please give us a link to the website?

    1.) Make sure that you specify a Layers Container width on LayerSlider WP > Global Settings.

    2.) We need to see the website.

    3.) Try adding this on your custom.css or Quick CSS:

    html {
    min-width: 930px;
    }

    Regards,
    Ismael

    in reply to: Logo overlaps menu #198823

    Hey!

    I’m not sure why the code I provided doesn’t work but it is the same with Yigit’s. Anyway, you can add this to adjust the menu when the screen is less than 768px in width:

    @media only screen and (max-width: 768px) {
    .main_menu ul:first-child > li > a {
    padding: 0 5px !important;
    font-size: 10px;
    }
    }

    Regards,
    Ismael

    in reply to: Adding icon to the icon box #198816

    Hey!

    You can insert the Horizontal Rule element on top and at the bottom of the icon boxes to create a border like effect.

    Cheers!
    Ismael

    in reply to: Disable Lightbox #198815

    Hey jmaguirrei!

    Edit js > avia.js, find this code on line 54:

     //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Replace it with:

     //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    This will disable the lightbox. Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Renaming Portfolio #198560

    Hey hankin!

    You can change the portfolio slug on Enfold > General Settings > Portfolio: Enter a page slug that should be used for your portfolio single items.

    Best regards,
    Ismael

    in reply to: Menu resizing on page load #198558

    Hi RevolutionGroup!

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

    .main_menu ul:first-child > li > a {
    padding: 0 8px !important;
    }

    Best regards,
    Ismael

    in reply to: Advanced layer slider image size? #198556

    Hey!

    The demo uses images with 1600x470px dimension on the Layer Slider. Are you setting this images as the background?

    Cheers!
    Ismael

    in reply to: Menu CSS? #198555

    Hey Angiec13!

    Please remove the css modification that you added. Use this instead:

    #top .main_menu .menu li:hover {
    background: red;
    }

    Regards,
    Ismael

    in reply to: Portfolio grid queries #198554

    Hey!

    That is not possible at the moment. You can hire a freelance developer to modify the theme for you.

    Best regards,
    Ismael

    in reply to: subpages with own menue #198552

    Hey webop_germany!

    You can edit the menus on Appearance > Menus. Can you please give us more info about what you’re trying to do?

    Best regards,
    Ismael

    in reply to: Help-Site Layout #198421

    Hi!

    Please do the instruction above.

    Please use the Template Builder then insert the Text Area/ Callout / Quotes element, select the Callout for Text Styling.

    Cheers!
    Ismael

    in reply to: Can't add images to slider #198420

    Hey!

    Please give us a link to the website. Did you install any plugins? Please deactivate them then test it again on another browser.

    Cheers!
    Ismael

    in reply to: Custom Icon font size #198419

    Hey markbener!

    You can change the icon size using this:

    .iconbox_top .iconbox_icon {
    font-size: 24px;
    line-height: 24px;
    }

    The color can be change with this:

    .main_color.iconbox_top .iconbox_icon {
    color: red;
    }

    Cheers!
    Ismael

    in reply to: Adding Slider Via LayerSlider WP #198416

    Hey!

    Yes, that is the plugin. You need to experiment with the LayerSlider to achieve different effects. Watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4

    Best regards,
    Ismael

Viewing 30 posts - 61,711 through 61,740 (of 66,645 total)