Forum Replies Created

Viewing 15 posts - 31 through 45 (of 72 total)
  • Posted in:
  • in reply to: REMOVE Flags from WMPL Header #70783
    ALDD
    Member
    Post count: 80

    Here is the link Melanie:
    http://goo.gl/rVGTL4

    in reply to: Modal Mobile Horizontal Overlapping #70730
    ALDD
    Member
    Post count: 80

    What is the status on this? Please kindly advise I’ve been waiting for a solution.

    in reply to: Modal Mobile Horizontal Overlapping #70228
    ALDD
    Member
    Post count: 80

    Please, I really need a fix on this for my client. Let me know if you need anything.

    in reply to: Modal Mobile Horizontal Overlapping #70154
    ALDD
    Member
    Post count: 80

    any news on this?

    in reply to: Modal Mobile Horizontal Overlapping #69997
    ALDD
    Member
    Post count: 80

    Are you able to see my links?

    in reply to: Remove DATE from search results #69945
    ALDD
    Member
    Post count: 80

    Thanks Kyle!

    in reply to: Modal Mobile Horizontal Overlapping #69941
    ALDD
    Member
    Post count: 80
    This reply has been marked as private.
    in reply to: Modal Mobile Horizontal Overlapping #68646
    ALDD
    Member
    Post count: 80

    can something like this fix it? Please provide proper CSS.

    .autoModal.modal .modal-body{
        max-height: 100%;
    }

    or

    .modal-body {
        position: relative;
        overflow-y: auto;
        max-height: 400px;
        padding: 15px;
    }
    in reply to: WPML – Swift Page Builder Dissapear #68575
    ALDD
    Member
    Post count: 80

    Seems that this is part of the theme from my findings. Would appreciate you input.

    in reply to: Translation aux option #68541
    ALDD
    Member
    Post count: 80

    Please ignore…I figure this out on my own.

    in reply to: Remove Sidebar Search Page #67971
    ALDD
    Member
    Post count: 80

    Thank you…it works like a charm.

    in reply to: Remove Sidebar Search Page #67469
    ALDD
    Member
    Post count: 80

    Here it is Mohammad with thanks:

    <?php get_header(); ?>
    
    <?php
    	$options = get_option('sf_dante_options');
    	$default_page_heading_bg_alt = $options['default_page_heading_bg_alt'];
    ?>
    
    <div class="container">
    	<div class="row">
    	<div class="page-heading col-sm-12 clearfix alt-bg <?php echo $default_page_heading_bg_alt; ?>">
    		<div class="heading-text">
    			<h1><?php _e("404 - Page not found", "swiftframework"); ?></h1>
    		</div>
    	</div>
    	</div>
    </div>
    
    <div class="container">
    	<div class="inner-page-wrap row  clearfix">
    	
    		<article class="help-text col-sm-12">
    			<?php _e("Sorry but we couldn't find the page you are looking for. Please check to make sure you've typed the URL correctly. You may also want to search for what you are looking for.", "swiftframework"); ?> 
    			<form method="get" class="search-form" action="<?php echo home_url(); ?>/">
    				<input type="text" placeholder="<?php _e("Search", "swiftframework"); ?>" name="s" />
    			</form>
    			<a class="sf-button small accent slightlyroundedarrow" href="javascript:history.go(-1)" target="_self"><span><?php _e("Return to the previous page", "swiftframework"); ?></span><span class="arrow"></span></a>
    		</article>
    		
    		
    		
    	</div>
    </div>
    
    <!--// WordPress Hook //-->
    <?php get_footer(); ?>
    in reply to: All In One SEO #67343
    ALDD
    Member
    Post count: 80

    Thank you Mohammad!

    in reply to: Remove Sidebar Search Page #67341
    ALDD
    Member
    Post count: 80

    Thank you Mohammad. That worked but the 404 page still has a sidebar.

    in reply to: All In One SEO #67074
    ALDD
    Member
    Post count: 80

    THANKS..it looks like it’s on steroids compare with all in one SEO.

Viewing 15 posts - 31 through 45 (of 72 total)