Forum Replies Created

Viewing 30 posts - 61,291 through 61,320 (of 66,939 total)
  • Author
    Posts
  • in reply to: Centering words in mobile menu dropdown #211041

    Hey Vada!

    I’m really not sure if this is possible with css. I think the option or select styling depends on the browser. Please hire a freelance developer to modify the option alignment using javascript.

    Cheers!
    Ismael

    in reply to: Cart Side Problem with Size #211040

    Hey!

    Is this the cart widget? I’m sorry I don’t understand the language. We need the actual website so that we can inspect the buttons and give you a proper css solution.

    Regards,
    Ismael

    in reply to: Responsive random quote section #211039

    Hey!

    Please post the login details here and the actual background image. I will try to tweak it.

    Regards,
    Ismael

    in reply to: Blog Posts –> Specific Post #211038

    Hey!

    Give the post a unique category to the post.. or tag if you choose to display a custom taxonomy. Select this category or tag on the Blog Posts element then set only “1” on Posts number and disable the Pagination.

    Best regards,
    Ismael

    in reply to: Customizing buttons? #211037

    Hey!

    Did you use the button element or shortcode? You change the text color using this on Quick CSS:

    #top .main_color .avia-button.avia-color-theme-color, #top .main_color .avia-button.avia-color-theme-color:hover {
    color: blue;
    }

    Change the button background using this:

    .main_color .avia-color-theme-color {
    background-color: red;
    }

    There are lots of tutorial on how to create a custom button. We need to see the button that you designed.

    Best regards,
    Ismael

    in reply to: Enfold Layerslider not working #211033

    Hey!

    You should export the slides inside the wp_layerslider not the wp_layerslider table. Have you tried that?

    Cheers!
    Ismael

    in reply to: layerslider stopped working #211032

    Hi sivanrevivo1!

    The theme’s default LayerSlider plugin does not support shortcodes. You need to install it as a standalone plugin. You can purchase it on codecanyon. Please use the Advance Layout Builder if you want the layer slider.

    Regards,
    Ismael

    in reply to: Search Not Working #211029

    Hi mcuria!

    You have an old version of the theme, download the latest version on your themeforest account then update your installation via FTP. The update might fix the issue. Watch this video by Devin on how to update via FTP: https://vimeo.com/channels/aviathemes/64927356. Also, deactivate existing plugins then test the search again on another browser.

    Cheers!
    Ismael

    in reply to: Sidebar menu: need to emphasize ! #211028

    Hi!

    The image on the link is so small and it can’t be opened via lightbox. Please post the screenshot on imgur. Make sure it is clear and big so that we can understand what you want. Thanks.

    Regards,
    Ismael

    in reply to: Lizenzkauf für Kunde #211024

    Hi Hannes!

    I’m not sure if understand you correctly. Can you please translate it to english? You can also wait for Dude’s response.

    Best regards,
    Ismael

    Hi!

    Have you tried the solution above? Please give us a link where you tested it. We’ll inspect the page.

    Regards,
    Ismael

    in reply to: How to adjust height of header #211018

    Hi!

    You just need to change these line of codes:

    if(st < el_height/2)

    Replace with:

    if(st < el_height/1.5)

    And this line of code:

    newH = el_height/2;

    Replace it with:

    newH = el_height/1.5;

    You can see those lines inside the function avia_header_size() on line 1285. Remove browser cache and reload the page a few times to see the effect.

    Cheers!
    Ismael

    in reply to: Add a new custom font #211016

    Hi Kvanto!

    Please locate this code on functions.php, you can find it at the very top:

    global $avia_config;

    Below, add the google font filter:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow';
    $fonts['PT Sans'] = 'PT Sans';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow';
    $fonts['PT Sans'] = 'PT Sans';
    return $fonts;
    }

    Cheers!
    Ismael

    in reply to: post multiple images #210844

    Hey xpoveda!

    Create a post then choose the Gallery format.

    Regards,
    Ismael

    in reply to: Problems adding a custom logo #210841

    Hi!

    I think it is because of the header_bg opacity. Please add this on Quick CSS:

    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Best regards,
    Ismael

    in reply to: Editing Back to Top Button #210840

    Hey sbrohamm!

    Edit footer.php, find this code on line 168:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    

    Replace it with:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link'>Back to top</a>
    

    Add this on Quick CSS:

    #scroll-top-link {
    height: 50px;
    width: 80px;
    font-size: 10px;
    }

    Best regards,
    Ismael

    in reply to: Recent Posts Widget Issue #210839

    Hey tmunz!

    Add this on Quick CSS:

    .image_size_widget .news-thumb img {
    width: 36px;
    max-height: 28px;
    }

    Best regards,
    Ismael

    in reply to: Enfold Layerslider not working #210824

    Hey!

    Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.

    Best regards,
    Ismael

    in reply to: Dropdownliste main menu #210810

    Hi!

    Can you please give us a link to the actual page? We would like to inspect the image. The code above should work for border radius but I guess the image on your page have different selectors. Please try this:

    img, a img {
    border-radius: 0 !important;
    }

    Cheers!
    Ismael

    in reply to: Multiple headings don't align with content in mobile view #210806

    Hey Vada!

    Place the Latest News element inside the 2/3 column where the Blog Posts element is, put it on top. Do the same thing with the Testimonial title. You can remove the column layouts where the titles are placed before.

    Cheers!
    Ismael

    in reply to: How do I add custom fonts to the Enfold theme? #210802

    Hi upperhand!

    You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/

    If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/

    Best regards,
    Ismael

    Hey Anthony!

    You can add this on functions.php:

    add_filter('avf_title_args', 'avf_blog_title', 10, 2);
    function avf_blog_title($args, $id) {
    	$args['title'] = 'Blog Grid';
    	return $args;
    }
    

    Regards,
    Ismael

    in reply to: Enfold: EasySlider – two questions #210788

    Hey!

    Have you tried this on Quick CSS?

    .avia_textblock,
    .avia-icon-list,
    .avia-button,
    .avia-testimonial,
    .iconbox,
    .avia_message_box,
    .avia-team-member,
    .widget,
    .post,
    .team-img-container img,
    .team-social,
    .iconlist_icon,
    .fallback-post-type-icon,
    .fullsize .related_posts,		
    .grid-image,				
    .avia-caption-content, .avia-caption-title, 
    .entry-content-wrapper,	
    .avia_start_animation
    {
    	-webkit-perspective: 1000;
    	-webkit-backface-visibility: hidden;
    }

    Best regards,
    Ismael

    in reply to: Problems adding a custom logo #210786

    Hey!

    Please add this on the Quick CSS:

    .logo a {
    max-height: none !important;
    }

    Best regards,
    Ismael

    in reply to: Which file for easy slider #210652

    Hey Stefanovic!

    You can extract the theme files then update the js folder. Let us know if it fix the issues.

    Regards,
    Ismael

    in reply to: Navigation and Logo won't play nice… #210650

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: Windows problem? #210649

    Hi!

    Did you modify anything on the theme files? Please download the theme again on your themeforest account then update it via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Customize Search Results Page #210648

    Hi!

    Please locate the same line of codes then replace it with:

    the_excerpt();

    It should automatically pull the excerpt. Remove browser cache then reload the page or test it on another browser.

    Best regards,
    Ismael

    in reply to: admin.php?page=avia is not displayed as usual #210645

    Hey pako69!

    Please download the theme again on your themeforest account then update your installation via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Dropdown Menu not displaying in tablets (portrait) #210631

    Hey!

    Add this on Quick CSS or custom.css to display the mobile menu on iPad:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Cheers!
    Ismael

Viewing 30 posts - 61,291 through 61,320 (of 66,939 total)