Forum Replies Created
-
in reply to: Mobile background issue and logo issue
Hello
1-The logo you have added is blending with the background image you have set up for the site’s background. There is nothing wrong with the css. You have to edit your logo and make the gray color more strong (visible).
2-To make the header transparent in mobile i added this code into your custom css box in General Options:
@media (max-width: 979px){ .header_wrapper { background: rgba(255, 255, 255, 0.01) !important; } .close:hover { color: #fff5f5 !important; opacity: 0.9 !important; } }3-I checked the background in both desktop and actual mobile device but the background is showing up ok. Please see screenshot of a samsung s6 screen:
https://pho.to/Acizh
Let us know.Best regards!
in reply to: centreHello,
Yes, you can. By specifying it with custom css. Add the css for mobile inside the
@mediarule. Then paste the code in your Custom Css box in General Options. If you want to the code to affect only one specific page, add it into the page’s custom css box (look for the gear icon at the top-right corner of the page’s text editor).Useful links: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Best regards!
in reply to: Site loading slowHello,
@betulgurcan,
Please add this code into your custom css box:@media (max-width: 480px) { .single-portfolio .row-fluid .span9 { width: 100% !important; } .single-portfolio .row-fluid .span3 { width: 100% !important; } }Result screenshot. The order of text and image, is based on the type of portfolio style you have chosen for the single portfolio item. If the description is in the left and image at the right, then the text will be above the image in the mobile layout. Since the elements will flow one after another.
Let us know.Best regards!
in reply to: Problems with testimonial carouselHello,
I imported the latest theme version in your site. Please go to Appearance > Themes. The new version is with title “Tower 2.0” (screenshot). All you have to do now is activate this copy. If you change your mind and want the old version back, then switch to your old theme by activating it again.
Please know that by changing themes, nothing will change in your site’s content. That is all stored in the database and it’s independent from the theme files.
Let us know.Best regards!
in reply to: Top Nav Bar Not Displaying under 768pxHello,
I edited the code back. Please check your site. It’s showing like you wanted it now.
Best regards!
in reply to: Open link in new windowHello,
The Photography title you are mentioning is already a link that leads to a new window. See screenshot: https://pho.to/AcigG
This is a Custom heading element you are using for it. So to change it’s font color or style, go to the Custom Heading settings. Edit font styles here(screenshot).Best regards!
in reply to: Change Color of Service Square IconHello,
Do you want to change the theme’s main color or just that of the services? Change the main color in General Options > Styling Options > Primary Color.
Let us know.Best regards!
in reply to: Visual Composer is not working after Specular updateHello,
You have lots of cross-origin warnings and some errors in your option panel. Please see screenshot: https://pho.to/Acial
The cross-origin issue mean that your site is requesting all links to be secure (use https protocol) while there are some other important links that do not get called by https. Therefore the server blocks them, causing problems in the site.
I see you have many other third party plugins. Although now most of them i inactive, one of them could have conflicted with theme files, or change some file when was first installed.
I suggest you contact your host regarding the cross-origin matter first. Then deactivate all plugins, update theme with a fresh copy downloaded from your Envato account. Next, update Visual Composer from the new updated theme.
Let us know how it goes.Useful links:
https://codeless.co/documentation/main.html#update_theme
https://support.codeless.co/?ht_kb=visual-composer-updateBest regards!
in reply to: Visual Composer is not working after Specular updateHello,
No you do not need to purchase it.
Please add the wp and ftp information in the fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: counter and template conflictHello,
The event listener is not related to the counters. This is not the reason of the counters dysfunction in mobile. Please try disabling all third party plugins first. Please know that we do not offer support for third party plugins.
Let us know.Best regards!
in reply to: centreHello,
Please go to the column Settings > Design Options and add margin/padding to position the column content to your wish.
See screenshot.Best regards!
in reply to: Site loading slowHello,
@betulgurcan,
You should decrease the image sizes, not increase them. Make sure to optimize your images. Try installing another cache plugin if the one you have does not satisfy you.You cna change the appearance of your site only for mobile, but this requires a lot of css customization (based on how different do you want it). Please know that this type of customization is not included in support service.
Best regards!
in reply to: Images in Grid columns only 50% wideHello,
That’s great to know. Let us know if you need further help.
Best regards!
in reply to: Top Nav Bar Not Displaying under 768pxHello,
You had errors in your css code. I fixed them and added
!importantto the code i gave you. Please check your site. The socials do show up in mobile and tablet.
Let us know.Best regards!
in reply to: Paid Support & Header ImageHello,
Yes, you do have it but you’re looking at the wrong place. Please see this screenshot: https://pho.to/AcgDp
Let us know.Best regards!