Forum Replies Created
-
in reply to: Sections id
Hello,
To use a page as ‘One Page’, you have to set it as one page at General Settings > Page Options & styles >Use menu as one page menu. Then for each menu item, assign a row wher it will point. Please see here the steps to take as screenshots:
- set page as One page (screenshot)
- set the section id’s, in row settings > Extra Class Name (screenshot)
- assign this id, to one of the menu items (screenshot)
- Save!
You can read more about one page explanation in the documentation.
The “Active Arrow Up/Down” add a tiny arrow in the middle of the row.Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: PROBLEMS WITH MY WEBSITEHello,
You had assign as blog page, the “Blog” but where calling in the menu, the “Our Blog” page. I changed the settings and assigned ‘Our Blog’ as blog page and now the posts show.
As for Polylang plugin, sorry but we do not support third party plugins.PS: your site is very well build and nice looking. With your permission, we would like to add it to our theme’s showcase. Let us know.
Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: Search box inline navigation menuHello,
Sorry for the late reply.
Can i please see a link where is this running?Best regards!
in reply to: Codeless slider fontsThis reply has been marked as private.in reply to: Menu hover styleHello,
Sorry for the late reply.
I added this code:/* Effect 1: Brackets */ .header_1 nav .menu > li > a::before, .header_1 nav .menu > li > a::after { display: inline-block; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; } .header_1 nav .menu > li > a::before { margin-right: 10px; content: '['; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); } .header_1 nav .menu > li > a::after { margin-left: 10px; content: ']'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); } .header_1 nav .menu > li > a:hover::before, .header_1 nav .menu > li > a:hover::after, .header_1 nav .menu > li > a:focus::before, .header_1 nav .menu > li > a:focus::after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); } .header_1 nav .menu > li:last-child a{padding-right:0; margin-right:0;} .sticky_header .header_wrapper.header_1{ -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04); box-shadow: 0 3px 5px rgba(0,0,0,0.05); }Into your custom css box and removed the previous one. Now it’s ok.
Best regards!
in reply to: Portfolio ProblemsHello,
Sorry for the late reply.
For portfolio items order,please use any ‘custom post type order plugin’.Best regards!
in reply to: Google AnalyticsHello,
Please remove the comment symbols at the beginning and the end. The
/*and*/and try again. Let us know.Best regards!
in reply to: Contact Page stylingHello,
1- please add these lines into your ‘Contact’ page custom css box:
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { width: 75%; }2- Do you want to distance right column further from the left column? If so, add these lines:
.vc_col-sm-4.wpb_column.column_container { padding-left: 75px; }3-For the “Send” background and font color, add these:
input.wpcf7-form-control.wpcf7-submit.btn-bt.default { background: #b02b2c; } input.wpcf7-form-control.wpcf7-submit.btn-bt.default { color: rgb(253, 253, 252); }4- Add these lines:
.header { padding-bottom: 30px; }You can edit all values to your need. The result should be like this: screenshot.
Best regards!
in reply to: Menu hover styleHello,
Can you please post your wp credentials in a private reply? So i can give a closer look.
Best regards!
in reply to: Transparent headerHello,
You can achieve it by editing the ‘content’ margin. Add these lines into your custom css box:
section#content { margin-top: -175px; }Edit the value to your need.
Best regards!
in reply to: Footer Doesn't Stick to Bottom of Pagehello,
Please add these lines into your custom css box:.footer_wrapper { position: fixed !important; }Best regards!
Hello,
Can you please show us your site’s url? So we can be more precise.
Thank you!
Hello,
Please add these lines into your custom css box:
.recent_portfolio .portfolio_slider { height: 251px; }But we recommend to add images first, to portfolio items. Let us know.
Best regards!
in reply to: Background and Google ChromeHello,
I made some editing at the code in your custom css box. The ipad mode seems ok, but i need the ftp credentials as well to fix the mobile mode. Can you please post them as well?
Thanks,
in reply to: Different FAQsHello,
Sorry for the late reply. For now it is not possible to choose which categories to show for a particular FAQ. But we will add this feature in the upcoming update.
Best regards!