Forum Replies Created
-
in reply to: Service media / Settings
Hello,
I added this code into your custom css box:
.contact_information dd .title {color: #8F9995 !important;} .contact_information dd p {color: #8F9995 !important;} .services_media.style_2 h5 { opacity: 1; z-index: 2; }Let us know.
Best regards!
in reply to: Making list items linkableHello,
Sorry but the list items are generated through a loop, so making them links is not possible. You can customize the responsive style with a little css.
Best regards!
in reply to: Button Styling options border colors not workingHello,
Please send us your wp credentials in a private reply. So we can check the configurations you have set for the button.
Best regards!
in reply to: Tower — Comment CounterHello,
1-You can remove the “0 comments” with some css. Add it into your theme’s custom css box.
Try this code:.shares_container .info li:nth-child(2) { display: none; }2-To have a home page just go to General Options > Select Special Pages > Select Front Page, selct the page you want to use as home page. Then go to Appearance > Menu and add this page here as well.
Best regards!
in reply to: Google Fonts – Codeless SliderHello,
There have been some updates since the last reply. Didn’t you get the email that notifies the theme update release? Please update theme in it’s latest version.
Let us know if you need further help.Best regards!
in reply to: StaffHello,
Theme update overwrites all theme files. So if you have made changes to them directly, they will be lost. Your content however (pages, posts, portfolio items, text, images) is stored in the database. Which is not affected by any theme update. It will not be lost.
If you had a very old version of theme and Visual Composer, the max of lost will be the widgets. But you can put them back again in minutes. This is because in one of theme updates there were major changes made and it was added id’s to widgets.However, to be calm, we always recommend to save a backup of your current site (files and database).
Let us know if you have any question.Best regards!
in reply to: External link to Media GridHello,
A workaround of this is to use the Media element. Since we have already edited it to accept external links.
Add a new row, set it up with 3 (as much as you want) columns. In each column add a media element. Create as many rows as you want. In the end you will have a grid of images.Best regards!
in reply to: featured and blog image sizein reply to: Problem with installationHello,
I can install theme for you, no problem. But you have server issues. Please contact your host and let them know these error messages you are getting.
To edit memory limit yourself, go to file wp-config.php (located in your wordpress installation root files) and add the line above:
define( ‘WP_MEMORY_LIMIT’, ’96M’ );Let us know.
Best regards!
in reply to: Import/Export tab not shownHello,
Please go to your theme options list and click of the very last option (screenshot). After clicking on the demo you would like to import, then go and click Import button (screenshot).
Let us know if you need further help.Best regards!
in reply to: Problems with iPad ViewHello,
Please add these lines into your custom css box:
@media (max-width: 1100px) and (min-width: 981px){ .top_wrapper { padding-left: 8% !important;} nav .menu > li { margin-right: -7px !important; margin-left: -7px !important; } } @media (max-width: 979px) and (min-width: 768px){ .boxed_layout { left: 20px !important;} .container { width: 669px !important;} .rev_slider >ul { width: 669px !important;} }Let us know.
Best regards!
in reply to: featured image in post categoryHello,
Please upload images once again, or run a plugin to recreate thumbnails.
Let us know.Best regards!
in reply to: Row height not workingHello,
1-Yes, there is a margin in the bottom of it. It is generated from VC files. To remove it , please add this code into your custom cs sbox:
.wpb_content_element { margin-bottom: 0 !important; }2- Add this code:
@media (min-width: 1024px){ img.type_image.animated.fadeInnone.alignment_center { left: 59% !important; }}Result screenshot.
Let us know.Best regards!
in reply to: Adding a new font is not workingHello,
You can set this font for every element in the website just like i did before, by targeting their responsible css class. Find it via inspect element and add the code into your custom css box.
Read more about css in this site.
Sorry but this is a customization not included in support forum. This is all i can help you with.Best regards!