Search Results for 'author box'

    No search results were found in Documentation!

Results from the Forum
Amit
tagDiv Member

Solution for 1
Once you done with the modifications on theme or website, clear cookies.

Solution for 2
To fix Author name issue just paste below code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Solution for 3
You can use W3 Total cache; the problem arises only when you activate minify function in the plugin. (Issue: Images don’t load)
If you want to activate minify feature in W3 total cache plugin, use Auto minify and disable lazy load option from the theme panel. Instead use lazy load plugin.

Solution for 4
Don’t use jetpack sharing feature; theme has inbuilt sharing buttons which give an eye-catching look which improves sharing rate.

Solution for 5
To activate speed booster plugin, install and activate plugin, go to theme’s system status and check if its active
Refer screenshot – http://prntscr.com/cdzuvv
If it’s showing like this http://prntscr.com/cdzwzo
then copy the underlined stuff add it in td-speed-booster.php file.
To add code follow steps
Go to plugins section http://prntscr.com/cdzy2a
add like this http://prntscr.com/cdzypw and save
now recheck if the plugin is active if its showing disabled and some other link then repeats above steps.

Incrosnatu
Participant
#0

Hi! Whenever I click on the author box (to see my posts,comments) it redirects me to the homepage? is it a problem of the theme or there is something wrong?

my site: http://www.sociedelic.com

tanapol4637
Participant
#0

1.How to hide Categories, Author and Comment Count in homepage. Example : Screenshot_1 (In red Circle)

2.How to adjust speed menu.

When I move mouse from “Menu Circus” to “Menu More” It use about 0.5 Second for hide green color on “Menu Circus”.

I want to hide green color on “Menu Circus” immediately When I change menu.

Example : Screenshot_2 (In red Circle)

simchris
Participant
#0

Hi folks
since we’ve chosen to disable comments sitewide at this time, having the [comments] pill-button element on the author box sidebar widget serves no purpose; is there a way to hide this — guessing just use CSS? Might add a toggle for that in future update since not impacted by “disable comments” in rest of panel (on your list of one million suggestions).

Thanks! 🙂

NM 3.1 + TDComposer BETA is rockin!

djalejo
Participant
#0

Hi,

I would like to remove the author’s name from the blocks views in the home page, but I would like to still display it at the beginning of the post page. It seems the configuration allows for disable/enable in both at the same time but not separately. There is also the option for author’s box at the bottom of the single page, but I don’t want that one.

Thank you!

Catalin
tagDiv Staff

Hello oyvind,

The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Sorry for the inconvenience but please notice that we will consider fixing all of them as soon as possible in future updates.

Thanks for your message!

Catalin
tagDiv Staff

Hello Kley,

The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Sorry for the inconvenience but please notice that we will consider fixing all of them as soon as possible in future updates.

Thanks for your message!

Bogdan B.
tagDiv Staff

Hi,

In our theme the date can be removed from 2 separate spots. It can be either removed from all blog posts at once like so: http://screencast.com/t/ZJbCyI3Bu or removed from blocks on pages and category tags: http://screencast.com/t/8J9lvn75UG but there is no option to remove the date for specific posts or pages. it can be done with a bit of css though. You can target the date for a specific block on specific pages but this is done through the page id. Each page has a unique page id. you can use it in this code:

.page-id-90 .td_block_5 .td-post-author-name span, .page-id-90 .td_block_5 .td-post-date{
display:none!important;
}

Change the page id with the one from your page so the code can apply to your specific page
You cann add the code in the theme panel->custom css box

Thank you!

Catalin
tagDiv Staff

Hello Birbo,

After several investigations in this regard have concluded that this type of issue come from WP Super cache which is not fully compatible with WordPress 4.6 and that’s why this problem occur. We hope that WP Super cache plugin will be updated it as soon as possible and that problem will be fixed. Notice that this issue appears and on Mobile Theme from Jetpack when the caching plugin is active.
Please notice that we have reported this issue to Jetpack and we are waiting for an update from them. Until that, you should use our workaround posted here -> https://github.com/Automattic/wp-super-cache/issues/132

The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Sorry for the inconvenience but please notice that we will consider fixing all of them as soon as possible in future updates.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello nano,

For some of your customizations, please try to use the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.author-box-wrap{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
border-color:red;
}
.td-author-name, .td-author-description {
font-family:Verdana;
}
.author-box-wrap img {
border-radius:50px;
}

The result you should see here -> http://screencast.com/t/IQuw4EwKJ

For more control over Posts Elements, Author Section regarding on fonts, please check your Theme panel->Theme Fonts, like this -> http://screencast.com/t/ggyEAdDn8 Also, the theme does not have such an option that offers you a way to add the social icons on the author card but only if you will implement it yourself or you can use some plugins with this functionality.

Thanks.

Catalin
tagDiv Staff

Hello Rousing The Kop,

Please keep in mind that our theme has been designed to be more useful both desktop and mobile mode. So, at the moment, please notice that our theme has 2 alternatives for mobile mode -> the first one is named as default mobile which all the element from desktop version is compressed to look better on mobile mode and the second one is named Mobile Theme which is totally different than your desktop…as you can see in our documentation here -> https://forum.tagdiv.com/the-mobile-theme/ the mobile theme only display the Big Grid with Featured posts at the front of your page, some texts if this will be written from the backend (Mobile Editor) and at the bottom you will bring the Latest Articles module. Please notice that you cannot bring the sale layout on the mobile which looks as similar with on the desktop without responsiveness because the width is different.

The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thanks for your understanding!

Nano
Participant
#0

By reading many threads on Author card this is what I know till now:

To hide comment counter :

.td-author-counters .td-author-comments-count {
display:none;
}

To change the color of Author box:

.author-box-wrap{
background-color:#00bce4;
}

You can change the color for the author name using this code:
.td-author-name a {
color: #4db2ec;
}

Justify the Margins within this Card/Box if possible?

.td-author-description{
text-align: justify;
}

Change the Author Image thumbnail size:

.author-box-wrap .avatar{
width:initial!important;
}
.author-box-wrap .desc{
margin-left: 215px;
}

Here is my current Author Box:

Few things I still want to know/do:

1. How can I change the background of this author to one image. I want to use a blurred image as a background image for the Author box. What should be size of this background image then?

2.

Have a look at this image:

It is just for reference. But how can we change the color of the border of the box? Also is there any way to make social icons appear with different background.

3. How can I change the fonts of Author title and description?

4. I tried changing the color of “Post counter” and the color after hovering it but it didn’t work. Can you help me to get this done?

Thank you.

jeppesoe
tagDiv Member

And a follow-up:

On this post, under the author-box there are no related posts etc. but a sidebar:
http://dhblad.dk/flere-bruger-kontaktloese-betalinger-29/08-2016

On the other there are no sidebar, but related posts…
http://dhblad.dk/historisk-faa-butikker-staar-ledige-29/08-2016

Strange things happens this morning… 🙂

John
tagDiv Member

Hi,

RE: Can there be an option in a future theme update to allow HTML in the bios? This way we don’t have to re-edit page-author-box.php in the future.

Was this done?

Catalin
tagDiv Staff

Hello taddeo,

The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Sorry for the inconvenience.

scoutfund
tagDiv Member

In looking for a to allow the other non-code-savvy writers on the site the ability to omit the upper author meta info and the lower author bio box on any given post, I’ve come up with the following solution:

Installed the WP Add Custom CSS plugin, which puts adds an entry entry box into the Add New Post page.

Instructed authors that if they wish to omit author information, they should paste the following code into that Custom CSS box.

.td-post-author-name {
    display: none;

}

.author-box-wrap {
    display: none;
    
}

There may be a more elegant way to accomplish this, but it works for our writers…

  • This reply was modified 10 years by scoutfund.
Catalin
tagDiv Staff

Hello Hack4Life,

The author will need a bit of a css fix as the css got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you and sorry for the inconvenience.

Rosquill
Participant
#0

Hi,

I need to add a new social network to the author users. Is it possible?

https://www.dropbox.com/s/nezitvi2esb9wo8/Imagen1.png?dl=0

Thanks in advance.

_edwin_
tagDiv Member

The visual composer author box is a different function. You can use it with the page builder.

_edwin_
tagDiv Member

Can I remove the comments and post count from the author box which you can select in Visual composer? If not. Can I give them a different colour?

Bogdan B.
tagDiv Staff

Hello,

The author will need a bit of a css fix as the css got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Sorry for the inconvenience.
For your second request, we only recommend these settings with wp super cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The author will need a bit of a css fix as the css got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you and sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,

The author will need a bit of a css fix as the css got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you and sorry for the inconvenience.

atherapy
Participant
#0

Quick question, how do we hide Author & Date in content blocks and around our site in general using theme?

We know we can turn off Author & Date on posts, but how do we turn it off so it doesn’t show up on Category and Tag pages as well as (mentioned above) in content boxes?

Our previous theme had a really simple setting to do this.

Our apologies, we purchased this theme back in December but just started using it this week. Our “support” just expired but we’d really like to have this question answered because we never used support or asked a question for the 1st six months owned this theme.

We promise if we have additional questions we’ll signup for another six months of support.

Thank you.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there was a flawed update released that broke the mobile theme. We are sorry for the inconvenience. The correct theme version was re-uploaded so please update your theme again. The version of the theme is still 7.3 but the fix for the mobile theme is implemented.
The author will need a bit of a css fix so until the next theme version please use this CSS code in the mobile theme’s custom code box:

.td-post-author-name div { display:inline; }

Thank you and sorry for the inconvenience.

Viewing 25 results - 1,551 through 1,575 (of 2,340 total)