Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 6 months ago Mirela
    Participant
    in reply to: TWITTER DOESN’T UPDATE

    Hello,

    You won’t lose any of your data, theme settings or options. But if you have made direct changes to theme files, those will be overwritten. You may read more about it in our theme’s documentation.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Logo – How do i reduce it when in smaller sticky mode
    This reply has been marked as private.
    10 years, 6 months ago Mirela
    Participant
    in reply to: Header on portfolio items

    Hello,

    What i said in previous reply, means that you will have the same header (centered or simple with breadcrumbs) in all posts, portfolio entries and the portfolio page. The distance between portfolio items in portfolio page has nothing to do with the header used.
    I removed the page header in portfolio items, by disabling it in page’s options.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: MailChimp sign up area size

    Hello,

    Yes, you can change it by adding this code into your custom css box:
    .mc4wp-form input[type="email"] { width: 320px !important;}
    Change width value to your need.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Setting Up Tower Agency Demo

    Hello,

    Can you please be more specific? The theme is fully responsive. You can use full width layout and still have it responsive.
    To set the content full width, go to Portfolio Options > Portfolio Layout and select Fullwidth.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Tracking code with google analytics

    Hello,

    Sorry for the inconvenience.
    We will fix this in the next update, which will be released very soon.
    I kindly ask for you patience till then.

    Thank you!

    10 years, 6 months ago Mirela
    Participant
    in reply to: header widgetized area and blog title font color

    Hello,

    For those, please add this code into your custom css box:

    .contact_information dd .title { color: #E4662E;}
    .contact_information dt i { color: #E4662E !important;}

    Edit the color to your wish.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Menu disappears with smooth scroll

    Hello,

    I am not able to access (nor see) your site. Can you please check? It says “Web page is not available”.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Opening Portfolio items from the portfolio page

    Hello,

    Please go to file includes\view\portfolio\loop-grid.php and find these lines:

    <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?> 
     <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
      <div class="">
       <?php if($item_grid_class == 5){  ?>
          <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt="">
       <?php } ?>
       <?php if($item_grid_class == 3){  ?>
          <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt="">
       <?php } ?>
       <?php if($item_grid_class == 4){ ?>
          <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3_grayscale', 'url')) ?>" alt="">
       <?php } ?>
       <?php if($item_grid_class == 6){ ?>
          <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2_grayscale', 'url')) ?>" alt="">
       <?php } ?>
       <?php if($item_grid_class == 12){ ?>
          <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port1', 'url')) ?>" alt="">
       <?php } ?>
          <div class="project">
          <h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5>
          <h6><?php echo esc_html($sort_classes) ?></h6> </div>   
                </div>          
     </div>

    Replace with these:

      <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?> 
     <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
       <div class="">
       <?php if($item_grid_class == 5){  ?>
          <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt=""></a><?php } ?>
       <?php if($item_grid_class == 3){  ?>
       <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt=""></a><?php } ?>
       <?php if($item_grid_class == 4){ ?>
       <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3_grayscale', 'url')) ?>" alt=""></a> <?php } ?>
       <?php if($item_grid_class == 6){ ?>
       <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2_grayscale', 'url')) ?>" alt=""></a><?php } ?>
       <?php if($item_grid_class == 12){ ?>
       <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port1', 'url')) ?>" alt=""></a> <?php } ?>
     <div class="project">
        <h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5>
         <h6><?php echo esc_html($sort_classes) ?></h6> </div>   
               </div>          
      </div>

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: header to blog post

    Hello,

    Sorry for the inconvenience, but the blog posts and portfolio entries page header is set from main options. Please go to Header Options > Default Page Header. There can be only one header for all posts.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Header on portfolio items

    Hello,

    Sorry for the inconvenience.
    The blog posts and portfolio entries page header is set from main options. Please go to Header Options > Default Page Header.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: header to blog page

    Hello,

    The blog does not have any issue with page header. (see example).
    Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Problem With Blog Feature in The Tower Theme

    Hello,

    The blog does not have any issue with any of sidebar layouts. I checked your site and i do see all posts, in the blog timeline page.
    What is your issue here? Let us know.

    Best regards!

    • This reply was modified 10 years, 6 months ago by Mirela.
    10 years, 6 months ago Mirela
    Participant
    in reply to: TWITTER DOESN’T UPDATE

    Hello,

    You will be notified via email, when the update is released. You can not update the widget by yourself. It is incorporated with the theme.
    The update is scheduled to be released very soon but I don’t have an official date just yet.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Fixed Image Width

    Hello,

    If you have enabled the responsive mode, the elements of your site will change when the screen dimensions change. If you don’t want them to change, then disable the responsive in General Options > Responsive Layout.
    Or send us a valid link and the elements you wish not to change in mobile, so we can help you achieve it.

    Best regards!

Viewing 15 posts - 10,681 through 10,695 (of 12,542 total)
← 1 2 3 … 712 713 714 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password