Forum Replies Created
-
in reply to: Must click twice to Search
Hello,
Yes, sure. I have already notified the developers. Thank you for suggesting.
If you have other suggestions, please do not hesitate to send them to us. Just open a ticket in this other forum, dedicated for them:
https://support.codeless.co/?forum=suggest-us-featuresBest regards!
-
This reply was modified 9 years, 1 month ago by
Mirela.
in reply to: services circle icon linkHello,
To make the image a link like the service title, please go to file vc_templates/services_medium.php and find these lines:
if($icon_bool == 'image' && !empty($image)): $output .= '<img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" />'; endif;Replace with these:
https://codeshare.io/5RBqpWTo give the image additional link, different from the service, requires further coding that is not included in support.
Best regards!
in reply to: Dropdown menu colorHello,
This happens because the color of the active menu item (the page you are currently) is the same as the background color of the submenu. Try adding this css as well:
nav .menu li > ul.sub-menu li.current-menu-item > a { color: #37bdac !important; }Change the color to your wish. Let us know.
Best regards!
in reply to: Portfolio CategoriesHello,
1-To remove the separator of portfolio category, go to file \includes\view\portfolio\loop-grid.php and find this block:
https://codeshare.io/GkJy9L
Replace with these:
https://codeshare.io/a3DM662-Sorry but this is not possible.
3-This is the structure of portfolio when you are using pagination. The filters will pull out the result from the current selected page. If you want it to filter from all work, then use another pagination method that let’s you have all items displayed in one page.4-You can select the categories you want in the filter bar in the portfolio page Portfolio Options > Portfolio Categories (screenshot).
Best regards!
in reply to: Fullscreen WP Plugin Under Header / FooterHello,
Sorry but we do not support third party plugins. Please read more regarding our support policy here: https://support.codeless.co/?page_id=4207
Best regards!
in reply to: Must click twice to SearchHello,
I opened this link: https://37.60.240.179/~methodr8/# and the search field does have focus as soon as you click on the search icon. See screen recording of it: https://drive.google.com/file/d/0B51Lyn41UgszOW42TWZMZnlCUjA/view
Did you manage to fix your issue?
Let us know.Best regards!
in reply to: Codeless Slider Parallax Black SpaceHello,
Can you please send us some valid wp credentials in a private reply? So we can give a close look to the parallax options.
Best regards!
in reply to: Media Grid Opening Image in New Tab (Not Lightbox)Hello,
There is no apparent issues in your site. What version of the theme do you have? I see you have a caching plugin enabled. Please disable all third party plugins first. Clear browser’s cache and refresh page.
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Dropdown menu colorHello,
The links you have send, do not open correctly and the view is not helpful. See screenshot of it: https://pho.to/Ahub7
Please send us the link of your site so we can give it a closer look.Best regards!
in reply to: translationsHello,
Please know that this is a third party plugin and support does not include the configuration or support on third party plugins. Read more here: https://support.codeless.co/?page_id=4207
Make sure to have added the translation in the .PO file included in specular\lang folder. or edit them directly in the files mentioned above.
Best regards!
in reply to: Media Grid Opening Image in New Tab (Not Lightbox)Hello,
Yes, the media grid does still open images in a lightbox. I don’t see any media grid in your site. Can you send a screenshot of the section that has it?
Best regards!
in reply to: Mobile Responive IssuesHello,
-Please edit the value, in:
#logo { left: -19px !important;}
from the code above to -49px.-Even if you make the background transparent, this won’t happen. First because the gray background is of the slider, not header. The slider is below header, not under it. So making header background transparent won’t make a change.
Add this code too, inside the
@mediarule:.header_wrapper { background: background: rgb(128, 128, 128); !important; } .background--dark #logo img.light { display: block !important; visibility: visible !important; } .background--dark #logo img.dark { display: none !important; visibility: hidden !important; }Result screenshot.
Please know that these are personal customizations normally not included in support.Best regards!
in reply to: Must click twice to SearchHello,
@CaryMillsap,
This is the only edit you need to do. It is tested and it works. Please open up a new ticket and send us your ftp credentials in a private reply.
Add this topic for reference.Adding your credentials in this topic will make them accessible to the topic author too.
Best regards!
in reply to: Fatal Error Blog/News PageHello,
Can you please give more information on this? When did it happen? Did you made any changes to the site prior to this? Please fill in the necessary information on the extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Single staff textHello,
Actually the images are just were they should be. See screenshot: https://pho.to/AhrPq
If you want to change their position so that the photo is more aligned(the image itself is already aligned), then add this code as well:.single_staff .featured_img img { margin-left: -33px !important; }Best regards!
-
This reply was modified 9 years, 1 month ago by