Forum Replies Created

Viewing 30 posts - 62,461 through 62,490 (of 67,591 total)
  • Author
    Posts
  • in reply to: No success creating sortable categories / image settings #202398

    Hey!

    Please watch this video to learn more about the masonry element: http://vimeo.com/channels/aviathemes/77433498

    The demo uses images larger than 1030×360 for the blog overview page. You can find the thumbnail sizes on functions.php, look for these 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

    Best regards,
    Ismael

    in reply to: Blog shortcode with no sidebar #202396

    Hey!

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

    #top .fullsize .template-blog .blog-meta {
    float: left;
    }

    Cheers!
    Ismael

    in reply to: Glitch after update #202395

    Hey!

    Please try this one:

    .avia-table.avia-data-table {
    table-layout: fixed;
    width: 100%;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Increase size and margin-top of logo #202391

    Hi Ben!

    You can use this to increase the size of the logo:

    .logo, .logo img {
    width: 400px;
    }

    Adjust the left position using this:

    div .logo {
    left: 36%;
    }

    Regards,
    Ismael

    in reply to: Blog Posts element corrupts layout #202385

    Hi!

    Insert the images and text elements inside the 2/3 slider below the Easy Slider.

    Best regards,
    Ismael

    in reply to: Layout builder and WYSIWYG editor is mostly blank #202381

    Hi hvglobal!

    Please check Screen Options, see if the Avia Layout Builder is ticked. Increase wordpress php memory limit. Please refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Woocommerce Main Shop Page #202380

    Hi lizybloom!

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

    
    div .products .product {
    margin: 0 5% 1% 0;
    margin-left: 0;
    }

    Adjust the width and the right margin. The right margin is the second value on the margin property.

    Best regards,
    Ismael

    in reply to: Soft Hyphenation #202374

    Hey nini_bacher!

    I’m sorry but can you please post a screenshot of the issue on Chrome?

    Best regards,
    Ismael

    in reply to: Easy Testimonials Integration #202372

    Hi AndrewDelaware!

    1.) You can use this on Quick CSS:

    .testimonial_body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    }

    2.) Use this for the cite tag:

    blockquote cite {
    font-size: 13px;
    color: orange;
    }

    3.) Remove the border using this:

    .main_color blockquote, .main_color .avia-bullet {
    border: none;
    }

    Regards,
    Ismael

    in reply to: remove borders from fullscreen slider #202370

    Hi!

    Yigit’s code should work:

    #construyamos {
    border-top: 0;
    }

    Please remove browser cache then reload the page. This is the result:

    Cheers!
    Ismael

    in reply to: I just wanna say that I love Kriesi and the support team! #202356

    Hey hanlinsg!

    Glad we can help you. Thank you for using the theme! :)

    Cheers!
    Ismael

    in reply to: Portfolio items all 404's Rewrite rules missing? #202354

    Hey percolab!

    You can try to flush the permalink settings a few times. Change it to something else, save changes. Revert it back to your default settings then save changes again. Add this on .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Best regards,
    Ismael

    in reply to: Print Friendly and PDF plugin pushes sidebar below content #202351

    Hey webWahine!

    The [printfriendly] shortcode is not working on the the page you provided. Did you try to use a Text Block element? Insert the shortcode on the Visual mode editor. I tested this on a portfolio item using the Default and Advance Layout Builder. The button renders properly.

    Regards,
    Ismael

    in reply to: Sortable portfolio titles have disappeared above grid #202345

    Hey!

    I’ll close this thread. Please wait for a response on the other thread.

    Regards,
    Ismael

    in reply to: Unable to change text color in page title container #202343

    Hey BlendMarketing!

    You can use this on Enfold > Styling > Quick CSS:

    #top .alternate_color.title_container .main-title a {
    color: red;
    }

    Cheers!
    Ismael

    in reply to: remove borders from fullscreen slider #201910

    Hey!

    That is the purpose the css code above. Can you please give us a link to the website?

    Cheers!
    Ismael

    in reply to: remove borders from fullscreen slider #201907

    Hi!

    You can use this:

    .home .container_wrap { border-top-style: none; }

    Cheers!
    Ismael

    in reply to: Layer slider not working in Enfold #201905

    Hey!

    I’m having trouble accessing the website: http://superiormeetings.com/wordpress1/wp-admin/

    It loads too slow. Please try to deactivate all plugins via ftp. Rename the plugin folder located on wp-content folder to something else. Remove browser cache then reload the page Do you have a cache plugin? Deactivate it.

    Cheers!
    Ismael

    in reply to: update to wordpress 3.8 can´t login to my dash board #201901

    Hi!

    Did you try to get a new password by clicking the “Lost your password?” button? It givesme an “ERROR: Invalid username or incorrect password.” when I use the login details that you provided. Please refer to this link: http://codex.wordpress.org/Login_Trouble

    Best regards,
    Ismael

    in reply to: Header/Logo #201891

    Hi Lilipie!

    Please use this on your Quick CSS:

    .logo, .logo img {
    width: 100%;
    }
    
    #header_main .container {
    margin: 0 30px;
    }

    Cheers!
    Ismael

    in reply to: Page without Navigation #201884

    Hi Ivana!

    Are you talking about the main menu? You can use this on Enfold > Styling > Quick CSS:

    .main_menu {
    display: none;
    }

    This will hide the main menu.

    Best regards,
    Ismael

    in reply to: How to change menu woocommerce widget colours? #201882

    Hi!

    1.) You can use this for the Product Title:

    .inner_product_header > h3 {
    font-weight: bold !important;
    }

    2.) Add this to create a border on the sidebar:

    #top #main .sidebar_left .sidebar {
    border-left: 1px solid;
    }
    
    .sidebar_left .inner_sidebar {
    margin-right: 25px;
    margin-left: 25px;
    }

    Regards,
    Ismael

    in reply to: sideways8 Custom registration #201873

    Hey!

    Please try to use this on the template-login.php: http://pastebin.com/PyvhwVp5

    We remove the sidebar by deleting these line of codes:

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

    Then set the main div to twelve units.

    Regards,
    Ismael

    • This reply was modified 12 years, 4 months ago by Ismael.
    in reply to: Filtering UI no longer showing above portfolio #201872

    Hey stunna42!

    Did you recently update to WP 3.8? Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Regards,
    Ismael

    in reply to: Contact form not working without putting an email #201869

    Hey!

    You can just put an email element then set the “Form Element Validation” to “No Validation”.

    Best regards,
    Ismael

    in reply to: Contact form not working without putting an email #201821

    Hi louie!

    Do you mean the Email element? Can you please give us a link to the website? It should work even without the email field. Anyway, what is the purpose of a contact form without email address?

    Cheers!
    Ismael

    in reply to: Still got problems with avia sliders in portfolio items #201820

    Hey baiker!

    Did you update to 2.5 yet? Add this on functions.php:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: update to wordpress 3.8 can´t login to my dash board #201818

    Hey smorrone!

    Do you have any administrator plugins of some sort? Please remove it manually on wp-content/plugins folder. Please post the login details and the link of the site as a private reply.

    Cheers!
    Ismael

    in reply to: Remove Comments / Category / Author from blog posts #201817

    Hi DaveL77!

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

    .text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta {
    display: none;
    }

    If you want it to display on blog overview then hideo on the single post view, you can use this:

    .single .text-sep.text-sep-date, .single .comment-container.minor-meta, .single .text-sep.text-sep-comment, .single .blog-categories.minor-meta, .single .text-sep.text-sep-cat, .single .blog-author.minor-meta {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Menu Type #201816

    Hi adworks!

    When you say menu type, are you talking about the font type of the menu items? You can use this on your Quick CSS:

    .main_menu ul:first-child > li > a {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    }

    Change the Raleway font to something else. Change the menu color using this:

    .header_color .main_menu ul:first-child > li > a {
    color: blue;
    }

    Best regards,
    Ismael

Viewing 30 posts - 62,461 through 62,490 (of 67,591 total)