This topic has 14 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson
Hello
1. I’m having trouble with my borders.
I’ve tried a everything, but cannot seem to get a border of any kind to show up for Columns, Rows, Text, etc. It doesn’t work. When I update the page and go back to that column at the Visual Composer, no color, with or style of the border is selected at all.
2. My check boxes are not displaying correctly in my Contact form.
3. I’m unable to use Visual Composer in Static Blocks. WordPress, theme and all plugins are up to date.
4. There is an error on my homepage, just above the Partners heading. Do you know what this might be?
Can you please advise on the borders and other issues?
Thanks
Hello,
1. I’ve set design options for the first column with banner as shown on the screenshot http://storage8.static.itmages.com/i/16/0820/h_1471681902_5010079_921b6b52e6.png and all changes were saved successfully, here is the result http://storage3.static.itmages.com/i/16/0820/h_1471682004_8432775_2197cf147d.png
2. Try the following css code in Theme Options > Custom CSS > Global Custom CSS section:
.wpcf7 input[type="checkbox"] {
float: none;
display: inline-block !important;
}
3. Go to Visual Composer > Role Manager > select “Custom” Post types and tick needed checkboxes http://storage6.static.itmages.com/i/16/0820/h_1471683729_3194575_03018fa621.png
4. It’s warning and you can hide it, just disable debug mode in wp-config.php file.
Best regards,
Jack Richardson.
Thank you for your quick reply!
Regarding point 1. Is it possible to have the image fill the space inside the border? I do not want any white space (padding = 0 already).
The reason is: I want to add text underneath my image on a white background with a border.
Thanks!
Hello,
In this case try to use this code in Theme Options > Custom CSS > Global Custom CSS:
.banner {
border: 2px solid black;
}
Best regards,
Jack Richardson.
Hello
I’m having trouble with the responsiveness of my site, especially the Interactive Banners on mobile size screens. It also seems to be quite slow.
Hello,
Please, read this topic https://www.8theme.com/topic/only-home-page-not-responsive/
Regards,
Rose Tyler.
Hello Rose
Does it mean that it will be fixed in the next Theme update and this might be a bug? It works fine on your Demo sites.
Kind Regards
Melindie
Hello,
Yes, our developers say that’s will be fixed in the next theme update.
Meanwhile, you can select Bottom in Blog Layout -> Sidebar position for responsive layout.
Regards,
Rose Tyler.
Hello, thanks for the reply, I’m not using sidebars on these pages… so this option will not work for me. My interactive banners and normal banners are not responsive for a mobile.
Another problem is that the scroll speed is too fast. How can I change this? It shows fine on my PC but my client says its too fast on his Apple.
Kind regards
Melindie
Hello,
I’ve changed this options and result shown on the screenshot http://prntscr.com/ca4e81.
You can activate “Smooth Scroll” in WP admin panel > Ultimate > Smooth Scroll.
Regards,
Rose Tyler.
Hello
Thank you for your support!
I do have another issue. In my Chrome console, I do get this error:
http://luxurysafaritravel.com/wp-content/themes/royal/custom.css
Failed to load resource: the server responded with a status of 404 (Not Found)
Can you please help? (Is it ok if I keep on using this forum ticket, instead of adding a new one for every issue?)
Kind Regards
Melindie
Hello,
Go to Theme Options > Custom CSS > find the option “Enable Custom CSS” at the bottom of the page and disable it.
Best regards,
Jack Richardson.
Hi thanks
I do have a lot of custom CSS already, will this disabling it not break my site?
Melindie
Hello,
You added css code in Global Custom CSS section, the option should be enabled only if you use custom.css file, but you don’t have such file, so you can disable that option and you won’t lose your code.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up