Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Marius
tagDiv Staff

Hi,
The update is live 3.1, for header please use Style 3.

Marius
tagDiv Staff

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];
}
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
That posts have featured image? like others http://screencast.com/t/HNpb6JzA

Can you give us you twitter ID to test it. Thanks

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
What you have to do is to re-upload the theme and make sure all files are uploaded.

Thanks!

Marius
tagDiv Staff

Hi,
Yes, if you instal the demo data, this will create the homepage to.
Do you need other pages?

Thanks for the message!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Please check the folder permission on the upload folder.
or disable all plugins and see if work.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Can you show us a link to your site? to see the issue
Thanks!

Marius
tagDiv Staff

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;
}
Marius
tagDiv Staff

Hi,
I see that you have some conflicts in console http://screencast.com/t/8FeUSgCA

Marius
tagDiv Staff

Hi,
Should work from CSS, add it in Custom CSS panel

.post .entry-review-stars {
     display:none;
}

Thanks!

Marius
tagDiv Staff

Hi,
Try like this: $buffy .= plista::plista_integration ($content);

http://screencast.com/t/HIYb1gcTM6

Thanks!

Marius
tagDiv Staff

Hi @atflaten
Show me a link.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
That is the size of the image http://screencast.com/t/fe0SbcAU0Z Is not ok?

Thanks for the message!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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.

Marius
tagDiv Staff

Hi,
We know about this issue, still working on that.
Thanks!

Marius
tagDiv Staff

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;
}
Marius
tagDiv Staff

Hi,
We working on a new menu, Megamenu style, will be available in the following updates.

Thanks!

Viewing 25 posts - 2,001 through 2,025 (of 3,236 total)