Search Results for 'css'

Results from the Forum
Shashank Shekhar
Participant
#0

I’m using post style 5 as the default style but I need some tweaking in it.

My articles have long titles and I also use subtitle below the title. And then there’s author name and date. So these all things together cover up the half of the image.

I want just the post title to be above (on) the image. Rest all things will move downwards.
In simple words I want to fix the post title on the image and then the subtitle, author & date etc. will be below that but not on image.

Maybe this image can help: http://s27.postimg.org/4w0htj6zn/Capture.png

Thanks 🙂
Related URL: https://www.amuzly.com/new-batman-v-superman-full-length-trailer-1765/

gfran5
Participant
#0

Hi,

Is it possible to combine the font files into the main styles css or combine the font files into one file..
trying to improve load time any way i can.

fonts load time

yvzaks
Participant
#0

Please check this imageMenu - Logo Adjustments for the images:)

Hi,
I am using the style 10 for my header. The mobile menu looks like Picture 1.

I was wondering if I can chage this like in Picture 2.
I mean instead of showing the logo on top, can we place it on the menu bar?
I like everything about the style except this part. Is there any css adjustment for this?

OR;

Let’s say if I change back to default header style 1. On regular view :
How can I change the logo width and height and center it (to use like in sytle 10)?
And also how to center the menu on Style 1 Default?

I know both question sound like the same thing. But I’m newbie to this stuff and just want to learn css adjustments for each style in case I need to switch back and attach advertise on top. So if you submit both ways I’ll be grateful.

I appreciate that and thank you in advance. Have a great day!

Irreverent Gent
tagDiv Member

Hi Again,

Here’s a link to my site so you can see what I mean: http://www.irreverentgent.com/

Here’s the custom CSS I’m using right now to make it look this way:
.td-header-menu-wrap {
border: 2px solid #cccccc; }
.td-header-style-7 .td-header-sp-logo img {
max-height: 150px;
padding: 0px 0;
}

I’m hoping to make the whole header move down to align with the bottom of the logo, rather than have the logo pop out of the header as it does now. Any advice would be greatly appreciated.

Thanks again!

Daniel Finch
tagDiv Member

Can you fix this so that there’s no need to use CSS?

simchris
tagDiv Member

Yes, when you move to a NEW theme, you need to redo your menus for the new theme; sidebar widgets get moved to “inactive” state due to how WordPress works and some CSS has changed … it’s basically a NEW theme. But you’re not obligated to use it; the old v4 isn’t going to stop working. The only reason to upgrade to the NEW theme is if you want all the new features, new grid, new functions, new CSS, etc.

There is no 1:1 upgrade from v4 to v6 just as there would not be moving from any theme to another.

To use the new theme you need to upgrade per the instructions, then adjust and refresh certain things to fit the different layout, new menu options, and so forth.

One option is to clone your existing site into a sub-domain, then do the upgrade, revise things to work with new theme then move over the settings to your production site — this is how it’s done for most professional settings.

(I am not on staff here, and won’t be providing any help after today in these forums, but I was checking on something else for my own use and thought I’d give you that feedback — its not an update, it’s a whole new theme …. hence the issue you’re running into …)

  • This reply was modified 11 years by simchris.
prose976
Participant
#0

Hello,

I have made several attempts to upgrade to the latest version, but after all is said and done, the upgrade completely changes my site layout and there are many settings that are not included in the upgrade. A bunch of CSS doesn’t come across, all of my sidebar widgets are gone, my menu settings and customizations are completely lost.

I would like to do the clean install, but it’s not working for me.

I hope someone can help so that I can take advantage of the new theme Newspaper 6 but keep the site I’ve been working on so long to customize.

Thanks.

Philip

cleverliving
tagDiv Member

ok so i am a little confused i copy and pasted the custom css and it didnt work. can you tell me if this is correct?

post idea is 1123…..

.postid-1123 .td-a-rec-id-content_inline, .postid-1123 .td-g-rec-id-content_inline {
display: none;
}

also what would the code be if i wanted to do the same for a page instead of a post?

Thomas
tagDiv Member

Hello Chris

Thanks for your advices.

I change all things your propose to us.

One thing I don’t understand is that in PageSpeed or GT
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.virtualmagie.org%2F
I always have the cache time end problem.

Here my htaccess content.
There is your code and so all files normaly have to be expired.

Other things :
I have W3 Total Cache but you don’t recomand it.
So I install the ZenCache Pro but it mess the site.
Finaly I used superCache and PHP optimization and compression seems to mess too and I was forced to delete it.
Note that our site is on a dedicated server.
So for waiting I activate the Falcon mode in Wordfence.

#WFIPBLOCKS - Do not remove this line. Disable Web Caching in Wordfence to remove this data.
Order Deny,Allow
#Do not remove this line. Disable Web Caching in Wordfence to remove this data - WFIPBLOCKS
#WFCACHECODE - Do not remove this line. Disable Web Caching in Wordfence to remove this data.
<IfModule mod_deflate.c>
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_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_mime.c>
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
<IfModule mod_mime.c>
AddType text/html .html_gzip
AddEncoding gzip .html_gzip
AddType text/xml .xml_gzip
AddEncoding gzip .xml_gzip
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Vary "Accept-Encoding, Cookie"
</IfModule>
<IfModule mod_rewrite.c>
#Prevents garbled chars in cached files if there is no default charset.
AddDefaultCharset utf-8

#Cache rules:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} on
RewriteRule .* - [E=WRDFNC_HTTPS:_https]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* - [E=WRDFNC_ENC:_gzip]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{HTTPS} off
RewriteCond %{QUERY_STRING} ^(?:\d+=\d+)?$
RewriteCond %{REQUEST_URI} (?:\/|\.html)$ [NC]

RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|wf_logout|wordpress_logged_in|wptouch_switch_toggle|wpmp_switcher) [NC]

RewriteCond %{REQUEST_URI} \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$
RewriteCond "%{DOCUMENT_ROOT}/wp-content/wfcache/%{HTTP_HOST}_%1/%2~%3~%4~%5~%6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}" -f
RewriteRule \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$ "/wp-content/wfcache/%{HTTP_HOST}_$1/$2~$3~$4~$5~$6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}" [L]
</IfModule>
#Do not remove this line. Disable Web caching in Wordfence to remove this data - WFCACHECODE
# BEGIN iThemes Security - Do not modify or remove this line
# iThemes Security Config Details: 2
# Enable HackRepair.com's blacklist feature - Security > Settings > Banned Users > Default Blacklist
# Start HackRepair.com Blacklist
RewriteEngine on
# Start Abuse Agent Blocking
RewriteCond %{HTTP_USER_AGENT} "^Mozilla.*Indy" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Mozilla.*NEWT" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^$" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Maxthon$" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^SeaMonkey$" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Acunetix" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^binlar" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^BlackWidow" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Bolt 0" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^BOT for JCE" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Bot mailto\:craftbot@yahoo\.com" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^casper" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^checkprivacy" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^ChinaClaw" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^clshttp" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^cmsworldmap" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^comodo" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Custo" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Default Browser 0" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^diavol" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^DIIbot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^DISCo" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^dotbot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Download Demon" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^eCatch" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^EirGrabber" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^EmailCollector" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^EmailSiphon" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^EmailWolf" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Express WebPictures" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^extract" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^ExtractorPro" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^EyeNetIE" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^feedfinder" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^FHscan" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^FlashGet" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^flicky" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^g00g1e" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^GetRight" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^GetWeb\!" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Go\!Zilla" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Go\-Ahead\-Got\-It" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^grab" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^GrabNet" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Grafula" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^harvest" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^HMView" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^ia_archiver" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Image Stripper" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Image Sucker" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^InterGET" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Internet Ninja" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^InternetSeer\.com" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^jakarta" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Java" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^JetCar" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^JOC Web Spider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^kanagawa" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^kmccrew" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^larbin" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^LeechFTP" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^libwww" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Mass Downloader" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^microsoft\.url" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^MIDown tool" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^miner" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Mister PiX" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^MSFrontPage" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Navroad" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^NearSite" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Net Vampire" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^NetAnts" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^NetSpider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^NetZIP" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^nutch" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Octopus" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Offline Explorer" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Offline Navigator" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^PageGrabber" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Papa Foto" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^pavuk" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^pcBrowser" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^PeoplePal" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^planetwork" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^psbot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^purebot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^pycurl" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^RealDownload" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^ReGet" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Rippers 0" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^sitecheck\.internetseer\.com" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^SiteSnagger" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^skygrid" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^SmartDownload" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^sucker" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^SuperBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^SuperHTTP" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Surfbot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^tAkeOut" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Teleport Pro" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Toata dragostea mea pentru diavola" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^turnit" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^vikspider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^VoidEYE" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Web Image Collector" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Web Sucker" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebAuto" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebBandit" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebCopier" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebFetch" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebGo IS" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebLeacher" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebReaper" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebSauger" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Website eXtractor" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Website Quester" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebStripper" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebWhacker" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WebZIP" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Wget" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Widow" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WPScan" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WWW\-Mechanize" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^WWWOFFLE" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Xaldon WebSpider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Yandex" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^Zeus" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "^zmeu" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "360Spider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "AhrefsBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "CazoodleBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "discobot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "EasouSpider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "ecxi" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "GT\:\:WWW" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "heritrix" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "HTTP\:\:Lite" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "HTTrack" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "ia_archiver" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "id\-search" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "IDBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Indy Library" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "IRLbot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "ISC Systems iRc Search 2\.1" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "LinksCrawler" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "LinksManager\.com_bot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "linkwalker" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "lwp\-trivial" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "MFC_Tear_Sample" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Microsoft URL Control" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Missigua Locator" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "MJ12bot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "panscient\.com" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "PECL\:\:HTTP" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "PHPCrawl" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "PleaseCrawl" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "SBIder" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "SearchmetricsBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "SeznamBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Snoopy" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Sogou" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Steeler" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "URI\:\:Fetch" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "urllib" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Web Sucker" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "webalta" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "WebCollage" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "Wells Search II" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "WEP Search" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "XoviBot" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "YisouSpider" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "zermelo" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "ZyBorg" [NC,OR]
# End Abuse Agent Blocking
# Start Abuse HTTP Referrer Blocking
RewriteCond %{HTTP_REFERER} "^https?://(?:[^/]+\.)?semalt\.com" [NC,OR]
RewriteCond %{HTTP_REFERER} "^https?://(?:[^/]+\.)?kambasoft\.com" [NC,OR]
RewriteCond %{HTTP_REFERER} "^https?://(?:[^/]+\.)?savetubevideo\.com" [NC]
# End Abuse HTTP Referrer Blocking
RewriteRule ^.* - [F,L]
# End HackRepair.com Blacklist, http://pastebin.com/u/hackrepair

<IfModule mod_rewrite.c>
RewriteEngine On

# Reduce Comment Spam - Security > Settings > System Tweaks > Comment Spam
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} /wp-comments-post\.php$
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
RewriteCond %{HTTP_REFERER} !^https?://(([^/]+\.)?virtualmagie\.org|jetpack\.wordpress\.com/jetpack-comment)(/|$) [NC]
RewriteRule ^.* - [F]
</IfModule>
# END iThemes Security - Do not modify or remove this line

## EXPIRES CACHING ##
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>

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

# END WordPress

AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
ExpiresByType font/truetype "access plus 2500000 seconds"
ExpiresByType font/opentype "access plus 2500000 seconds"
ExpiresByType application/x-font-woff "access plus 2500000 seconds"
ExpiresByType image/svg+xml "access plus 2500000 seconds"
ExpiresByType application/vnd.ms-fontobject "access plus 2500000 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers

<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

Andrei L.
tagDiv Member

Hi

Use this custom css:

.category .td-main-sidebar .widget.RelatedPostsWidget{
padding-left: 0px;
padding-right: 0px;
}

The result should be like here: http://screencast.com/t/S5NpNxNqVb2

Andrei L.
tagDiv Member

Hi

You have to edit the social counter code, which it’s located in:(your localhost)\wp-content\plugins\td-social-counter like here: http://screencast.com/t/5BjPc9k2zP
Now replace this code http://screencast.com/t/88Kkm8Zej with this one: http://pastebin.com/z9rJUB7E and in Theme panel > custom css add this css:

.td_block_social_counter a{
color:#FFFFFF;
}

Here is the result: http://screencast.com/t/htwCzlYjxBD
Thanks for the message!

Andrei L.
tagDiv Member

Hi

The arrows are not generated by javascript, are css symbols as you can see here: http://screencast.com/t/XEGw02Gwyc You can replace that code with another element code as you wish. Here is a list of choose from: http://cwcdev.com/sc/

Thanks!

Andrei L.
tagDiv Member

Hi

If you want to change the article title from block 3 use this custom css in theme panel > custom css:

.td_block_3 .td-module-title a{
color:white;
}

Thanks!

Andrei L.
tagDiv Member

Hi

If you don’t want to use an header ad please use this custom css in Theme Panel > Custom Css:

.td-header-sp-ads{
display: none !important;
}

Here is the result: http://screencast.com/t/6EK601BiX5

Thanks!

  • This reply was modified 11 years by Andrei L..
virtualida
tagDiv Member

Thanks for the tumb’s reference, which worked out nicely…

All the rest is really very frustrating,

You discontinue updates on a version I bought due to particular features you had and release a newer version that no longer offers the same set of features??

  • I followed the steps on that guide you linked too in the first place (removal of the old version + older VC plugin, installation of the newer version & plugins + the update script which led me to this point
  • The previous version had some problem with Multilanguage but eventually I found I could rectify any small issue using WPML (which also cost extra) – but made everything work perfectly.
  • Old RTL support needed some work on the CSS side – but I also had that fixed rather easily but that’s about it.
  • I haven’t done any other unique changes to the old theme 🙁

I can also see the post and the categories in the admin so – the data was not effected it seems like the modules don’t handle the structure in the same way and the fact you say it was rewritten suggests that may be the cause and you may be able to solve this.

Since I don’t have the skills to fix this myself which was the whole point of buying a theme that supported what I needed to begin with – please help me understand if this is something you think you can resolve or I should start looking for another theme?

Andrei L.
tagDiv Member

Hi

Try using this custom css in Theme Panel > Custom Css: http://screencast.com/t/mvNyX52lp

.page-id-833 .vc_separator h4{
font-size:20px;
}

This css will be applied only on that page, if you want to aply an other pages remove this class .page-id-833

Thanks!

  • This reply was modified 11 years by Andrei L..
Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
For text block the font family can be changed for body and it will be applied also on text block content – http://screencast.com/t/qRp1UjSWa9r unfortunately for font size, style you will have to use custom css as there is not option in Theme Panel – http://screencast.com/t/ol5bsfw7vd25 or change to html editor and add inline csshttp://screencast.com/t/xos8wa1J2Iw9

.wpb_text_column p {
font-size: 20px;
line-height: 20px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The like buttons – http://screencast.com/t/mWMK86fXG can be disable/enabled separately(top and bottom) – http://screencast.com/t/4fWRS2ouhttp://screencast.com/t/0uznsuOWVLig
Also your css code should work – http://screencast.com/t/SHORqX28czp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue, I have checked this with the latest theme version(only with theme’s plugins) and did not found any issue – http://screencast.com/t/UojblRW6vhttp://screencast.com/t/sapk1sYGa7
Please provide more details how you set this and also check it only with Visual Composer active and clear cache, also disable any css/js minifications.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this custom css for Load more – http://screencast.com/t/xhRankL17t

.td_ajax_load_more {
font-size: 25px;
background-color: red;
}
.td_ajax_load_more i {
font-size: 15px;
}
.td-load-more-wrap a {
color: #222;
}
.td-load-more-wrap a:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
}

The bottom share was designed different than the top buttons and you need custom work make them look the same. First you will have to edit td_module_single.php and copy top buttons code – http://screencast.com/t/ndMiFNfVGb and replace the bottom code – http://screencast.com/t/5EIF8Oa1 and then customize it like you wish, I suggest to get someone to help you as we cannot provide custom work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add a condition to block the inline add on post on that specific post using !is_single('ID') here – http://screencast.com/t/C4tVlb0n9 take the ID of that specific post like this – http://screencast.com/t/DH1ocW0vg7
Or if you want you can hide it using custom css in Theme Panel > Custom Css:

.postid-ID .td-a-rec-id-content_inline, .postid-ID .td-g-rec-id-content_inline {
display: none;
}

Thanks!

zumaxb
tagDiv Member

Yeah, that’s where I can switch sharing on/off altogether.

But how can I disable only classic sharing, what’s called .td-classic-sharing in your CSS?

jonybigude
tagDiv Member

Well, this was a very special case, my customer doesn’t want one but many ads above the header. It is solved now: http://varnamo.srv01.wpeasy.se/

Anyway, the conclusions after my research (for a solution) and many failed attempts were that this would be an incredible idea for a plugin. I wish I was a programmer! 😀 The ads don’t actually have to be in the header, they just have to look like they are there! – take this as a suggestion for a new update or a brand new plugin or deluxe addon to this amazing theme 😉

Anyway, my problem was that the customer wanted to have an easy managable ads area above the header where he could easily change and manage ads.

Solution:

I bought this plugin: http://codecanyon.net/item/visual-composer-in-sidebars-addon/8558485 so that the customer could easily manage the ads in a consistent way with the rest of the website. Then I created a child theme because this was no longer about CSS editing. Then I created a new widget and a new sidebar on the header. Last but not least, I added the ads as simple images using the bought plugin on a 1/6 grid.

It works and it rocks but it was painful. In my opinion, you could either include this in a next update as a default feature or you could develop this as an extra paid plugin, I am 100% sure (after have seen so many people with the same problem when I google) that a lot of people want to do this.

Cheers!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css to remove margin bottom for header ad – http://screencast.com/t/Jadjb8rXeR

@media (max-width: 767px) {
.td-header-sp-recs img {
margin-bottom: 0 !important;
}
}

If you want to reduce mare that space you will have to reduce padding(you already have a css for it) – http://screencast.com/t/265z52NBWY on mobile view using media queries – http://screencast.com/t/kklFJuGXG

Thanks!

canindia
tagDiv Member

I was able to find the following document on your support site which I forwarded to my host and below is their response. https://forum.tagdiv.com/pagespeed-guide/

____________________________________________________

Hello,

To confirm, that’s the response from the author of WPBakery? The site linked there is tagdiv.com, the site where tagDiv Social Counter mentions – hence why I’m asking.

Additionally, in looking at that guide, items 1, 2, and 5 are handled by W3TC. I’m not sure why they’re suggesting to just use W3TC for page caching – if you do not do database caching, your site is still going to get slammed.

Further, with the sole exception of some CSS added by A5 Custom Login (or whatever that plugin is), none of the CSS/JS is currently blocking. The only request that is is the second request to the server – that request is handled by custom changes to wp-config.php that it appears that plugin makes.

The only thing that I have not done is to optimize the images on your site – doing this requires that you take them and resize them to the size you expect them to be on the server. I do not even know if that is currently an issue, but I haven’t resized them as that’s not something that we do.

The major point to take away from this however is simple: I’ve done as much of the stuff as I can do from this guide. However, there are quite a few interactions between your different plugins that prevents me from taking a couple of the key steps listed in this guide.

Thanks

Jack Hayhurst

Liquid Web Inc
https://www.liquidweb.com
800-580-4985 Toll Free
517-322-0434 Intl.
517.322.9412 Secure Fax
517.322.3158 Fax

Viewing 25 results - 27,701 through 27,725 (of 33,436 total)