Forum Replies Created
-
in reply to: Portfolio Video
Hello,
Can you please be more clear? I don’t understand what are you trying to achieve. I see that the video is displaying ok in your portfolio item (screenshot).
Best regards!
Hello,
The “Page header background” option is just for this, the page header. Not the entire page’s background. there isn’t an option from theme to achieve this. You have to set it with custom css code. Add the code into the page’s custom css box (the gear icon located at the top-right side of visual composer panel).
Best regards!
Hello,
This is the current structure of the custom sidebar. If you do not want to display the widgets of the generic sidebar, then you can hide them using css.
If you send us the link where you have this, i can send you the exact code to add.
Let us know.Best regards!
in reply to: VC Not Working – Updated – Fatal ErrorsHello,
The latest theme version has an updated Visual Composer plugin included and so are the files that overwrite some of the plugin’s elements. So updating theme but keeping the old vc-templates files is just the same as not updating at all.
Theme does not have any issue. It is tested and none of this happens.
Please send us your wp and ftp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Responsive IssuesHello,
1-Please be as specific as you can in explaining your issue so we won’t lose any time in fixing the right one.
The slider is being scaled down in proportion of it’s original dimensions. The desktop layout of it is quite wide and not too high. So is normal that in smaller screens it would be even shorter.
To edit it, add this code into your custom css box:@media (max-width: 767px){ .rev_slider_wrapper .rev_slider { height: 236px !important; } }2-No, it needs the css classes that give that effect. Or add these attributes to the current css classes using custom css.
3-4-Go to General Options > Custom Code > Custom css box (screenshot).
5-Yes, please add this code:
@media (max-width: 767px){ #mapDiv { pointer-events: none;} }Best regards!
in reply to: Responsivity earlierHello,
Yes. What screen width would you want to start the responsive layout? Let us know so we can send you the right code to add. Also a link of your site would help.
Best regards!
in reply to: backgroundHello,
You can put one image for all pages in General Options > Header Options > Default Page Header (screenshot), or set up a different one for a single page in the page’s General Settings > Page header Options > Page header background (screenshot).
Best regards!
in reply to: Responsive IssuesHello,
1-Do you mean this image? I see it’s natural size is 375x260px , while in responsive it goes down to 300x206px. It is normal for responsive mode. If you wish to expand it further then please add this code into your custom css box:
@media (max-width: 767px){ .wpb_single_image img { max-width: 114%; margin-left: -22px; }}Edit the values to your wish.
2-This image is not a link. To zoom in/out it has to have the necessary classes that enable that effect. But this is a simple image. Zooming is not an attribute.
3-4-Add this code into your custom css box, for the video in mobile:
@media (max-width: 767px){ video { width: 354px !important; height: 180px !important; } #content { padding-top: 0 !important;} }Let us know.
Best regards!
in reply to: Where to set link color?Hello,
That is not possible to set up via theme options. Please add this code into your custom css box:
a { color: #075f5f !important; }Edit the color to your wish.
Best regards!
in reply to: portfolio optionsYou’re welcome! Happy to help! :)
in reply to: Row seems to have mystery marginHello,
Glad to know you found the option. Let us know if you have further questions.
Best regards!
in reply to: Theme TranslationHello,
You can find the .PO/.MO files in folder “lang” inside the main theme folder. Edit the present ones or add more.
Best regards!
in reply to: Mega menu column widthHello,
1-To show full bio in single staff, please go to file \vc_templates\staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Number 25 is the number of words to show up. Increase it to your wish.
Example: setting it to a huge value like ‘99999’ will display all the available text.2-I added padding to the column of the middle service (screenshot). You can edit it to your wish.
Best regards!
in reply to: dummy data not downloadingHello,
Dummy data has no issues. Most of the customers asking about it in this forum have server configuration issues. We have tested it multiple times and Envato staff has too.
However you can find all available demos in \includes\dummy_data\demos. Import the one you want from the list.Best regards!
in reply to: Portfolio imagesHello,
I see the images are not in the same size, that is why they are not displayed the same. You can edit the images scaling in file functions.php (read this article for more).
If you want to stck to the custom css code, then add the code above into the page’s custom css box (screenshot) and adjust the value to it’s best version for that page.
Let us know.Best regards!