Forum Replies Created
-
in reply to: Tablet & Mobile Responsive Issues – menu, clients
Hello,
Sorry for the late reply.
1- For the carousel in ipad, please add these lines into your custom css box:@media (max-width: 1100px) and (min-width: 981px) { .clients .item { padding: 0 16px; } }2- To prevent menu to cover the button, add these lines:
@media (max-width: 767px) { .btn-bt.business { z-index: 1; } }3- You will need to edit directly the files to make this possible. If you give me your wp and ftp credentials in a private reply, i can make it for you.
4- For the desktop client logo, add these lines:
`.clients .item {
width: 170px;
}`
5- To show the top nav in iphone as well, add these lines into your custom css box:@media (max-width: 1100px) and (min-width: 981px){ .top_nav { display: block; height: 47px; } } @media (max-width: 767px) { .top_nav { display: block; height: 98px; } .span6 { width: 50%; } }Best regards!
in reply to: Clients CarouselHello,
Sorry, I thought you wanted to display all the clients in a age in Clients element.
You want to display all the portfolio items in a page.
Please refer to this topicBest regards!
in reply to: Contact form 7Hello,
Please try again to add the code at Custom Css Code, and add !important for each css style , ex. border: 0px !important;
Make sure you have the latest theme version.
If it still don’t succeed please write your site credentials in a private reply and I can do it for you.
Best regards!
in reply to: Exclude Pages from NavigationHello,
You can add it as link in the menu, once added is a a link, remove the link and let only the name like in this screenshot https://www.clipular.com/c/6311144916516864.png?k=5HZptHNCAxbWhgiZZeTBTGh2s48
Best regards!
in reply to: Implementing Comments on PagesHello,
Please add this line before the section closing tag at pages.php file:
But the comments will be displayed in all pages.
Add this code to display the comments for specific pages (this code displays the comments only on page with id=2102):
Best regards!
Hello,
You can have the exact business 4 demo look by installing Business 4 demo data.
Here are some screenshots of Business 4 settings.https://www.clipular.com/c/5790176842350592.png?k=bdoT7hO0LegvUMPrvHZ6a6sSHhw
https://www.clipular.com/c/4940069670486016.png?k=phB3Dre_3ZuymaRg7cFY87K9PN8Widgets – https://www.clipular.com/c/4858182327336960.png?k=ls6TMu0pm3xNmPpgO73TuFXrxjY
Best regards!
in reply to: Blog sidebarHello,
I fixed it.
As you have translated the site, it didn’t recognize the blog sidebar.
Edited the file sidebar.php (when you will update the theme, keep in mid to redo the changes in that file).Best regards!
in reply to: Pagination problem with portefolio pageHello,
Please try to reset the permalinks. Go to permalinks and select Default and save. Set again to ‘postname’ and save again. Try to open the portfolio second page.
Let us know if the issue persists.To make the portfolio items show all in a page please refer to this topic.
We will consider adding infinite scroll on the next theme updates.
Best regards!
in reply to: Problem importing Demo DataHello,
The dummy data are imported, the sermons aren’t included in dummy data but you can create them easily, by creating blog posts.
Best regards!
in reply to: Issue with Mega Menu and Child MenusHello,
Sorry, we will fix it on the next heme update.
Please follow these instructions to fix the issue.Edit the fie /js/main.js via FTP. Find the code: https://www.codeshare.io/lMkqL
and replace with this one https://www.codeshare.io/nOBtf
Also add this css code at Custom css code at Specular general options:
.header_8 nav .menu > li > ul.sub-menu ul { top: -10px; }Best regards!
in reply to: Text Bar HelpHello,
You mean the parallax effect on page header?
You can enable it at Page Header by selecting ‘centered’ style page header like in the above screenshot.Best regards!
in reply to: Dummy data loadingHello,
I checked and demo data are installed.
You must remove the repeated menu items, they are so because you have clicked multiple times ‘Import’ button.I installed and activated Visual Composer plugin.
Let us know if you need further help.Best regards!
in reply to: Portfolio PagesHello,
You can edit the word by editing the single portfolio file.
According to the portfolio style you have selected for single portfolio edit one of the files in the folder: ‘specular\includes\view\portfolio’ via FTP.
Find the word and edit them.
Best regards!
in reply to: Pagination is not workingHello,
Please download the latest theme version, you have an old version.
let us know if the issue persists.
Best regards!
in reply to: Portfolio buttonHello,
Sorry, this color can’t be changed in theme options.
Edit the file style.css, find these lines:.portfolio-item.chrome span a:hover { background: #000 !important;}and change the color here.
Best regards!