Forum Replies Created
-
in reply to: Portfolio breadcrumbs not correct on demo pages
Hello,
That is a sub page not part of the portfolio item taxonomy or permalink structure.
So in the WordPress pages meta box on the right hand side of the page editor the “portfolio” page has multiple child pages that show the various portfolio styles.
That is how you get the permalink structure to a group of items. Once you are on a single portfolio item its outside the page taxonomy/hierarchy and the permalink is directly to that specific portfolio item.
Best regards!
in reply to: Revolution Slider trouble when upgrading to WP 4.3.1Hello,
What version of Revolution slider do you have? Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Portfolio page – agancy2 – header problemsHello,
Sorry for the late reply.
Please add these lines into your custom css box:.top_wrapper { padding-top: 100px !important; }Let us know.
Best regards!
in reply to: Specular Header Not ShowingHello,
Sorry for the late reply.
What version of the theme do you have? Please add these lines into your custom css box:.top_wrapper { padding-top: 100px; }If the issue persists, please send us your site’s url so we can give it a closer look.
Best regards!
in reply to: Revolution Slider Demo DataThis reply has been marked as private.in reply to: Missing alpha-channel for transparent headerHello,
Please go to General Options > Header Options > Background. Select the color and transparency here. Click on the transparency bar to enable it. Screenshot.
Best regards!
in reply to: WPBakery Visual Composer Plugin Not InstallingHello,
Just go to your wp-content/plugins folder and delete the js_composer folder. Then go back to dashboard and install Visual Composer.
Best regards!
in reply to: Blog loading problemin reply to: Url slug changesHello,
Please reset permalinks. Send us your site’s credentials in a private reply if the issue persists. So we can give it a closer look.
Best regards!
in reply to: Header not transparentHello,
I can not login with these credentials. Please check them and send back valid login data in a private reply. So only you and support admins can see them.
Best regards!
in reply to: Portfolio breadcrumbs not correct on demo pagesHello,
Sorry but that is not possible.
Best regards!
in reply to: Back to Top ButtonHello,
Yes, that code is ok. To change the color of the button and arrow, add this code:
.scrollup { background-color: rgba(34,34,34,0.6); background-image: url('img/icon_top.png'); }Change the color and transparency to you wish.
Best regards!
in reply to: Coming Soon Page (Hide Left Side Header Bar)Hello,
To change the font size of header and body font, please go to General Options > Typography Options.
-To hide menu in coming soon page, please add this code into your page’s custom css box:
.header_7 #navigation nav .menu {display: none;}
-For the “Let Me Know When You Launch” create a new contact form via ‘Contact Forma 7’ with only one text box and the submit. Add the element into you page.Best regards!
in reply to: Problems on Mobile DevicesHello,
2- Please add the following code into your custom css box:
@media (max-width: 1100px) and (min-width: 981px) { nav .menu > li { margin-right: -9px !important; margin-left: -12px !important; } }-Please update theme. You have an older version of the theme. The issue 3 and 4, do not happen on our side.
5- Please add this code into your custom css box:
@media (max-width: 979px){ #logo { left: 78% !important; } .menu-small ul.menu > li > ul > li > ul > li > a { padding-left: 17% !important; } }6- Add this code:
@media (max-width: 480px){ .menu-small ul.menu > li > ul > li > ul > li > a { padding-left: 17% !important; }}7- Please add this code:
@media (max-width: 480px){ .header_page h1 { line-height: 35px;} .header_page.normal h1 { font-size: 16px;} } @media (max-width: 979px) { .header_page h1 { line-height: 95px;} .header_page.normal h1 { font-size: 19px;} }Please do the above changes, update theme and Visual Composer and let us know what else there is to edit.
Best regards!
in reply to: Main Menu cant changeHello,
Can you please more clear? I see in the images attached that the menu you want to have has these items: “Home, Products, Download, Technical Services, Contact Us, About Us” and i see you have the same items in the active menu. Do you want to change it?
Please note that you have set up the menu as mega menu. This means, the main items, are just column titles. They do not send you elsewhere. You have to add more items under them.
Example: menu options screenshot – result screenshot.Best regards!