Forum Replies Created
-
in reply to: space under slider
Hello,
Please add this code into your custom css box:
.home .row-dynamic-el.section-style:first-child { margin-top: -87px !important; }Let us know.
Best regards!
Hello,
Please add this code into your custom css box, for the logo in mobile:
@media (max-width: 979px){ .mobile_small_menu { left: -47px !important;} #logo img.dark { left: -84px;} }Add this code for the scrolling horizontally:
@media (max-width: 979px){ .tp-caption { font-size: 30px !important;} }Let us know.
Best regards!
in reply to: Header issuesHello,
This is what i see when accessing your site from mobile: screenshot. The images are all sized properly. What issue do you have here?
Best regards!
in reply to: Layer Slider No Longer Works After UpdateHello,
This is strange. I inspected the slider with inspect element and it doesn’t load at all the images. So it can not be fixed with css code.
We have tested both plugins on our side multiple times. They are fully compatible with theme.
You have many third party plugins installed. One of them my be conflicting with theme code. Try deactivating them all, and leave only the default ones (the included in theme package). Then enable one at a time to find the one causing this issue.
– By “you have set as blog page, a portfolio page” i mean that the page used as blog has portfolio setups(screenshot). This should not be in a normal (not portfolio page).
Let us know.Best regards!
in reply to: Number of articles and "pin it" button on imagesHello,
1-Go to Settings > Readings > Blog pages show at most, increase it’s value to your wish (example, 99 will show up to 99 posts on blog page).
2-Yes you can. Follow this article for more details. Or use this plugin.
Sorry but this type of customization is not included in theme support.Best regards!
in reply to: Add margin bottom header menuHello,
I have added the host, but this is the page i see, screenshot.
Please try adding this code into your custom css box:
nav .menu { padding-bottom: 10px;}Edit the value to your need.Best regards!
in reply to: Bug in Header – Non-Responsive LogoHello,
@lucaleandro,
The suggested above, is the another site. Your site has different logo, with different dimensions. I believe i have already responded you regarding the logo in responsive.. Please open your own ticket, so we can keep up with the code and the changes needed to be made after it.
However, this code should fix your issue. Add it into your custom css box:@media (max-width: 480px){ .mobile_small_menu { left: -50px;} #logo img { height: 70px; top: 65px; left: -206px; }}Best regards!
in reply to: Problem with resposive in mobile and tablet.Hello,
Sorry for th elate reply.
Please keep in mind that we respond to topics according to their arrival time. The oldest first. So keeping replying to your own topic often will only delay our respond time.1-Your site is not identical to the demo because it has other data in it. Starting from the logo which is in different dimensions from the demo.
The code added to your custom css box, was shaping the responsive layout of the site. It does not affect other configurations whatsoever.
A newly installed plugin can affect the site, or an updated plugin..etc.2-As for the menu in this view, this happens when the menu width exceeds the header width (some points while re-sizing the window) This is resolved by changing the css for that specific screen width. However you should know that the responsive code covers the predefined screen-width of mobiles/tablets (read more here). These resolutions are fixed and the same for all devices.
3-We are sorry that this topic from a month ago is still open, but removing the code we give you, won’t help moving forward with it. We test the code we give you, so the other changes you have been experiencing are not related to this.
4-Please add these lines into your custom css box, for the layout of width 800px and 850px:
@media (max-width: 979px) and (min-width: 768px){ .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 667px !important;} .services_small.wpb_content_element.align_left { margin-left: -44px !important;} } @media (min-width: 768px){ .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 697px !important;} .vc_col-sm-4 { width: 30% !important;} } @media (min-width: 980px){ nav .menu > li > a { margin-left: -5px !important; margin-right: -5px !important; }}Let us know.
Best regards!
in reply to: Post authorHello,
Yes, you can add the socials in a post page by editing the single.php file.
Best regards!
in reply to: Clients WidgetHello,
The number of clients to add is not limited. If you are not able to save the changes to your site, then you could have server issues.
You could have some corrupted files or some table in the database needs optimization. Possible solution are:
-Download a fresh copy of wordpress files and replace them (look up tutorials to make it the proper way).
-Redux framework requires PHP version > 5.5. Make sure you have the right PHP Version installed on your server. Ask your host providers about it.
– Go to your wordpress installation and make a database repair operation. Find all (and more) information here.
Note: Always make sure to have a backup of everythig!
Let us know.Best regards!
in reply to: Import Dummy Data pleaseHello,
I could not access your server with these credentials. However, you still have server issues as it does not access all necessary files of dummy data. Breaking thus the action as you see when you try to make the import.
See screenshot of the errors and contact your host.
Let us know.Best regards!
in reply to: Header Widetized area Working BadHello,
Please add this code into your custom css box:
.header_tools .cart { display: none;}Best regards!
in reply to: Header size in construction & building slidersHello,
I edited style.css file. I removed an
!importantfrom this block:.construct_div h1{ line-height:36px; font-size:32px !important; color:#fff; }The fonts in revolution slider in mobile are smaller now. Please check your site.
Best regards!
in reply to: Responsive Menu IssuesHello,
@professionalmojo,
Please try this code:@media (max-width: 480px){ #logo img { height: 62px; left: 14px; }}Result.
@luceleandro,
Please try this code:@media (max-width: 480px){ #logo img { height: 60px; top: 70px; left: -185px; }}Result.
Let us know.Best regards!
in reply to: Row ControlHello,
There should not be any issue with splitting the row in columns. What version of the theme do you have? Did you install any new third party plugins recently? Please send us your wp credentials in a private reply. So we can give this a closer look.
Best regards!