Hi,
The update is live 3.1, for header please use Style 3.
Hi,
Use this in function.php
remove_shortcode( 'gallery' );
add_shortcode( 'gallery', 'wpse_74492_gallery_shortcode' );
function wpse_74492_gallery_shortcode( $attr )
{
// Let WordPress create the regular gallery …
$gallery = gallery_shortcode( $attr );
$gallery = preg_replace_callback( '~<img~', 'wpse_74492_gallery_callback', $gallery );
return $gallery;
}
function wpse_74492_gallery_callback( $matches )
{
static $count = 0;
$count += 1;
return "<span class='gallery-number'>$count</span>" . $matches[0];
}
Hi,
That code should work, I’ve tested myself, please try in incognito in browser or with CRTL + SHIFT + R to prevent caching browser.
Thanks!
Hi,
There is no easy solution, what you can do is to align it manually from CSS, with left, right but is not flexible on all devices. You can inspect it and take a look. Is complicated, sorry for the inconvenience!
Thanks!
Hi,
That posts have featured image? like others http://screencast.com/t/HNpb6JzA
Can you give us you twitter ID to test it. Thanks
Hi,
Edit you homepage and edit the Big slider and choose on Sort order: Featured http://screencast.com/t/QEZAbJe2w
Also on you homepage you can use this feature if you want to remove the featured post from article list, to prevent duplicated posts http://screencast.com/t/8GXZrWf05
Thanks for your message!
Hi,
What you have to do is to re-upload the theme and make sure all files are uploaded.
Thanks!
Hi,
Yes, if you instal the demo data, this will create the homepage to.
Do you need other pages?
Thanks for the message!
Hi,
1. We added icons for menu items with <img src="link to icon" /> directly in menu editor, no plugin needed.
2. about SEO we recommend SEO by Yoast plugin.
3. W3 Total Cache only with Page Cache enable
4. We don’t use any security plugin, you can try something from plugins available free or paid.
5. For buttons we have shortcode generator that you can easy add buttons in post http://demo.tagdiv.com/newspaper/buttons/
Also for speed we have a dedicated plugin tagDiv Speed Booster.
Thanks for the message!
Hi,
Please check the folder permission on the upload folder.
or disable all plugins and see if work.
Thanks!
Hi,
You use this option in Theme panel? http://screencast.com/t/4nT4dm3U
For other images in post you can use a lightbox plugin.
Thanks for the message!
Hi,
Can you show us a link to your site? to see the issue
Thanks!
Hi,
Use this code:
$buffy .= '<div class="meta-info">';
$buffy .= $this->get_category();
$buffy .= '</div>';
http://screencast.com/t/yviCJG9uxcV
and add this CSS in Theme Panel -> Custom CSS
.post .meta-info {
display: inline-block !important;
}
Hi,
I see that you have some conflicts in console http://screencast.com/t/8FeUSgCA
Hi,
Should work from CSS, add it in Custom CSS panel
.post .entry-review-stars {
display:none;
}
Thanks!
Hi,
Try like this: $buffy .= plista::plista_integration ($content);
http://screencast.com/t/HIYb1gcTM6
Thanks!
Hi,
@pixelfreak on a category page it show http://screencast.com/t/fe0SbcAU0Z
on article shows to: http://screencast.com/t/Wn0tzc76P7Ck
On ipad Vertical the space is limited in menu and you have more items, what you can do is to make the menu text and space on Ipad smaller to fit it, try this CSS
@media (min-width: 768px) and (max-width: 1018px) {
.sf-menu ul a {
font-size: 11px !important;
}
.sf-menu > li > a {
font-size: 11px !important;
padding: 0 5px !important;
}
.sf-menu a.sf-with-ul {
padding-right: 26px !important;
}
}
Thanks!
Hi,
That is the size of the image http://screencast.com/t/fe0SbcAU0Z Is not ok?
Thanks for the message!
Hi,
I see that you have breadcrumbs on categories and on article to. Where do you need breadcrumbs? Can you show me a link where the breadcrumbs is not showing.
Thanks!
Hi,
Add you image with HTML like <a href="#"><img src="banner link" /></a> directly in Theme Option -> Ads.
Today we will publish an update that have 3 new custom ADS area that can be used anywhere.
If you don’t manage it please let me know.
Thanks for the message.
Hi,
We know about this issue, still working on that.
Thanks!
Hi,
You want only on post/article, you can change the size from Theme Panel -> Custom Typography http://screencast.com/t/ir7rnuuSIp this will affect entire content font.
If you want only on article you can change it via CSS with this CSS, add it in Custom CSS in Theme panel
.post p {
font-size: 15px !important;
}
Hi,
We working on a new menu, Megamenu style, will be available in the following updates.
Thanks!