Forum Replies Created
-
in reply to: Portfolio Page Header Image
Hello,
Please set the page header in portfolio items General Settings > Page Header Options > Page header style, to Basic style. The centered one is not available for portfolio custom post items.
Best regards!
in reply to: Woocommerce "Please choose product options…" errorHello,
I am glad it’s ok. Thanks for sharing.
Best regards!
in reply to: Codeless slider not responsiveHello,
Please add this code into your custom cs sbox:
@media (max-width: 1024px){ .wpb_row .section-style.parallax_section{ background-size: contain !important; -webkit-background-size: contain !important; }}Let us know. (Since i don’t see the bug from my side, if the issue persists, send screenshot of result so we can understand what to change further).
Best regards!
in reply to: left + right sidebarHello,
The “Overwrite the default post layout” is valid for pages (post type) only. The blog single post (custom post type) are set up from General Options > Blog Options > Single Post Layout. And this layout (left+right sidebar) is not available for it.
Best regards!
in reply to: portfolio orderHello,
Yes, it is normal. This is the default wordpress order structure. If you want to order them by your choice then you have to install a plugin for it. We can recommend “Post Type Order” plugin.
Best regards!
in reply to: portfolio typographyHello,
The titles of your portfolio are links. So you have to edit hem with custom css code. Add this code:
.header_10 nav .menu>li>a { line-height: 35px; letter-spacing: 1px; font-weight: 400; color: #000000; font-size: 13px; }Edit the attributes and values to your wish.
Best regards!
in reply to: portfolio categoriesHello,
This happens because you have created pages with only one portfolio category and set them like titles. So instead of creating one page with portfolio, you have set up a “main” portfolio build up with one different portfolio page for each category.
This is why in each page you have a “View all” + “category name” displayed below the ‘titles’.
The code provided is for a normal portfolio page. To let only categories names show.If you want to keep this structure you have, then edit the above code to this:
#portfolio-filter { display: none; }
Else, create a normal portfolio page. Select all categories to show in it and leave the css code as it is.Your choice.
Best regards!
in reply to: problem with custom fields in portfolioHello,
As i previously said, you have to create all fields first. Then add/edit the content of each. If a field does not have info then leave blank (screenshot). Save changes. You will have all info in the right field.
Best regards!
Hello,
You can use the “MailChimp for WP” plugin for this. Configure plugins options to send the document to visitor’s email address.
Best regards!
in reply to: Front page doesnt scrollHello,
I see you have errors in your site. What third party plugins are you using? DO you have any map in front page? Please disable all third party plugins and try again.
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Bootstrap-responsive and Child ThemeHello,
To overwrite any file in child theme just upload it (the file) in child theme in the same directory as the parent. In this case you have to create a “css” folder in child theme and upload the bootstrap-responsive.css file in it. Make the changes you want to this file.
To avoid the display of html tags in your topics, please read this article.
Best regards!
in reply to: Tower Menubar animation on SafariHello,
I understand. Do you have any third party plugins installed here? Can you please send us some valid login credentials of this test site? So we can give it a closer look.
Best regards!
Hello,
Please add this code into your custom css box:
@-moz-document url-prefix() { .codeless_gallery_carousel .swiper-slide img { min-height: 100% !important; } }Let us know.
Best regards!
in reply to: Background image in slider of Agency 2 doesn’t showHello,
Can you please send us login data of this site? So we can give it a closer look.
Best regards!
in reply to: icon not visible in safari in MACHello,
Yes, it’s the ad block extension i am referring to. Please disable it and you will see the icon.
Best regards!