By Gökhan on Thursday, 13 October 2016
Posted in General Issues
Replies 3
Likes 0
Views 546
Votes 0
Hello. I have some problems due to this theme, can you help me to fix?

1. Problem: All messages show "unvote" text. The icon sizes I marked in the screenshot don't match.


----------------------------------------

2. Problem: All messages have comment box auto-opened by default. Can you close them?


----------------------------------------

3. Problem: Pagination looks incorrect. I can't go to last page from first page. How can I go to last page with a single click?
Sample URL: http://www.andronot.com/forum/soru-cevap/arsivlenmis-icerikler/telefonum-acilmiyor.html


----------------------------------------

4. Problem: I don't want these to be displayed at forums. How can I turn them off? Message type, solved info etc. Can you please add an option to admin panel to turn them off?


----------------------------------------

5. Problem: I created a sitemap using Osmap but I am not sure whether googlebot crawls the pages inside easydiscuss forum. For example, when I search the messages in this page, I can't find them at Google.

Step 1: Sample URL: http://www.andronot.com/forum/soru-cevap/arsivlenmis-icerikler/telefonum-acilmiyor/?start=130
Messege Number No 133

Step 2: Sample reply: "casper via v5 telefonuma güncelleme geldi yaptım kapandı tekrar açıldı ve şuan siyah ekran hiçbir şey yok ne yapabilirim"

Step 3: Google Search: "casper via v5 telefonuma güncelleme geldi yaptım kapandı tekrar açıldı ve şuan siyah ekran hiçbir şey yok ne yapabilirim"

Step 4: No search results not available on. ?

----------------------------------------

6. Problem: I noticed duplicate easyblog post titles in Osmap sitemap. Is this a problem?
Site map url: http://www.andronot.com/site-haritasi.html
Sample title: ASUS MeMo Pad Tablet Format Atma İşlemi
Step 1: Google Chrome open site map
Step 2: CTRL F and search ASUS MeMo Pad Tablet Format Atma İşlemi
Step3: Problem 126 the same title.

----------------------------------------

7. Problem: Reply url click error page: Error: 500 - default_sitepostdefault düzeni bulunmuyor. ?


Sample URL: http://www.andronot.com/forum/soru-cevap/arsivlenmis-icerikler/telefonum-acilmiyor/?start=130
Sample REPLY URL NO 133: http://www.andronot.com/forum/soru-cevap/arsivlenmis-icerikler/telefonum-acilmiyor.html&a&mitstart=130#yanit-4655

Error: 500 - default_sitepostdefault düzeni bulunmuyor.
Hi Gokhan,

Kindly find my response to your inquiries below:

1.I've makes some css fix for the buttons and the undo votes in the file:
JoomlaFolder/templates/rt_voxel_responsive/html/com_easydiscuss/css/custom.css

#ed i.fa.fa {
padding-top: 2px;
}

#ed a.btn.btn-default.btn-xs {
height: 17px;
}

#ed a.ed-vote__undo.hide {
display: none;
}


2.I've make some fix for not displaying the comment section by default. in the file
JoomlaFolder/templates/rt_voxel_responsive/html/com_easydiscuss/css/custom.css

#ed .commentFormContainer.hide {
display: none;
}

3. I've fix this issue in the file:
JoomlaFolder\administrator\components\com_easydiscuss\includes\pagination\pagination.php

4. I've comment out the codes below in the file:
C:\xampp\htdocs\easydiscuss.com\components\com_easydiscuss\themes\wireframe\forums\item.php

<ol class="g-list-inline ed-post-item__post-meta">
<?php if ($post->isResolved()) { ?>
<li>
<span class="o-label o-label--success-o"><?php echo JText::_('COM_EASYDISCUSS_RESOLVED'); ?></span>
</li>
<?php } ?>
<!-- post status here: accepted, onhold, working rejected -->
<?php if ($post->isPostRejected()) { ?>
<li><span class="o-label o-label--info-o"><?php echo JText::_('COM_EASYDISCUSS_POST_STATUS_REJECT');?></span></li>
<?php } ?>
<?php if ($post->isPostOnhold()) { ?>
<li><span class="o-label o-label--info-o"><?php echo JText::_('COM_EASYDISCUSS_POST_STATUS_ON_HOLD');?></span></li>
<?php } ?>
<?php if ($post->isPostAccepted()) { ?>
<li><span class="o-label o-label--info-o"><?php echo JText::_('COM_EASYDISCUSS_POST_STATUS_ACCEPTED');?></span></li>
<?php } ?>
<?php if ($post->isPostWorkingOn()) { ?>
<li><span class="o-label o-label--info-o"><?php echo JText::_('COM_EASYDISCUSS_POST_STATUS_WORKING_ON');?></span></li>
<?php } ?>

<!-- post type here -->
<?php if ($post->getPostType()) { ?>
<li><span class="o-label o-label--clean-o <?php echo $post->getTypeSuffix(); ?>"><?php echo $post->getPostType(); ?></span></li>
<?php } ?>
</ol>

5. Seems like we've hardcoded the nofollow meta tag in our file:
JoomlaFolder\administrator\components\com_easydiscuss\includes\pagination\pagination.php
We will extends this issue with our developers team and we will keep you update for this.

6. Actually, the osmap will listed the the title that have under the certain menu item that have enable in the site. For example the ASUS MeMo Pad Tablet Format Atma İşlemi post is under the android category where you've make a menu for that category, so the same post will be listed under the menu as well.

7. Seems like there is a bug in our end when using the SEF url, this issue has been logged in our issue tracker and our developers will take an action for this.

P/S: You can make a different tickets for different issue, so it is easier for us to manage your inquiries
·
Thursday, 13 October 2016 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad

1. Problem solved.

2. Problem solved.

3. Problem solved in the new version.

4. Problem not solved. Can you please fix?

5. Will googlebot be able to crawl my pages? Did you apply/change anything on my website regarding this issue?

6. Is this a problem for bots in terms of crawling? Can I keep it current way?

7. I will wait the next update for the fix.
·
Friday, 14 October 2016 04:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gokhan,

Kindly find my response to your inquiries below:

4. I'm sorry for that, that may caused I'm forgot to save the changes yesterday. I've applied the hack,
Please have a looks

5. I've temporarily fix the issue in the file:
JoomlaFolder\administrator\components\com_easydiscuss\includes\pagination\pagination.php

6. It will no problem for bots in terms of crawling as it show the multiple link with a same content
·
Friday, 14 October 2016 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post