hi,
just looks like?
Thanks for you message.
Radu A.
hi,
I think your images where of different height, and the theme maintain the proportion of them.
how big where you images?
here is the link to the documentation page for images : http://import.tagdiv.com/newspaper/doc/#start (http://screencast.com/t/zX1CtvdK1Wb)
Thanks for you message.
Radu A.
hi,
only by modifying the code of the theme you can do this.
first your text should have paragraphs, then that text should be splinted using the php explode function (http://ro1.php.net/explode).
this will create an array with all the paragraphs in your text.
then use the php for iterator (http://www.php.net/manual/ro/control-structures.for.php) to pass thru the each item in the array and after the first pass insert the feature image.
is not hard to this, but if you do not have coding skills please hire a programmer for this task.
Thanks for you message.
Radu A.
hi,
can you give us a link to that page, so we can check it out.
also wp-admin will be good.
Thanks for you message.
Radu A.
hi
use this css code:
.sf-menu > li > a .sf-sub-indicator {
display: none;
}
here: http://screencast.com/t/nE2MoSzqydp
Thanks for you message.
Radu A.
hi,
the menu is made with <li> elements.
you can move all of theme using:
.menu-header-container {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
here : http://screencast.com/t/2pdgwMm0TUN
in Advance CSS you can use this css only on certain devices.
Thanks for you message.
Radu A.
hi,
here is the link to the documentation for megamenu: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks for you message.
Radu A.
hi,
did you coded that page?
if yes use target=”_blank” like in here: http://www.w3schools.com/tags/att_a_target.asp
Thanks for you message.
Radu A.
hi,
when you install wordpress choose a RTL language and wordpress will detect your language and it will switch the theme to RTL.
you can also use a plugin like: http://wordpress.org/plugins/wp-rtl/
Thanks for you message.
Radu A.
hi,
try this css :
.td-header-bg {
background-image:url('http://z.about.com/d/cameras/1/7/u/1/bigcat.JPG') !important;
}
hi,
you cannot do this with the text of the post, but you can use the subtitle option:
http://screencast.com/t/4vyrm3ich
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/wkwPfNvmOJDE
add this like in the image above :
<div class="more-link-wrap wpb_button td_read_more clearfix">
<a href="<?php echo $this->href?>"><?php echo __td('Continue', TD_THEME_NAME);?></a>
</div>
after this re-style the button : http://screencast.com/t/nrYFRXgR4twT
Thanks for you message.
Radu A.
hi,
well I think it depends what image do you use.
try it
Thanks for you message.
Radu A.
hi,
can you please send us an email with wp-admin username and password to contact@gmail.com so we can take a look.
paste in the email the link to this thread.
Thanks for you message.
Radu A.
hi,
use : is_home() function to check if you are on the homepage
something like this:
if(!is_home()) {
__your code here to display the author__
}
here is some documentation : http://codex.wordpress.org/Function_Reference/is_home
Thanks for you message.
Radu A.
hi,
thank you for reporting this.
we have replicated this issue locally.
this is very wired, only for youtube videos this is happening.
also we try using youtube videos with Twenty Fourteen theme (that comes with wordpress) and we still got that parenthesis.
this is not from our theme.
Thanks for you message.
Radu A.
hi,
have you take a look at the documentation page about date and time?
http://codex.wordpress.org/Formatting_Date_and_Time
try: l, j F Y H i
—————————————-
have you take a look at the documentation about the mega menu:
https://forum.tagdiv.com/how-to-use-the-megamenu/
http://screencast.com/t/tvvCKfbpxj
Thanks for you message.
Radu A.
hi,
you should do this before you install the theme.
if you have it already installed an have content I advice you to don’t change the name.
Thanks for you message.
Radu A.
hi,
thank you for your suggestion,
we will talk about this suggestion.
Thanks for you message.
Radu A.
hi,
what plugins do you have installed?
can you disable all of them and try again, there my be conflicts.
Thanks for you message.
Radu A.
hi,
hi have tested both names on the install on my computer, they both took your followers instantly.
are you sure you are using the latest social counter plugin.
from themeforest.net take the latest theme, extract it and you will find a directory called plugins, that should be the latest social counter plugin.
Thanks for you message.
Radu A.
hi,
thank you for your suggestion,
i will talk with the rest of the theme about this.
Thanks for you message.
Radu A.
hi,
for date and time :
documentation : http://codex.wordpress.org/Formatting_Date_and_Time
where to add: http://screencast.com/t/48wkAPM0r
mega menu:
https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks for you message.
Radu A.
hi,
post_views_count_7_day_total is used for posts, not for sections
if you are using post_views_count_7_day_total for post can you check if that post is sticky : http://screencast.com/t/vUDauxYddY
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/XDH4QwC3
after you add your video and set in as Video from the Format section
Thanks for you message.
Radu A.