Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
awake
tagDiv Member

a custom log/in-out ! Super, Thanks !

it’s good here:
http://bp-fr.net/
http://getbootstrap.com/javascript/#modals

Marius
tagDiv Staff

Hello,

We have in our todo list to make a custom log/in-out – register form in the following updates.
Thanks @awake for suggestions 😉

Thanks for the message!

awake
tagDiv Member

http://wordpress.org/plugins/baw-login-logout-menu/

just login/logout, for register if you use buddypress you put the link to your page

sauravjit
Participant
#0

Hello,

My blog is http://www.feedoxy.com In the top menu I have fixed login and logout buttons, I want a same link which shows login and once a user logs in it should automatically show My “Dashboard | Logout”

Marius
tagDiv Staff

Hello,

You can insert the shortcode with

<?php echo do_shortcode( '[dfads params='groups=352&orderby=random']' ) ?>

or your php code
<?php echo dfads( ‘groups=352&orderby=random’ ); ?>

in logo_ad.php http://screencast.com/t/WqmwYFCgAMr in that div span8

Thanks for the message

lubhelium
Participant
#0

So I’ve commented //get_template_part(‘parts/header/menu_header’);

How do I reduce the space between the logo and the first items in the page?

Radu
tagDiv Staff

@jpatt please give me your paypal id via email and I will send you a full refund. I’m sorry that we have failed to help you 😐 .

email: contact@tagdiv.com – please mention your forum username in it.
~ Radu

Marius
tagDiv Staff

Hello,

Sorry for long delay!
We will make an option to have text and tagline instead of the logo in the next version.

Marius
tagDiv Staff

Hello,

To make the update just replace the files via FTP.
Her we have a video: http://import.tagdiv.com/newspaper/doc/#howtoupdate

jpatt
tagDiv Member

Hi

I figured it out. All you have to do is just replace the Newspaper theme with Sahifa v4.0 theme.

Thanks,
JP

akobryan
tagDiv Member

Hi,

Next week would be ok, I can wait for the update.
Just : do you have a documentation about how to do an update ?
It’s my first wordpress blog, so I don’t want to put the mess in it with a bad action or a wrong setting !

Thank you

Radu
tagDiv Staff

Hello,

try this at the end of style.css:


.td-scroll-up-visible {
background-image: url('http://2.envato-static.com/assets/themeforest/logo-dark-8e9f520f0a87ee3b0d94dd0fdd289e59.png');
background-position:0px 0px;
}
Radu
tagDiv Staff
Radu
tagDiv Staff

Hello,

Can you wait for the next update (next week?) Or do you need it asap?

thanks for your message

hermida
tagDiv Member

Hi. I’m also considering replacing the logo with the text title and tagline. But I can’t see a way to do this. Thanks, AH

Toui
Participant
#0

Hello!

I noticed that there is a problem when you social-like a post with facebook that don’t have a picture.

Example:

When people liking this post:
http://vigorousbeats.com/nicky-romero-protocol-flight-03-the-summer-recap/

It appears like this on facebook:
http://d.pr/i/tcDN

And thats my ad.. I can accept that facebook can’t import a picture from the youtube video, but, shouldn’t it priority the Logo before the ad?

How do I fix this? Or can you fix it till next update?

Regards,
Tony

jpatt
Participant
#0

Hi

How can I replace the logo with the text title and tagline?

JP

PWD
Participant
#0

Hi,

as my logo height is big, I would like to increase margin on top of google ad so I can place it in the middle of height.
Can you please tell me what line of code in CSS does that?

Regards,
PWD

alopfr
tagDiv Member

It works. Thank you very much for all your support 🙂 You’re great!

akobryan
tagDiv Member

Something about 700×160 px and left alignment should be ok.

Thank a lot !

Marius
tagDiv Staff

Hello,
Copy this code in functions.php

function wpshock_search_filter( $query ) {
if ( $query->is_search ) {
$query->set( ‘post_status’, array(‘publish’) );
}
return $query;
}
add_filter(‘pre_get_posts’,’wpshock_search_filter’);

Marius
tagDiv Staff

Hello,

What size of logo you want to put? You want to be centered?
We will make an option in following updates.

Thanks for the message!

alopfr
tagDiv Member

For example. If you search ‘salud’ (without ‘) it will appear the article which have to be published next monday (14th october). The problem is that in the search form appear like results articles that aren’t published yet. (sorry for my English)

Marius
tagDiv Staff

Hello,

Please can you tell me what word you search and tell me exactly what is the issue with your search. From your message I understood that you want to have in search scheduled article to. Sorry, my mistake.

akobryan
Participant
#0

Hello,

I’d like to use a bigger logo (300×100 is a bit small) like a banner, because I don’t need ads block. Which is the best way to do that if possible ?

Thank you a lot, great support you do here 😉

Viewing 25 results - 12,101 through 12,125 (of 12,143 total)