Forum Replies Created
-
in reply to: Blog post title
Hello,
Please add this code into your custom css box:
.blog-article.standard-style .content { padding-top: 0 !important; margin-top: -25px !important; } .blog-article .extra_info {display: none;} .blog-article.standard-style .info {display: none;} .blog-article.standard-style .content .text { margin-bottom: -35px !important; }There are two sections under the post content with info and extra info. These sections do not have any content but they do contribute in the space at the end of the post. So i removed them by adding this block code in the code above:
.blog-article .extra_info {display: none;} .blog-article.standard-style .info {display: none;}Let us know.
Best regards!
in reply to: Icon in the header settingsHello,
Please go to General Options > Header Options > Show Search, untick the check box to remove the search icon.
Go to General Options > Layout > Extra Side Navigation, set it OFF to remove the three bars icon.
The three bar icon (extra side navigation) is an area to be filled with widgets. If set on, you will find a “Extra Side Navigation” area in your Appearances > Widgets too. To add content into it, just add widgets. To remove it, set the option OFF.Let us know.
Beast regards!
in reply to: Service Media Image Size / Add an ImageHello,
Another element you can use to add a single media is the “Media” element(screenshot).
As for the services media, you need to upload a much bigger image in order for it to display properly. What resolution did you try already?
Let us know.Best regards!
in reply to: text color on mouse over footerHello,
Please add this code into your custom css box:
footer#footer a:hover, footer#footer .contact_information dd p:hover { color: #121312 !important; }Edit the color to your wish. Let us know.
Best regards!
in reply to: Blog post titleHello,
You can edit the post custom css to this:
.single-post h1{ visibility: hidden;}
Can i please see a link of a post?Best regards!
in reply to: Mobile Menu & Logo OverlappingHello,
Will you please try add this code too:
@media (max-width: 480px){ #logo { width: 90% !important; }}Add it into your custom css box. This should be the result: https://pho.to/AhUTT
Let us know.
Best regards!
in reply to: Blog layout broken for 6 itemsThat’s great!
Thanks for sharing!
in reply to: Blog layout broken for 6 itemsHello,
Are you using a child theme? Did you try switching to Specular parent and try again? As mentioned before, we tested this on our side and the issue is not present.
Please fill in the necessary information on the extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Let us know.Best regards!
in reply to: Footer columnsHello,
Sorry but that is not possible.
Best regards!
in reply to: Video slider on non-mobile image slider on mobileHello,
This is not possible by theme’s default options.
But a workaround to have this is to add a second slider in your page. Use thedisplay:none;css property to show and hide them according to the device screen size.
Example:.second_slider_id {display:none;} @media (max-width: 480px){ .video_slider_id {display:none;} }Replace the slider’s id with your own. Let us know.
Best regards!
in reply to: disable row – only show for limited timeHello,
Sorry for the inconvenience.
We will include a fix regarding the “Disable row” option in the next theme release.Best regards!
in reply to: Blog layout broken for 6 itemsHello,
Are you using a child theme? What theme version do you have? Please try switching to Specular parent and try again. I tested this on my side and the issue is not present.
Let us know.Best regards!
in reply to: images in menu itemsHello,
You can try out other plugins for it.
Sorry but this is a customization not included in support policy.Best regards!
in reply to: Visual Composer – Tower ThemeHello,
The situation is somehow clear from the messages. As the message says when you were installing theme, “Destination folder already exists.” All you needed to do is go to wp-content/themes and delete (or rename) the current Tower theme. Then proceed with the installation.
The Warning: Error while sending QUERY packet. PID = 323551 in home/sunaction14/public_html/wp-includes/wp-db-.php. on line 1897 is not related to theme. A internet connection fail or the allowed file transfer time has exceeded. Please contact your host regarding this notice so it won’t happen again with any other theme.
Best regards!
in reply to: Mobile Website scrolls side to sideHello,
Please add this code into your custom css box:
@media(max-width: 480px){ .viewport { overflow-x: hidden;} }If the issue persists, send us your site’s link so i can give it a closer look.
Best regards!