hi,
thank you
we have added this to our list of suggestions.
Thanks for you message.
Radu A.
hi,
thank you for reporting this issue, we will add this to our bug tracker,
for now try to add a longer title
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/DM1wrMJn
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/vvuFmvKg
http://screencast.com/t/MulXK0EDtMk
http://screencast.com/t/e0zPTo0QIckW
Thanks for you message.
Radu A.
hi, what do you mean : you zoom it??
you need to use media queryes to do that.
also don’t use : left and right when you position: absolute;
use either left or right.
/* responsive monitor */
@media (min-width: 1200px) {
.menu-item-37076 {position: absolute;left: 260px;}
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.menu-item-37076 {position: absolute;left: XXXpx;}
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1199px) {
.menu-item-37076 {position: absolute;left: XXXpx;}
}
/* responsive phone */
@media (max-width: 767px) {
.menu-item-37076 {position: absolute;left: XXXpx;}
}
replace the XXX with the size that you want
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
hi,
single post page is ussing td_module_1.php
http://screencast.com/t/sarLgCIa
Thanks for you message.
Radu A.
hi,
we are currently investigating this issue,
we are sorry to hear that bottom ads are not showing,
Radu O. will already work on this issue.
Thanks for you message.
Radu A.
hi,
we are currently investigating this issue,
we are sorry to hear that bottom ads are not showing,
we consider ads an important part of our theme
Radu O. will already work on this issue.
Thanks for you message.
Radu A.
hi,
small images on pinterest:
http://screencast.com/t/r2oVGmrBm
http://screencast.com/t/ViFyuDEMeJf
Thanks for you message.
Radu A.
hi,
this the correct link for your tweeter post :
http://screencast.com/t/ADOQcv7Ew
http://screencast.com/t/gWrcQcZNx
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
hi,
http://codex.wordpress.org/Formatting_Date_and_Time
this is the page where wordpress tells how to format the date & time ,
use this:
http://screencast.com/t/7wfeeIw7
http://screencast.com/t/Iyviw0n32qjb
wordpress tell you to put only one / : http://screencast.com/t/pDmtvx1AXY
Starting from the next version this will be a standard feature.
Thanks for you message.
Radu A.
hi,
I see that you have downgraded to version 2.3 again
have this solve the problem?
can you give us an example of how the gallery breacks in v3.1
Thanks for you message.
Radu A.
hi,
can you post some links
Thanks for you message.
Radu A.
hi,
use: http://screencast.com/t/jpJ1n7zyDgF
this will automatically add the Big Slide with a background, and the post displayd on the big slider will be from the Featured category. If you don’t have post in the Featured category add some.
Thanks for you message.
Radu A.
hi,
probably there is a javascript error:
try using a console to check this out like: http://screencast.com/t/KcnTUoND
or try this: http://screencast.com/t/YF1ZeRckoamy
Thanks for you message.
Radu A.
hi,
if you take a look at my email there is a question there : what i don’t see in the print screens : where do you add the ‘labels’? or the labels are automatically added when you get the data?
like a said add classes to the div: $buffy .= '<div>';
http://screencast.com/t/hlHbBQmR4uS
and maybe we can do something from css.
also provide link to the page.
Thanks for you message.
Radu A.
hi,
thank you for your print screens:
you cannot add echo, we optimized the file for speed using $buffy.
what i don’t see in the print screens : where do you add the ‘labels’? or the labels
are automatically added when you get the data?
give me the link to the page, maybe we can do something from css
i see that you addet `
$buffy .= ‘<div>’;
$buffy .= get_post_meta_ ……..
$buffy .= ‘<div>’;
`
add a class to all the: $buffy .= '<div>';
like: http://screencast.com/t/hlHbBQmR4uS
maybe we can attach some style using that class
Thanks for you message.
Radu A.
hi,
please provide the url for your site, and we will see what you can do.
Thanks for you message.
Radu A.
hi,
next step in ads will be to add a custom with and hight for each spot ad so that you can enter those values.
Thanks for you message.
Radu A.
hi
use this css:
#menu-footer {
display :none;
}
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
hi,
where did you read about custom ad spots, in version 3?
you can add custom ad spots in v3 there are only this: http://screencast.com/t/OMJIycTkg
Thanks for you message.
Radu A.
hi,
where did you saved those labels?
can you make me a print screen, and also describe a little bit more the hole story.
in php script that start with you cannot use is wrong
wrong : ————————
?> —————————
ok
or if you add this text to another text use ‘ . ‘ (dot) to concatenate the strings.
like:
Thanks for you message.
Radu A.
hi,
can you give us your link?
do you have any plugins installed other that the ones we recommend :Contact form 7, Animated Gif Resize, Jetpack and Revolution slider, bbPress, tagDiv Social Counter, W3 Total Cache without javascript minifier ??
if you do, disable them, just for the test.
how about on other browsers?, same behavior?
Thanks for you message.
Radu A.
hi cagdas,
Marius was asking info about how other themes display “post’s featured image in the wp-admin Posts section”, do they use a plugin? wordpress doesn’t have this option.
If other themes use some plugin instal it for your site.
Thanks for you message.
Radu A.