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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean. I have checked your pages and – http://singaporestockmarketnews.com/ is a blog page you can set it as frontpage from Settings, if this what you mean – http://screencast.com/t/Oq2j2lHBs9 or if you want to use a static page you can set it from the same location – http://screencast.com/t/AxbvhB91p
Your second page doesn’t exist – http://screencast.com/t/rom0ed1yf
Please provide more details about this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use it without any problems if it is working for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I see that you solved the issue with thumbnails – http://screencast.com/t/4byhTVDZ4 You should have in media library all uploaded images, not thumbanils.
2. I guess it was a caching issue – http://screencast.com/t/rh6RZpM2e8 so please clear cache.
3. Did not found any issues on your category page, please provide more details and also clear cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue, as I have check it again and it’s working for default gallery – http://screencast.com/t/YB6xcfZzUjhttp://screencast.com/t/OkWLdkc4g0m
If you use speedbooster you will have to delete the code from – http://screencast.com/t/kDXKit5I2diY

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, it is fixed from version 6.2 – http://screencast.com/t/QxMovONfM

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have added this on our feature requests list and we will try to implement this in a future update.

Thanks for suggestion!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your articles and you use post style 5 that’s why your featured video is not displayed on your post page – http://screencast.com/t/JLXBZ8BN so please change the the style and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You need custom modifications to achieve that, as you will have to change the log to position absolute and target it for each screen device using media queries. For example you can customize header style 7 – http://screencast.com/t/cxNGeCQQEXkhttp://screencast.com/t/SYJdQVw6 You may need additional customizations, I suggest to hire a professional if you don’t know how to do it, as we cannot provide any type of custom work at this time, sorry!

.td-header-style-7 .td-header-sp-logo img {
position: absolute;
right: auto;
left: 50px;
top: 70px;
}
@media(min-width:768px)and (max-width:1018px) {
.td-header-style-7 .td-header-sp-logo img {
top: 40px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I suggest to hire a freelancer if you don’t know how to do these customizations, as we cannot provide custom work at this time, sorry! Please provide a link so we can take a look at this and try to provide a start for your customizations!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use Video Player element of Visual Composer to add your playlist – http://screencast.com/t/wUeBbPz8
Result: http://screencast.com/t/1yYc5xUx3xhttp://screencast.com/t/SZkP5Yrp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check blocks settings to change the title, filter options, pagination – http://screencast.com/t/BOqDNopXCT also you can find this in the documentation – https://forum.tagdiv.com/block-settings-tutorial/ Let me know if you still have any issues related to the theme.
Also you can check our youtube page – https://www.youtube.com/user/tagdiv/videos we will add more tutorials there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Din pacate Tabs block din Visual Composer sunt considerate elemente complexe care nu permit adaugare unor alte elemente complexe, poti adauga elemente simple. Poti rescrie aceasta valoare care este adaugata de css-ul din Visual Composer, incearca acest css in Theme Panel > Custom Css :

.wpb_tabs .wpb_video_widget .wpb_video_wrapper iframe {
height: 95%!important;
}

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css and also clear cache:

.td-page-wrap {
background-color: transparent !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you removed the old theme files before updating the theme? You might have this issue because the old elements files(icons files) are still from the version 4 of the theme. So please make sure that the old theme files are removed. Try to remove these files – http://screencast.com/t/efvmLsNHhD and paste instead the new files from package that you have downloaded from themeforest(new version of the theme) and clear cache. Also please provide a link so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest theme version 6.2.1 and also you have update the plugins that come with the theme files from the /plugins folder. Also please disable all plugins except of Visual Composer, clear cache and se if you still have this issue with Big Slider, as I have checked your site and you have a javascript error in the console that might cause some issues – http://screencast.com/t/vtoYVE2vNm

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked this and you are right, I have also added it on our list and the views will be removed also from slide module. Until we will remove it please comment this line – http://screencast.com/t/WZd0YmnEG or you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/vVcxsohcj

.td_block_slide .td-post-views {
display: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use adsense code? Please note that the theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space and also hide/size option will work on it. For non-adsense banners you need to add a specific size for each device as the theme will not handle it, please check documentation – https://forum.tagdiv.com/article-ads/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For pages the content is especially designed to be used pagebuilder(Visual Composer) and add elements(blocks) there and you can set fonts for these in Theme Panel > Theme Fonts – http://screencast.com/t/x27edUpp
If you add text content to your page it should work this option to change the fonts – http://screencast.com/t/OjjRdhlgD as you can see – http://screencast.com/t/W28c0WjVShttp://screencast.com/t/VBgVSvxfehttp://screencast.com/t/WkqD28nwA
If you use text block on your page the font family can be changed for body and it will be applied also on text block content, unfortunately for font size, style you will have to use custom css as there is not option in Theme Panel – http://screencast.com/t/ol5bsfw7vd25 or change to html editor and add inline css – http://screencast.com/t/xos8wa1J2Iw9

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this is what you mean but the header menu has an inline height – http://screencast.com/t/8IM4vXY99x You can try to use browser’s inspector to target header elements and find a solution where to add a max-height value.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and like @BrysonT I see your images – http://screencast.com/t/VsZLin2V please clear you cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. I have checked your article and you have a script there, please try to use your code directly in the post template that you use above/bellow the content and see if your code works – http://screencast.com/t/It0jjNC41nEh or you can add your script in a text block and see if it is displayed, as it may be an issue with your code.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need custom work for this as this cannot be achieved only with custom css and it is not an easy task and unfortunately we cannot provide any type of custom work at this time as we work hard on development, fixes and support, sorry! You will have to call the top widget(social icons) in the header style that you use like it is located in the top menu template – http://screencast.com/t/UxLNvFQF and change the logo and banner position. I suggest to hire a freelancer to do this for you if you need this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that the above solutions(mine and Emil’s solution) are applied on tagdiv gallery and wordpress default gallery. This is not applying on content images or other galleries so it should work fine on galleries.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If your featured image is smaller, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
As you can see where you use images big enough to be cropped for module that you use, they are displayed fine(the thumb is created) – http://screencast.com/t/UE8fZveUhttp://screencast.com/t/AEaV0BtIQI
But where you use a smaller image – http://screencast.com/t/TCucZmQSxwwx this is not enlarged(this can be only cropped) on modules so it is used at full size – http://screencast.com/t/evY8jlwQex

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please enable show author from Post Settings and check all post templates maybe it is commented author line there – http://screencast.com/t/8wlZyFirSz

Thanks!

Viewing 25 posts - 3,801 through 3,825 (of 7,871 total)