Forum Replies Created
-
in reply to: Codeless slider doesn’t show images in Firefox
Hello,
I opened your site in Firefox as well as in all other browsers, but i do see the slider very well in all of them. Please see this screenshot of your site in firefox.
Did you manage to fix your issue? Let us know.Best regards!
in reply to: Mobile full screen overlayHello,
That’s because in home page you have a Revolution slider and the css i gave modified it. in other pages you do not have the same elements so the result won’t be the same. However i added this code into your custom css box:
.page .top_wrapper { margin-top: -120px !important; } .page #content { padding-top: 100px !important;}Please check your other pages. They are just like the home page now (the one’s with content! You have to add content to all of them in order to see the result).
Best regards!
in reply to: Page content resizing issueHello,
I get your idea but that is not possible. You mean for the site to be both responsive and not. Which is not possible.
The responsive layout is configured to check the device’s screen dimensions and select the proper layout for it. There are fixed sizes, globally acknowledged for devices like mobile, tablet and laptops.
The Responsive layout is build upon these sizes. So all we can do is edit the layout for the screen size you want using custom css.I already added some for the mobile landscape mode in your previous topic. Please check your site and let us know how do you want to proceed.
Best regards!
in reply to: Landscape orientation for phoneHello,
I added this code into your custom css box:
@media (min-width: 767px) { .tp-mask-wrap { top: 33px !important;} div#slide-74-layer-15 { min-width: 575px !important; margin-top: -30px !important; } div#slide-73-layer-15 { min-width: 235px !important;} div#slide-75-layer-15 { min-width: 235px !important;} div#slide-76-layer-15 { min-width: 235px !important;} }However i suggest you to update theme first. You have an old copy and it may be causing the responsive issues.
Let us know.Best regards!
in reply to: Page content resizing issueHello,
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.
PS: We respond to topics according to their arrival time. The oldest first. So keep replying to your own topic will only increase respond time. Please read our Support Policy here.
Best regards!
in reply to: Landscape orientation for phoneHello,
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: Mobile full screen overlayHello,
Sorry there was a misunderstanding, i gave you the code for this site: https://serenitytravelphotography.com/
Please send us the login credentials of the other site, so we can give it a closer look and test out all screen resolutions.
Best regards!
in reply to: Posts in Multiple pagesHello,
Do you want to create three blog pages? Sorry but you can only have one blog page in a site. The examples in the demo are created with cookies for demonstration purpose only.
If this is not what you asked, please explain better.Best regards!
in reply to: Can’t remove extra spacing in visual composerHello,
Yes, please add this code into your custom css box:
.vc_col-sm-12.wpb_column.column_container.with_padding { margin-bottom: -43px !important; }Edit the value to your wish.
Best regards!
in reply to: Remove blog style or add /blog/ parent to postsHello,
Sorry but i don’t understand what are you trying to do. Can you please explain better? Some screenshots can help us too.
Best regards!
in reply to: Latest Blog NewsHello,
The demo uses an old copy of Visual Composer. Sorry but that style is not available any more due to the latest Visual Composer updates.
Best regards!
in reply to: List of iconsHello,
Specular theme uses ‘vector-icons’, ‘font-awesome’, ‘linecon’ and ‘steadysets’. You can find the available sets of icons in folder specular/css. Also find a list of the available icons in file functions-specular.php.
Best regards!
in reply to: Automatic Indent in Text BlockHello,
Sorry but i do not get any of this when i add a text in a text element. Can you please show us the page where is this happening? Did you only wrote the text without using any editing option?
Let us know.Best regards!
in reply to: Mobile full screen overlayHello,
Please add this code for the responsive layout:
@media (max-width: 480px) { .top_wrapper { margin-top: 0px !important; }}Let us know.
Best regards!
in reply to: Mobile Menu and Logo AlignmentHello,
Just edit the values of height and margin-top to your wish. Until you have the result you want.
Best regards!