Forum Replies Created
-
in reply to: Portfolio Images Missing
Hello,
The portfolio categories will show the portfolio items of that category for only the items already displayed in the present page. Not the items from other pages.
Please refer to this topic, to display more than 9 items per 3 columns. In you case, you should edit only this part:case '3': $p_per_page = 9; break;To this:
case '3': $p_per_page = 999; break;Best regards!
in reply to: Social Icons in Header and FooterHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Specular: php codeing not executingHello,
You can add and execute php code in all php theme files. As i previously wrote, add php code for shortcodes into functions.php file. Adding it directly to page is not the correct way.
If you must test it like this, then add the line into page.php file.Best regards!
in reply to: Display WooCommerce Custom AttributesHello,
To format SKU & Categories labels, add this code:
.product_meta > span {text-transform: capitalize;}To format SKU & Categories content, add this code:
.product_meta span a, .product_meta span span { text-transform: capitalize;}Sorry but is not possible to add the custom attributes under SKU & Categories.
Best regards!
in reply to: Remove product quantity from product pageHello,
Please add this code into your custom css box:
.quantity { display: none; }Best regards!
in reply to: Hide rows on mobile/responsive modeHello,
Sorry for the late reply.
The topic has become a little confusing. So can we recap what you want to achieve?
-With responsive mode ON:
If you want to hide/display columns then you should use this feature in Columns Settings.-With responsive mode OFF:
Hide/display columns in the same way, using the Columns Settings > Responsive Options feature.I made a test page to show you this. The Posts Grid will not display in mobile or iPad mode.
Your site must have needed more time to reflect the changes (from responsive to not responsive) because i see it displays ok now.
Let us know if you need anything else.Best regards!
in reply to: Remove Link icon on Portfolio viewHello,
I have already responded you in this other topic of yours: https://support.codeless.co/forums/topic/link-on-portfolio-items/
Best regards!
in reply to: Smooth Scroll….how to make it work?Hello,
Please send us your ftp credentials in a private reply. So we can fix it for you.
best regards!
in reply to: Importing Business Clean DemoHello,
All those are optional plugins. The necessary one’s, i already installed for you. If you intend to use them, install them. Else, there is no need to increase site’s loading time by having unused plugins installed.
Your choice!Best regards!
Hello,
You must have done something wrong. By default, if you have set up the portfolio with 3 columns, then there should be displaying 9 items. But if you have made the changes suggested correctly, then there should be displaying (a maximum of) 999 items.
Please us your wp and ftp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Specular: php codeing not executingHello,
We haven’t tested theme with these two plugins. As for the php code, you should add it to the functions.php file instead.
Best regards!
in reply to: Sidebar widthHello,
Please edit the code above to this:
#widgetarea-sidebar { width: 23% !important; padding-right: 20px !important; }Result screenshot.
And this code:.woocommerce .with_sidebar ul.products li.product, .woocommerce-page .with_sidebar ul.products li.product { width: 22% !important; }For the products (screenshot). Let us know.
Best regards!
in reply to: Woocommerce Sidebar FilterHello,
Please add this code into your custom css box:
aside ul li { border-bottom: none; }Best regards!
in reply to: php code not executing in specular theme pageHello,
I am closing this topic as it’s a duplicate of this other one.
Please open only one topic per issue.Best regards!
in reply to: Font Awesome Icons not Showing UpHello,
You have an old version of the theme and Visual Composer. In the latest release the accordion element does not have icons.
Look for that icon in other elements that support icons.Best regards!