Forum Replies Created
-
Hello,
These are widgets. To add them go to your Appearance > Widgets. Scroll down the page and check for the inactive widgets (pre-created from the dummy data import). Drag-and-drop the shortcode widgets in your Header Widgetized Area.
Let us know.
Best regards!
in reply to: Google Maps Embedded CodeHello,
Thank you for the suggestion. We will soon add a topic in our Knowledge Base regarding this.
Best regards!
in reply to: Space up widgetsHello,
Can you please explain better? Do you want to add widgets to header and make them display in footer while in mobile?
Sorry but this is not possible. To show widgets in footer, you have to actually add them in footer area. Not in header.PS: If you are satisfied with our theme and support, please consider rating us 5 stars in Themeforest. It is very important for us to keep on the work and produce more premium themes.
Thank you!Best regards!
in reply to: Disaple cart in headerHello,
There is no author name showing in your Recent News element. It’s just the date. But it is in format data/time (month/date/hour am/pm). So it is not possible to remove only the time and leave the date.
See screenshot.Best regards!
in reply to: Disaple cart in headerHello,
Can i please see a link where are you having this? So i can give a more precise code.
Best regards!
in reply to: Google Maps Embedded CodeHello,
Please add this link in your Google Map url:
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2483.0046885008846!2d-0.14623878373895766!3d51.51312997963607!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4876052b1ff17357%3A0xdabf7b9fab32b4e2!2s23+Hanover+Square%2C+Mayfair%2C+London+W1S+1JB%2C+UK!5e0!3m2!1sen!2s!4v1476355048357Let us know.
Best regards!
This reply has been marked as private.in reply to: Main Menu NavigationHello,
Are you using the home page as an one page? The “About Us” menu item is a link to a section in the home page. So being in the current page the same page of the “About Us” link, it gets highlighted.
Add this code into your custom css box:li#menu-item-2380 { border-top: 3px solid transparent !important; } li#menu-item-2380 a { color: #7f7f7f !important;}Let us know.
Best regards!
in reply to: import the medicine demo template?Hello,
Did you import the dummy data of the medicine demo? Please fill in the necessary information on your extra information fields of your profile data. We can help you set it up like the online demo.
Read this article for more information.
Best regards!
in reply to: removing extra space in portfolioHello,
Please add this code into the page’s custom css box:
.portfolio-item.overlayed h6 { line-height: 9px !important; }
Let us know.Best regards!
in reply to: Separator with TextHello,
The Separator with Text is not a plugin. It’s an element of Visual Composer plugin. To edit the text size of it, please add this code into your custom css box:
.vc_separator h4 { font-size: 25px; }Edit the value to your wish.
Best regards!
in reply to: tops of images getting cropped offHello,
Great to know you figured it out. Thanks for sharing.
Best regards!
in reply to: visual composerHello,
Is the Visual Composer already installed in your host? You can find the Visual Composer folder by following this path in your server: wp-content/plugins/js_composer. Rename it if you want to keep the old copy, or delete it if you only want to install the new version.
Read this article for more details.If the import does not reach the 100%, then you need to increase your host’s memory limit. Read this article for more information.
Let us know.Best regards!
in reply to: Space up widgetsHello,
The site when we first checked it did not have the after menu button. So if you keep changing the site, then of course you would have to change the css as well.
The menu is centered horizontally and so are the other widgets. To add more space between widgets, edit the value of these lines in the code above:
.header_7 .header_widgetized { margin-left: 26px !important; margin-top: 20px !important; }To edit the position of menu, horizontally, edit this part:
#navigation { padding-right: 25px !important;}And to change the position of logo, edit this part:
.header_7 #logo { left: 43% !important;}Did you mean to center them vertically? Please be more specific on the changes you want to do. In case of vertical align, add
padding-topandpadding-bottomto all three elements until they are positioned as you want them to.
Example:.header_button { float: left !important; margin-left: 9px !important; } .header_7 #navigation nav { padding-bottom: 88px !important; } .header_7 .header_wrapper .footer_social_icons { padding-top: 30px !important; margin-left: -31px !important; }Result screenshot. Edit the values to your wish.
Note: Please know that these are styling customizations and by default are not included in support service.
Best regards!
in reply to: Gallery – 2nd Page and beyond results in 404Hello,
Please go to your root folder is server, find and rename the .htaccess file. Then reset permalinks once again.
Make sure to clear cache and refresh portfolio page. Some hosts take a while to reflect the changes so please be patient.
If the issue persists, fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!