Forum Replies Created

Viewing 30 posts - 60,151 through 60,180 (of 66,126 total)
  • Author
    Posts
  • in reply to: Change page size for desktop #215254

    Hi akamaxbuz!

    I checked the website on desktop and the width of the container is 910px. Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Icon box truncated in boxed layout #215253

    Hi!

    Add this on Quick CSS or custom.css:

    .template-blog .post .entry-content-wrapper {
    overflow: visible;
    }

    Or you can use this:

    #top .template-blog .post .entry-content-wrapper .iconbox_top {
    margin-left: 1px;
    }

    Regards,
    Ismael

    in reply to: Header question #215248

    Hi!

    Deselect the Shop page on Woocommerce > Settings > Pages > Shop Base Page. Edit the Shop page then insert the partner/logo element, below add the product grid element.

    Best regards,
    Ismael

    in reply to: Enfold Layer Slider Font #215239

    Hi lizybloom!

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

    .ls-s-1 {
    font-family: Open Sans, sans-serif !important;
    }

    This should target all layer slider layers’ text.

    Cheers!
    Ismael

    in reply to: Blog page layout / fullwidth masonry / breadcrumb #215236

    Hi!

    1.) You can add this on functions.php to change the single post title:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if (is_single())
    {
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    }
    
    return $args;
    }

    2.) No, I don’t think this is possible without major modification. Please hire a freelance developer to help you.

    3.) Maybe this plugin will help: http://wordpress.org/plugins/wp-no-category-base/

    Cheers!
    Ismael

    in reply to: Gallery Images Problem continues #215232

    Hi!

    Can you please give us a link to the website again? I checked the other thread that you created but I don’t see the gallery issue thread.

    Cheers!
    Ismael

    in reply to: custom social icons #215230

    Hi Vermishelle!

    I can see the “VKontakte” social icon on all pages. Please try to remove browser cache then reload the page. Test it on another browser.

    Best regards,
    Ismael

    in reply to: Login Page #215229

    Hey!

    You can use this plugin: Theme My Login

    Refer to this link for more info: Link Here

    Cheers!
    Ismael

    in reply to: Advanced editor issues #215211

    Hey!

    That is correct. You can use the Image element instead of the usual featured image.

    Best regards,
    Ismael

    in reply to: Border-color overrwriten #215206

    Hey Bogusz!

    Maybe you’re not using the correct selectors. Please give us a screenshot of elements that you want to have a border. The website looks broken. Please check.

    Regards,
    Ismael

    in reply to: Image Caption not visible #215205

    Hey Bogusz!

    The website looks broken. Please check.

    Cheers!
    Ismael

    in reply to: Change Logo Shrink #215204

    Hey!

    I don’t see the changes here: http://basisberlin.com/dummy/

    Please remove this line of codes:

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
    min-height: 70px !important;
    }
    
    #top .header-scrolled .main_menu {
    margin-top: 15px;
    }

    This css modification is enough to give you a larger header with a higher header size when you scroll the page:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
    
    .logo, .logo a, .logo a img {
    max-width: 340px !important;
    }

    Cheers!
    Ismael

    in reply to: Position Mega Menu Submenu #215200

    Hi!

    The menu looks normal on my end. Do you have a cache plugin? Please turn if off if you’re modifying the layout of the site.

    Regards,
    Ismael

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

    Hi Matthias!

    On what version of Firefox are you testing this with and what OS? I tested this on Firefox 26.0 using a Windows 7 machine and the site looks good. http://imgur.com/msKB6Db

    Please post a screenshot of the specific issues that you see on your end.

    Cheers!
    Ismael

    in reply to: Layerslider WP caption transparency #215192

    Hi!

    You can use rgba values for the background color. Place it on the layer slider’s “Custom styles” under Style panel. You can add something like this:

    background: rgba(0,0,0,.5);

    Regards,
    Ismael

    in reply to: Comments – fields validation #215188

    Hey modelity!

    Have you tried this plugin? If you’re ready to dive into php and a bit of coding, maybe this will help. Adding Form Validation Tutorial

    Cheers!
    Ismael

    in reply to: BLOG not showing in Safari and Firefox #215187

    Hey!

    Please deselect the Blog on Enfold > Theme Options > Where do you want to display Blog?. Edit the homepage that you set on Enfold > Theme Options > Frontpage settings then insert the Blogs Posts element. Set it to Grid Layout.

    Regards,
    Ismael

    Hi!

    You can actually use the Contact Form 7 plugin instead of the default Enfold Contact Form. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Ismael

    in reply to: Removing breadcrumbs #215181

    Hey!

    You can use this:

    #top .alternate_color.title_container .main-title a {
    text-transform: lowercase !important;
    }

    Cheers!
    Ismael

    in reply to: fixed background image and width #215179

    Hi!

    Please try to use this for desktop view:

    @media only screen and (min-width: 1024px) {
    #mycolorsection1 {
    height: 1000px;
    background-size: 100%;
    }
    }

    Adjust the values as you please.

    Cheers!
    Ismael

    in reply to: Responsivity lost #215178

    Hi Serge!

    1.) The responsiveness will not be affected by using a child theme. Can you please give us a link to the website?

    2.) You can use the Image element under Media Elements panel.

    Cheers!
    Ismael

    in reply to: Portfolio items 404 error #215177

    Hey traditionalteak!

    Please try to flush the permalink settings. Go to Settings > Permalinks then click the “Save” button once. If it doesn’t work, delete the .htaccess file then flush the permalink settings again.

    Cheers!
    Ismael

    in reply to: Change product sort by options #215176

    Hey eric_peeters!

    You can hide them using CSS:

    .woocommerce.widget_price_filter {
    display: none;
    }
    
    .woocommerce_layered_nav-2 {
    display: none;
    }

    Please give us a link to the page so that we can give you a proper css solution.

    Cheers!
    Ismael

    Hey!

    Please try Dude’s fix on this thread.

    Cheers!
    Ismael

    in reply to: Align Layout Elements #215174

    Hey!

    Have you tried using a Text Block? Place at the bottom of the Easy Slider inside the first 2/3 column. Use the actual column shortcodes instead of the Advance Layout Builders column layout.

    Cheers!
    Ismael

    in reply to: css for widget in sidebar #215173

    Hi chryseis!

    Please give us a link to the page. WP assign a unique id for sidebar widgets so we need to inspect the website. Please post a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    in reply to: Portfolio's premalink bug #215172

    Hi!

    Please add this on functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Best regards,
    Ismael

    in reply to: Enfold and Super RSS Reader #215171

    Hey vasilybodnarchuk!

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

    .srr-tab-wrap.srr-tab-style-orange.srr-clearfix li {
    display: inline;
    clear: none !important;
    }

    Regards,
    Ismael

    in reply to: YouTube Plugin Layout Problem #215170

    Hi DJQuad!

    I’m not sure if this is possible within the theme but try to create posts for each embedded videos then set the Post Format to Link. Set the Youtube images as featured images for each posts. Add the link of the page with the embedded videos.

    Cheers!
    Ismael

    Hi kevinpropper!

    Please deactivate the theme’s default LayerSlider using this on functions.php, find this code on line 3:

    global $avia_config;

    Below, add this code to deactivate the plugin:

    add_theme_support('deactivate_layerslider');

    Install the Layer Slider 5.0 after.

    Cheers!
    Ismael

Viewing 30 posts - 60,151 through 60,180 (of 66,126 total)