- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
My .htaccess file on my site…WARNING DON’T USED MINE ARE IT WILL BREAK UR SITE..MINE IS LIKE THIS BECAUSE OF OTHER THINGS THAT I HAVE DONE ON MY SITE for safty…
# BEGIN All In One WP Security
#AIOWPS_BLOCK_WP_FILE_ACCESS_START
<Files license.txt>
order allow,deny
deny from all
</files>
<Files wp-config-sample.php>
order allow,deny
deny from all
</Files>
<Files readme.html>
order allow,deny
deny from all
</Files>
#AIOWPS_BLOCK_WP_FILE_ACCESS_END
#AIOWPS_BASIC_HTACCESS_RULES_START
<Files .htaccess>
order allow,deny
deny from all
</Files>
ServerSignature Off
LimitRequestBody 10240000
<Files wp-config.php>
order allow,deny
deny from all
</Files>
#AIOWPS_BASIC_HTACCESS_RULES_END
#AIOWPS_PINGBACK_HTACCESS_RULES_START
<IfModule mod_alias.c>
RedirectMatch 403 /(.*)/xmlrpc\.php$
</IfModule>
#AIOWPS_PINGBACK_HTACCESS_RULES_END
#AIOWPS_DISABLE_INDEX_VIEWS_START
Options -Indexes
#AIOWPS_DISABLE_INDEX_VIEWS_END
#AIOWPS_DISABLE_TRACE_TRACK_START
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* – [F]
#AIOWPS_DISABLE_TRACE_TRACK_END
#AIOWPS_FORBID_PROXY_COMMENTS_START
RewriteCond %{REQUEST_METHOD} =POST
RewriteCond %{HTTP:VIA}%{HTTP:FORWARDED}%{HTTP:USERAGENT_VIA}%{HTTP:X_FORWARDED_FOR}%{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION}%{HTTP:HTTP_PC_REMOTE_ADDR}%{HTTP:HTTP_CLIENT_IP} !^$
RewriteCond %{REQUEST_URI} !^/(wp-login.php|wp-admin/|wp-content/plugins/|wp-includes/).* [NC]
RewriteRule .* – [F,NS,L]
#AIOWPS_FORBID_PROXY_COMMENTS_END
#AIOWPS_FIVE_G_BLACKLIST_START
# 5G BLACKLIST/FIREWALL (2013)
# @ http://perishablepress.com/5g-blacklist-2013/
# 5G:[QUERY STRINGS]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (\”|%22).*(<|>|%3) [NC,OR]
RewriteCond %{QUERY_STRING} (javascript:).*(\;) [NC,OR]
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3) [NC,OR]
RewriteCond %{QUERY_STRING} (\\|\.\./|`|=’$|=%27$) [NC,OR]
RewriteCond %{QUERY_STRING} (\;|’|\”|%22).*(union|select|insert|drop|update|md5|benchmark|or|and|if) [NC,OR]
RewriteCond %{QUERY_STRING} (base64_encode|localhost|mosconfig) [NC,OR]
RewriteCond %{QUERY_STRING} (boot\.ini|echo.*kae|etc/passwd) [NC,OR]
RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC]
RewriteRule .* – [F]
</IfModule>
# 5G:[USER AGENTS]
<IfModule mod_setenvif.c>
# SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|feedfinder|flicky|ia_archiver|jakarta|kmccrew|nutch|planetwork|purebot|pycurl|skygrid|sucker|turnit|vikspider|zmeu) keep_out
<limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</limit>
</IfModule>
# 5G:[REQUEST STRINGS]
<IfModule mod_alias.c>
RedirectMatch 403 (https?|ftp|php)\://
RedirectMatch 403 /(https?|ima|ucp)/
RedirectMatch 403 /(Permanent|Better)$
RedirectMatch 403 (\=\\\’|\=\\%27|/\\\’/?|\)\.css\()$
RedirectMatch 403 (\,|\)\+|/\,/|\{0\}|\(/\(|\.\.\.|\+\+\+|\||\\\”\\\”)
RedirectMatch 403 \.(cgi|asp|aspx|cfg|dll|exe|jsp|mdb|sql|ini|rar)$
RedirectMatch 403 /(contac|fpw|install|pingserver|register)\.php$
RedirectMatch 403 (base64|crossdomain|localhost|wwwroot|e107\_)
RedirectMatch 403 (eval\(|\_vti\_|\(null\)|echo.*kae|config\.xml)
RedirectMatch 403 \.well\-known/host\-meta
RedirectMatch 403 /function\.array\-rand
RedirectMatch 403 \)\;\$\(this\)\.html\(
RedirectMatch 403 proc/self/environ
RedirectMatch 403 msnbot\.htm\)\.\_
RedirectMatch 403 /ref\.outcontrol
RedirectMatch 403 com\_cropimage
RedirectMatch 403 indonesia\.htm
RedirectMatch 403 \{\$itemURL\}
RedirectMatch 403 function\(\)
RedirectMatch 403 labels\.rdf
RedirectMatch 403 /playing.php
RedirectMatch 403 muieblackcat
</IfModule>
# 5G:[REQUEST METHOD]
<ifModule mod_rewrite.c>
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* – [F]
</IfModule>
#AIOWPS_FIVE_G_BLACKLIST_END
#AIOWPS_PREVENT_IMAGE_HOTLINKS_START
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://jahliveradio\.com [NC]
RewriteRule \.(gif|jpe?g?|png)$ – [F,NC,L]
</IfModule>
#AIOWPS_PREVENT_IMAGE_HOTLINKS_END
# END All In One WP Security
# BEGIN NinjaFirewall (WP+)
<IfModule !mod_php5.c>
<IfModule mod_env.c>
SetEnv PHPRC /home/hxnlfcaw/public_html/.user.ini
</IfModule>
</IfModule>
# END NinjaFirewall (WP+)
# BEGIN HTML5 Boilerplate
# This contains the HTML5 Boilerplate .htaccess that can be found at:
# github.com/h5bp/html5-boilerplate/blob/master/.htaccess
#
# Added:
# Block access to access to WordPress files that reveal version information.
#
# Commented out by default:
# Expires headers: Use WP Super Cache or W3 Total Cache (unless using the H5BP build script)
# ETag removal: Use WP Super Cache or W3 Total Cache (unless using the H5BP build script)
# Start rewrite engine: Handled by WordPress
# Suppress/force www: Handled by WordPress
# Custom 404 page: Handled by WordPress
#
# Anytime you update this file the .htaccess file in the root of your
# WordPress install is automatically updated with the changes whenever
# the permalinks are flushed or set
#
# ———————————————————————-
# Better website experience for IE users
# ———————————————————————-
# Force the latest IE version, in various cases when it may fall back to IE7 mode
# github.com/rails/rails/commit/123eb25
# Use ChromeFrame if it’s installed for a better experience for the poor IE folk
<IfModule mod_headers.c>
Header set X-UA-Compatible “IE=edge”
# mod_headers can’t match by content-type, but we don’t want to send this header on *everything*…
<FilesMatch “\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svg|svgz|ttf|vcf|webapp|webm|webp|woff|xml|xpi)$”>
Header unset X-UA-Compatible
</FilesMatch>
</IfModule>
# ———————————————————————-
# CORS-enabled images (@crossorigin)
# ———————————————————————-
# Send CORS headers if browsers request them; enabled by default for images.
# developer.mozilla.org/en/CORS_Enabled_Image
# blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
# hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
# wiki.mozilla.org/Security/Reviews/crossoriginAttribute
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(gif|png|jpe?g|svg|svgz|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# ———————————————————————-
# Webfont access
# ———————————————————————-
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like “subdomain.example.com”.
<IfModule mod_headers.c>
<FilesMatch “\.(eot|font.css|otf|ttc|ttf|woff)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
# ———————————————————————-
# Proper MIME type for all files
# ———————————————————————-
<IfModule mod_mime.c>
# JavaScript
# Normalize to standard type (it’s sniffed in IE anyways)
# tools.ietf.org/html/rfc4329
AddType application/javascript js jsonp
AddType application/json json
# Audio
AddType audio/ogg oga ogg
AddType audio/mp4 m4a f4a f4b
# Video
AddType video/ogg ogv
AddType video/mp4 mp4 m4v f4v f4p
AddType video/webm webm
AddType video/x-flv flv
# SVG
# Required for svg webfonts on iPad
# twitter.com/FontSquirrel/status/14855840545
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
# Webfonts
AddType application/vnd.ms-fontobject eot
AddType application/x-font-ttf ttf ttc
AddType font/opentype otf
AddType application/x-font-woff woff
# Assorted types
AddType application/octet-stream safariextz
AddType application/x-chrome-extension crx
AddType application/x-opera-extension oex
AddType application/x-shockwave-flash swf
AddType application/x-web-app-manifest+json webapp
AddType application/x-xpinstall xpi
AddType application/xml atom rdf rss xml
AddType image/webp webp
AddType image/x-icon ico
AddType text/cache-manifest appcache manifest
AddType text/vtt vtt
AddType text/x-component htc
AddType text/x-vcard vcf
</IfModule>
# ———————————————————————-
# Gzip compression
# ———————————————————————-
<IfModule mod_deflate.c>
# Force compression for mangled headers.
# http://developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-Encoding
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
# (for Apache versions below 2.3.7, you don’t need to enable mod_filter
# and can remove the <IfModule mod_filter.c> and </IfModule> lines
# as AddOutputFilterByType is still in the core directives).
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
AddOutputFilterByType DEFLATE application/javascript \
AddOutputFilterByType DEFLATE application/json \
AddOutputFilterByType DEFLATE application/rss+xml \
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject \
AddOutputFilterByType DEFLATE application/x-font-ttf \
AddOutputFilterByType DEFLATE application/x-web-app-manifest+json \
AddOutputFilterByType DEFLATE application/xhtml+xml \
AddOutputFilterByType DEFLATE application/xml \
AddOutputFilterByType DEFLATE font/opentype \
AddOutputFilterByType DEFLATE image/svg+xml \
AddOutputFilterByType DEFLATE image/x-icon \
AddOutputFilterByType DEFLATE text/css \
AddOutputFilterByType DEFLATE text/html \
AddOutputFilterByType DEFLATE text/plain \
AddOutputFilterByType DEFLATE text/x-component \
AddOutputFilterByType DEFLATE text/xml
</IfModule>
</IfModule>
# ———————————————————————-
# UTF-8 encoding
# ———————————————————————-
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset utf-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset utf-8 .atom .css .js .json .rss .vtt .webapp .xml
</IfModule>
# ———————————————————————-
# A little more security
# ———————————————————————-
# “-Indexes” will have Apache block users from browsing folders without a default document
# Usually you should leave this activated, because you shouldn’t allow everybody to surf through
# every folder on your server (which includes rather private places like CMS system folders).
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
# Block access to backup and source files
# This files may be left by some text/html editors and
# pose a great security danger, when someone can access them
<FilesMatch “(\.(bak|config|sql|fla|psd|ini|log|sh|inc|swp|dist)|~)$”>
Order allow,deny
Deny from all
Satisfy All
</FilesMatch>
# Block access to WordPress files that reveal version information.
<FilesMatch “^(wp-config\.php|readme\.html|license\.txt)”>
Order allow,deny
Deny from all
Satisfy All
</FilesMatch>
# END HTML5 Boilerplate
# 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
# Leverage Browser Caching Ninja — Starts here
# Do not write anything between “Leverage Browser Caching Ninja — Starts” and “Leverage Browser Caching Ninja — Ends”
# It will be deleted while uninstalling Leverage Browser Caching Ninja plugin
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType text/css “access 1 month”
ExpiresByType application/javascript “access plus 1 year”
</IfModule>
# Leverage Browser Caching Ninja — Ends here
My super Cache settings as follow…
1.Cache hits to this website for quick access. (Recommended)
2.Use PHP to serve cache files
3. Compress pages so they’re served more quickly to visitors. (Recommended)
4.Make known users anonymous so they’re served supercached static files.
5.Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. (Recommended)
6.Clear all cache files when a post or page is published or updated.
7.Extra homepage checks. (Very occasionally stops homepage caching) (Recommended)
Expiry Time & Garbage Collection
1.Cache Timeout 60sec
2.Timer: 90secs
that’s all..these settings works great for me…
Hey Steven, hey peps!
maybe you can help me with that:
switched to cloudflare but having problems with the last steps:
http://www.intodns.com/cherrykoks.de
it says:
Error Missing nameservers reported by parent FAIL: The following nameservers are listed at your nameservers as nameservers for your domain, but are not listed at the parent nameservers (see RFC2181 5.4.1). You need to make sure that these nameservers are working.If they are not working ok, you may have problems!
rihana.ns.cloudflare.com
nick.ns.cloudflare.com
Error Missing nameservers reported by your nameservers ERROR: One or more of the nameservers listed at the parent servers are not listed as NS records at your nameservers. The problem NS records are:
ns.namespace4you.de
ns2.namespace4you.de
This is listed as an ERROR because there are some cases where nasty problems can occur (if the TTLs vary from the NS records at the root servers and the NS records point to your own domain, for example).
What am I supposed to do?
My host is df.eu
Do I have to change the NS Records? And if so, how and to which source?
Thanks
FYI : http://who.is/dns/cherrykoks.de and http://www.intodns.com/cherrykoks.de
I install the version 4.1 of the theme (i made the update from 3.5 version) and i saw on Theme Colors menu at Theme panel has fewer options for the theme colors. doesn’t appears for example the “MENU TEXT COLOR”.
can you tell me from where i can change this color?
Hello Sir,
when i remove code which you ask me (from td_module_blog.php & from td_module.php) it gives me error, but when i just remove this code(from td_module_blog.php) , it works fine
if (td_util::get_option('tds_show_featured_image') == 'hide' and get_post_format($this->post->ID) != 'video') {
return;
}
//do not show the featured image on gallery post format
if (get_post_format($this->post->ID) == 'gallery') {
return;
}
//handle video post format
if (get_post_format($this->post->ID) == 'video') {
//if it's a video post...
$td_post_video = get_post_meta($this->post->ID, 'td_post_video', true);
$td_video_support = new td_video_support();
//render the video if the post has a video in the featured video section of the post
if (!empty($td_post_video['td_video'])) {
return $td_video_support->renderVideo($td_post_video['td_video']);
}
}
is it ok, does it give me error in future ?
Hey Lucian, nah I wasn’t trying to do that. I am saying that in all my posts I have galleries but now I no longer want ‘galleries’ but I want them shown as individual images (like in admin when clicking an image and clicking insert media). But, I don’t want to have to search thousands of images when the ID is right there. I was seeing if there was any way at all to use the current id number of those images that are in the gallery already? [gallery columns="1" ids="17464,17372,17072,17025,16957,16959,16958,16932,16880,16877,16875,16770,16727,16731,16704"] – – example if it were in code <img src="17464" />… but obviously that’s not how it would go. Hope im making sense…
Point taken – I can see if my question was not clear but all you need to do is ask 🙂 I’ll try to be clearer in the future!
anyway,
I am still not sure I am getting the right results –
* I have several categories under the root
* I have one category with subcategories – crowdfunding (has 2 subs)
If I point to crowdfunding & set Show child categories menu to “Show all” – I get the sub menu OK!
I wanted to get the same sub menu for the categories under the root (like they are sub categories) – but if I select in “Category filter:” “- All categories -” and also set Show child categories menu to “Show all” – I don’t get a child category menu.
(hope my desired outcome is clear now…)
can I make this happen?
does this require code change?
Is there a way to have the slider individual posts images (as in say homepage 2 example) to change color when hovered over?? Curretly the text changes, but can thi sbe applied to the whole image as well??
Example of what i am trying to achieve is here: http://thebluehive.com/eu/
Regards
Justin
Hello all,
i’ve experienced a very strage problem at my site and hope someone can help me. Searched the night though at google but coulnd find anything.
Following happens: When creating a new post the text sometimes just disappears from one to an other moment when publishing the site. Its not regularly and I dont know what to do. If i duplicate this post and then name it url-3 f.e. its there again for only couple of minutes or so and then disappers again.
The problem in general seems to be very common (text disapperaring) as read in some wordpress threads but it mostly hangs on some plugins. In my case I disabled all plugins to check this but it didnt solve the problem. I also tried the reupload the theme and tried to check the database for the text. The text is in the database but somehow is not displayed.
Here is an example:
Like it should be: http://hashtagsport.de/beta/tipico/ (This one is correct, the text is there)
This one without text should have the same layout as the above one: http://hashtagsport.de/beta/bet365-3/ (The text of this page is gone)
I hope anyone can help me!
thanks in advance!
Hi there!
I hope someone can help me:
I installed the demo and I would like to remove the installed categories (can’t find them as categories in wordpress)
For example:
Tech and Gagdets / Fashion and Trends / Travel Guides
These are topics which I didn’t create.
Unfortunately I can’t find anything to delete this sections.
My blogposts are shown in this sections, although it’s not about Traveling ect.
Thanks in advance!
Kinda off topic, I have the most prior version of this theme, how do I get the subcategories to show up when you click on on of the main categories?
example: when you click on the demo theme “lifstyles” menu tab you see sub categories below the main categorie “lifestyles”
-
This reply was modified 12 years by
beazee.
According to wordpress codex,
For posts
<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?>
and for comments
<?php echo human_time_diff( get_comment_time('U'), current_time('timestamp') ) . ' ago'; ?>
but where do I find these codes? Which templates to edit in the theme?
Has anybody figured out the correct CSS that expands the image to fulfill the sliders image. Example http://screencast.com/t/Mjlo9S6lg
Hi,
I have got a little problem with newspaper and BBPress :(.
My forum is here : http://www.planete-nextgen.com/forums/
If you go on a forum category, example here : http://www.planete-nextgen.com/forums/jeux-video/microsoft the breadcrumb isn’t good.
The breadcrumb : Home > Forums > Microsoft.
The link on forum isn’t good, how to have the index of my forum in this link please ?
Hi,
Go to site.js file and look for this line http://screencast.com/t/IakclQU9enn and replace it with this code:
var td_color_reg_exp = /^#[a-zA-Z0-9]{3,6}$/;
if(color && td_color_reg_exp.test(color)) {
…like i did here: http://screencast.com/t/Ro5ZtiJE
Thanks
Its not working you can check online at http://www.rivaji.com, and see the link to facebook follow button. I tried to deactivate all plugins.
Its working when I am checking it on my local environment running WAMP, but not working online.
When updating from 3.9.2 to the newest version (4.1) I noticed that my complete lay-out of all my posts has changed, in a negative way. I understand that changes will always be made, but this changes the complete look&feel of my website. Therefore I have downgraded back to 3.9.2 now.
My question is how I can update to 4.1 (because I love all the new features), but keep the settings for the posts as it used to be. Or are there some settings I can edit to keep the old look & feel? Or do i need to edit something in one of the newspaper files somewhere? (I’m not a programmer, so can you tell me exactly where?)
Same question for the whitespace there is between the picture on top and the first text. I noticed that this whitespace has been removed for posts in the newer version. Where can I edit this?
What is the default font by the way? I really like it.
Cheers!
Hidde
Ps. This is an example of how I like the font right now:
http://www.wereldreizigers.nl/oceanie/australie/het-wilde-westen-van-australie/
Yes, you’re right.
Glad you solved it.
Thanks for the mesaage
Hi
I was trying to add responsive ads to my site but the “tablet tp” and “mobile” div doesn’t seems to be working. You can see on my site on the Subscribe section (scroll down). I have created a custom subscription box and I’ve inserted its code on the divs. Example:
<div class="td-visible-desktop">
subscription code
</div>
<div class="td-visible-tablet-l">
subscription code
</div>
<div class="td-visible-tablet-tp">
subscription code
</div>
<div class="td-visible-phone">
subscription code
</div>
I am not sure why but the code doesn’t works in “td-visible-tablet-tp” and “td-visible-phone”. I’ve tried it with different codes but doesn’t work at all.
Notice: The code was same on all of them. I tried it from three different smartphones and tablets.
Please help. If you’re planning to fix in the next update, its not good for me. It is very urgent. So, can you please kindly provide the fix now?
Cheers!
Hi! can you tell me please how to configure the theme to show a full post in the home and the rest of the post like excerpt (for example block 9)
I want to have something like that:
https://www.dropbox.com/s/nnfpze7bw3806s1/EXAMPLE%20HOMEPAGE.jpg
thanks!
Hi!
I want to know how to set up a image border for the differents blocks and modules?
for example a border for the slider and the post, or in the homepage for the blocks and modules
https://www.dropbox.com/s/gmh0efnvkefivos/shadow-border.PNG
https://www.dropbox.com/s/qg6ebt99mrz3xh7/shadow-border-example.PNG
like the image border you set up under the main menu in the theme
thanks!
Solved. Its the native wordpress gallery – One Column.
perhaps you did not understand, what I was trying to say.
My issue with light-box is not for featured images but rather for images in galleries: see this post for example : http://blog.saijogeorge.com/minimalist-superhero-supervillain-wallpapers-windows-phone-android/
if you hover over the first image you can see that it links to http://blog.saijogeorge.com/minimalist-superhero-supervillain-wallpapers-windows-phone-android/aqua-man-minimal-grunge/ , but if I clik on the image the theme tried to load up the light box, why is a lightbox coming up when I am trying to open up a page?
How is the Post Sample “Big Picture” made? Single Image or gallery? What kind of caption is used here?
http://demo.tagdiv.com/newspaper/best-protest-signs-advertisement-i-like-protest/
I’ve found nothing in a documentation.