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

hi,
When it comes to Google Analytics you have to check a solution from their end as thei are gathering Analytics data.

2)if a post is set as Video post you cannot use a Feature image, it will not be displayed , it will show only the movie frame.

in our theme if you set a feature image in a standard post, the feature image is showed at the top of the post.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

here you can read more about this issue: https://support.google.com/webmasters/answer/181708?hl=en

we are still investigating this issue.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
glad that you fix your issue.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
we don’t have a print.css style, but if you manage to make one added here :
http://screencast.com/t/8dSFU85O8V

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
sorry that you have a bad experience with our theme.
please contact us via email (contact@tagdiv.com) for a refund.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
replay via email.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
first upload your site logo: http://screencast.com/t/NMceSjmw

then change the template of the page that is used to display it : http://screencast.com/t/ydggtAOZxcUf

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
currently we don’t have this kind of option, only this: http://screencast.com/t/lozheilT9

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

http://screencast.com/t/xDa4OGWdxK8A

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
i have tested your Turkies (ğ,ş,ı,ç,ö,ü) chars on iPhone 4, Samsung Galaxy S4 and iPAd 2 and on all devices all chars display correctly.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

Hi,

This can be done by adding custom CSS in the Theme Panel, like this:

.header-search-wrap {
display: none;
}

Thank’s for your question,

Radu A
tagDiv Member

1. You have to go to Theme panel, select Categories and disable the Show Featured Slider property like this ? http://screencast.com/t/igMtrSAe

2. For your second question you have to write a custom CSS for both layouts, one for smartphones and one for tablets, like this:

/* responsive phone */

@media
(max-width: 767px) {
article h1.entry-title {
font-size: 20px !important;
}
.td-post-text-content p{
font-size: 10px;
}
}

/* responsive portrait tablet */

@media
(min-width: 768px) and (max-width: 1018px) {

article h1.entry-title {
font-size: 20px !important;
}
.td-post-text-content p{
font-size: 10px;
}
}

Add this code to your Custom CSS in Theme Panel and check to see the difference.

Thank’s for your question,

Radu A
tagDiv Member

hi,
you have a really old version.
wea re now to version 3.8.4. we don’t use theme customizer any more, we had developed a new panel for theme options: http://screencast.com/t/6AWkmPWHKmC

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

thank you for sharing this answer.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

Hi,

Please send us to contact@tagdiv.com your site URL and the wp-admin user name and password so we could take a look.
Also please send us your twitter id.

Thank’s for your question,

Radu A
tagDiv Member

Hi,

Usually this method solves this problem, check if the file was updated and clear the cache files and try again.

Thank’s for your question

Radu A
tagDiv Member

hi,
if a post is set as video then you will have the video at the begging of the post
is post is not set as video and you set feature image, then the feature image is showed at the begging of the post. this is the way it is now. if you want to change it my advice is to hire a developer for this task.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

Hi,

You can solve this issue by adding style via CSS, please provide us with the site URL so that we can inspect it and see what custom CSS you need in order to solve this issue.

Thank’s for your question,

Radu A
tagDiv Member

hi,
marius forgot to put the !important kwyword in the css rules.
put this code :

@media (max-width: 767px) {
   .td-header-menu-wrap {
       display: block !important;
   }
} 

here: http://screencast.com/t/pGdM4vDgP

result: http://screencast.com/t/IVTKQfij

as the width of the site gets smaller the menu will start to be ugly.
like marius said this task require custom work. if you are not a developer please hire one for this task.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
mehedi you said you have some php skills, maybe its time to upgrade this skills, don’t just wait for a copy and paste solution.

if you need to remove the tags from the string just remove them with the delete button.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
http://screencast.com/t/xC1VIV75tfX

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
lets start from the begging, the reason way google is giving that “Remove render…..” is because when the source of the site get downloaded and loads into the browser it find resources like css and javascript files, font file, etc and the browser stop the downloading of the page to start downloading the other files (css, javascript files) and google says that is better to download the source of the page first and at the end to download other resources.

now that we found what happens, moving the css and javascript code at the bottom of the page – I think ???- it can be done by doing something like :
keep the style.css of wordpress, but put all the code in another css file, then
read the file and put the readed content between <style> and </style> in the
footer of your site (probably thru the use of hooks). do the same for javascript
files(need to use the <script> and </script> tags).

Now imagine that for every plugin that have css files and/or javascript files you need to do this reading of files and pasting in the bottom of the page. Is hard to do this but will insure that message “Remove render …..” will disappear.

==== about speed buster
all that td-speed-booster is doing is to move the javascript files from the header of the page to the bottom of the page. in theory this will have to increase the speed in google pagespeed application, but in your case seems that it fails, really don’t know way, this has to be checked.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
all that td-speed-booster is doing is to move the javascript files from the header into the footer, this will increase the pagespeed in google speed aplication, however td-speed-booster duos not know how to move all the javascript files from all the plugins that you have. revolution slider is working because with no speed buster, no javascript file is moved down.

to have the speed buster activated you need to remove all the plugins that have javascript files and td-speed-booster duos not know how to move them.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
could be, install the latest version of visual bakery plugin that come with the theme (NOT the official release) : https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/

hope this help.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,

thanks

Viewing 25 posts - 101 through 125 (of 854 total)