Search Results for 'header'

Results from the Forum
Steven
tagDiv Member

Where did you get the link from because it don’t look right..

After you upload the image to wordpress did you went and click on the image to get the link because i tested this css code and it work…

Tryggvi
tagDiv Member

The url cuts of
Here it is: http://www.whywheatgrass.com.my/rw_common/themes/why_wheatgrass_float/images/editable_images/blank4.jpg
And it is just as a good image as if I add it to media and link to it there.
Or maybe I’m not following you :/

Steven
tagDiv Member

It’s not working because you not add a background image link “Background.jpg”,upload what image you want too use and then copy the link in the space i tell you..what you have there is not a image link,don’t have a clue what link is that you add..

Tryggvi
tagDiv Member

This is not working for me,
I just added this into the box.

“.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url(‘http://www.whywheatgrass.com.my/rw_common/themes/why_wheatgrass_float/images/editable_images/blank4.jpg’) !important;
}”

Am I supposed to add something more in the custom CSS part of the theme panel?

Sorry for being a noob 😛

Steven
tagDiv Member

Put this in ur CSS BOX in the theme panel

.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url(‘background url here’) !important;
}

If this is not what you want then wait tomorrow for support from one of the theme members…

sentinal2k1
Participant
#0

Hi!
Love the theme.

Quick question, is there any way to have an image in the header instead of a solid color?

Thanks!

Alexander
tagDiv Member

Thank you Lucian, much appreciated.

Lucian
tagDiv Staff

Replied to it here!

Thanks for the message!

mm-2
tagDiv Member

This is the reply I got from the plugin author:

“It’s not a plugin’s malfucntion.

The problem is that your composer has the post content as shortcodes
so a typical post content is:

[vc_row][vc_column width="2/3"][td_block6 limit=”6″
custom_title=”Posljednji članci” ajax_pagination=”infinite”
category_id=”1″ header_color=”#7bc6f1″ header_text_color=”#ffffff”
sub_cat_ajax=”n”
ajax_pagination_infinite_stop=”3″][/vc_column][vc_column
width="1/3"][vc_widget_sidebar
sidebar_id="td-top-right"][/vc_column][/vc_row]

Which is indeed a small text, so the time is less than a minute. In
order that issue to be solved, you have to search for the composer’s
documentation to see how the post content is rendered in order to use
that instead of the shortcodes one.

As you sort out how the content is displayed, you just replace the line 81 in plugin.php

$content = strip_tags($post->post_content);

with the content the plugin author give you.”

Any idea how to fix the problem or at lest how to use infinite scroll without Page Builder?

Regards,

  • This reply was modified 11 years by mm-2.
Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/Y7YtvOkLq

.td-header-style-8.td-affix  {
height: 76px !important;
}

.td-header-style-8.td-affix 
.td-li-wrapper-menu {
position: relative;
top: 8px;
}

.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 50px;
line-height: 60px;
padding-bottom: 15px;
}

Thanks

Alexander
Participant
#0

Hello,

We have the same problem like in this thread: https://forum.tagdiv.com/topic/header-8-on-desktop/. Could you please help us?

https://wearabletechnologies.co.uk/

Thank you.

Lucian
tagDiv Staff

Hi,

You can move the category tags above title or anywhere you want in the template, my ex is for the default post template and looks like this: http://screencast.com/t/gwthSzJD7MBo
For this you have to move this inside loop-single.php file: http://screencast.com/t/26Gx2qF5na8
Then use this css to arrange it:

.td-post-content .td-category {
top: 11px;
}

.td-post-content .post header h1 {
clear: left;
padding-top: 10px;
}

You can do the same for the other post templates.
Having duplicated content isn’t good for seo but I’m not sure that in this case search engines get a duplicated content, you could try to search for a seo tool to scan this page for duplicated content and if dose pick up duplicates you can use SEO by Yoast plugin to add the yoast breadcrumbs and customize them as you like: https://forum.tagdiv.com/topic/how-to-add-breadcrumb-to-my-custom-post-type/#post-19846

Hope this helps!
Thanks

Alexander
tagDiv Member

Hello Lucian, we have the same problem. Can you have a look please?

https://wearabletechnologies.co.uk/

Thank you.

craigmc
tagDiv Member

Hey, it’s fine. Don’t be sorry. I fixed it manually this end for now 🙂

mrmobile
tagDiv Member

thanx for the reply 😉

Lucian
tagDiv Staff

hi,

If you mean that you want to show the mobile menu on tablet screens if the menu doesn’t fit on one line unfortunately that is not possible.
What you can do is to style the menu via css and make the menu font smaller or use smaller names for your menu items.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry about this, we have this on our todo list and we will try to make a better implementation for it in future updates.

Thanks for the message!
Have a nice day!

Lucian
tagDiv Staff

Hi,

Please use this custom css:

.post header {
margin-bottom: 0px !important;
top: -15px !important;
}

.post header h1 {
margin-bottom: 0px !important;
}

.post header .meta-info {
display: none;
}

Thanks

  • This reply was modified 11 years by Lucian.
ellogro
tagDiv Member

Thanks for the help, it works now 🙂

mrmobile
Participant
#0

hi,

i have 9 items in the main menu bar, and in desktop view or mobile the menu working good, but in ipad landscape view the main menu split in 2 lines…

how can fix that problem?

i need if the screen width is smaller from my menu the menu change to mobile view id this is possible

thanx

srikanth
tagDiv Member

TQs its working cool

Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/lKyULqflhm

.td-boxed-layout  .td-header-style-8.td-affix  .td-menu-wrap {
height: 73px !important;
}

.td-header-style-8.td-affix 
.td-li-wrapper-menu {
position: relative;
top: 8px;
}

.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 50px;
line-height: 60px;
padding-bottom: 15px;
}
craigmc
tagDiv Member

Hey Lucian,

When using header style 3 I would expect the desktop logo not to be shown on a mobile phone and the mobile logo to be shown in the mobile menu bar.

This does not happen, works fine with style 1 on mobile just not style 3.

Thanks

Craig

Lucian
tagDiv Staff

Hi,

I’m not sure I understand, when using the header style 3 on mobile the desktop logo will be placed in the menu bar on mobile devices, more exactly the mobile logo will not be displayed when using header style 3 and 6.
If this is not what you wanna point out please let me know and provide more details about this and your site’s URL so I can check this.

Thanks

Bichareh
Participant
#0

Hi,

how to remove the inline css like >>>

.woocommerce .button, .woocommerce .form-submit #submit, .widget_price_filter .ui-slider-handle,
.jetpack_subscription_widget input[type=”submit”], .pp_woocommerce .pp_close, .pp_woocommerce .pp_expand,
.pp_woocommerce .pp_contract, .pp_woocommerce .pp_arrow_previous, .pp_woocommerce .pp_arrow_next, .pp_woocommerce
.pp_next:before, .pp_woocommerce .pp_previous:before, #bbpress-forums .button {
background: #cc0066 !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .bbp-template-notice, .td-reply-list-header {
border-color: #cc0066 !important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .td-login-button {
background-color: #cc0066 !important;
}
.buddypress #buddypress div.dir-search input[type=”submit”], .buddypress #buddypress .message-search
input[type=”submit”], .buddypress #buddypress .item-list-tabs ul li.selected a,
.buddypress #buddypress .generic-button a, .buddypress #buddypress .submit input[type=”submit”],
.buddypress #buddypress .ac-reply-content input[type=”submit”], .buddypress #buddypress .standard-form
input[type=”submit”], .buddypress #buddypress .standard-form .button-nav .current a, .buddypress #buddypress .standard-form .button, .buddypress #buddypress input[type=”submit”],
.buddypress #buddypress a.accept, .buddypress #buddypress #activate-page .standard-form input[type=”submit”],
.buddypress #buddypress .standard-form #group-create-body input[type=”button”],
.post-password-required input[type=”submit”] {
background: #cc0066 !important;
}
.buddypress #buddypress .groups .item-meta, .bbp-forum-title:hover, .td_login_tab_focus, .block-mega-child-cats a.cur-sub-cat {
color: #cc0066 !important;
}

Thank you!

Viewing 25 results - 28,376 through 28,400 (of 29,850 total)