Forum Replies Created
-
in reply to: google maps, portfolios
Hello,
1-Are you referring to the images (aka the featured images of single portfolio items) in a porfolio page? Sorry that is not possible. The images in portfolio page are the featured images of single portfolio items. So reordering them means reordering portfolio items.
You may use this third party plugin to reorder custom posts: https://wordpress.org/plugins/post-types-order/
2-Please try getting the shared embed map instead. See screenshot: https://ibb.co/Np2r4jW
Let us know.
Best regards!in reply to: Changing the color of the quotesHello,
Please check it now. In case you do not see the changes, clear cache and refresh page again.
Best regards!
in reply to: Please fix some bugs in Tower themeHello,
Thank you for taking time to write us. We will check all the pointed out and fix in the next theme update.
Please always make sure to have the latest theme version installed, for your site to be bug-free and secure.Best regards!
in reply to: Tower Frontend and CustomizerHello,
The menu items are just in white color. That’s why you do not see it. I changed the color by adding this code into your Custom Css box in General Options:
.menu-small ul.menu > li > a { color: #131313 !important; }Change the color to your wish.
Best regards!
in reply to: How to change color of links?Hello,
The text is inside a list. That’s why the theme option does not get it. Please add this code into your Custom Css box in Customize > General:
ul li a { color: green; }Change the color to your wish.
Let me know.
Best regards!Hello,
Glad to know you have found a work-around for your request. I have notified the developers regarding this and added it to our to-do list.
Best regards!
in reply to: Responsive issuesHello,
Please add this code into your custom css box to make the arrows be visible at all time:
.testimonial_carousel_element .pagination a { opacity: 1; }To stop the carousel, go to file js/main.js and find this function:
function testimonialsCarousel(){Inside it find this line:
auto: true;edit it to:auto: false;
Save changes and refresh page.Let us know.
Best regards!in reply to: Portfolio Overlay TitlesHello,
please go to file specular/includes/view/portfolio/loop-grid.php and find this block:
<?php }else if($style == 'basic'){ ?> <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="he-wrap tpl2"> <?php if($columns == 5) $columns = 4; ?> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt="<?php echo esc_attr__('Portfolio Image', 'specular') ?>"> <div class="overlay he-view"> <div class="bg a0" data-animate="fadeIn"> <div class="center-bar v1"> <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a> <a href="<?php echo esc_url($link) ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a> </div> </div> </div> </div>Edit to this:
<?php }else if($style == 'basic'){ ?> <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() ?>"> <a href="<?php echo esc_url($link) ?>"><div class="he-wrap tpl2"> <?php if($columns == 5) $columns = 4; ?> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt="<?php echo esc_attr__('Portfolio Image', 'specular') ?>"> <!--<div class="overlay he-view"> <div class="bg a0" data-animate="fadeIn"> <div class="center-bar v1"> <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a> <a href="<?php echo esc_url($link) ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a> </div> </div> </div> --> </div></a>Save changes and refresh page.
Best regards!
in reply to: Product Filters not workingHello,
Can you please add a link of the site? I checked all your previous tickets but did not find any actual link to site.
So i can check.Best regards!
in reply to: Responsive header menu not spacing correctlyHello,
Please add this code into your custom Css box:
@media (max-width: 1100px) and (min-width: 970px){ .header_11 #logo { margin: 0 5px !important; } nav .menu > li { margin-right: 5px !important; margin-left: 5px !important; } nav .menu>li>a { font-size: 12px !important; } }Best regards!
in reply to: Codeless slider image sixe issueHello,
I added padding in the text element’s options (screenshot). This is the result: https://ibb.co/t893K6M
Let us know.
Best regards!
in reply to: Tower Frontend and Customizerhello,
The slider is just placed under the header. I added this code into your Custom Css box in Tower > General Options, to fix it:
@media (max-width: 979px){ .header_3 .top_wrapper { padding-top: 90px !important; } .tp-parallax-wrap { left: 10px !important; } div#slide-7-layer-7 { font-size: 45px !important; } }Result: https://ibb.co/BVRy5Cy
-As for the mobile menu, this is a bug already fixed in later theme updates. Please update theme first. The latest version is 2.8.5.Best regards!
in reply to: June Theme – FATAL ERRORHello,
Don’t worry, your content won’t be lost.
Best regards!
in reply to: Changing the color of the quotesHello,
Please keep the code as suggested from my colleague above. Just:
blockquote { color: #ae0606; }Remove the “cite”. Let us know.
Best regards!
in reply to: Portfolio Overlay TitlesHello,
You can remove the link and zoom icons by adding this css in Specular > General > Custom Codes box:
.portfolio-item.basic .tpl2 .center-bar { display: none; }Let us know if this works for you.
Best regards!