Forum Replies Created
-
in reply to: ONE Page Sections Not Working
Hello,
This happens because the slider is quite large while the text and other elements of page are smaller in size and are loaded faster.
We can recommend you to use a caching plugin or CDN to make the site perform faster. Loading cached copies is much more faster than generating them from server each time you access page.Best regards!
in reply to: mobile background headerHello,
The responsive layout uses different css classes from the desktop one. The @media rule is used to check the screen dimensions from where the site is being accessed so it will determine what device is and what layout to display.
This code is interpreted like this:
@media (max-width: 979px)->for all screens smaller to equal of 980px, execute the css below:
.header_wrapper {background: #fff;}->set’s header background to white.If you want to change this, just add this css code into your custom css box:
@media (max-width: 979px){ .header_wrapper {background: rgba(253, 252, 251, 0.03) !Important;} }It will overwrite the default style.
Best regards!
in reply to: First usage theme – questionsHello,
1-Please add this code into your custom css box:
@media (max-width: 480px){ .countdown_section { width: 98% !important; }}2-Sorry i don’t understand. Can you please be more clear?
3-You can change fonts used in your theme in General Options > Typography. All necessary changes for fonts usage in theme is done in this section. Also please refer to this article to add more fonts to site.
Let us know.PS: Please open new ticket for future questions. So the forum is easier to browse and other visitors can find better and faster results.
Best regards!
in reply to: Theme does not import the dummy dataHello,
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!
in reply to: Codeless Slider Subtitle BugThank you for sharing!
in reply to: Problem with blog article in headerHello,
Can you please be more specific? I don’t see any breadcrumbs here, screenshot.
Let us know.Best regards!
in reply to: Problems with accordian questionsHello,
Glad to know your figured it out. Let us know if you need further help.
Best regards!
in reply to: Codeless slider on mobileHello,
I checked your site but the slider is fixed. Did you manage to solve your issue?
Let us know.Best regards!
in reply to: LayerSlider WordPress not working in chromeHello,
Please add this code into your custom css box:
.ls-slide, .ls-layer { display: block !important; }Let us know if the issue persists.
Best regards!
Hello,
I see the animation is already present in the page https://prod.apollogic.com/centrum-kompetencji-sap/. Do you still need our help?
Let us know.Best regards!
in reply to: Header not removingHello,
I don’t see the page header in your pages anymore. See screenshot. Did you manage to remove it? Let us know if you need further help.
Best regards!
in reply to: Codeless slider deactivate titleHello,
Glad to know you figured it out.
Let us know for anything else.
Best regards!
in reply to: Mobile Footer Layoutin reply to: Content moves up when Sticky Header appearsHello,
Sorry but there are no feedback’s on the matter.
Best regards!
in reply to: Filling the right side menuHello,
The screenshot is not really visible.. Please use one of these online photo share services: https://share.pho.to/ or https://postimage.org/ send us the link of the screenshot.
You can fill in the side menu just like a normal menu. Assign a menu to it in Appearance > Menus, and add widgets to Appearance > Widgets.
Let us know.
Best regards!