-
-
Dears,
1- I follow that ticket “https://support.codeless.co/?topic=more-rows-on-recent-portfolio-element” to show six image on same row ,
After i apply that changes the result is ”
Portfolio Rows 6 which is ok but still getting 5 image per row
Block size 1/5 which is not ok , it should change to 1/6 ”what is the mistake , I need six image in one row ?
2-How i Can customize carousel for recent portfolio to be located on the right and left of images line with different style ?
3-How i can add filter for recent portfolio “ex. Arch,Mep,……….etc” ” ?
4-How Can I change the right and left gap at the beginning and end of row not for each image ? because i need to align the edge for first image with the edge of service media icon which is located above recent portfolio ?
5-Hover size for images screen it’s exceed the image size !
6-for extra navigation i add menu which is same menu on main header but i need to customize color text type and font for extra nav menu without affecting the header menu?
7-How can i add gap or top padding at the beginning of extra navigation , and how i add image as a background with overlay color?
Regards,
Thanks -
Hello,
1-Where did you try this? Can you post a link?
2-Sorry, i don’t understand what you mean. Can you please explain better?
3-Sorry but this requires code customization that is not included in this support service.4-Are you referring to something like this: https://postimg.org/image/rfyxre8s5/ ?
If yes, i already added the custom css in the page’s custom css box for this. It is inside comment tags. Remove the comment if you want to use it. Edit the values to your wish.5-I added this code into your Custom Css box in General Options :
.full-width-content .wpb_column .overlay { width: 94% !important; left: 20px !important; }
Result screenshot: https://postimg.org/image/bx1httamt/
6-If you style the main menu from theme options, the main menu will be affected as well. In order to customize only the menu in extra navigation. Use Custom css. Example code:
.extra_navigation ul li a { font-size: 13px !important; color: cornsilk !important; }
7-Add this code to add padding to extra navigation content:
.extra_navigation .widget:first-child { margin-top: 45px; }
You can add background image and ovarlay using custom css as well. Sorry but this is a personal preference styling and it’s not included in support.
Best regards!
-
Hi mihaila,
Thank you for your support
1-Simply , How can i add six image in one row for “recent portfolio element” like that one but six image , and how can i change height of images for recent portfolio
2-How can i customize carousel for recent portfolio (color,size …..etc) like that sample https://prnt.sc/hydoe9 ?
3-Ok
4-Yes i need same , but i can not find the code which you add , did you add in advanced css box ?
5-Still have a problem with overlay screen check my site https://prnt.sc/hydwdy
6-Perfect , can i add hover for text?
7-Thank you it’s working
8-Portfolio same issue with overlay ? https://prnt.sc/hydvy7
9-Last issue is i have a ninja forms which is working perfect with your theme except footer area there is subscribe form which is not working on the footer or taking long time i contact ninja and they say it’s theme problem , as they say” When I viewed your page, the form was not loading due to a JS error on the page: Uncaught TypeError: jQuery(…).jBox is not a function”Regards,
Ghallab -
Hello,
1-The ticket you pasted is almost 2 years old. Theme code has changed ever since to mach the updates of wordpress and PHP. There are additional changes needed to do in order for this to work. This customization exceeds the purpose of this support. SO i will help you get 6 cols in one row using custom css for now, and i will add this at our to-do list for the next theme update.
I set the recent portfolio as carousel and added this code into the page’s custom css box:/*.five-cols .portfolio-item { width: 11.4% !important; } .recent_portfolio .portfolio_slider { pointer-events: none; } .recent_portfolio span.separator { left: 32% !important; } .recent_portfolio h2.vc_custom_heading {left: 32% !important; }*/
To make it active, just remove the comment tags (/*css code*/).
2-You can style the recent portfolio element further using custom css. Please keep in mind that personal customizations are not included in support.
4-The page’s custom css box is located in the page’s backend. The gear icon at the top-right. See screenshot: https://postimg.org/image/o3sd917r9/
The code i added last time is not here anymore. I assume you removed it. Anyway with 6 column portfolio this is not recommended as it will stretch too much the portfolio items.5-Just change the values until you are satisfied with the result. The code is the same.
6-Yes, add this code:
.extra_navigation ul li a:hover { font-size: 13px !important; color: cornsilk !important; }
8-Please make the changes you want from the above first. Then we’ll check the result and make additional changes. So we won’t have a mess.
9-Ninja forms is not a tested plugin from us. So we can not guarantee it’s compatibility with theme. I can suggest you use the Mailchimp newsletter instead.
Best regards!
-
You must be logged in to reply to this topic.