Forum Replies Created
-
in reply to: Woocommerce Cart Page not reponsive on mobile
Hello,
The screen size for mobile is the
@media (max-width: 480px). Add the relevant code under this rule.Best regards!
in reply to: Various issuesHello,
1-Please check your internet connection first. I opened the portfolio page several times and did not experience any delay in displaying the items.
2-Did you activate it? Please go at General options > Header Options > Sticky Nav, make sure the Sticky Header option is ON.
3-Because your title font is too big it needs more line space than set up by default. Please add this code into your custom css box:
.header_page.with_subtitle.centered .titles h1 { line-height: 1;}
This will be the result: https://www.clipular.com/c/4629470770626560.png?k=xnSybwrl59Bi1JJ8nwHp0crtA3Q
Let us know if we can help you with anything else.Best regards!
in reply to: Fixed Image WidthHello,
Sorry but to remove it completely requires a lot of customization in theme files, which this support does not cover. You can do it yourself or hire some one to take care of these for you.
Best regards!
in reply to: Text Overlay and White Space in HeaderHello,
-What element are you using? In the demo it is used the “Service Media” element with style “Title over Image”, not just a simple image.
-Add this code for the footer:
.footer_wrapper #copyright .container { margin-top: 0 !important; }-Please go to General Options > Layout > Extra Side Navigation, set it OFF.
Best regards!
in reply to: missing dummy contentHello,
The dummy data import is a very simple process. You only need to click on the demo you want to import, and then the “Import” button.
What you are missing here are the basic customization you need to perform to have the exact view. Please go to your theme’s General Options and select a home page for your site.
I can help you with the first configurations if you want. Just send us your wp credentials in a private reply. Let us know.Best regards!
in reply to: missing dummy file pages?Hello,
What style have you chosen for your portfolio? I can’t access the page attached. Please make sure you have selected the Portfolio Style with Overlayed with base color and zoom effect (screenshot), in your portfolio page “Portfolio Options”.
Let us know.Best regards!
in reply to: Codeless slider not displaying last photo?Hello,
I accessed your site with the latest Firefox browser and the issue does not appear. I do see all 5 slides here as well. Maybe you have extensions installed that could be causing this.
Best regards!
in reply to: Logo on sticky menu and othersHello,
For this time i am sending your the code to add at your custom css box, but please keep in mind that these are style’s customization that are not included in support forum.
1-To add the logo in sticky header:.header_11.sticky_header #logo { display: block !important;} .header_11.sticky_header #logo img.dark { height: 85px !important; top: 97px !important; }2-For the mobile header view:
@media (max-width: 480px){ #logo img { height: 100px !important; top: 100% !important; right: 95% !important;} .mobile_small_menu { left: 85% !important;} .mobile_small_menu .close { left: 85% !important;} .header_transparency header#header { background: rgba(97, 35, 35, 0.48) !important;} }Best regards!
in reply to: Specify sidebar background color?Hello,
Great to know you figured it out. Thanks for sharing.
Best regards!
in reply to: Not able to edit Project DetailsHello,
-Are not able to see this view: https://www.clipular.com/c/5824666619346944.png?k=iBR4cXJnBE_LambPhO0r5ZYPLS8 ? What changes did you do to the site? Send us your wp credentials in a private reply. So we can give a closer look.
Note: Open a new ticket to send the credentials. You are not the author of this ticket, so the original author will be able to see the private data posted here! Make sure to reference this ticket there, so we can keep up with the developments.-Can you be more specific? Did you use any css code to remove the Project Details, and now you want to display them back? If so, just remove the code added to remove them in first place.
Best regards!
in reply to: Missing logo+ image issue on mobile device modeHello,
Add this code int oyour custom css box:
.logo_only_sticky .header_wrapper #logo { opacity: 1; }to display again the logo.
Can you send us a screenshot of an image repeating itself on mobile? I don’t see any when accessing your site from mobile.
Let us know.Best regards!
in reply to: Text Overlay and White Space in HeaderHello,
Please add this code into your custom css box:
.container { margin-top: -85px;}
for the header.
I can see the text in clients logos. What is the issue?Best regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
in reply to: Notice: Undefined index: vc_btnHello,
Sorry for the inconvenience.
Please edit the file ‘specular/includes/core/codeless_elements.php’.
Find the line:vc_remove_element("vc_btn");and delete it.Best regards!
in reply to: Theme logo and layoutHello,
1-The default logo size is 165x50px. You can upload the size best fitts your needs.
2-To build upon a template, you need to import it’s demo data. Go to Theme Options > Import/Export (Dummy Data). Click on the demo you want to import, and then click “Import” button.Best regards!
in reply to: Fixed NavigationHello,
Have you tried to fix it with css? Did you perhaps, added any css code that could have affected the sticky header for only home page?
I see a block of code, suspected for the js error and it is not generated from theme scripts. This is not in any of theme files, but generated. The code in your Custom JS box, can not be altered via ftp. Only from theme options.
Theme files do not need the write access. All theme options are saved in the database.Best regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
-
This reply was modified 10 years, 3 months ago by