Forum Replies Created
-
in reply to: Translate english to french
Hello,
Please check this ticket regarding this: https://support.codeless.co/?topic=change-description-in-portfolio-page
Let us know if you have further questions.
Best regards!in reply to: Slider, Buttons on Mobile, Featured ImageHello,
1-Yes, this seems to be an issue with Revolution slider. I suggest you add the first slide image as the slider’s background image instead. See screenshot: https://ibb.co/hC2bL0W
I don’t know why this happens, I will research some more in the slider’s documentation and let you know if I find anything.2-Add this css into your Custom Css box:
@media (max-width: 480px){ .wpb_content_element.button.buttons_two.al_center { left: 68% !important; } .wpb_content_element.button.buttons_two a:first-child { margin-bottom: 15px; }}3-You can change the aspect ratio for the image cropping at Settings > Media > Image Sizes.
Best regards!
in reply to: Portfolio Masonry on mobileHello,
Please try adding this css into your Custom Css box:
@media (min-width: 480px){ .portfolio-layout-grid[data-grid-cols="3"] .portfolio_item { width: 33.3% !important; } }Let us know.
Best regards!in reply to: Menù colorHello,
I set up the header style as you wanted. Please clear cache and refresh page. This is the result on my side: https://ibb.co/59gqcdF
Let us know if it’s what you want.
Best regards!
in reply to: Videos not playingHello,
I understand. Please add some wp credentials in a private reply. So I can check this closely.
Best regards!
in reply to: Center Images in ColumnYou’re welcome!
If you like our theme and support, please leave us a review on Themeforest. It’s important for us!
https://themeforest.net/downloadsThank You :)
in reply to: Which are the css classes for the mobile menu ?Hello,
1-menu’s background color:
You can change the background color and font color in Specular > Header Options > Dropdown Options & Mobile Menu > Dropdown Background Color / Dropdown typography.2-Link color:
.menu-small ul.menu > li > a { color: #fff !important; }3-Link hover color:
.menu-small ul.menu > li > a:hover { color: #fff !important; }4-Visited link color:
.menu-small ul.menu > li > a:visited { color: #fff !important; }Change the color to your wish.
Best regards!
in reply to: Make footer to look as Finance demo or similarYou’re welcome!
If you like our theme and support, please leave us a review on Themeforest. It’s important for us!
https://themeforest.net/downloadsThank You :)
in reply to: Force breadcrumb widthHello,
Yes, you can add that class if you want to. Go to file: specular\includes\view\page_header.php And find this line:
<div class="breadcrumbss">
Edit to this:<div class="breadcrumbss span4">Best regards!
in reply to: Full width logo for mobileHello,
Add this css into your custom css box in Appearance > Customize > Custom Codes menu.:
@media (max-width: 480px){ #logo img { height: 300px !important; } }Change value to your wish.
Best regards!
in reply to: Portfolio Masonry on mobileHello,
Yes, you can with custom css. Please add a link of the page where you are having this.
Best regards!
in reply to: Videos not playingHello,
And indeed the video is showing ok. See screenshot: https://ibb.co/MN5n5vc
Please try opening the site from a different browser or check if you have any add-ons installed in your current browser that may be blocking content from showing.Best regards!
in reply to: Menù colorHello,
As described in my last reply, the color of the menu is defined by the header version. If it’s selected “header light” the color will be white, if selected “header dark” the color will be black (or any color you have set up in the settings).
Just go to page’s settings > General > Header Color (screenshot). Select dark.
-Customize the sticky header style in Appearance > Customize > Header > Sticky (screenshot).
Best regards!
in reply to: Stuck on Specular WIzardHello,
Please clear cache and refresh your site. The warnings and other issues are gone. You can proceed in editing the site’s pages and post by using Visual Composer.
Just make sure to edit the options from the ‘Specular’ menu. See screenshot: https://ibb.co/B2WLDH2The option in Appearance > Specular Wizard, will open the wizard every time you click on it.
Let us know.
Best regards!in reply to: Site dropped after the upgradeHello,
How did you update theme? From Appearance > Themes, using Envato Market or just by replacing(overwriting in wp-content/themes) old files with the new files?
After the theme update, some plugins may become deactivated. This can result in seeing shortcodes instead of proper content. Since many included plugins also get updated with the theme, they need to be updated as well in order for the site to properly function. So the workflow is this:
1-export settings data;
2-update theme;
3-update included plugins;
4-activate any plugin that has been deactivated by the theme update process;The settings (menu style, fonts etc) are all stored in the database. They are not affected by theme file update. Just make sure to get all plugins in original state for the original site view to come back.
Let us know if you have questions.
Best regards!