Forum Replies Created
-
in reply to: Disaple cart in header
Hello,
Please add this code into your custom css box:
.recent_news .date { display: none; }Let us know.
Best regards!
in reply to: Client Carousel On Mobile Not WorkingHello,
I edited the code to this:
@media (max-width: 480px){ .clients .item { width: 250px !important; padding-bottom: 35px !important; float: left !important; } section.row.clients.clients_caro { width: 250px !important; height: 900px !important; } .caroufredsel_wrapper { width: 250px !important; height: 900px !important; }}Please check your site. It’s showing ok now.
Best regards!
in reply to: Disaple cart in headerHello,
Please ad this code into your custom css box:
.header_tools .cart { display: none;}Let us know.
Best regards!
in reply to: responsive ( Tower)Hello,
I see you do have the site responsive. What element are you using for the images in home page? Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
Hello,
Sorry for the speedy mistake. However, the procedure is the same. You have to go to your sliders dummy data folder (in your case “sliders”) and upload one of the existing zip files. Edit slider to your need and assign it to your page.
Best regards!
in reply to: layout of shop & customize fields on checkout pageHello,
1-Please update theme to it’s latest version. The product column issue is resolved in later versions.
2-What exactly do you want to change here? Do you want to remove/add fields? Or do you want to just change the fields titles? If so, you will have to edit the plugin’s files.
Let us know.
Best regards!
in reply to: Images Not DisplayingHello,
Please make sure all of your image urls has been changed successfully from the old folder to the new one. One of the images i see is not displaying (image url: https://carol.segraveassociates.com/wp-content/uploads/2016/09/Segrave-Associates-Logo.jpg), does not exist in that url.
I suggest you to import once again the missing images in the current wordpress installation and assign the newly ones to the sections they were previously.Best regards!
in reply to: Client Carousel On Mobile Not WorkingHello,
Please add this code into your custom css box:
@media (max-width: 480px){ .clients .item { width: 250px !important; padding-bottom: 20px !important; float: left !important; } .caroufredsel_wrapper { width: 250px !important; height: 1200px !important; }}Result screenshot. Let us know.
Best regards!
in reply to: How to create an anchor in revolution sliderHello,
Glad to know you figured it out already. For more information you could visit Revolution slider tutorial page.
Best regards!
in reply to: Adding a custom bkg in the footer areaHello,
I tried to add the custom css to your site’s footer via inspect element and it does work. Please see screenshot. Try to add
!importantto it and try again. It will become like this:footer#footer .inner { background-image: url("https://www.windows-andmore.com/2016wp/wp-content/uploads/2016/10/wam-skybkg.jpg") !important; background-color: rgb(34, 34, 34) !important; background-size: cover !important; background-position: center center; background-repeat: no-repeat !important; }Let us know.
Best regards!
in reply to: Space up widgetsHello,
Please add this code into your custom css box:
.header_7 #logo { left: 43% !important;} #navigation { padding-right: 25px !important;} .header_7 .header_widgetized { margin-left: 26px !important; margin-top: 20px !important; }Result screenshot. Let us know.
Best regards!
in reply to: Problem with Google MapsHello,
You do not need to use the API plugin for the google map to display. You have added the wrong link format of the map. Please try adding this link instead:
https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2969.333580308553!2d12.4595672!3d41.9071872!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x132f605e2e3ee919%3A0x774d41b063ef4dc6!2sPiazza+dell'Unit%C3%A0%2C+9%2C+00192+Roma!5e0!3m2!1sit!2sit!4v1476261768314Let us know.
Best regards!
in reply to: Demo Data IssueHello,
Yes, of course. Send us the credentials in a private reply. Or just fill in the necessary information on your extra information fields of your profile data.
Read this article for more information.Best regards!
in reply to: Style problems with Title Heading ElementHello,
We tested the element on our side but this does not happen. Where are you trying this? What screen size do you have? Can you disable the coming soon mode in your site so we can give it a closer look?
Let us know.Best regards!
in reply to: Placement of Menu on iPadHello,
This happens due to the menu width exceeding the header width because of the small screen. Please go to your General Options > Header Options > Menu Options > Menu Items padding, decrease the padding values.
If the issue persists, add this code into your custom css box:@media (max-width: 1024px){ nav .menu > li { margin-right: -2px !important;} }Result screenshot. Let us know.
Best regards!