Right … you need to follow my tutorial to edit the time setting.
The theme pulls the time from the WordPress panel. So, you have to edit the time setting to indlude the time plus date.
READ the tutorial link above.
Here is example:
M j, Y H:i T
http://floridanewswire.com/2015/02/05/fnw13300_122601.php
-
This reply was modified 11 years by
simchris.
There is a how to on removing this with custom CSS, but you’d have to search for it.
That is how WordPress is normally setup …. your home page *is* the page you go to when you visit your site.
If you mean your CUSTOM home page, you need to set that under the WordPress admin > reading > set static page
I think this is also noted in the theme docs (see links right side of page).
You should use Yoast SEO plugin, as it allows you to dial this in with Preview (!) on a per page, per post and also for home page basis.
For those who want to set a custom time stamp under post titles, on post pages and in modules (it’s all or nothing unless you want to hack templates):
This fix survives theme updates as it’s a WordPress setting – not a theme setting.
https://forum.tagdiv.com/topic/tutorial-how-to-add-custom-time-stamp-to-posts/
-
This reply was modified 11 years by
simchris.
link to my time stamp tutorial …
fyi, I started posting any of my “tips” as “tutorial” to make finding them easier…
https://forum.tagdiv.com/topic/tutorial-how-to-add-custom-time-stamp-to-posts/
WooDojo plugin:
http://www.woothemes.com/woodojo/
Simply edit the time stamp on your WP admin > settings > general for the date time.
I posted a tutorial on this awhile back, but it’s not a sticky.
Do a forum search.
Best bet is to have ONE file, so it is one less file for browser to load; however you should minify it to load faster.
The flash of unstyled text is more often from the custom CSS, and you can often fix THAT by actually editing the CSS in style.css vs adding bunches of things to custom.css panel.
Just make a record of WHAT you change to reapply with future theme updates.
In any case, that’s what I do ๐
There is mo widget for that exactly, afaik…
But you could try the wootabs plugin.
I’ve never used Visual Composer for posts; but it’s specifically designed for pages. Normally you would create new page, then use the visual composer to build your “columns” and elements that go into each column.
I don’t think you can just drop a bunch of shortcodes into a page for it to work properly, unless I’m mistaken.
Oh, cool! Good job!! ๐
Might not be your issue, but be sure to run “regenerate thumbnails” to make sure you actually have all the small images ๐
You might need to hire a developer to help you.
This theme is setup for responsive layout, just like the demo on themeforest which is there to help you try out the layouts first.
So, with a responsive theme, it will try to fit the wide screen, then medium screen, then will drop to another viewport for tablets portrait, then phones.
You could try to edit the style.css file or do “over rides” in the theme panel, but if you don’t have a clue on that, you’d either need to spend the time to learn how CSS works to hack the theme default, or hire a developer.
While the tagdiv folk might give you some pointers on this, they cannot write custom CSS to change the basic theme functions for you as so much is inter-related (e.g., change the width the ads or images or videos might not fit properly… etc.).
Sorry not a better answer, but perhaps I didn’t fully understand what you were trying to do? Perhaps a screen shot would be helpful ๐
Note the support hours from TagDiv, top right this page.
They are closed weekends.
I don’t work here, just helping out (I am actually migrating a site from 1.4 to 1.6 “right now” — and also migrating another site from Woo Canvas to 1.6 at same time). ๐
Note that “most” stuff gets written to the rendered page as https via their if/then on a lot of code. It’s just a few stragglers. I only ran into it working on using 1.4-1.6 for our business site which is all https, but we only use WP for couple of things like a blog, and the new ecom system WooCommerce (moving from CubeCart 5). So, that was acid test for couple of things.
Since “most” people don’t run in https always on, many have not run into it. You and I are in the minority around these parts ๐
AND, obviously, if you run Chrome browser, it will tell you if something isn’t loading over https in the error console. (Highly recommended!) — so, go to a page on your site, and if something isn’t https — it will tell you WHAT …. In my case one of the fonts for the admin panel wasn’t loading via https even though the codebase was there to do //google, it seemed to need “explicit” https://google to work right.
So, probably if you are doing what I call the “acid test” for your site in https, keep a note of those things, and send an email to Radu with all the “https/SSL” issues you have run into which need explicit https calls from external or internal elements. He *will* fix that in next update.
So, you and I are kind of the beta testers on this.
You can set an expiration time in your Amazon CDN; I used to use that. It’s in their help docs, but I abandoned that about this time last year since I found in our case with our own dedicated server and running mod_pagspeed, etc., it didn’t appreciably help us.
There is a setting in the master account, where you can set the TTL (time to live) for the “bucket” — I was setting mine to one year. It’s bee nawhile, unfortunately.
This may help
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html#ExpirationAddingHeadersInS3
I think at the time they didn’t have a setting for that; you could set how long the files live before the “expire” them– which I set to one year. I don’t remember how I set the expirations “per file.”
#EDIT#
oh stupid me (looking at my windows desktop this morning) … there is no easy way to do that. I bought software to actually do that properly (FYI: we got a brand spanking new web server Jan 2015, and I spent month of January testing every possibly way to boost pagespeed score, with the Newspaper theme and also our bootstrap based static HTML stuff used for our main business site — this included testing Amazon CDN for assets).
Go out right now and buy a copy of “Cloudberry S3 Explorer” software — this allows you to manage your buckets, set expiration headers, etc. — it’s like a shell application for your S3 account. It’s freeware, but if you are going to actually use S3 it’s the only way to fly — seriously.
The $39 pro version is totally worth it. I highly recommend it. Saved me hours of hair pulling (not my hair, just random passerby…. ๐
http://www.cloudberrylab.com/free-amazon-s3-explorer-cloudfront-IAM.aspx
HOW TO
http://www.cloudberrylab.com/blog/how-to-set-custom-http-headers-for-amazon-s3-objects-with-cloudberry-explorer/
I’ve also added font support, which you may notice ๐
Here’s mine, although this has some stuff for mod_pagespeed at top, and I also unset tag, and am trying to block pingbacks. ๐
<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>
-
This reply was modified 11 years by
simchris.
I am also doing this to make the info/success boxes stand out a little bit more
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
border-bottom:1px #4AB915 solid !important;
background-color:#f5f5f5 !important;}
Okay… rock and roll, as we say in “the trade” …
it works!
here is my custom stuff for WooCommerce, in case anybody else playing with that and for iPad portrait layout fix.
a.about_paypal {display: none !important;}
.woocommerce .checkout input#place_order {font-size: 18px;}
.woocommerce-page .woocommerce a.button {font-size: 16px;}
.woocommerce-cart .woocommerce .coupon {
float: left !important; padding-bottom: 0 !important;}
@media (min-width: 768px) and (max-width: 1023px) {
.woocommerce-cart .woocommerce .button {width: auto !important;}
}
@media (min-width: 768px) and (max-width: 1023px) {
.woocommerce-cart .woocommerce .actions {text-align: right !important;}
.woocommerce-cart .woocommerce table.cart .button {display: inherit;}
}
The “theme” is not a skin, it’s not a clickable graphic of your pages. A theme is collection of CSS and JS elements, including style classes and dynamic elements, as well as ajax calls to the dbase, and queries to pull posts into modules.
If you mean a background graphic, that is usually set as a background image to the page, and is generally not clickable in CSS unless it’s an ad layer.
You could likely edit some of the elements in the style.css file to make certain things like borders and such clickable, but why would you want to do that?
You can use background ads that run on the sides of the layout — see the docs on how to setup background/side advertisements: under,
Background click ad โ this allows you to open a url when you click the background
https://forum.tagdiv.com/ads/
-
This reply was modified 11 years by
simchris.
TagDiv support will need to help on this one ๐
๐
and of course I meant “exclude” not “excluse” …
sheesh.
Don’t try typing in this forum on your iPad (!).
I didn’t think “note” was a class used, and you’re defining it but then not using it in your example ?
In any case here is what I’m using for a paragraph tag in Newsmag:
blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}
Bootstrap CSS not used in theme, unfortunately (wish it was!), for buttons, etc.
You could save out the custom CSS and JS from Bootstrap using the customizer and then fold those into the theme by adding calls to the JS and putting the CSS at bottom of your style.css.
Well, there is finite number of files in your theme folder root?
Maybe look at one of the “single” files for the single post, which is how WordPress refers to posts.
Perhaps … loop-single.php ?
Note the section
<div class="meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>
then perhaps, in the /includes/modules/ folder …
say, maybe you’re using td_module_5.php
note the section
<div class="meta-info">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>
Great to go “exploring” in the files, as it’s pretty simple to change some basic stuff by locating the stuff based on logical naming structure.
Hope that helps ๐
-
This reply was modified 11 years by
simchris.