Forum Replies Created
-
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!
This reply has been marked as private.in reply to: Header on portfolio itemsHello,
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!
in reply to: MailChimp sign up area sizeHello,
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!
in reply to: Setting Up Tower Agency DemoHello,
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!
in reply to: Tracking code with google analyticsHello,
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!
in reply to: header widgetized area and blog title font colorHello,
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!
in reply to: Menu disappears with smooth scrollHello,
I am not able to access (nor see) your site. Can you please check? It says “Web page is not available”.
Best regards!
in reply to: Opening Portfolio items from the portfolio pageHello,
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!
in reply to: header to blog postHello,
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!
in reply to: Header on portfolio itemsHello,
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!
in reply to: header to blog pageHello,
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!
in reply to: Problem With Blog Feature in The Tower ThemeHello,
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.
in reply to: TWITTER DOESN’T UPDATEHello,
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!
in reply to: Fixed Image WidthHello,
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!
-
This reply was modified 10 years, 6 months ago by