Forum Replies Created
-
in reply to: Navigation
Hello,
Did you solve your issue? I don’t see any border when clicking on the menu items, nor the ‘Back to top’ button.
Screenshot.
What browser are you using?Best regards!
in reply to: Problem with bullet alignment in listsHello,
You can add this code only to the page you have the bullets so It won’t affect other pages. (screenshot). What other issues are you referring to?
Best regards!
Hello,
Please clear cache and refresh. Maybe you have an old cached copy, because what i see is different. iPad mini Screenshot.
Best regards!
Hello,
1- This is strange. We’ll check it and get back to you soon.
2- Add description in the text editor of the portfolio item. Add/remove as many project details you need in general Options > Portfolio Config > Custom fields Parameters. Then in portfolio item, go to Single Portfolio Options > Custom Fields to give them values. An example in your site is here.
3- I added this code:.latest_blog .no_carousel .blog-item { margin-top: 38px;}into your custom css box. It’s ok now.
4- I see the ‘Read more’ button is present.Best regards!
in reply to: Icons LinkedHello,
Please go to file vc_templates\services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
Save file.Best regards!
in reply to: Revolution and responsiveHello,
The code mentioned in the last screenshot, does not affect at all the logo. It doesn’t even point to it.
This is how i see the front page: screenshot, still don’t see a ‘body’ here. What device are you using?
Please send us your wp credentials in a private reply, so we can check these up.Best regards!
in reply to: Not adequately responsiveHello,
Theme Specular is tested and fully responsive to all technologies nowdays. If you are facing any issue, please send us your site’s url so we can check. We’ll be more than happy to help improving it.
Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 1024px){ #content { width: 922px !important;} } @media (max-width: 480px){ #content { width: 288px !important;} }Best regards!
in reply to: Portfolio Slideshow Image SizeHello,
Sorry for the late reply.
Yes, that should be good.Best regards!
in reply to: Link header URL to a new tabHello,
Please go to Appearances > Menu and select your main menu. Now go at the top of the page and click on ‘Screen Options’. In the sliding box find “Show advanced menu properties” and check the option “Link Target”.
Now go to your menu items, and select “New window or tab”
Screenshot.Best regards!
in reply to: White Space Before Footer / IssueHello,
Please add these lines into your custom css box:
.wpb_row.section-style, .wpb_row.standard_section { margin-bottom: 0;} #content { padding-bottom: 0px; margin-bottom: -13px;}Best regards!
in reply to: White Space Before Footer / IssueHello,
Please add these lines into your custom css box:
.wpb_row.section-style, .wpb_row.standard_section { margin-bottom: 0;} #content { padding-bottom: 0px; margin-bottom: -13px;}Best regards!
in reply to: Bug with the menue (newest version)Hello,
-You can find the ‘You are here:’ in file includes\view\page_header.php
-To change the order of FAQs, install any order post plugin
-Add this code, into your custom css box:@media (max-width: 1024px){ #logo { margin-left: -20px;}}-Make sure to have called the right css class for the attribute (Background-repeat) to make changes.
Best regards!
-
This reply was modified 10 years, 10 months ago by
Ruco.
in reply to: edit portfolio pageHello,
Yes, 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="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=""> <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 $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a> </div> </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="he-wrap tpl2"> <?php if($columns == 5) $columns = 4; ?> <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt=""></a> <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 $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a> </div> </div> </div> </div>Let us know.
Best regards!
Hello,
Please try to remove the comment, this->’ ,,//add here the duration of a testimon.’ the commas may be messing the code. If the issue persists, send us your ftp credentials in a private reply, so i can do it for you.
Best regards!
-
This reply was modified 10 years, 10 months ago by