Forum Replies Created
-
in reply to: Many elements suddenly don't work anymore!
Hello,
You have access errors in your site. The server can not access all required files for the site to function properly. Please see this screenshot. Contact your host regarding it.
Best regards!
in reply to: Woocommerce product page header and sidebarHello,
Normally the products page (or shop page) is configured by woocommerce plugin. So it has it’s specific and independent from theme, template. To set to it the same page header you are using in other pages, then make sure to have set it up in General Options > Header Options > Default Page Header > Page header style, centered (screenshot).
-To add a sidebar to product page, go to Page Options > Overwrite the default post layout, set it ON and select one of the layouts (screenshot).
Then go to Appearance > Widgets and add as many widgets you want to woocommerce sidebar (screenshot).Best regards!
in reply to: Button on top of mediaHello,
That element is a Service Media, and the style is “Title over image”.
Best regards!
in reply to: embedding videoHello,
For the mailchimp alignment add this code into your custom css box:
form#mc4wp-form-1 { margin: 0 141px 20px !important; }Result.
-For the other screen sizes, to make the transition more smooth, add this code:@media (min-width: 768px){ iframe {width: 300px !important; height: 200px !important;} }Best regards!
in reply to: Codeless Slider not working on iPad/TabletHello,
Have you set up a height for the slider in page’s General Settings > Sliders Options > Slider height? Please make sure you have. If the issue persists, send us your wp credentials in a private reply.
We will fix it for you.Best regards!
in reply to: header in mobile verisonThis reply has been marked as private.in reply to: Sloppy on iPadHello,
You have left out some important configuration, like setting up a homepage in General Options > Select Frontpage. Setting a page is important for it to inherit the basic configurations and style.
Did you paste the code i gave you? There was no code pasted into your custom css box. I added the two blocks of code i gave you in previous replies, and i added this too:@media (min-width: 768px){ .container {max-width: 681px !important;} ul.tp-revslider-mainul { width: 692px !important; left: -6px !important; } .vc_gitem-zone .vc-zone-link { left: -6px !important;} }It’s ok now. I tested it in ipad as well.
Best regards!
in reply to: Menu too big when responsiveHello,
I have already given you the instruction in the reply above. Just copy-paste the code and that’s it.
Best regards!
Hello,
Do you want this view, screenshot? Add this code into your custom css box:
.portfolio_single .description { display: none; }Best regards!
in reply to: Default Dummy Data : download stalls @ 30%Hello,
Dummy data can not be imported via ftp. You have to do it from the dashboard. Try to import without the attachements. Make sure to have enough execution time limit as well. Ask your host about it.
Let us know.Best regards!
in reply to: When will there be a new update?Hello,
We will release a new theme update (and Visual Composer) soon. You will be notified via email. Please look forward to it.
Best regards!
in reply to: Increase the number of portfolio pieces per pagein reply to: Menu Background is changing when i upload my LogoHello,
Can you send us a link where is this running? So we can give a more specific advice.
Best regards!
Hello,
1-I was able to add the Codeless slider in this test page. It does not make page go blank.
2-This is not really a conflict. It’s just that you have set one after another two elements where the second one (carousel portfolio) uses the settings of the upper row to display it’s arrows. So the second pair of arrows you see are of the portfolio below. To avoid this, just put another element between these two. Example page.
We suggest to update theme to it’s latest version. It has many features improved.
Let us know if you need more help.Best regards!
in reply to: Codeless SliderHello,
You can add codeless slider(and any other slider) in page’s General Settings > Sliders options > Select Slider Type, then choose one of your precreated sliders. Sorry but is not possible to use Codeless slider as an element in Visual Composer panel, in other part of the page. You can, however, use other sliders. Such as layer slider, Revolution slider or Flex slider(slideshow). Screenshot.
-To make Codeless slider loop, you only need to add more than one slide to it. Assign the speed in page’s General Settings > Sliders options > Codeless Slider Speed.Best regards!