Search Results for 'header'

Results from the Forum
Arias100
Participant
#0

Hi,

Is it possible to add a background image while maintaining the full width of the website’s header and footer area? Right now, if you add a background image then it wraps around the whole site(header, footer, and body) which is great…but not really what I need. Is there a way to edit the theme’s code so that the background is only seen on the left and right of the middle section a.k.a. body?

Here is a website that has a full width header with a background image in the body part of the website: http://www.artofmanliness.com/

And here is the website I’m working on that has the background from top to bottom:
http://www.survivalzone101.com/

Would really appreciate your help on this matter.
Thank you in advance.

Bogdan

P.S. The art of manliness website’s footer is actually a bad example of what I mean:D

Bogdan B.
tagDiv Staff

Hello,

1) You can change the black header color from the mobile theme colors option here:
http://screencast.com/t/8aB3AuhalQ If you do not use the mobile theme plugin, but rather the responsive version of the theme the colors need to be set from the theme colors tab as there will not be a mobile theme tab in the theme panel.
2) The mobile theme does not use blocks so there are no block titles on the mobile theme. Please use this code to target the titles on mobile:
@media (max-width:767px){
.block-title span{
font-size:12px!important;
}}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) In order to disable the date on a specific block, you need to use css to target just the specific class of the block. In this case you can use this code:
.td-post-author-name span, .td-post-date {
display:none!important;
}

2) For this you can use another css code:
.td-category-header .td-page-title{
text-transform: capitalize!important;
}

You can add the css in the theme panel->custom css box.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
It can be done only with customization. The theme does not have any such setting. Sorry. You can replace the search icon with a default wp search element and use a do_shortcode function https://developer.wordpress.org/reference/functions/do_shortcode/ inside the header menu file: http://screencast.com/t/L5Hcu8H5i
Thank you!

Catalin
tagDiv Staff

Hello JohnS,

Please try this ->

.td-header-style-5 .td-header-top-menu-full {
background-color: red;
}

The result -> http://screencast.com/t/hksV5Snc

Thanks.

Bogdan B.
tagDiv Staff

Hi,
Our email is contact@tagdiv.com if you want to contact us. As for the right align of the header ad, it is already aligned right as it goes to the right on header style 3. There is no more space for it to go to http://screencast.com/t/2goDvAErg
I’m not sure exactly how you want it to align.
Thank you!

emalgumlugardomundo
Participant
#0

Hi there, I am having some problems with the mobile version that you could help me.

This is a mobile version of my site:
https://snag.gy/HOaL4o.jpg

1 – Why the header background is black? How can I change this?

2 – The text of the Blocks Title are too big on the mobile versions! Can I just change for mobile? Because in the computer it is good.

Thanks

BastianWeber
Participant
#0

Hi,

I was wondering: is it possible to replace the search-icon (magnifying glass) in the header with the actual search bar that pops up after clicking on that icon? I would like to have a search bar on the top right of my header always displayed (not that people have to click on the icon first)

Thanks,
Bastian

mubasshar
Participant
#0

Hi,

on my home page layout i am using two columns. but the header text of both the columns are not attached. please check my home page. http://www.pakdiscussion.com.

on top Latest Talk Shows and Videos And Advertisement should be aligned.

the other thing which i want to ask, is there any possibility to align the ad center of the content which i am showing on the right side.

Regards

Richard
Participant
#0

Hi

I am trying to get title background for blocks and modules on the first page of my site at http://www.womensgolf.com. I’ve selected ‘Optional – Choose a custom title background color for this block’ on block settings on the page but this only changes the line color. I’ve also selected ‘HEADERS BACKGROUND COLOR Select a global header background color’ in the GENERAL Theme colors.

I’m not having any luck – there are no css code related additions added.

Any idea what I’m doing wrong.

Thanks

Richard

ackthpt
tagDiv Member

I fixed it!

don’t know how I missed it before, sorry to bug you. I have one question about right-aligning the 720×90 ad spot in the Style 3 header?

Tx again mate 🙂

ericboland93
Participant
#0

I would like to have some VC stuff in the header as I would like to enable and disable a Breaking News Box across the whole website.

Here’s the code I have place in the single page

<?php echo do_shortcode("[vc_row][vc_column][vc_message color="alert-info"]Welcome to WNewsNetwork's New Website. Read the latest Social News on Your Social News Network. If you don't have a WNewsNetworks Account, please signup just below.[/vc_message]"); ?>
<?php echo do_shortcode("[td_block_trending_now style="style2" limit="3"]"); ?>
<?php echo do_shortcode("[vc_message message_box_style="solid" style="square" message_box_color="black" icon_fontawesome="fa fa-globe" css=".vc_custom_1470441776291{background-color: #000000 !important;}"]
<h1><span style="color: #ffffff;">#WNNBreakingExample Breaking News Story</span></h1>
[/vc_message]"); ?>

But I’m having issues with a php error on line 9.

aberniz
tagDiv Member

SOLVED: HEADER > SHOW SIGN IN / JOIN

Andrei L.
tagDiv Member

Hi

You can build your page and ass all desired content on it then add it in top menu like this: http://screencast.com/t/HwcXkBCcQh Also make sure that you enable top menu from theme panel > header: http://screencast.com/t/Sg2jEqCF
Please note that td-composer is still a beta version. Also it was mostly tested on Newspaper theme but works good enough with Newsmag too. However we can’t recommend it yet as a page-builder for a live site as there is still a lot of work to do until the plugin will work properly from any point of view. We release the plugin so users can test it and give us back their feedback.
Instead we hardly recommend the usage of Visual Composer plugin which is tested and works fine with our theme. Fore more details about plugin’s usage please check our documentation: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/https://forum.tagdiv.com/newsmag-block-settings-tutorial/

Let us know how it goes and if you need further assistance please provide more details about what you’re trying to do, also some screens pointing the desired result would help.

Thanks!

Andrei L.
tagDiv Member

HI

1. This could be achieved by editing theme’s code. Basically you need to edit the file which generate the header style used and use do_shortcode function to echo out the shortcode which generate that custom menu. http://screencast.com/t/GfnuK6fiYw

2. By default the category page cannot be customized to much, the post order if fixed. However you can use a code snippet to generate a custom one using Visual Composer. Here is an example:
– create a new page and add on blocks which will display all desired posts for the custom category page. You can use all available filters for blocks.
– create a new category page, ex: custom category
– edit category.php file and add a contrition like here: http://screencast.com/t/gxZTyMpw
For ,ore detaisl about is_category function please check this link: https://developer.wordpress.org/reference/functions/is_category/

This is just a basic example but could be customized in many different ways. Note that you may need some additional css for page’s layout.

I hope this helps.
Thanks!

ackthpt
Participant
#0

Can’t figure out how to get rid of that padding! Over and below logo + ad spot – I sort of found a way to reduce the top margin, but can’t get the bottom to budge.

I searched all the posts, couldn’t find anything that worked, I’ve tried a lot of CSS code found in these support forums 🙁

Thank you so much – GREAT template, like, wow!

Steve

JoshuaT
Participant
#0

Hello,

I’ve got two simple questions about some stuff for my website (www.passmethecontroller.com):

1) Right now when you hover over the category of a Post on the Home page (for example: the Games tag on the first blog post), it changes colour to a lighter red. How do I stop that? I want the category to stay the same colour when someone hovers over it.

2) Also how do I move the entire header section (logo, menu and search bar) up a bit so that it’s not taking up so much space.

Kind regards

Josh

themesic
Participant
Questions - topic
#0

We want to achieve two things:

1) We use visual composer in order to ‘extend’ our menu. We use a 6 vertical frames style and we include a text link on every frame. We copy/paste this part of visual composer to every page of the website. We were wondering if there is a way to include this part to the header part, so we dont have to paste it every single time. Is there such an era, that we can tell visual composer to always include this template before the start of content of the page? If no, which other options do we have (probably a presaved template, etc? )

2) we want to create a category that will contain posts, which we will be able to arrange the way we like without having their dates affected at all. Something like an up/down arrow for live sorting through wp-admin, that would change their sort in the frontend, would be good. Any ideas?

Catalin
tagDiv Staff

Hello uyo,

If you want to remove the Newspaper Search, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.header-search {
display:none;
}

Thanks.

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css to set a background image for header: http://screencast.com/t/AgKqYa2y

.td-header-row.td-header-header {
background-image: url("http://demo.tagdiv.com/newsmag/wp-content/uploads/2016/05/2-1-640x479.jpg");
}

You need to replace the current url with the one of the image that you want it as background for header.
Hope this helps.
thanks!

Rodrigo Lopes
tagDiv Member

Hi.

I added these lines to custom CSS:

.td-header-style-5 .td-header-menu {
width: 410px
}
.sub-menu {
width: 410px
}
.sub-menu-columns ul.sub-menu li {
display: inline-block;
width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
float: right;
}

It works fine on the mobile, splitting the sub-menus in two columns. However in the PC nothing happens. Am I missing something?

Thank you.

tlmmedia
Participant
#0

I’m trying to update the Ad settings in Newsmag, but it only grays and spins. I never updates. This happened on the previous version and I deleted the theme and plugins and updated to the latest versions of the theme and plugins and the Ad setting still will not save. I have no other plugins activated.

I am trying to update header, sidebar, inline and custom ad1 settings. I tried individually and still the same issue where the screen greys and nothing updates.

Please adivse contact if you’d like the login details

nairolf
tagDiv Member

Hi @brett707,

Open your index.php

On the line 6 you have get_header();

replace this line with:

if (function_exists('get_header')) {
get_header();
}else{
/* Redirect browser */
header("Location: http://domain.com/ ");
/* Make sure that code below does not get executed when we redirect. */
exit;
};

and change “domain” with your domain

brett707
Participant
#0

I’m having a persistent problem with a 500 Internal Server Error from Bingbot and Google crawls of the folder /wp/wp-content/themes/Newspaper/. All the folders and files within newspaper folder are being crawled just fine. This is the only crawl error on the site. Browsers display site front end just fine. I’m allowing everything to be crawled right now.

My error log is showing “PHP Fatal error: Call to undefined function get_header() in… /wp/wp-content/themes/Newspaper/index.php” But I have no idea is this related to the problem or not, or a separate issue I need to resolve.

Advice?

Andrei L.
tagDiv Member

Hi

Do you want to display in more article box the Facebook page instead of some posts? If so then you will need to make some changes in theme’s core files. Firs you need to configure your the widget the will be displayed following fb’s documentation: https://developers.facebook.com/docs/plugins/page-plugin
After everything is setup pres Get Code button and paste the code as follows:
– this code in header.php: http://screencast.com/t/arry8BxPryAO
– this code http://screencast.com/t/h7at1zcnGi in td_more_article_box.php http://screencast.com/t/mhDnJoqA88cfhttp://screencast.com/t/omeY8Seqw4fK
The result should be like here: http://screencast.com/t/EDDSqjEVi9
You can also change box’s title from theme panel > translate section: http://screencast.com/t/2T7p1B6SW

As a security measure make sure you do a full backup to you current wp-install before making any changes in theme’s code: https://codex.wordpress.org/WordPress_Backups

Hope this helps.
Thanks!

Viewing 25 results - 23,426 through 23,450 (of 29,850 total)