Search Results for 'header'

Results from the Forum
Marius
tagDiv Staff

Hello,
1. Replace with this http://www.tagdiv.com/theme/users/elements.zip
2. A simple option is to write the menu with UPPERCASE tagdiv.com/theme/users/elements.zip or if you want automatic add this in style.css

.sf-menu li a {
    text-transform: uppercase;
}

3. Is not possible, sorry about that, only what you can do is to make a backup of the database.

Thanks for your message

costahilbert
Participant
#0

Hello again,

First off, there is a black splotch just above(on the left hand side) the big slide on my static front page. There should be some title there I believe, like the title block that is over the ‘Latest articles’. It looks bad and creates extra white space between the slider and header. How do I remove this? You can view it at http://www.betheline.com if you don’t know exactly what I am speaking of.

Secondly, using the home page template for BG w/ latest articles, the page shows what ever amount of articles it wants. I set the ‘Loop’ at 6 and it shows 8 sometimes 9. When I had it set at 4, it would do the same … show a willy-nilly amount of articles. I would like my front page to have just 6 ‘latest articles under the carousel. Then people can click through the back log if they wish. Is there a fix for this, maybe a code I can replace?

I appreciate the help.

Regards,

jhilbert@betheline.com

brasilnaitalia
Participant
#0

Hello,

I have changed my header color: now I have a dark header and a dark menu, but I can’t see the symbols like home, search, etc.

I found the elements.png and elements@2x.png files on the images/sprite folder, but when I try to change it to a white color using photoshop I have a terrible icon. Is there any possibility that you can send me these files in a white/clear version? Or is there another place to set up these symbols’ colors?

Question number 2:
Is it possible to have a uppercase menu? How?
I just found the option upper or lower case title to slide posts.
But I would love to have an upper menu…

Question number 3:
It’s more a suggestion than a question… I would like to save my settings and export them (maybe in a .txt file so I won’t have to change everything again if I had to reinstall the theme).

That’s all for now.
Thanks a lot.

Regards,

Barbara

cooldude
Participant
#0

I want to add Twitter Card to my website and when I try to enter the code in the header.php, the website goes blank without giving any error. This is the code I am trying to enter.
<?php
if(is_single() || is_page()) {
$twitter_url = get_permalink();
$twitter_title = get_the_title();
$twitter_desc = get_the_excerpt();
$twitter_thumbs = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), full );
$twitter_thumb = $twitter_thumbs[0];

$twitter_name = str_replace(‘@’, ”, get_the_author_meta(‘twitter’));
?>
<meta name=”twitter:card” value=”photo” />
<meta name=”twitter:url” value=”<?php echo $twitter_url; ?>” />
<meta name=”twitter:creator” content=”@username”/>
<meta name=”twitter:title” value=”<?php echo $twitter_title; ?>” />
<meta name=”twitter:description” value=”<?php echo $twitter_desc; ?>” />
<meta name=”twitter:image” value=”<?php echo $twitter_thumb; ?>” />
<meta name=”twitter:site” value=”@username” />
<?
if($twitter_name) {
?>
<meta name=”twitter:creator” value=”@<?php echo $twitter_name; ?>” />
<?
}
}
?></strong
Tell me what’s the solution. Please

willevo
Participant
#0

Hi guys,

I noticed a few bugs and wanted to point them out. See if there is a solution.. I have been playing with it for a while but can’t figure it out. fantastic theme by the way. 🙂

Site by the way is : flyfishforfun.com

1. Logo on my page is 300 x 100 as documentation required but the logo sites flush with bottom of header area and has uneven space on top. not sure if it should be centered vertically or if the header top and bottom area should touch the logo. (See screenshot: http://www.screencast.com/t/CpEaVitGEsN )

2. Mobile: The logo overlays on the header and doesn’t resize properly. I just updated to 2.1 from themeforest a week ago I believe. http://www.screencast.com/t/1BlhPrtVamIk

3. Mobile: I have the bg slider going and when I view on mobile the slider doesn’t slide to other slides. (Neither finger swipe or using arrows work.) You can click on the blog link and it will take you to the blog that is the main featured article.. but no functionality other than that.

Not sure if I have settings wrong somewhere, but I have looked through documentation and support forum and tried suggestions from other post but haven’t had success yet.

Any help or advice would be appreciated. I will also say that I was having page speed issues earlier but the new version has made it light years faster for me personally.. so kudos.. not sure if you did anything to it.. but it is noticeably faster for me. THANKS!!!!!

I hope everyone has a great day!!
Will

Ps still working on my site.. if anyone has suggestions to make the layout better.. please let me know. I am happy to listen to advice from the community. 🙂

boldix
tagDiv Member

Hi, tonight my site has been “crashed” without any reason. All of the Magazinly Theme settings just gone – everything else is ok, just the magazinly theme settings were gone… (strange!?) I had to fix all the settings again to work properly.

So the Responsive Adsense settings were gone too, and since this I can’t add responsive google adsense modul at the pages – exactly I can add the “AD BOX” modul, but at the drop down list it doesn’t show Adsense, it shows only the “different ads”. But for example I was able to add responsive adsense at the header – so why I can’t add at the pages?

– I dont use any tagdiv plugins!

What has happened? How to fix it?

Marius
tagDiv Staff

Hello,
Use the child theme, for custom CSS.
If you have made custom css, on updates you will lose the modification, because you overwrite the files.

Install the CHild theme and add you custom css there in Appearance -> Editor

Thanks

simchris
tagDiv Member

Hey BoredDaddy…
I will be offering this as a service again next year (WP optimization service) once we revamp our sites (ongoing); in midst of deploying new web server right now and sorting our memcache + eAccerlator + Google’s mod_pagespeed at server level. In midst of new server, and migrating our sites over, blah blah. The really arcane stuff is having mod_pagespeed convert images to Google’s new “in house” image format to load faster where it has a built-in image pyramid, with what we used to do for lowsrc (b/w image) to load as a progressive layer while the color image loads in. Wild stuff.

But to answer your question:
If you follow Radu’s little shortlist, that is a good “starting point” to get your site ramped up. His plugin does bunch of the stuff, and if you use that, turn off any whacky “phone home” plugins which are resource hogs, check your htaccess file for expiration headers, optimize your site images, and whatnot, you’ll be in good shape.

Use GTmetrix as a slightly more friendly and forgiving starting point for PageSpeed test, as it will actually tell you HOW to fix stuff. The Google version seems to be a little off, especially their latest version which catches all their own code as errors (!).

simchris
tagDiv Member

I think you can simply do a CSS override in child theme style.css

.entry-title { font-size:26px; font-family:Georgia,serif; font-weight:bold; }

not sure that is correct style, might be something like this — (this is probably wrong!)

.h1 entry-title { font-size:26px; font-family:Georgia,serif; font-weight:bold; }

I will be messing with this myself to add more leading above/below the header. Marius will likely answer more clearly before I get back on this. Just some ideas in case you’re anxious to mess with your custom.css to move on with your life …

  • This reply was modified 12 years by simchris.
tvsullivan
Participant
#0

After EVERY update it seems that my header changes sizes.

Other than not using the updates, is there a way to ensure this doesn’t happen again?

danielnn
Participant
SPEED - topic
#0

I just launched the new theme on my site.
http://www.theinspiration.com/

I get 85/100 on Desktop and 70/100 on mobile in GPS.
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.theinspiration.com%2F&tab=desktop

DESKTOP:
I really would like to optimize where I can. I use pretty large images on the site ( I know that), and I really would not like to compress them any more.

How do I?
A) Eliminate render-blocking JavaScript and CSS in above-the-fold content
– can I move javascript below the fold?

B) Leverage browser caching.
– I have FB and twitter buttons on the site, does this slow it down a lot?

C) Expiring Header.
– I am pretty confused about how much I could “save” By doing it

When I optimize something and test the site I get the same results.
Does GPS cache results?

costahilbert
Participant
#0

So I already had the Newspaper Theme set with categories along the Header, and about 8 pieces of content. I finally loaded the demo home page because I wasn’t able to to find how to set the home page up with the large carousel.

Is there any way to remove all of that demo info, so that I can get my categories back and build that home page without all of the demo content? Or, in the least, move my categories/ menu 1 over to the new home page ?

Thanks …

Marius
tagDiv Staff

Hello,
1. Will try to search about the issue with lumia.
2. Do you mean about top menu(black one?)
Add this in style.css

.td-header-menu-wrap,
.td-header-menu-wrap a {
    color: #FF0000 !important;
}

Thanks

stonedsociety
Participant
#0

Hi,

We recently updated to the newest version of newspaper, but it leaves an error at the top of our page:

WP_Error Object ( [errors] => Array ( [existing_user_login] => Array ( [0] => Sorry, that username already exists! ) ) [error_data] => Array ( ) )

Also, we’re unable to change the header colour for some reason. Oddly enough we can’t change the colour from light blue back to our regular green.

Our website is: http://thestonedsociety.com/

Thanks in advance,

Mauro

Marius
tagDiv Staff

Hello,

Ups, i saw that issue today, we will fix it ASAP. Thanks for reporting this.

SaijoGeorge
Participant
#0

Hi guys

I am having some issues with the async google adsense ads on http://bestpremiumthemes.net/

xfc

robson
Participant
#0

Hi there,

I’ve styled the Header and the Footer of the theme so that they could have a dark background color, but now I’ve been having some issues.

I’d really appreciate if tagdiv support team could help me to improve these few details so that I can finally achieve the look I want for my site.

Regarding the header I’d need it to display a white version of my logo when it becomes responsive and I’ll try to explain it objectively.

I mean, I’ve kept the following classes the same as default (.td-full-layout .td-header-bg) with the background color set to white, and this results on displaying a color version of my logo while I’m on the desktop version of the site, that’s ok for me, because this is what I want. However, when the site goes responsive it displays the color version of my logo too, but I’d like it to display a white version of my logo instead, this way it would fit perfectly over these classes (.td-full-layout .td-menu-background) which are the ones that styles the background color of the menu navigation, and as long as I’ve applied a green background color to it, my logo looks weird when navigation on mobile version of the site.

To complete the overall look of my site I’d like to have all texts in the footer to be changed to a white color.

Thanks in advance for your attention.

Robson alves

roger_hohl
Participant
#0

Hello

I added a asynchronus ad (Header) in the ad sense panel (wp backend). Unfortunately there is no ad in sight.

Screenshot: http://www.screencast.com/t/8HuePdt7Pcgy
Website: http://www.luxvisor.com

Best rgds

Roger

Marius
tagDiv Staff

Hello,
Do you mean a picture on the header?

Just upload an image on the logo and use the style 3 for header from Theme Customizer http://screencast.com/t/iHT6LazJPn

Thanks for the message!

vidapropria
tagDiv Member

Result PageSpeed 77 – 100 (desktop)
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2F50.97.105.190%2F~cidad259%2F&tab=desktop

URL – http://50.97.105.190/~cidad259/
Example code .htaccess


# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
    <IfModule mod_headers.c>
        Header append Vary User-Agent env=!dont-vary
    </IfModule>
        AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
        # DEFLATE by extension
        AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
</IfModule>
# END W3TC Browser Cache

# BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~cidad259/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~cidad259/index.php [L]
</IfModule>

# END WordPress

<IfModule mod_rewrite.c>
ExpiresActive On

# Favicon (cannot be renamed)
  ExpiresByType image/x-icon              "access plus 1 week"

# Media: images, video, audio
  ExpiresByType audio/ogg                 "access plus 1 month"
  ExpiresByType image/gif                 "access plus 1 month"
  ExpiresByType image/jpeg                "access plus 1 month"
  ExpiresByType image/png                 "access plus 1 month"
  ExpiresByType video/mp4                 "access plus 1 month"
  ExpiresByType video/ogg                 "access plus 1 month"
  ExpiresByType video/webm                "access plus 1 month"

# CSS and JavaScript
  ExpiresByType application/x-javascript    "access plus 1 week"
  ExpiresByType text/css                  "access plus 1 week"
  ExpiresByType text/javascript		  "access plus 1 week"

# Webfonts
  ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
  ExpiresByType application/x-font-ttf    "access plus 1 month"
  ExpiresByType application/x-font-woff   "access plus 1 month"
  ExpiresByType font/opentype             "access plus 1 month"
  ExpiresByType image/svg+xml             "access plus 1 month"

</IfModule>

What is missing to get to 90?

jjdiapa
Participant
#0

Problem Responsive Ads
Hello!
I have a problem with the mobile version, in terms of Adsense ads.
According to your recommendations, in responsive ads, ad sizes in Common (header): Phones: none
Ok, do not put anything and I get this ad ¿?
attached capture.
My site: http://josejavierdiaz.com
Un saludo y gracias
Problem Ads Phone

simchris
tagDiv Member

Hi, vidapropria
don’t forget you still need to set expiration headers, and possibly get a faster hosting account – 4 seconds response is pretty slow on top of the page loading time.

You might try loading my suggested “expiration” data for your htaccess file (see other post on this topic), which goes at bottom of htaccess AFTER the wordpress stuff.

Looks like you need to
1) speed up server time to < 2 sec. if possible (try using a speed test closer to your country, if your site is regional and not international: use Google’s webpagetest.org and choose location closer to you)
2) set expiration headers – this is MANDATORY for page speed! (SEE: https://forum.tagdiv.com/topic/what-is-your-googlespeed-value/ )
3) further optimize images using an image plugin like (WP Smush.it – or similar); backup images before running any plugin on your images, so that you can restore if unhappy with results.

Hope that helped. Try the expiration headers data for the htaccess file first. It really really helps!

  • This reply was modified 12 years by simchris.
vidapropria
tagDiv Member

I installed the plugins
tagDiv speed booster
W3C total cache ( enable only cache page)

Results 72 de 100 desktop
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2F50.97.105.190%2F~cidad259%2F&tab=mobile

URL
http://50.97.105.190/~cidad259/

# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
    <IfModule mod_headers.c>
        Header append Vary User-Agent env=!dont-vary
    </IfModule>
        AddOutputFilterByType DEFLATE text/css text/x-

component application/x-javascript application/javascript 

text/javascript text/x-js text/html text/richtext 

image/svg+xml text/plain text/xsd text/xsl text/xml image/x-

icon application/json
    <IfModule mod_mime.c>
        # DEFLATE by extension
        AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
</IfModule>
# END W3TC Browser Cache

# BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase 

/~cidad259/
RewriteRule ^index\.php$ - [L]
RewriteCond %

{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~cidad259/index.php [L]
</IfModule>

# END WordPress

accept suggestions?

Marius
tagDiv Staff

Hello,
This could be possible somehow, you have to edit the header file is here: http://screencast.com/t/suPTCma2

and use something like

if(is_page(42)) {
   your ad for the page ID 42
}  
if(is_page(43)) {
   your ad for the page ID 43
} 

The same you can use for categories, posts individual using is_category('9'); and is_single('17');

Thanks for the message!

alaufias
tagDiv Member

thanks

only header ( logo – menu ) rtl .

and all also we can edit ..

can you tell me how can do that .

Viewing 25 results - 29,701 through 29,725 (of 29,850 total)