Search Results for 'css'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

Please try to enable also like buttons from Theme Panel > Post Settings – http://screencast.com/t/BBrLbRuGV0 and also twitter share will pop up. Also if you don’t want to display like/tweet buttons you can use this custom css in Theme Panel > Custom Css to hide them – http://screencast.com/t/FODVkKei

.td-classic-sharing {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can do this for each link that you add in a post/page content like this – http://screencast.com/t/ADXoKxifLhttp://screencast.com/t/Lo4Pf5YJNIH
Also if you want to do this for old articles and you don’t want to edit them, you can try this custom css for post content links – http://screencast.com/t/dgUVGhkJw8

.td-post-content a {
color: #222;
font-weight: bold;
}

For pages will be more difficult to target only text links but I guess that you use a text block for this, please provide a link so I can check this how you created the page and try to provide an accurate solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use blocks without thumbnails like block 9 or 10 – http://demo.tagdiv.com/newspaper/block-9/ for your homepage and also for you category page – http://screencast.com/t/BjNjEp7g Also if you want to use another modules or blocks without the thumbnails you can remove it from the code for each module – http://screencast.com/t/08aOLT9Cjv but you may need additional css customizations – http://screencast.com/t/wszdbxRHD

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL so we can take a look. Also please make sure that no files from version 4 of the theme remain after update like it is specified in the docs(this depends how did you updated FTP,wordpress..) and check if you updated also the plugins that come with the theme files from the /plugins folder and check the version – http://screencast.com/t/nn2stdsARkr
If you follow all these steps from “how to update 4-6” guide and run the script check your page only with Visual Composer active an also clear cache. You need also to regenerate the thumbnails after update – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Please note that in version 6 any customization(to the theme files, custom css) from old version will not work and you will have to re-add them. In the “how to update” guide is specified that you will have to run the script that will import from database your settings, will change the shortcodes. Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you update the theme properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and also disable all your plugins before update. After update please make sure that no files from version 4 will remain, to make sure of that you can try to update via ftp – https://forum.tagdiv.com/install-via-ftp/ then update also the theme’s plugins from the /plugin folder, activate it from here – http://screencast.com/t/ZtkWY5ykJgCh and make sure that you use the latest version – http://screencast.com/t/nn2stdsARkr check your site only with Visual Composer active and see if it works.
Please note that in version 6 any customization(to the theme files, custom css) from old version will not work and you will have to re-add them. In the “how to update” guide is specified that you will have to run the script that will import from database your settings, will change the shortcodes. Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can install the sport demo style with/without the content so it will import setting used on our sport stack – http://demo.tagdiv.com/newspaper_sport/ create your homepage using pagebuilder – https://forum.tagdiv.com/how-to-use-visual-composer/ and also set your page template – http://screencast.com/t/aopaRVwr
2. You can use Big Grid Slider or IOS Slider on your page if you to slide the articles – http://demo.tagdiv.com/newspaper/big-grid-slide/http://demo.tagdiv.com/newspaper/ios-slider/
3. You can customize the ajax pagination using custom css in Theme Panel > Custom Css, if you don’t have basic experience I suggest to get someone to help you for these customizations as we cannot provide custom work at this time, but we can do some suggestions.
4. Not sure what you mean, please provide more details – you can check our demo and see all tagdiv blocks – http://demo.tagdiv.com/newspaper/block-1/
5. Please provide more details about this.
6. You can add elements to your sidebar from WordPress dashboard.

Please make sure that you go through documentation – https://forum.tagdiv.com/wordpress-information/ we have added there and explained how works some of the theme options also you can check our youtube channel for some video tutorials(we will add more video tutorials) – https://www.youtube.com/user/tagdiv/videos Also please let us know if you still have any issues related to the theme and we will try to help you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper 6 should be regarded as a new theme, that’s why we recommend to make a clean install(I recommend FTP method) and make sure that no files from old version will remain there. Please note that in version 6 any customization(to the theme files, custom css) from old version will not work and you will have to re-add them.
This video tutorial may help more – https://forum.tagdiv.com/install-via-ftp/ Also please check this guide for Visual Composer – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
In the “how to update” guide is specified that you will have to run the script that will import from database your settings, will change the shortcodes. Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.

Thanks!

doucare1971
tagDiv Member

Nevermind [td-ss-row] is what I need to add to the widgetized sidebar css class. Found it in the comments section of the theme.

Johnny
Participant
#0

This is similar to the effect I’m trying to achieve using Newspaper 6.3:

http://www.adweek.com

You see how on their inner column we have the red title (sans serif) and then the lighter subtitle (serif).

I’m building this module off of 5. I’m using the plugin method and I have had success making custom styles this way.

My attempt is something like this:


<div class="<?php echo $this->get_module_classes();?>" <?php echo $this->get_item_scope();?>>
<?php echo $this->get_title();?>
<?php echo $this->get_quotes_on_blocks(); ?>
<?php echo $this->get_item_scope_meta(); ?>
<div class="td-module-image">
<?php echo $this->get_image('td_417x235');?>
<?php if (td_util::get_option('tds_category_module_5_2') == 'yes') { echo $this->get_category(); }?>
</div>
</div>

But I’m not sure how to go about creating the custom CSS and using the correct variables to make this happen. Any assistance would be greatly appreciated!

daimpa
Participant
#0

Hi, I’m going to update the theme to version 2.0. I’ve noticed that you made changes to child theme CSS and functions.php. Should we modify them? Their changes are not listed in the changelog.

Also, what if the name of the parent theme directory is different from “Newsmag”? It’ll detect the parent theme automatically via what it’s set on wordpress?

Thanks!

Andrei L.
tagDiv Member

Hi

1 To centralize the menu you will need custom css, like here in theme panel > custom css: http://screencast.com/t/ExIftwitJR

.sf-menu {
margin:0 auto;
display:table;
}

2 The big grid (or any block) doesn’t have a setting to display an article on a specific table. A solution to control this would be to filter by tag: http://screencast.com/t/cXaLaKQlE so only the article with that specific tag will appear on the big grid.

Thanks!

josito
tagDiv Member

Thanks anyway, i will try to replicate with css or something.

Andrei L.
tagDiv Member

Hi

For some reasons your button have an incorrect style property, might be from an plugin which overwrite the theme css. You can try deactivating all plugins, except Visual Composer, and test again. If the problem persist add this custom css in theme panel > custom css:

.td-scroll-up {
bottom: 4px!important;
}

Here is the result: http://screencast.com/t/XV4OOhUE

Andrei L.
tagDiv Member

Hi

Newspaper 6 must be regarded like a new theme and before update you should consider the following aspects:

– backup your current theme/WordPress/database: https://codex.wordpress.org/WordPress_Backups
– empty all caches/purge files if you also use CDN host then disable any services of this type until you switch to the new theme
– setup a maintenance mode (if your site is live) and you can use a plugin for that
– disable all plugins
– install the theme then install the required plugins
– switch back the rest of the plugins and start other services

Also you can check our documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/ Notice that it’s important to back up your site, in case something goes wrong, you can get back at the previous theme version.
If you have any custom modification in the code or custom css will not work in version 6 of the theme.
Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you do a clean update like is recommended in this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and also update the theme’s plugins that you can find them in /plugins folder from package downloaded from themeforest. Newspaper 6 should be regarded as a new theme, that’s why we recommend to make a clean install(FTP should work fine) and make sure that no files from old version will remain there. As you can see on your site – http://screencast.com/t/i0f9rupEtG1s Please note that in version 6 any customization(to the theme files, custom css) from old version will not work and you will have to re-add them. In the “how to update” guide is specified that you will have to run the script that will import from database your settings, will change the shortcodes. Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

When you update your theme, you will lose all custom modifications to the theme files, you will not lose any theme settings/option/colors/custom css from Theme Panel.
And there are tutorials how yo update/install the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ and also video tutorials – https://forum.tagdiv.com/install-via-ftp/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/QVxvOgtC you will have to use media queries for each screen device and also you will need additional customizations for logo, menu items, unfortunately we cannot provide any type of custom work at this time as we work hard on development, fixes and support, sorry!

@media (min-width: 1020px){
.td-header-style-7 .td-header-menu-wrap-full {
height: 171px !important;
}
}
@media (min-width:768px) and (max-width: 1019px){
.td-header-style-7 .td-header-menu-wrap-full {
height: 100px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css:

.td-sml-link-to-image {
pointer-events: none;
cursor: default;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that you use version 4 of the theme and you still have that error, usually the javascript errors are caused by plugins that conflict with theme javascript, that why I suggest to disable the plugins and also css/js minification. As you may have also updated a plugin and it may cause this issue. What is the version of the theme and Visual Composer that you use?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css in Theme Panel > Custom Css area – http://screencast.com/t/D4uHh4L0

.td-header-style-8 .td-a-rec-id-header > div {
display: table;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to change the menu name and see if it works,as the name that you use it may coincide with a class used by the theme and it is a css for it.

Thanks!

gfran5
Participant
#0

Hi,

So i posted about this not too long ago, the response was to use plugin Animated GIF Resize which is not being updated by the developer.

I think i may have found an alternative solution for this.. through this site distractify.com

Rather than loading the image thorugh img src attribute they use the image as a background instead and use CSS like – background-position: center; background-repeat: no-repeat; background-size: cover;

Can anybody guide me on how i could do something similar..

Regards,

Glenn

Alin [tagDiv]
tagDiv Staff

Hi,

For modules you can edit td_module.php(video icon -is the same location) – http://screencast.com/t/jXTx5xGA
For navigation arrows we use now fonts – http://screencast.com/t/3G4g8xO2nkYhttp://screencast.com/t/RHCbwWXpqvbIhttp://screencast.com/t/XXFhmm1Dp
The logo has now a specific csshttp://screencast.com/t/JjRcS1xThttp://screencast.com/t/nogh3r1cmAC

Thanks!

Irreverent Gent
tagDiv Member

Hi Again,

I’ve removed all custom coding and disabled all plugins. I’d like the entire header container to have a height of 200 px, but can’t seem to figure out the right css code for this. Any suggestions?

n_thomas
Participant
#0

Hi,
Since the update from 4.x to 6.2, the background color of a widget title is black (RSS feed).
The accent color is set to red.
The headers background color is set to red.
We also tried with CSS settings we found on this forum but it doesn’t work.

Any clue?

Thanks,
Thomas

Viewing 25 results - 27,626 through 27,650 (of 33,436 total)