Forum Replies Created
-
in reply to: VC Clients element
Hello,
To make the arrows always visible, not only on mouse hover, add this code to your custom CSS box:
.clients_el .pagination a {opacity: 1; }To fix their position when they become always visible, you can also add this code to CSS box:
.clients_el .pagination a.prev { margin-left: -20px; } .clients_el .pagination a.next { margin-right: -20px; }You can edit the margin values as you wish.
Let us know.Best regards!
in reply to: Business 4Hello,
Please add this code to your custom CSS box:
.header_widgetized #widget_shortcode-2 .contact_information { margin-top: 15px; }Let us know.
Best regards!
in reply to: Wrong padding after updateHello,
Sorry, but i get the same padding on chrome / firefox / safari for mac and windows. Please clear cache on every brower and reload again the page.
This is what i get on chrome (https://www.clipular.com/c/6577169848860672.png?k=2yDHfLasd0y6urTfMwPL6ckSLfY), which is the same as the other browsers.
Let us know.Best regards!
in reply to: Business 4Hello,
Yes! This can be fixed with some CSS, so we will need your site url to give it a closer look.
Best regards!
in reply to: slider error in blog pageHello,
You have an old version of theme. The problem you are experiencing may be due to this. Please update tower to its latest version 1.8.2. It has included also the layer slider update. In each theme release, we update every included plugin to it’s latest version.
Let us know if the issue persist even after update.Best regards!
in reply to: Recent PortfolioHello,
Please don’t open multiple topics with the same issue, because it may confusing even for you. We have replied you here https://support.codeless.co/forums/topic/recent-portfolio and we have asked your to show us the link where you are running this, to visualize better the issue you are having. What theme version do you have installed?
We have tested the recent portfolio and it works correctly.
You want to show or to hide the left/right arrows?
Let us know.Best regards!
in reply to: BuddyPress Group Page Not WorkingHello,
Can you be more clear at what you are asking?
Buddypress is third party plugin and we do not offer support for those plugins. However i don’t see any problem with the dashboard page > plugins, when i try to install or activate this plugin, so its not a theme issue.Best regards!
in reply to: Logo and Product Column IssuesHello,
This is strange. I don’t see any issue with the Call To Action element covering the products row, even after multiple scrolling and refreshing. What version of Firefox do you have?
If the issue still persist send us your ftp credentials to give a closer look.Best regards!
in reply to: Responsive Issues: Header, Menu, SearchHello,
I can not tell for sure why this issue didn’t appear on iphone 4s then, but i can see it now. Please add this code to your custom CSS box:
@media (max-width: 320px){ .mobile_small_menu { margin-left: -41px; } }Let us know.
Best regards!
in reply to: Alignment IssuesHello,
1- The column settings for the third column are not the same as the other columns. Remove the left padding (https://www.clipular.com/c/5322115095461888.png?k=8-MnfdbBOzXB4J2E6Q-6NNF_DMQ) at your third column and the buttons will have the same alignment as the previous buttons.
2, 3- I see that you have an old version of visual composer. Please update theme and vislual composer to the latest versions (4.12 for vc and 2.1 for theme).
Let us know if these issues persist even after update.Best regards!
in reply to: Link and Search Bar ColorHello,
1. Do you mean the color of the link at blog post? (https://www.clipular.com/c/5430432090292224.png?k=GTmgt579RnYdTG0hBrlFVHDimi0)
Add this code to your custom CSS box:.blog-article.standard-style .content a { color: #efefef !important; }and change the color as you wish.
2. To change the background color of search, add this code to CSS box:.search_bar { background-color: #efefef; }3. Please refer to this article for images optimization and for speed increasing of the site. (https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/)
Let us know.Best regards!
in reply to: Social Media Buttons Larger?Hello,
We tried the code and it works on our side. You should only paste this code:
.footer_social_icons.circle li a i { font-size: 18px !important; }if your icons are located on the footer and change the value in px as you wish.
I still can not log in to your site with any of your passwords. Please reset it and give us the new credentials to have a closer look at this issue.Best regards!
in reply to: Media grid and Sticky header not workingHello,
The Media Grid element is a Visual Composer element, so it should be displayed with visual composer. What version of visual composer do you have?
Can you explain better please?
The sticky nav has no problem at displaying as sticky when the Sticky Nav option is on.
Have you set the Sticky Header Height?
Send us your site url to see these issues further.Best regards!
in reply to: Changing colors of iconsHello,
1. To remove the white circle around the checkmarks, add this code to your custom CSS box:
.list li.titledesc dl dt .circle { border-color: transparent; }2. Sorry, there is no option to make a hover color for this icon element.
For the text hover transition speed add this code to your custom CSS box:.wpb_wrapper .wpb_raw_code.wpb_content_element.wpb_raw_html a { transition-duration: 0.1s; }Edit the values as you wish.
Let us know.Best regards!