Search Results for 'header'

Results from the Forum
420productions
Participant
#0

We are having an issue similar to this one:

https://forum.tagdiv.com/topic/theme-colors-not-loading-menu-items-error/

When we load the core theme, everything works fine.

When we load the theme via child, we get no background colors (the fancy blue colors) in the theme panel. Also, all of the sub-items on the right side (that you see when you click the main items like HEADER and FOOTER and ADS on the left sidebar) simply display the square loading gif without actually opening the panel.

The theme .zip was freshly downloaded from Themeforest last night. The theme version is listed as 8.5.1 but the child theme’s style.css has the version listed as 7.7c. Is this breaking the loading of the child theme in any way? I see the enqueueing in the child’s functions.php:

wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’), TD_THEME_VERSION . ‘c’, ‘all’ );

Do the style versions need to match?

Mayank Kapahi
Participant
#0

— Search icon only visible in home main menu and not in other pages navigation . I am using same navigation for all pages but i see search is only visible in home page
http://qc.round.glass/blossom/
http://qc.round.glass/blossom/blog/

— I see a black background color on hover of menu, how I can change it

— I see a blank td-container-header td-header-row td-header-header div below menu , http://qc.round.glass/blossom/ and search icon wrong aligned in menu while it is coming good in localhost. How to remove a blank div from here

E_Normus
tagDiv Member

Hey Catalin,

The website is cavenation.com and this is the header situation I’m talking about. I want to make the header background look like the second image.
<b>header</b> background

Thanks Again!

arollettson
tagDiv Member

I found the bug, (and it is a bug!)

I tackled the problem with renewed determination and got results. I’m looking more fondly on TD Composer this morning.

The bug occurred because I was testing a column text block to see if custom css could prevent the padding of a text block title but not the text below it.

While the text padding moves the text away from a border (good), the ‘me-too’ header padding leaves an unsightly white strip beside the colored background of the header (bad). I need to make it clear that Custom CSS was empty while creating (and re-creating endlessly) this bug.

So . . .

Home Page Layout:
• Full width row with banner image
• 2/3:1/3 row with ‘td-ss-row’ added class to make the 1/3 row sticky.
• inner row 1/2:1/2 .
• several blocks in each of the two columns, a mix of column text and raw html blocks

At the bottom of the left hand column (as it turns out bug will work at any place up or down the column) I put a default column text block. I changed the title to ‘Test Title Adjust” but I was happy with the default text (it was only a test, after all!)

    so I did not change it

. I gave the block an all-around border and padded it left and right in order to create the unsightly header I was hoping to correct.

It saved fine the first time in TD Composer and displayed correctly in the page. However, TD composer did not append a [/vc_column_text] shortcode to close this block with its default text.

When I next open then save this page in TD Composer (without doing anything else), it is apparently confused by the [vc_column_text beginning. . . .] but no [/vc_column_text] shortcode to close the block.

Its response to the confusion is rather strange! At the head of the second column, it adds a second pair of quote marks like so: [vc_column_inner width=”1/2”] becomes [vc_column_inner width=””1/2””]. This breaks the layout, placing a full width second column under the ½ width first column. (repeat visits to TD Composer seem to sprinkle pairs of quotes in places down the second column, but I haven’t really explored that.)

Removing the extra quote marks around the column width restores the layout (only momentarily, if the padded default text box does not have new text added to trigger the adding of [/vc_column_text].)

Demand that users change the text? Otherwise don’t create the box? Alert box them if they don’t? Add the closing shortcode anyway?

So, continuing on, it seems, I’m still playing with the column text block title that I’m trying to ‘unpad’. I can get every title including standalone titles to ‘unpad’ by using custom css ‘.block-title{ margin-left: -4px}’ but that leaves all the standalone titles jutting left and looking unsightly. Any ideas on how I can identify only those titles within a text box?

Thanks for the offer of the refund, but I’m perfectly happy with Newspaper and TD Composer (much better than Visual Composer) for the photo magazine blog for which I bought the theme and for which it is licensed.

I’ve been taking a liberal interpretation of localhost usage to try the theme out for a client looking to port a much more text-based DNN website to WordPress (which will, if and when it sees the light of day, require a new purchase/license.) This is the project I’m not so sure about, but finding the bug has certainly improved my mood!

Regards,

Alan

mentosdrive
tagDiv Member

Hi!

I’m trying to achieve a homepage header like the Law, Spa and Smart App demos. I disabled tagDiv composer because crashed my website 3 times.

Can I achieve that using visual composer?

Thanks!

BeoWulf
tagDiv Member

1. Facebook login integration you said its not possible
2. Remove modal and simply put login button you said its not possible

then how my mobile users are login my website…? (desktop has no problem i created login link on top header but what about in mobile..?)

which type of support you provided..?

Please send me any solution for mobile..

If not then please i dont want your theme please refund me.. (without facebook mobile login this theme is useless)

Simion C.
tagDiv Staff

Hi,

You can use the row settings to achieve full width results on pages
https://www.screencast.com/t/5Ne2Pqyqur8q
There are also full width grids available
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Header and footer elements can be stretched as well
https://www.screencast.com/t/2zSIf7QRWP
Please note that by setting a background color or image in the theme panel, the website will be boxed in this case
https://forum.tagdiv.com/background-introduction/

Thanks

Simion C.
tagDiv Staff

Hi,

A theme setting for this is not available at the moment. But you could style the category title with CSS, to be similar to the block header style
https://www.screencast.com/t/zWSzpaZaaaJy
This is the code used in the example, you may modify it as you wish if needed

.category .td-page-title:before {
content: '\e904';
font-family: 'newspaper',sans-serif;
font-size: 10px;
position: absolute;
bottom: -8px;
left: 0;
right: 0;
text-align:center;
margin: auto;
line-height: 1;
}
.category .td-page-title {
text-align:center;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide some more information about what you are trying to do and what is the problem, for a better understanding.
The font properties for the default widgets can be changed in the theme panel, if that is what you are asking
https://www.screencast.com/t/Yj8MZ5Ja
The widgets header style will be the one set in the theme panel
https://www.screencast.com/t/MIc2LC18otVV

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible, try a code like this to remove the header menu
https://www.screencast.com/t/FEhqcRZ6

.td-header-main-menu {
display: none;
}

The code will apply on the whole website. Enter it in Theme panel->Custom CSS code section.

Thanks

E_Normus
Participant
#0

Hello,

I’m trying to add a background image to the header in header style 8. Is this possible? Is there css code I could use?

Thank You

Afterglow
Participant
#0

Hello,

I am writing to request that you develop the option for the main menu to be stretched across the full width of the browser window + be fixed atop as a standard feature to your templates as an admin panel option.

I had someone here help me set up mine on my sites, one of which is Pavlikeni.com if somebody wants to see how it looks/behaves.

In support of my request for bringing this option to your templates I would like to ask you to look at CNN.com and NBA.com and nba.com/bulls/?splash=off to name a few. There are plenty of other reputable sites with the same header menu.

I think you should not deprive your users / clients from being able to integrate as described above.

Thanks.

Fatih
tagDiv Member

Thanks Simion,
I want to share this:

Plugin: Sharethis

MOBILE
Newspaper/Mobile/Single.php
<?php
/**
* Created by ra.
* Date: 10/23/2015
*/

global $post;

//increment the views counter
td_page_views::update_page_views($post->ID);

get_header();

if (have_posts()) {

td_global::load_single_post($post);
$td_mod_single = new td_module_single_mob($post);

?>

<div class="td-container">

<!-- breadcrumbs -->
<div class="td-crumb-container"><?php echo td_page_generator_mob::get_single_breadcrumbs($td_mod_single->title); ?></div>

<!-- post content -->
<?php the_post(); ?>

<article id="post-<?php echo $td_mod_single->post->ID;?>" class="<?php echo join(' ', get_post_class());?>" <?php echo $td_mod_single->get_item_scope();?>>
<div class="td-post-header">

<?php echo $td_mod_single->get_category(); ?>

<header class="td-post-title">
<?php echo $td_mod_single->get_title();?>

<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle'];?></p>
<?php } ?>

<div class="td-module-meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>

</header>

</div>

<div class="td-post-content">

<?php
// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image('td_696x0');
}
?>
<?php echo $td_mod_single->get_social_sharing_top();?>
<?php echo $td_mod_single->get_content();?>
</div>

<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>

<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>

<div class="sharethis-inline-reaction-buttons"></div>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>

</article> <!-- /.post -->

<?php echo $td_mod_single->related_posts();?>

</div>

<?php

} else {
//no posts
echo td_page_generator_mob::no_posts();
}

comments_template('', true);

get_footer();

View: https://www.screencast.com/t/2ROxmtWBLp3

DESKTOP
CODE: https://www.screencast.com/t/w90uht8VYV
VIEW: https://www.screencast.com/t/f9AA6yEOin

hidroboy
tagDiv Member

Same problem here. When I try to edit my website’s front page with the TD Composer it just keeps loading and I can’t change anything.

Also can’t access to the Theme Panel. It loads the first option, Header, but when I try to access another tab a # appears on the url but nothing happens. I erased all the caches, deactivated all plugins, reinstalled the necessary plugins, even made a fresh install of the theme and the child theme and it keeps failing.

Don’t know if it’s related.

Flowingfree
tagDiv Member

The Related Articles thumbnails and the Thumbnails on the drop down header menu are also blurry.

Flowingfree
Participant
#0

Hi, I am following your guidelines (https://forum.tagdiv.com/header-ads-adsense/)for
inserting adsense code into newspaper theme and the ads are not displaying.There is a blank whitespace instead.

Abblock is disabled. The ads show fine on other themes. I have had the account since 2011, so it is not an issue of a new account waiting to be delivered by Google.

I have also tried posting the code inside the content and it still will not show. It shows a blank white space instead. When inserting ads with theme panal it also just shows a blank white space where the ad should be.

Any other ideas?

majorfuss
Participant
#0

For the titles on my categories – http://majorfuss.com/news/ – is there a way I can change it to the same style of Block Header 6? https://snag.gy/wNI8XM.jpg

begrijp
Participant
#0

Hi,

I am looking for a way to add 2 phone numbers, star ratings and a small image to the top of my website.
What is the best way to do this?

Kind regards

dralim
tagDiv Member

i have made my site with 8.5 version and customized after default demo installation. Didn’t install any custom fonts. But after caching it showing this error only in google chrome desktop ,another thing is in mobile version tab to top option is not included. didn’t add any custom code, just google analytic and Facebook instant article code are placed in the theme header. please reply this thank you.

Bogdan B.
tagDiv Staff

Hello,

The global headers color can be changed from the theme panel: https://www.screencast.com/t/Gz0tJTmQ3Hiv

Thanks.

Bogdan B.
tagDiv Staff

Hello,

This effect can be seen when changing the header color multiple times. The default color is blue, then you change it to green and on mobile change it to black. CSS works in cascades. If an element is changed many times, you will be able to see the changes as the code loads up.
Also using speedbooster and moving the css to the footer, it will load slower.
Also your page seed influences the css load so please follow google.s advice: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fbestlavka.ru%2F&tab=desktop
Please use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/

Thank you!

Ashish
Participant
#0

Hello,
I have done fresh localhost install to test the latest version before I can implement on live server.
If I rename theme name from newspaper to something else and also update style.css with new theme name.
Installed Retro Demo and got error on home page

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: tdm_header_style_3 is not set.
C:\Program Files\VertrigoServ\www\demo\wp-content\themes\inkoholics\includes\wp_booster\td_api.php

wp booster error:
td_api_base::get_key : a component with the ID: tdm_header_style_3 Key: file is not set.
C:\Program Files\VertrigoServ\www\demo\wp-content\themes\inkoholics\includes\wp_booster\td_api.php

While if I revert back to original theme name Newspaper, I dont see any error and demo works perfectly.
Is there anyway you can fix the issue and make theme compatible with any theme name because I dont want my competitors to know which theme I am using.

Simion C.
tagDiv Staff

Hi,

Then you could enter the code in the Advanced CSS desktop section. This way the code will not affect the mobile version. Enter it without any media queries, they are not necessary there.
So remove it from there and enter this one in the desktop section in Advanced CSS, it should work properly

.td-header-style-9 .header-search-wrap {
right: 168px;
}

Thanks

theoutj3
Participant
#0

As you can see here: https://imgur.com/gygWMoo , The Global Header I have in my smart side bar does not match the header that says “Blog” I want each header in the side bar to be the same and I simply cannot figure out how to change it. I have already tried to change it in places such as this: https://imgur.com/PL0RQXZ, and still cannot find a solution.

PatWire
tagDiv Member

I would try: 1. Create the three ads in AdRotate 2. Create a group 3. Tick the three ads so they are in the group you created 4. Put the group Shortcode in ‘Background ad’ in Theme Panel – this works with the other custom ad spaces

See http://westbridgfordwire.com ( header and leaderboard ) ads both use this method

AdRotate PRO gives impressions/clicks – you have to pay for that functionality

Viewing 25 results - 19,226 through 19,250 (of 29,850 total)