Forum Replies Created

Viewing 30 posts - 64,141 through 64,170 (of 67,402 total)
  • Author
    Posts
  • in reply to: Fullwidth Template #167480

    Hi!

    You can use the Fullscreen Slider element under Media Elements panel using the Advance Layout Builder.

    Regards,
    Ismael

    in reply to: IE8 Issues + others? #167478

    Hey jgoldberg1983!

    Is compatibility mode set on IE8 browser? Please disable it.

    Please use this plugin: http://wordpress.org/plugins/html5shiv/

    It will help render html5 elements on old IE browsers.

    Regards,
    Ismael

    in reply to: Increase sharpness of background images in layerslider #167477

    Hey!

    The Enfold theme demo uses 1700x470px images.

    Best regards,
    Ismael

    in reply to: Lightbox and Logo #167474

    Hey homemadebyx!

    1.) The lightbox in Enfold is the prettyPhoto plugin. You can find the code on js > prettyPhoto folder.

    2.) What do you mean by “switch the logo image”?

    Cheers!
    Ismael

    in reply to: Fullwidth Template #167472

    Hi tomsquadric!

    Just create a page then look for Layout > Layout > select “No Sidebar”. You can select different layouts on Enfold > Styling > Use stretched or boxed layout?. Please watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes

    Best regards,
    Ismael

    in reply to: lower the logo #167471

    Hello drmoody!

    You can add this on your custom.css or Quick CSS to move the logo. :)

    div .logo {
    float: left;
    position: absolute;
    left: 0;
    top: 20px;
    }

    Adjust the top position.

    Cheers!
    Ismael

    in reply to: Custom.css file not showing in Appearance Editor #167470

    Hello jfhopper!

    You need to edit those files via FTP or your cpanel.

    Cheers!
    Ismael

    in reply to: Turning off the lightbox effect #167469

    Hello!

    Please remove browser cache then reload the page a few times. The code Yigit provided should disable all lightbox features within the theme.

    Cheers!
    Ismael

    in reply to: Registration for a forum user #167468

    Hey!

    Can you give us a link to your website with the registration page? Check if the settings on Settings > General > Membership is enabled.

    Regards,
    Ismael

    in reply to: Missing borders on pricing table #167464

    Hey!

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

    .main_color .pricing-table>li:nth-child(even) {
    border-bottom: 1px solid #e1e1e1;
    border-top: none;
    }
    
    .main_color .pricing-table>li:nth-child(odd) {
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    }

    Cheers!
    Ismael

    in reply to: semi transparent wavy divider #167463

    Hi Alex!

    Maybe you can add a large image as the Color Section’s background. Can you post the wave images here? A mockup of what you’re trying to do will help a lot.

    Regards,
    Ismael

    in reply to: Changing Template for Search Results? #167462

    Hey fshn2day!

    You can edit includes > loop-search.php to modify the search results page. :)

    Cheers!
    Ismael

    Hello fshn2day!

    You can add this on your custom.css or Quick CSS to remove the white line below the slider:

    .avia-shadow {
    border: none;
    }

    Cheers!
    Ismael

    Hi fshn2day!

    If you want another menu on the footer area you can go to Appearance > Menus panel. Find Menu Settings then enable Enfold Footer Menu. To add social icons, edit footer.php, find this code:

    wp_nav_menu($args);
    							echo "</div>";

    Below, add this code:

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    						
    						echo avia_social_media_icons($social_args);

    Add this on your custom.css or Quick CSS to move the social icons:

    #socket .social_bookmarks {
    position: relative;
    left: 50px;
    }

    Yes, you can edit header.php to add the Google Translate.

    Best regards,
    Ismael

    in reply to: Breadcrumb/Portfolio #167457

    Hello Nerohm!

    Can you give us a link to the website?

    Regards,
    Ismael

    Hey fshn2day!

    What layouts did you accidentally deleted? You can edit header.php if you want to add elements on the header. You can only have one type of header on Enfold > Header > Header Type.

    Cheers!
    Ismael

    in reply to: Align H1 (or h2 etc.) in layerslider #167415

    Hello!


    @bertusdeleeuw
    : Please give us a link to your website, we need to inspect it. How did you add the text blocks?

    Regards,
    Ismael

    in reply to: Color of the text and Accordion issue #167410

    Hello!

    Looks like you manage to fill in the accordion element. Please increase the wordpress php memory limit. Edit wp-config.php file, add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Cheers!
    Ismael

    in reply to: Stylesheet is not loading properly #167409

    Hi!

    Set the files permission to 755.

    Regards,
    Ismael

    in reply to: WooCommerce Checkout Page Problems #167407

    Hey!

    Please flush the permalink settings a few times. Change the permalink settings, save then change it again. Delete the old checkout page and then create a new one. Insert the woocommerce checkout shortcode [woocommerce_checkout]. Go to WooCommerce > Settings > Pages panel, under “Shop Pages” deselect the Checkout Page then set it again.

    Cheers!
    Ismael

    in reply to: Registration for a forum user #167406

    Hey uattah!

    You can create a page then insert the bbpress registration shortcode: [bbp-register]

    You can also go to Appearance > Widgets. Insert the (bbbPress) Login Widget. Place the url of the newly created “Register” page on the “Register URI:” field. Please refer to this link: http://codex.bbpress.org/shortcodes/

    Cheers!
    Ismael

    in reply to: Shortcode für die Accordions / Toggle innerhalb einer Tabelle #167404

    Hello HappyBeagle!

    Please switch your theme to debug mode. Edit function.php, find this code:

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

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Shortcodes can be combine like this example.

    [av_table purpose='pricing' caption='' custom_class='']
    [av_row row_style='avia-heading-row'][av_cell col_style='']This is a Heading![/av_cell][/av_row]
    [av_row row_style='avia-pricing-row'][av_cell col_style='']$250[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']
    
    [av_toggle_container initial='0' mode='accordion' sort='']
    [av_toggle title='Toggle 1' tags='']
    [av_toggle title='Toggle 2' tags='']
    [/av_toggle_container]
    
    [/av_cell][/av_row]
    [/av_table]
    

    Best regards,
    Ismael

    in reply to: Product page is broken #167398

    Hello!

    You can hide the url using goo.gl or tinyurl.com. What part of the shop page is broken?

    Best regards,
    Ismael

    Hi!

    You can add this on your custom.css or Quick CSS to disable the lightbox on product image.

    .woocommerce-main-image.zoom {
    pointer-events: none;
    }

    Regards,
    Ismael

    in reply to: Parallax does not work on iPad. #167071

    Hi!

    The Enfold demo is not yet updated, it is using version 1.8.4. Please download the latest version which is 2.2.

    Cheers!
    Ismael

    Hi!

    1.) Can you please post the image again? It is not working.

    2.) Unfortunately, the grayscale hover effect can’t be easily implemented. Maybe this plugin will help: http://wordpress.org/plugins/grayscale/

    Cheers!
    Ismael

    Hello!

    You should place enfold parent folder and enfold child theme folder inside wp-content/themes folder. Is that what you did?

    Regards,
    Ismael

    in reply to: WooCommerce Checkout Page Problems #167066

    Hello uattah!

    Did you change the permalink settings prior to the issue? Have you tried deactivating all your plugins?

    Please give us a link to your website.

    Regards,
    Ismael

    in reply to: LayerSlider problem with links #167064

    Hello 12Switch!

    Can you give us a link to the website? The link http://waterlandfilm.12switch.nl/ is not working.

    Best regards,
    Ismael

    in reply to: Blog image small preview – square vs auto height #167062

    Hello!

    The thumbnail sizes are specified on functions.php.

    $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']['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

Viewing 30 posts - 64,141 through 64,170 (of 67,402 total)