Forum Replies Created
-
in reply to: content blocks
Hello,
Yes, it is possible, but it is recommended that you clear database first. Because theme’s are different from one another and the shortcodes of one theme will be junk code to the other theme(will not be recognized) and the site may result in a big mess.
So if you happen to change your mind and want another theme, we strongly recommend to clean database and perform a clean dummy data import from the newly installed theme.Best regards!
in reply to: Translate english to frenchHello,
Please add some wp credentials in a private reply. So I can check closely how your WordPress is configured. Do you have Specular theme(this forum’s theme) installed or another theme?
Let us know.
Best regards!in reply to: content blocksHello,
Do you mean content blocks from other demos of the theme you have installed? This is not possible. You have to have imported the demo in order to have all the content blocks available.
It is not possible either, to use another theme’s content blocks.
Best regards!
in reply to: Translate english to frenchHello,
Did you open all the files inside the \includes\view\portfolio folder? Check this screenshot: https://ibb.co/6FDNktx
Let us know if you still can not find them.
Best regards!in reply to: Navigation button PortfolioHello,
This requires code changes. Please add some valid wp credentials in a private reply. So we can make it for you.
Best regards!
in reply to: Site dropped after the upgradeThis reply has been marked as private.in reply to: Videos not playingThis reply has been marked as private.in reply to: Full width logo for mobileHello,
Please add this css:
@media (max-width: 480px){ .header_container .header-row-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; } .header_container.header-left.menu_style-simple.menu-full-style.menu-with_shadow.cl-header-light.cl-responsive-header { height: 170px !important; } .main.header-row .c-left { order: 1; width: 100% !important; margin-right: 90px !important; } .main.header-row .c-middle { order: 2; width: 20% !important; } .main.header-row .c-right { order: 3; width: 20% !important; margin-right: 100px !important; } }Espected result: https://ibb.co/7g30Sfc
Best regards!
in reply to: Portfolio Masonry on mobileHello,
I just opened the site in mobile device and chrome mobile generator and it looks good. See screenshots: https://ibb.co/7KfpzDt
https://ibb.co/xLCR8PTBest regards!
in reply to: Slider, Buttons on Mobile, Featured ImageHello,
1-As I wrote above, I am not sure what caused this (please keep in mind Revolution slider is a third-party plugin, included for your convenience. But not created from us). But I suggest you import one of the pre-created sliders and change it to your needs. I made an example here: https://870.7ce.myftpupload.com/slider-test/
The first slide is showing ok.2-Sorry but the exact look is not possible as the buttons are inline in one div. We will have to change the html to change it. So you can choose from these two layouts:
a) Add this css:@media (max-width: 480px){ .wpb_content_element.button.buttons_two.al_center{ display: flex; justify-content: center; } .wpb_content_element.button.buttons_two a:first-child { margin-bottom: 15px; } }and have this result:
https://ibb.co/PT3Ssttb) Add this css:
@media (max-width: 480px){ .wpb_content_element.button.buttons_two.al_center{ position: relative; } .wpb_content_element.button.buttons_two.al_center { left: 60% !important; position: absolute; top: 50%; left: 50%; transform: translate(-44%, -10%) !important; } .wpb_content_element.button.buttons_two a:first-child { margin-bottom: 15px; } }and have this result:
https://ibb.co/qBvSDcbBoth are added in your Custom Css box. Just uncomment the one you will use and delete the other.
3-I added this css:
@media (max-width: 480px){ .slider-img { background-size: contain !important; height: 177px !important; } }This is the result: https://ibb.co/4R11T07
Best regards!
in reply to: Videos not playingHello,
When a browser reads the code behind your website, it translates the information in the default settings. For instance, Safari and Chrome have different default fonts, which means the font on your site changes when viewed in these browsers. For example, Safari defaults to the Helvetica family and Microsoft’s Internet Explorer defaults to the Arial font family.
Default issues are likely the most common reason for variance between browsers. The look and feel of a site may change, but functionality and the user experience remain intact.
I opened the site from Safari in Mac and this is what i get: https://ibb.co/GkgGXMX
Basically the font is the same in the css code. I suggest you check this link for more detailed info: https://stackoverflow.com/questions/30876894/how-to-prevent-different-browsers-rendering-fonts-differentlyBest regards!
in reply to: Full width logo for mobileHello,
Please know that this is a personal customizatin and it’s not included in support. However, i can give you a hint for the custom css, but i need to see a link of the site first.
Best regards!
in reply to: Videos not playingHello,
I found the issue. It’s the featured image that blocks it. Sorry for the inconvenience. I have reported this to the developers and we will fix it in the next theme update. For not please just do not assign any image to the video.
Best regards!
in reply to: Style contact page and formHello,
1-Try adding this css into your Custom Css box:
.row-google-map iframe { pointer-events: none; }2-No there isn’t. The contact form is generated by a third party plugin and the styling is defined by it. I suggest you customize it using custom css. Example:
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"],.wpcf7-form-control-wrap textarea { border: 1px solid #efefef !important; background: #ffffff; }Best regards!