however, it keeps giving me ‘connection errors’ and I need to refresh a few times to get the pages loaded, then the error happens again. Is it because of cache? I didn’t change any settings in the Super Cache plugin though.
Never mind problem solved. Luckily I made a backup before update so I restore the files and updated the theme again. Problem solved. It did say some TagDiv plugins not updated and asked me to manually update them.
Thank you! This solved the issue. I tried the same way to solve the similar issue here but it didn’t work. Can you let me know why? https://snipboard.io/3TASzH.jpg The code I’m using is:
#bbpress-forums li.bbp-body li.bbp-forum-info
{
display: inline-block;
width: auto;
}
#bbpress-forums .bbp-body li.bbp-forum-freshness
{
display: inline-block;
width: auto;
}
Also, do you know why the font size of the first menu item is bigger than the rest?
thank you so much! Problem solved! There is another issue here:
this navigation menu (or header) is normal on desktop (https://snipboard.io/pLj3Se.jpg) but it becomes two rows on mobile version and the first item appears as much bigger size on the first row (https://snipboard.io/z3vbFX.jpg). Same issue happens with other bbpress pages. URL is https://weliveinus.com/forums
problem solved. thank you!
Hi, the width on desktop is good but it’s too narrow on the cellphones. Please see the below screenshots of the forum pages.
The first one is the forum index (left side of the page) and the second one is the widget (right side). It looks I can’t make a mobile page either. Can you help me to fix this?
on the forum index page, the admin bar is there but I’m not logged in. https://snipboard.io/X1Tzmj.jpg On all the other pages I’m logged in.
Problem solved by adding the below code to .htaccess file.
<FilesMatch “\.(ttf|otf|eot|woff|woff2)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “http://weliveinus.com”
</IfModule>
However, I’m curiuos why the admin bar on this forum index page (http://weliveinus.com/forums/) shows I’m not logged in , while it shows on other pages (including sub-forum pages) I’m logged in? It’s weird…any advice to solve this?
Thank you!
when I use ‘inspect’ function, it shows these errors https://snipboard.io/TRy07X.jpg
yes you are right. I solved it by reverting the translation of the menu url.
Hi,
Regarding the issue with ‘invite’ 404 error page, I think I found it but don’t know how to fix it. If you use ‘inspect’ function, you can see it has a chinese name after the id, https://snipboard.io/W6yEb3.jpg while all the other elements in the menu has all English names https://snipboard.io/ZrJxNm.jpg I guess that caused 404 error. But how to fix it?
Thank you!
Now the only thing I want to change on the Doctor Module is to change the price info to another taxonomy ‘business’. https://snipboard.io/cg7b2i.jpg
Can you show me how to do this by modifying the files instead of creating a new module? I tried to create a new one but it’s too messy so I guess it might be easier to modify the existing one.
The taxonomy ‘business’ has child and sometimes grandchild taxonomies. Can I show the granchild taxonomy if there is one?
Thank you!
Hi, there is a weird problem on this page https://weliveinus.com/forums/ The breadcrumbs have a negative margin and the top part is cut even after I set it as below. It used to be fine but somehow went bad this morning.
#bbpress-forums .bbp-breadcrumb a, #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {
font-size: 14px;
font-weight:600;
color: #C3C3C3;
margin: 300px 0 20px 0;
}
on this page you posted, the width of sidebar is too wide. I want to set it at 25%. Also on this page https://snipboard.io/Qqs1v6.jpg https://weliveinus.com/forums/forum/%e4%b9%90%e5%b1%85%e7%94%9f%e6%b4%bb/
For the sidebar width, I followed your advice and changed the forum index page, but how to change the sidebar width on all the other pages in bbpress, i.e., topics list page (https://weliveinus.com/forums/forum/%e4%b9%90%e5%b1%85%e7%94%9f%e6%b4%bb/)? They are still too wide now and I want to have same sidebar width on all bbpress pages.
Sorry I didn’t figure out this one.
Never mind I solved this. Thanks!
Thank you!
For breadcrumbs, I’d like to hide the page title and to change the font size and color of breadcrumbs. https://snipboard.io/3ltMR7.jpg page url: https://weliveinus.com/forums/
For the sidebar width, I followed your advice and changed the forum index page, but how to change the sidebar width on all the other pages in bbpress, i.e., topics list page (https://weliveinus.com/forums/forum/%e4%b9%90%e5%b1%85%e7%94%9f%e6%b4%bb/)? They are still too wide now and I want to have same sidebar width on all bbpress pages.
Thank you!
Hi Calin,
Regarding the colors of TinyMCE editor that I asked you last month, I found out how to ‘partly’ change them with these code:
/* This is for the button color */
.mce-btn-group .mce-btn {
background: none ;
}
/* This is for the icon color */
.mce-toolbar .mce-ico {
color: white;
}
But they still have black background color which I can’t remove with the above code. I think that’s from the theme. See here https://snipboard.io/9QGb7E.jpg Did you have any chance to check with the developers how to solve this?
Another thing is that the sidebar width remains unchanged here on this page (forum list page and topic page), although the sidebar width on the frontpage of the forum is changed to 25% with your help. How can I change the width here as well?
Thanks!
Hi Calin,
Would you mind letting me know to change this? https://snipboard.io/3ltMR7.jpg page url: https://weliveinus.com/forums/
Thank you in advance!
Thanks Calin! You are so amazing! It works!
One more question on this page https://weliveinus.com/forums/ : how can I set the sidebar width to be 20%? Right now it is too wide but I don’t know how what custom css code to use.
Thanks!
Thank you! Email sent.
that’s exactly my question: how to store the full address when the address was input to Location Finder when creating a listing? Or do I have to input the address twice(first to a customer field, second to Location Finder)?