Forum Replies Created
-
in reply to: Link on Portfolio Items
Hello,
In the same file, find this line(it’s used more than once):
<h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5>
Replace with this:
<h5><?php echo get_the_title() ?></h5>Best regards!
in reply to: Not working on mobileHello,
I see you still have the maps plugin installed and the same error caused by it (screenshot). Please remove it, in order for the site to function well.
Best regards!
in reply to: Medium image with right sidebar blog not workingHello,
You were trying to have two blog pages in a site, but that is not possible as a site can only have one blog page. So in order for you to have another blog, you need to add one of the blog elements via Visual Composer.
Please proceed this way and you will not have any issue.Best regards!
in reply to: Invisible dropdown mega menuHello,
Please add this code into your custom css box:
nav .menu > li > ul.sub-menu {width: 200px !important;}
Let us know.Best regards!
in reply to: Create 2 separate categories for 2 blog pagesHello,
First blog page:
-Create a page, name it “Blog”
-go to General Options > Select Special Pages > Select Blog Page (screenshot)
-you can edit it’s settings in General Options > Blog Config (screenshot)Second Blog page:
-create a new page, name it “Second blog”
-Add with visual composer, the “Latest from blog” element.
Save page
Screenshots: (1)(2)(3)Best regards!
in reply to: Open a Modal Window for Portfolio ContentHello,
You can try to achieve this by editing file includes/view/portfolio/loop-grid.php. Sorry but these are configurations not included in theme support.
Best regards!
in reply to: Clients WidgetHello,
I checked the clients page, It seems that you can not save any further changes. Since everything is ok and you do not have any errors in your site.. You could be needing a database optimization.Go to your wordpress installation and make a database repair operation. Find all (and more) information here.
PS: This is Specular theme forum. You have Tower theme installed. Please beware to create future tickets, in your theme’s specific forum.
Best regards!
in reply to: Links in header and Contact pagein reply to: Responsive/ Mobile IssuesThis reply has been marked as private.in reply to: Eliminate "No Comment" from Timeline Blogin reply to: Size of Service Circle IconHello,
What style are you using? Please add this cod einto your custom css box:
.services_medium.style_1 i { font-size: 41px;}Edit the size to your need.Ps: “style_1” is for the icon without border style. If you are using another style, just change the style number and it’s set.
Best regards!
in reply to: Header issuesHello,
Please add this code into your custom css box:
@media (max-width: 767px){ .wpb_column .wpb_wrapper p strong { line-height: 1;} .header_page { background-size: contain !important;} }PS: You can change the header background image size, but then you will loose the parallax effect. It’s not possible to make a full resize and keep the parallax too.
Let us know.Best regards!
in reply to: BG in Menu item with BGHello,
You can change the bg color here https://www.clipular.com/c/4873610364190720.png?k=dDBYdAO5W2L9EB7ykDufitldTkw, change the Drop-down Background color.
Best regards!
-
This reply was modified 10 years, 4 months ago by
Ruco.
in reply to: Blog post bannerHello,
Are you using the centered page header style and want the basic one as well? Sorry but that is not possible. To add page header, just go to Page Settings > Page Header & Options and enable page header.
Let us know.Best regards!
in reply to: Page Header in mobile modeHello,
You can remove the page header content in mobile view by adding this code into your custom css box:
@media (max-width:480px){ .home .header_page { display: none;} }Sorry but it’s not possible to remove the page header container in mobile view,when the page header is disabled.
Best regards!
-
This reply was modified 10 years, 4 months ago by