Several Issues

Posted in: Newspaper
Post count: 3

Hi, I have several issues I can’t find a solution for.
I’m a newbie to html, css and wordpress so I need you to be easy on me.
that’s my blog – http://www.motiongraphic.co.il

1. Custom Font
I can’t use a custom font using your theme panel.
I uploaded a hebrew font to the server and then linked it in your custom font section.
I then called it through the “custom typography” menu but the font didn’t show on the site. instead there was a default serif font. I tried using a different font but then it shows an non-serif default font instead.
funny thing is that when I use a third party plugin (“Use Any Font”) – the font shows.
I don’t want to use a third party plugin though.

2. Sliders on Firefox
The sliders on my blog doesn’t show well on fire fox. looks like it runs far left the first time you try to scroll it.

3. Slider Titles
It breaks the lines in a weird way… sometimes after a two word.
on IExplorer it doesn’t break the same way, but there is an extra space in every place it should break.

4. Social Icon covers the post
Every time I put an image on the end of a post the social icons covers the bottom of it.
It looks OK when the post ends with a text though.

Few short question:
1. I used CSS to give a separator line between posts by adding a bottom border to the footer. it also added a line on the bottom of the author box. can I delete it?
2. Since my blog is RTL – how can I make the large photo on the big slide be on the right side?
3. From the same reason – how can I make the post links on the Mega-menu show from the right to left?
4. How can I change the menu color?
5. How can I change the menu’s bottom line color and remove the drop shadow, and how can i change the bottom line color of the selected item on the menu?

I know that’s a lot of questions but I really tried to gather it all together instead of just post a post after another.

Thanks in advance for your help.
Motti.

Post count: 6600

Hi,

I can’t access your site: http://screencast.com/t/TUmXP6Yzzzz so I can’t help you unless I can check and inspect the 2. Sliders on Firefox/ 3. Slider Titles/ 4. Social Icon covers the post issues.
Please let me know to check this when the site it’s running again.
Regarding the first issue you have with the custom fonts please note that we also know about this do have some issues with this. For a fix you would need to send us an email and request for a fix in this case. You can address us on email at contact@tagdiv.com

1. I need to see this so I can provide a better answer but yes you could write a better css selector and apply your style just to the bottom of the posts or if you want to remove the author box you can do it from theme panel: http://screencast.com/t/Rflo6pT3
2. Via custom css, like this: http://screencast.com/t/KEsLinjDvk

.td-big-grid-post {
float: right;
}

.td_block_big_grid .td-big-grid-post-0 {
border-left: 3px solid #ffffff;
border-right: 0px solid #ffffff;
}

3. Also via css, you could try something like this:

.td_mod_mega_menu .item-details {
float: right;
}

.td_mod_mega_menu .item-details .entry-title a {
direction: rtl;
}

4. From theme panel > theme colors: http://screencast.com/t/SJaMRIDpb
5. Use this custom css: http://screencast.com/t/61MBHpfBsMj

.sf-menu li a:hover, .sf-menu .sfHover a, .sf-menu .current-menu-ancestor a, .sf-menu .current-category-ancestor a, .sf-menu > .current-menu-item > a {
border-color: #4db2ec;
}

To remove the shadow use this css:

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none;
}

Thanks

Post count: 3

Hi, thanks for your help.
My bad I misspelled the wed address. its http://www.motiongraphics.co.il

As for the CSS update – I managed to fix the big slide direction and the remove the shadow but the couldn’t change the mega-menu direction and the bottom border color.
I actually want to do a couple of changes there – I want to change the whole border from white to my header BG color, and also the hover border color.
As for the menu color – I meant for the menu’s text color. my menu BG color is dark and I need to chance the text to a brighter color.

Thanks a lot for your quick reply.

Post count: 6600

Hi,

Regarding the Firefox slider issue you have I think it’s could be due to a plugin conflict so please deactivate all plugins then empty cache if you use any and check for this again. If this doesn’t happen anymore you can activate plugins one by one to see which one is creating a conflict.
The slider’s titles rows can be controlled from td_module_slide_big.php like this: https://forum.tagdiv.com/topic/changing-the-width-of-the-featured-post-title/#post-18499
Seems that your social sharing issue is due to some css: http://screencast.com/t/oOz120C25
You can fix it like this: http://screencast.com/t/AplJiCSfMEp

.td-social-sharing {
top: 0px;
}

Use this css for the menu border, just change the color border color to the one you want and for hover also: http://screencast.com/t/mF1GENRhXd1

.sf-menu li a:hover, .sf-menu .sfHover a, .sf-menu .current-menu-ancestor a, .sf-menu .current-category-ancestor a, .sf-menu > .current-menu-item > a {
border-color: #4db2ec;
}

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: 4px solid rgb(229, 14, 55);
}

The menu font color can be changed from theme panel > custom typography: http://screencast.com/t/3RpxouZx
As for the mega menu direction I have searched a bit for a solution online but couldn’t find a simple solution. You can try to search for a solution yourself or you could hire some one to do it for you if you don’t know how to do it.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.