Search Results for 'logo'

Results from the Forum
JJ0000
Participant
#0

This annoying phrase pops up when I click on team logos on a sidebar widget for the plugin Sportspress. Desired result is to have clicking the team logo image go to the team page like a link. Is there a way to have it go to the URL instead of a lightbox popup?

I already tried turning off lightbox and disabling General Modal Image, doesn’t fix it.

OFFROAD
Participant
#0

Hi,

I want to integrate a logo in the main menu which I have an embed code for it.
How can I go for it?

http://www.offroadcracks.com

It is the same like on the privacy/Datenschutzbestimmung at the end of the text.

How can I manage it?

Thanks.

jdmeier
Participant
#0

In Theme Panel, under Header, under Logo & Favicon
TEXT LOGO TAGLINE currently reads:
DISCOVER THE ART OF PUBLISHING

I can’t edit the field.
When I try to add my new tag line, I can’t actually type into the field.

Sidenote — I was able to change this earlier today and I did. But then when I went back into the screen, it somehow changed back and now is not editable.

JD

opatica
Participant
#0

Please see my website https://thanitha.com on mobile devices. How can I put text logo into menu bar?

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. Regarding the question, so you want to add some parameters to the link containing the logo? Check in these two files each with two links for the logo
https://www.screencast.com/t/l3jaueqcRW
https://www.screencast.com/t/LR0k0zxuVkXi
Those would be the links containing the logo.

Thanks

Fadolla
Participant
#0

Could you please help on replace Silder Revolution Logo Carousel for the Mobile Theme. as i saw the article is only top grid can shown. beside latest article,

i want to located it at the bottom of latest article before the footer area.

Thank

mad4style
Participant
#0

Hello,

Everytime I try to update the theme via theme panel, even just adding my logo, the theme just has the loading symbol that never ends and it’s still not saving anything because if I finally reload the page, it resets to blank.

JRuser
Participant
#0

Hi,

The Newspaper theme is awesome! I have been trying to figure out how to pass a set of UTM variables and parameters through the logo ahref tag. I have been successful identifying where links appear in the themes output and able to figure out how to get these UTM variables attached to those URLs, but I have been stumped at how to accomplish this with the logo ahref.

Any help would be appreciated.

Thanks in advance.

-Jorge

acqua
Participant
#0

Hi
when I post my site http://www.interfans.org on twitter, I don’t get any logo displayed
Please have a look at screenshot and let me know how to fix this
Thanks

https://snag.gy/tTYZwL.jpg

Bogdan B.
tagDiv Staff

Hello,

Please do not use 2 versions of the theme inside the wordpress themes settings. Ypour code is still found if you activate the old version. Please activate the old version, and delete the new one.
Use this guide to properly update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
All custom code can be added in the theme panel custom code section.
If you want to make the header style 3 logo larger, we need a link to your site so we can remove the extra padding around the logo.

Thanks

jamiesharpe
Participant
#0

Hello – I’ve encountered an issue in Newspaper where I’ve set up a logo and main menu, and I’d like to position my first element directly under the main menu. However, I can’t seem to move it and I’ve tried using TD Composer, still no luck. Please let me know if this is possible?

awards-webmaster
Participant
#0

Hi,

I finally updated the Newspaper theme from 8 to the latest. I used the Envato Theme to do it. However, when it updated, the website broke and I had to change it in the File Manager to “Newspaper_old” and then reinstall. It worked but I lost all my custom CSS code which took care of ads, images, and logo.

For instance, I have a client that runs a 728×90 on the Top Article placement. It gets cut off now. I was also running a custom Wallpaper ad that utilizes two rails on both sides.

1. Is there a place where I can find the old code?
2. If not, is there a way I can input a custom CSS code for the Top article ad to run outside the container?
3. I want to make my logo larger and I use Header 3. I don’t want to use the full size version. I just want it slightly larger. Any custom code for that?

trendyseekers
Participant
#0

Hello,
I’ve noticed this white space popup under main menu when I click on logo multiple times and this usually happen if it load on slow speed internet but also occur if you click several times on logo to to refresh. I dont know what’s going on even i removed the custom css code, problem still facing.
ff

Can you help fixing this?

Simion C.
tagDiv Staff

Hi,

It could be done with some CSS, something like this should do it
https://www.screencast.com/t/YPrw0KUpE3
The values in the code are half of the default values, you can tweak them more if necessary

.td-header-style-10 .td-logo-wrap-full .td-logo,
.td-header-style-10 .td-logo-wrap-full {
line-height: 65px;
}
.td-header-style-10 .td-logo-wrap-full {
min-height: 65px;
}

Thanks

3ftDeep
tagDiv Member

Hi Simion. Thank you so much for this.
I got it working : )

I couldn’t get your code to work but it was this, from your code, that helped:

,$this->post->ID); ?>

So, this is the code that worked:
<?php $universitylogo = get_field( 'universitylogo',$this->post->ID); ?>
<?php if ( $universitylogo ) { ?>
" alt="<?php echo $universitylogo['alt']; ?>" />
<?php } ?>

The field in ACF was set to ‘image’ then select ‘image array’
In the general ACF field settings it was ‘post type’ equal to ‘post’

Thanks so much for your help. You are a genius : )

Just one more question. You mentioned this in the other post you linked to.
https://www.screencast.com/t/7wBdSz3a9
Where are these custom fields found? I don’t have them on any post page. I’ve also checked the screen options, in case it was hidden but it’s not there either?

3ftDeep
tagDiv Member

Don’t worry about this. I got the custom fields logo working : )
Here: https://forum.tagdiv.com/topic/add-additional-fields-to-posts-in-category-grid/

Simion C.
tagDiv Staff

Hi,

There should be no such space, the header logo should be from top bar to main menu, no extra space above or below the image. Just like this theme demo which uses header style 10
https://demo.tagdiv.com/newspaper_cars/

Maybe check with the browser inspector, right click the respective spaces and click inspect. Could be some indication where that padding or margin space comes from.

To the left and right it would depend on the size of the image, the image will be displayed as it is. So a small image on a large display for example, will not be stretched to be full width.

Thanks

3ftDeep
Participant
#0

Hello. I’m trying to display a logo in a post grid. I’ve tried doing this with custom fields but can’t get it to work.

So, an alternative is to get the posts to display all of the content (images included) rather than just a text excerpt.
How can I do this?

I’m guessing it’s to change something in the code from ‘excerpt’ to ‘content’ but I’m not sure where or what to edit?
I’m using td_module_flex_1.php and this is the only module I need to do this with.

Any help gratefully received.
Thanks.

bgeitgey
Participant
#0

Hi there,

This is in reference to using Header Style 10 in Newspaper.

I have been using an 1100 x 335 logo that appeared to be being constrained, leaving 27 pixels of white space on top/bottom and 30-some pixels on left and right.

After changing the image size to 1200 x 335, I was able to get it to get it to display at full width – but I still have 27 pixels of white space at the top and bottom.

When I enlarged the image to 1200 x 400, the top/bottom white space still doesn’t go away. It appears to be being constrained in regard to height as the white pixels remain the same size regardless of the height of the image itself.

Our website is currently in development mode and is not world-accessible so I am unable to provide login details.

I would appreciate any assistance you can provide! Thank you kindly for your time.

3ftDeep
tagDiv Member

Hi again. I’m having trouble getting this to work. Are you able to help at all?
I’ve created a custom filed in ACF for adding an image.
I’ve then opened the module I’m using – td_module_flex_1.php

Then added the field code like this:

<?php

class td_module_flex_1 extends td_module {

function __construct($post, $module_atts = array()) {
//run the parrent constructor
parent::__construct($post, $module_atts);
}

function render() {
ob_start();

$hide_image = $this->get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$category_position = $this->get_shortcode_att('modules_category');
$btn_title = $this->get_shortcode_att('btn_title');
$title_length = $this->get_shortcode_att('mc1_tl');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$excerpt_position = $this->get_shortcode_att('excerpt_middle');

if (empty($image_size)) {
$image_size = 'td_696x0';
}
if (empty($btn_title)) {
$btn_title = 'Read more';
}

$excerpt = '<div class="td-excerpt">';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '</div>';

?>

<div class="<?php echo $this->get_module_classes();?>">
<div class="td-module-container td-category-pos-<?php echo $category_position; ?>">
<?php if( $hide_image == '' ) { ?>
<div class="td-image-container">
<?php if ($category_position == 'image') { echo $this->get_category(); }?>
<?php echo $this->get_image($image_size, true);?>
</div>
<?php } ?>

<div class="td-module-meta-info">
<?php if ($category_position == 'above') { echo $this->get_category(); }?>

<?php echo $this->get_title($title_length);?>

<?php if ($excerpt_position == 'yes') { echo $excerpt; } ?>

<div class="td-editor-date">
<?php if ($category_position == '') { echo $this->get_category(); }?>

<span class="td-author-date">
<?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</span>
</div>

<?php if ($excerpt_position == '') { echo $excerpt; } ?>

<div class="td-read-more">
href;?>"><?php echo __td($btn_title, TD_THEME_NAME);?>
</div>

cat<div class="uni-logo"><?php $uni_logo = get_field( 'uni_logo' ); ?>
<?php if ( $uni_logo ) { ?>
" alt="<?php echo $uni_logo['alt']; ?>" />
<?php } ?></div>dog
</div>
</div>
</div>

<?php return ob_get_clean();
}
}

I’ve added the text ‘cat / dog’ before and after my code so i could see where it is supposed to appear.

You can see the result here:

http://whystudyhere-com.sites.stackstaging.com/block-14-full-2/

Any help gratefully appreciated.

henry89c
Participant
#0

how i can creat app use on smart phone ?
and please give me file psd your logo, The psd file is available without color movement.
https://imgur.com/a/NHV0mTl
thank you so much.

Calin
tagDiv Staff

Hi,

You need to set an echo with ” in order to make the code to work, just like this:
https://www.screencast.com/t/T9RqNgLMasWG

echo '
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}
';

Thanks.

Rob576
Participant
#0

I recently corrected my SSL so my site will forward to the HTTPS:// version but now on a mobile device the site renders showing code for the blocks. How can I fix this and its only seems to be on the homepage. If I click on any of my menu items other than the home or homepage on logo. It renders correctly.

Jose
tagDiv Member

Thanks Calin,

But this is very complex for me…. I think that simply centering the logo is simpler, the rest is complex.

But it doesn’t work, I added the code in the file you indicate, and amp breaks.

https://fotos.subefotos.com/52abb1f14aeb3b39ca88bb09abd71b54o.jpg

  • This reply was modified 7 years by Jose.
Calin
tagDiv Staff

Hi,

If you want to use a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry!
Here is the css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}

https://www.screencast.com/t/dQWsYwj0iG

In order to have a different logo on amp you-ll need to set this in theme file.
First copy an url from media
https://www.screencast.com/t/1e8xnROk1Q
Then go in
wp-content/plugins/td-amp/templates/header-bar.php
https://www.screencast.com/t/Hwj9Nodw
https://www.screencast.com/t/Zax0YedF
https://www.screencast.com/t/nGTCRIAOo

Thank you.

Viewing 25 results - 6,226 through 6,250 (of 12,143 total)