Forum Replies Created
-
Hello,
Did you added the content of the new icons into files \css\vector-icons.css and functions-specular.php ? Check these two up and let us know.
Best regards!
Hello,
You seem to have changed the demo to Restaurant. I can’t find anymore the element mentioned in above replies..
Best regards!
in reply to: Image Gallery problem on IE and FirefoxHello,
Glad to know this.
Best regards!
Hello,
You just seemed to have let too many menu items. Please remove the duplicates, so that the width of all menu items won’t exceed the width of menu bar.
Let us know.Best regards!
in reply to: Latest Posts With ThumbnailHello,
Yes, please go to file \includes\widgets\codeless_mostpopular.php and find these lines:
echo '<dl class="dl-horizontal">'; if(has_post_thumbnail()) echo '<dt><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog_grid', 'url')).'" alt=""></dt>'; echo '<dd>'; echo '<a href="'.esc_url(get_permalink()).'">'.esc_html(get_the_title()).'</a>'; echo '<span class="date">'.get_the_date().'</span>'; echo '</dd>'; echo '</dl>';replace with these:
echo '<dl class="dl-horizontal">'; if(has_post_thumbnail()) echo '<dt><a href="'.esc_url(get_permalink()).'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog_grid', 'url')).'" alt=""></a></dt>'; echo '<dd>'; echo '<a href="'.esc_url(get_permalink()).'">'.esc_html(get_the_title()).'</a>'; echo '<span class="date">'.get_the_date().'</span>'; echo '</dd>'; echo '</dl>';Save file.
Best regards!
in reply to: Codeless Slider Loading background color changeHello,
Please add these lines into your custom css box:
.codeless_slider_wrapper { background-color: #E0E0E0; }Change the color to your need.
Best regards!
in reply to: Menu problem on smartphoneHello,
Sorry for the late reply.
Did you made any changes to theme files? Please overwrite file include\view\menu-small.php from the downloaded folder and let us know.Best regards!
Hello,
You can send them here. Just set the reply as private (the checkbox below). It will be visible only to you and forum admins.
Best regards!
in reply to: Column in maga menuHello,
Sorry but You can have up to 5 columns in mega menu.
Best regards!
in reply to: Mobile logo & revolution sliderHello,
1- for the logo, I added this code into your custom css box:
@media (max-width: 480px){ #logo { left: 51px !important; float: none !important; } }Now please go to file: css\bootstrap-responsive.css and find this line(1347):
#logo { float: right; left: 0 !important; right: 0 !important;edit the
left: 0 !important;
to this:
left: 0;
2-In Revolution slider settings > Loop and Progress you had set to stop the loop at slide 3. That’s why it didn’t continue to slide. I removed that and now it’s ok.
Best regards!
-
This reply was modified 10 years, 12 months ago by
Mirela.
in reply to: Center text in rowsHello,
I added this css into the page’s custom css box:
h4 { line-height: 32px;}and added an empty space in the last element. Now they are equal.Best regards!
in reply to: Can I disabled sticky header on a single page?Hello,
Yes, please send us the link of your one page, so i can provide the css code for you.
Best regards!
in reply to: Testimonials bugsHello,
Sorry for the late reply.
Yes, the css code above does that. Is it not working for you? If you want, you can send us your wp credentials in a private reply so we can do it for you.Best regards!
in reply to: Demo set up (HOME page) not workingHello,
Sorry for the late reply.
First of all, please contact your host and make sure you have all the necessary rights to make changes. (Not being able to save the changes is due to insufficient rights). Can you please send us your wp credentials in a private reply, so we can give it a closer look?Best regards!
Hello,
You can’t add your own icons at service small icon and service squares.
But you can add them at services circle icon and service media.Best regards!
-
This reply was modified 10 years, 12 months ago by
Mirela.
-
This reply was modified 10 years, 12 months ago by