Forum Replies Created

Viewing 30 posts - 60,781 through 60,810 (of 67,003 total)
  • Author
    Posts
  • Hi!

    The CryptX plugin is causing the issue. Please deactivate it for portfolio pages. I disable the plugin specifically for this page: http://www.ekb.com/our-team/lawyers/

    I’m sorry I have to deactivate the Post Types order plugin while testing. I think I messed up the portfolio order.

    Regards,
    Ismael

    Hey JavaLavaJoe!

    Add this on Quick CSS or custom.css:

    .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 183px;
    }

    Cheers!
    Ismael

    in reply to: bbpress Login Widget problem #220256

    Hi!

    The “Logout” button looks ok on my end. Please remove browser cache then reload the page a few times:

    Regards,
    Ismael

    in reply to: Horizontal Ruler Whitespace Problems. #220248

    Hey!

    The HR element on the test page is working properly. You set it to 10px and it applied the height property with 10px value. This is the html code of the horizontal rule on this page: http://startwishing.com/test-page/

    <div style="height:10px" class="hr hr-invisible avia-builder-el-7 el_after_av_section avia-builder-el-no-sibling"><span class="hr-inner"><span class="hr-inner-style"></span></span></div>

    Cheers!
    Ismael

    in reply to: Display similar to Demo Template #220245

    Hey!

    First, go Enfold > Footer > Footer Columns, set it to 4 columns. Go to Appearance > Widgets then insert the Enfold Latest News widget on the Footer – columns widget areas. Interesting links is created using a Text widget and you need to use social plugin for the twitter count and rss feeds.

    Regards,
    Ismael

    in reply to: Portfolio items: Error 404 not found #220244

    Hi Michael64142!

    Please try to flush the permalink settings on Settings > Permalink. Click the “Save” button once. If you have access on the .htaccess file, delete it then flush the permalink settings again.

    Cheers!
    Ismael

    in reply to: Menu Animation #220243

    Hey!

    I’ll close it. Glad you figured it out. :)

    Best regards,
    Ismael

    in reply to: Header height #220242

    Hi themesuite!

    You can use this on the Quick CSS or custom.css to change the height of the header.

    #header_main .container, .main_menu ul:first-child > li a {
    height: 130px;
    line-height: 130px;
    }
    

    Best regards,
    Ismael

    in reply to: facebook icon in widget #220239

    Hey!

    Glad you figured it out. :)

    Best regards,
    Ismael

    in reply to: tab title color & font size #220238

    Hey Munford!

    You can use this:

    .js_active .tab {
    font-size: 14px;
    }
    
    .js_active .active_tab {
    font-weight: bold;
    }

    Cheers!
    Ismael

    in reply to: Issues with Forms #220237

    Hey wildwoodbranding!

    Please try to install a plugin like Contact Form 7 or Gravity Forms. See if the plugins work for you.

    Regards,
    Ismael

    in reply to: Gravity Forms – Bigger Size #220235

    Hi erickeith9!

    You can use this on Quick CSS or custom.css to modify the forms:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    }
    
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 100px;
    padding: 13px;
    border-radius: 2px;
    }

    Please give us a link to the page with the gravity form plugin.

    Regards,
    Ismael

    Hi ttem!

    You can replace it with this:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ( $args['title'] == 'Blog - Latest News' )
        {
            $args['title'] = get_the_title($id);
            $args['link'] = get_permalink($id);
            $args['heading'] = 'h1';
        }
    
        return $args;
    }

    Regards,
    Ismael

    in reply to: Comments section #220233

    Hi!

    You can add this to hide the website field:

    .comment-form-url {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: nowrap text #219826

    Hey!

    Add this on Quick CSS:

    .comment-subscription-form {
    width: 120%;
    }

    Best regards,
    Ismael

    Hey Benjaminlivingthebrand!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

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

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Widget Area then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-widget”.

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

    .awesome-widget {
    background: blue;
    }

    Regards,
    Ismael

    in reply to: Adding Link To Gallery #219824

    Hey Richard!

    It is not possible with the theme but you can try this plugin: http://wordpress.org/plugins/wp-gallery-custom-links/

    Regards,
    Ismael

    in reply to: Messed up slides on frontpage on 1280×1024 #219822

    Hi!

    Please add this on Quick CSS:

    @media only screen and (max-width: 1340px) and (min-width: 989px) {
    .responsive .av-masonry-entry {
    width: 25.0%;
    }
    }

    Regards,
    Ismael

    in reply to: Blog options #219821

    Hi!

    Add this on Quick CSS to remove the image overlay on featured images:

    .image-overlay {
    display: none !important;
    }

    I can’t find the button. Can you please give us the link to the actual page with the button?

    Cheers!
    Ismael

    Hey Berebeeld!

    You need to edit the Easy Slider then click each images. Look for “Slide Link?” option then set it to “Lightbox”.

    Cheers!
    Ismael

    in reply to: Accordion all toggles open #219818

    Hi Linden Mobile!

    Please add this on Quick CSS or custom.css:

    .js_active .toggle_wrap {
    display: block;
    position: static;
    visibility: visible;
    left: 0;
    width: auto;
    z-index: 1;
    }
    

    Best regards,
    Ismael

    Hi frankoforte!

    Can you please post a screenshot of the issue? The page looks well on iPad view.

    http://quirktools.com/screenfly/#u=http%3A//wiedemeier-kommunikation.de/sms/&w=768&h=690

    Cheers!
    Ismael

    in reply to: Breite des Containers ändern (Theme: Enfold) #219815

    Hi!

    Which content area? You can edit functions.php, find this code:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    You can decrease the content units to eight then increase the sidebar width to four.

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');

    Regards,
    Ismael

    in reply to: Enfold Theme Kompatibilität Firefox #219813

    Hi!

    Please add this on Quick CSS or custom.css:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a img {
    max-width: 250px;
    width: 250px;
    }

    Best regards,
    Ismael

    in reply to: Masonry shop #219808

    Hi!

    Did you add the fullwidth masonry element on the Shop page? Edit the element then set the “Which Entries?” option to “Product Cat” or “Product Type” to show product entries.

    Regards,
    Ismael

    in reply to: Enfol and BuddyPress Multilingual #219806

    Hey coer!

    Enfold does not support BuddyPress. BuddyPress requires special templates, etc. to integrate perfectly into the theme and that’s why Envato/Themeforest also sells BuddyPress themes in a special category: http://themeforest.net/category/wordpress/buddypress. You need to use bbPress for the Enfold theme or hire a freelance developer to make BuddyPress plugin compatible.

    Regards,
    Ismael

    Hi ctchope!

    Try to use the Widget Logic plugin to show different widgets on different languages: http://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Regards,
    Ismael

    in reply to: Changes to Mobile Header and Main Menu #219804

    Hey 1raddad!

    Use media queries to resize the logo on different screen sizes. Please add this at the very bottom of the Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    #header_main img, #header_main .logo, #header_main .logo a {
    width: 800px !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    #header_main img, #header_main .logo, #header_main .logo a {
    width: 400px !important;
    }
    }

    Adjust the width if necessary.

    Regards,
    Ismael

    in reply to: New Installation – No icon fonts are showing #219803

    Hi SkyBlue7!

    Please give us a link to the actual website. The latest version is 2.4.5.

    Best regards,
    Ismael

    Hi!

    Use this instead:

    @media only screen and (max-width: 767px) {
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: static;
    }
    }

    Best regards,
    Ismael

Viewing 30 posts - 60,781 through 60,810 (of 67,003 total)