Forum Replies Created
-
in reply to: Codeless slider not responsive
Hello,
Please edit code to this:
@media (min-width: 768px) and (max-width: 1024px){ .section-style.parallax_section{ background-size: contain !important; -webkit-background-size: cover !important; background-position: center !important; background-attachment: inherit !important; } }Best regards!
in reply to: Page Header Title Cut Off – Desktop & Responsivehello,
You should decrease the font size. Go to General Options > Styling Options > Default Page Header > Centered Style No Subtitle Title Typography, decrease here the font size to at least 55px.
Then add this code into your custom css box:@media (min-width: 979px) and (max-width: 1024px){ .header_page.centered h1 { font-size: 33px !important;} }Let us know.
Best regards!
in reply to: Menu not displaying correctly on mobileHello,
Can you please check the credentials? I can’t login.
Please fill in the necessary information on your extra information fields of your profile data.
Read this article for more information.Best regards!
in reply to: Problem with Menu (Overlaying)Hello,
I can’t access site with this username. Please see screenshot.
However, please go to your style.css file and find this line:
.header_8 nav .menu > li > ul.sub-menu, .header_8 nav .menu > li > ul.sub-menu ul{top: 105%; left: 0 !important; }
Edittop: 105%;value to 100% and Remove theleft: 0 !important;from it. Save file.
Then add this code into your custom css box:.header_8 nav .menu > li > ul.sub-menu ul { top: 0 !important; } nav .menu > li > ul.sub-menu ul { width: 180px !important; }Result screenshot.
Let us know.Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 1160px) and (min-width: 981px) { .header_1 nav .menu > li { margin-left: -8px !important; margin-right: -8px !important; padding-right: 0 !important; padding-left: 0 !important; }}Let us know.
Best regards!
in reply to: add font to headerHello,
The Calibri font is not included in fonts list, but you can add it using these steps:
1-Download font files and add them into your font folder. Location: wp-content/themes/specular/font.2-Add this code into your style.css file:
@font-face { font-family: Calibri; src: url(public_html/your-site/wp-content/themes/your-theme/fonts/FontName-Regular.ttf); font-weight: normal; }Replace font url with your current one.
3-Add this code into your custom css box, to set this font for the menu:
nav .menu > li > a {font-family: "Calibri" !important;}Read this article for more detailed information.
Let us know.Best regards!
in reply to: Logo and Product Column IssuesHello,
Sorry for the late reply. We are currently looking into this. You will be notified soon.
Best regards!
Hello,
1-This is because the images have different dimensions. So they are scaled down in different sizes as well. If you want to change them then please read more in this article: https://support.codeless.co/?ht_kb=ideal-image-size.
2-This too is caused due to the images different dimensions. To avoid it, you only need to set up a minimum height for this type of portfolio. Please add this code into your custom css box (located in General Options > Custom Css box):
.three-cols .portfolio-item { min-height: 535px; }This is the result: https://pho.to/AJShf
Best regards!
in reply to: qtranslate doesnt works in widgetHello,
I see you have a very old version of theme. The issue may be caused by it. Please update theme and Visual Composer to their latest version first.
Read the related section in theme documentation on how to update theme. And read this article for more information on how to update Visual Composer.
Let us know if the issue persists then.
Note: Please consider updating your profile data. Read this article for more information.Best regards!
in reply to: Media Element – videoHello,
Sorry for the inconvenience. We will check this out further and fix it in the next theme update. In the mean time, please use a youtube link for the video. We tested it, it does not have any issue.
Best regards!
in reply to: Unsure how to install default demoHello,
First thing first:
The demo data includes the posts/pages/portfolio items and some other configuration settings (such as header type, blog style, default home page..etc). If you check to import attachment as well, it will add the images used in the online demo too. This is optional as it will increase significantly the size of data to import. Some shared hosts do not have enough memory and execution time limit to include the attachments too. However you can easily upload your own images, or just download the online demo’s.Secondly: Do you want to have just the default demo styling but keep the old pages and content? Or do you want to overwrite all of the old content and use only the default demo content?
Please read this article for more information on dummy data import.
Note: Please consider updating your profile data. Read this article for more information.Best regards!
in reply to: Automatic Indent in Text BlockHello,
If you have an issue with theme, it is better to demonstrate it from the theme’s options. Not from the support text area. They are not the same theme so it’s not useful.
As you can see here, in support editor you have two tabs in the top-right corner (screenshot). If you choose “Visual” you will be able to write in a normal (windows like) text editor. If you choose “text”, then you can add and edit your text using html tags.It is quite the same in the theme’s Visual Composer text element, editor. You can choose between two types of editors. The visual and the text version.
As i previously said, we tested this again and did not get any indent.Please show us your problem with screenshots from the actual theme panel. You can add the images in a online host service (such as Share.Photo or Postimage.org) and send us the link.
Best regards!
in reply to: Opening portfolio items only on nameHello,
There are at least 4 types of portfolio styles. And they all have their respective files. Which one are you using? Please send us a link of your portfolio page so we can give a more precise advice.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Codeless slider not responsiveHello,
Sorry for the late reply. Please add to the list of attributes above this line too:
background-attachment: inherit !important;
So the block of code will be like this:@media (min-width: 768px){ .section-style.parallax_section{ background-size: contain !important; -webkit-background-size: cover !important; background-position: center !important; background-attachment: inherit !important; } }Let us know.
Best regards!
in reply to: Showcase IDX Plugin On MobileHello,
Sorry but we do not offer support on third party plugins. However, i suggest you edit this with custom css code. add it into your custom css box. Or contact the plugin’s authors for further help.
Best regards!