Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Try to put this code in the place you want on comments.php
<?php if ($trackback == true) { ?> <h3>Trackbacks</h3> <ol> <?php foreach ($comments as $comment) : ?> <?php $comment_type = get_comment_type(); ?> <?php if($comment_type != 'comment') { ?> <li><?php comment_author_link() ?></li> <?php } ?> <?php endforeach; ?> </ol> <?php } ?>
If you want before the comments means, put it before the div..
<div id="comments-list" class="comments">
Let us know,
Thanks,
laranz.January 8, 2015 at 7:36 am in reply to: Mobile header by default + Add an icon to the mobile header #139863Hi,
1. Which header type you are using? Edit the line #165 according to header type you using.
2. That is not possible with the header.Let us know,
Thanks,
laranz.Hi,
Glad you got it 🙂
Let us know, if you have any other questions.
Thanks,
laranz.Hi,
1. By default, there is a wishlist button in the product page next to add to cart button.
3. I misread it, what type of filters ( can you point a think on our demo ) because in the product category pages, there is only one category of products will be display, so no need for the filters there.
4. Did you add the title tag by editing the source code? If so put that just above this div<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
Let us know,
Thanks,
laranz.Hi,
I forward this issue to our developer to take a look.
Let us know,
Thanks,
laranz.Hi,
Glad it works 🙂
Let us know, if you have any other questions.
Thanks,
laranz.Hi,
Glad it works 🙂
Let us know, if you have any other questions.
Thanks,
laranz.Hi,
Done 🙂
1. Create the revolution slider.
2. Some images may missing, upload it again, and it will be okay!Let us know,
Thanks,
laranz.Hi,
Just before the
?>
Let us know,
Thanks,
laranz.Hi,
1. Go to Tools -> Localization.
2. Click “Themes” Just below the low memory mode checkbox.
3. You will find neighbourhood with some languages already installed,
4. Click Rescan ( just in case to refresh the po file, for new strings ), then click finished in the popup.
5. Then Click “Edit”
6. Then Edit the required strings you need to change ( all the strings are displayed there, you can also search the strings you need ) , and then click “genereate mo-file” button,
7. There is no step 7, Enjoy 🙂Let us know,
Thanks,
laranz.January 7, 2015 at 8:24 pm in reply to: More horizontal space for nav items and less for logo #139775Hi,
Did you put the CSS, I didn’t see any Custom CSS entered now? I try the Chrome developer kit and it works, http://take.ms/UQeNW
Let us know,
Thanks,
laranz.Hi,
Try this solution too,
@media only screen and (max-width: 959px) and (min-width: 768px){
#main-navigation { width: 81%; }
#menubar-controls { width: 15%; }
#top-bar-menu { width: 65%; }
#top-bar-social { width: 28%; }
}Sometimes, tweak the columns width may give unexpected results.
Let us know,
Thanks,
laranz.Hi,
Can you try the zip code for the last address you add too?
Let us know,
Thanks,
laranz.This reply has been marked as private.Hi,
I am afraid to say that is not possible.
Let us know, if you have any other questions.
Thanks,
laranz. -