Digital experiences for all disciplines
Forum Replies Created
-
-
PERFECT 🙂
Mohammad,
I tried the css code you provided but the only thing that the code does is cut off the characters that are overflowed instead of forcing the overflow to the next line. see attachment
Is there any way to properly fix this so that the characters that overflow get moved down to the next line so that the title is still readable?
Thanks
Attachments:
You must be logged in to view attached files.Mohammad,
I think i figured it out. In your two screen shots the article in question is on the outside right of the related articles widget. And in my screen shot the article in question is on the inner part of the related articles widget.
So the characters get cut off properly when the article sits on the far right( like on your screenshots) but when it is anywhere on the inside where another article is to the right( my screenshot), it does not cut off the characters properly. Makes sense?
Thanks again
Mohammad,
it happens on chrome browser for me. I haven’t tested it on other browsers. As you can see on my screen shot it happens on chrome. Maybe this is windows or chrome specific? I wonder why the phrase gets broken up and put on the line below for you but not for me?
Thanks
Hi Mohammad,
Well i wish i can give you a specific url but it wouldn’t help since the related articles change every time. The problem only happens on one article since i only have one article that has a very long phrase without spaces. The title of this article is ” Cancell/Cantron/Protocel Cancer Treatment Review ” which has a phrase that has 24 characters without a space. And this is what causes the issue.
I don’t know how you can recreate the issue other then going to this url domain /how-long-does-chemotherapy-take-to-work/ and refreshing the page until you see this title “Cancell/Cantron/Protocel Cancer Treatment Review” then once you have it in front of you, you can see the issue. If this issue is not visible on your computer just increase the zoom a little and the problem is there.
I have only tested this on desktop. but im sure the issue will be on tablet and mobile also because its a character limit problem.
Thanks
David,
that is correct but when i change the font to just bold instead of 900 no noticeable difference is seen. mobile just looks the same at either 900 or bold.
Thanks
December 18, 2015 at 10:56 pm in reply to: Any easier way to edit Child theme code then with notepad? #236612Mohammad,
You are the man. Thank you again for providing such great information in such a very detailed way. PERFECT !
Thanks
WP updates is up and running so did all the updates and child theme corrections so now everything looks good.
Thanks again guys. 🙂
Mohammad,
Thank you so much for giving me such a detailed answer. That’s amazing !!!!
What do i do about not being able to update to dante 3.2.0. ???? I can’t get the update to show up in wordpress dashboard.
Thanks
In addition to what i just added above: i am currently on dante 3.18 which i thought was the newest version and that it already had the fix for the sidebars. My dashboard does not give me the option to upgrade to newer version of dante. Even after trying to search for updates and clear cache etc.
But this just makes everything even more confusing then it already was. Does this newer dante update add anything new in the single.php file to fix sidebar??? i don’t know. No one has yet to specify what piece of code was added to fix the issue and where.
Thanks
When doing a comparison of the single.php file that is in my child theme and from the newest version of dante i have only found two line changes that look like nothing related to sidebars disappearing.
First line change is
<div class=”entry-title”><?php the_title(); ?></div>
changed to…..
<div class=”entry-title”><?php echo $page_title; ?></div>
and second line change is just the following code added :
}
if ($thumb_width == “”) {
$thumb_width = 300;
}
if ($thumb_height == “”) {
$thumb_height = 225;both of these don’t look like they will fix the sidebars from disappearing.
I want to avoid upgrading back to wordpress 4.4 right now because updating my single.php file looks like it wasn’t the problem.
Any ideas?
Every Post page has a sidebar. After the update every page that was supposed to have a sidebar didn’t. Had to downgrade wordpress to get all side bars back. now still running old version of word press until a fix is released.
Thanks
Hi,
Would still like to get an answer about whether this is a known problem or am i the only one experiencing this. That way I can figure out what to do next.
Thanks
David,
So if i’m understanding this right, if i change my css from 900 weight to just “bolder” then it will not fallback and i will get a thicker font then whats showing in mobile right now?
Thanks
Hi David,
So why do i see a really bold font on desktop and a non bold font on mobile?
Thanks
-