- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
That is correct. These social sharing icons are from JetPack. Jetpack is used by many users. Here is how to make the JetPack sharing icons look nice and neat with this theme.You can add whatever buttons or social media sharing you use, change colors etc.
Instead of looking like above they will not look like this —
Place Code in – Appearance/Edit CSS
/* JetPack Social Buttons */
div.sharedaddy div.sd-block {
border-top: 1px solid rgba(0,0,0,0.13);
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgba(0,0,0,0.13);
padding: 0;
}
.single-format-quote div.sharedaddy div.sd-block {
display: none;
}
div.sharedaddy .sd-content {
float: left;
margin-top: 10px;
margin-top: 1rem;
margin-bottom: 10px;
}
div.sharedaddy a.sd-button {
border: none !important;
box-shadow: none;
}
.sd-social-icon-text a.sd-button > span, a.sd-button > span {
opacity: 1;
padding: 4px 10px;
padding: .4rem 1rem;
}
li.share-facebook a.sd-button > span,
li.share-google-plus-1 a.sd-button > span,
li.share-tumblr a.sd-button > span,
li.share-pinterest a.sd-button > span,
li.share-twitter a.sd-button > span,
li.share-pocket a.sd-button > span {
border: none;
color: #fff;
font-family: ‘verdana’, arial;
font-size: 6px;
font-size: .6rem;
font-weight: 300;
letter-spacing: 0;
text-transform: uppercase;
}
li.share-facebook a.sd-button > span {
background: #4965a0;
}
li.share-facebook a.sd-button:hover > span {
background: #1e73be;
}
li.share-twitter a.sd-button > span {
background: #55ACEE;
}
li.share-twitter a.sd-button:hover > span {
background: #1e73be;
}
li.share-google-plus-1 a.sd-button > span {
background: #dd4b39;
}
li.share-google-plus-1 a.sd-button:hover > span {
background: #1e73be;
}
li.share-tumblr a.sd-button > span {
background: #35465D;
}
li.share-tumblr a.sd-button:hover > span {
background: #1e73be;
}
li.share-pocket a.sd-button > span {
background: #F15367;
}
li.share-pocket a.sd-button:hover > span {
background: #1e73be
}
li.share-pinterest a.sd-button > span {
background: #D5222A;
}
li.share-pinterest a.sd-button:hover > span {
background: #1e73be;
}
.sd-content .sd-button span.share-count {
color: #fff !important;
font-size: 100% !important;
}
.sd-button span.share-count { /* Disable Counters */
display: none;
}
div.sharedaddy h3 {
font-size: 20px !important;
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
text-transform: none;
letter-spacing: 0;
line-height: 1;
font-weight: bold;
}
-
This reply was modified 9 years by
bformhals.
Hi,
I don’t know exactly how you have created that block. It does not seem to be one of the default blocks. The unique articles feature works properly using the default elements
– https://forum.tagdiv.com/unique-articles/
Thanks
Hi,
That sorting option is not available in the Visual composer that comes provided in the thee package. It would not be easy to add a new sorting option besides the default ones. Please try and use the available post sorting options for the blocks and widgets.
Thanks
Hello,
We cannot say exactly what features will be added. We will add multiple new blocks, grids, and elements to the composer in future releases.
Please as a note, do not use both builders on the same page.
Thank you!
Buna,
1) Article bottom ad are display:none pe mobile ca setare default: https://www.screencast.com/t/thTtGZuU
Poti reactiva acest ad cu urmatorul cod css:
@media (max-width: 1018px) and (min-width: 768px){
.td-visible-phone {
display: block!important;
}
2)Acest lucru se intampla deoarece folosesti un block text with title. Acest element are nevoie de continut. Mesajul poate fi sters de aici: https://www.screencast.com/t/hAfE0Khbtp
3) Prin builder-ul nostru nu am incercat sa copiem visual composer si de aceea anumite elemente nu se vor regasi ca de exemplu, tab-uri, acorioane sau alte galerii si grid-uri specifice de visual composer. In viitor vom adauga propriile noastre elemente.
4) Modificarea elementelor predefinite din footer nu este posibila dar este posibila eliminarea lor si inlocuirea lor cu alte elemente. https://forum.tagdiv.com/footer-templates/
5) Depinde de cod. Daca codul este un css, atunci cel mai probabil o sa mearga. Daca sunt modificari in fisierele temei, atunci acestea vor trebui adaptate la noul cod daca este cazul.
6) “Ultimele articole” este un element predefinit ce vine din template-ul paginii: https://forum.tagdiv.com/page-templates-2/
Textul se poate traduce din sectiunea de translations din theme panel
7)Daca folosesti tema mobila, ea nu foloseste nici visual composer nici tagdvi composer. Aces aspect este prezentat aici: https://forum.tagdiv.com/the-mobile-theme/
8) Spatierea functioneaza fara probleme pe toate platfoirmele noastre de test: https://www.screencast.com/t/8ZKDDZXr – https://www.screencast.com/t/aZCiC9B4Xt4
9) Nu recomandam editarea continutuilui cu ambele builder-e. Probabil te refereai la tagdiv composer, nu la visual . Daca nu, ar fi bine ca o pagina sa foloseasca un singur builder. Aceasta optiune functioneaza fara probleme pe toate platformele noastre: https://www.screencast.com/t/Eqg6Zpb9
Pentru cele 2 probleme referitoare la spatierea pe text with title si culorile pe news ticker te rugam sa ne contactezi pe email la contact@tagdiv.com si sa ne oferi un link, username si parola sa putem sa investigam problema direct pe site.
Multumim
Hello matpl,
As a general rule, if you want to bring best theme results you should use only HD images. As you known, the theme uses some thumbs will cut the images according to what modules are used. Please check the modules/blocks from here -> https://www.screencast.com/t/qPqNIx5Zq
Thanks for the message!
Hi,
Try to disable the tagDiv composer plugin, clear any caching installed and see if the page is displayed properly. Here you can find more information about the newly introduced page editor – https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Hi,
There is no sorting option for the blocks like the one you mention. Here you can find all the available options and settings for the blocks at the moment
– https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Hi,
I use several types of big grid on my page. How do I know what is perfect size of feature image to look nice and pro? I see that every grid/block need diffrent size of feature image…
Hello Douglas,
If you do not want to use the stars symbols on modules/blocks you should use a bit of CSS code to hide them If you want a more accurate code, you should provide your website URL so I can take a closer look at it.
Thanks for the message!
Hi
for one of my widget in home page (newspaper 7) i wanted to show the posts by the last modified date sort order. By default there in no such sort order. is there any way to manually add the ‘date modified’ sort order ?
I contacted visual composer, according to them they have such option by default but the blocks comes with newspaper theme is customized and should contact the theme support for that.
Regards
Rakesh
Hello,
I have a customer that needs to filter on one block just the most viewed post for last month, I have looked that you have Polular (7 days), Pupular (All time) and Popular (Jet pack + Stats. How can I do this filter for one month?.
Regards,
Raul.
Can you please make popular post more advanced like this plugin: WordPress Popular Posts
link to plugin:
https://wordpress.org/plugins/wordpress-popular-posts/
I know you maybe tell me, use plugin but it would be nice to have it from you in the theme as one package.
So we customers would be happy and you theme would have another level to beat competition
MAIN FEATURES of WordPress Popular Posts Plugin
Multi-widget capable.
That is, you can have several widgets of WordPress Popular Posts on your blog – each with its own settings!
Time Range
– list those posts of your blog that have been the most popular ones within a specific time range (eg. last 24 hours, last 7 days, last 30 days, etc.)!
Time Range Especially this feature would be really really nice!!!
Custom Post-type support.
Wanna show other stuff than just posts and pages?
Display a thumbnail of your posts! (see the FAQ section for technical requirements).
Use your own layout! WPP is flexible enough to let you customize the look and feel of your popular posts! (see customizing WPP’s HTML markup and styling the list for more).
WPML support!
WordPress Multisite support!
OTHER FEATURES
Check the statistics on your most popular posts from the dashboard.
Order your popular list by comments, views (default) or average views per day!
Shortcode support – use the [wpp] shortcode to showcase your most popular posts on pages, too! For usage and instructions, please refer to the installation section.
Template tags – Don’t feel like using widgets? No problem! You can still embed your most popular entries on your theme using the wpp_get_mostpopular() template tag. Additionally, the wpp_get_views() template tag allows you to retrieve the views count for a particular post. For usage and instructions, please refer to the installation section.
Localizable to your own language (See the FAQ section for more info).
WP-PostRatings support. Show your visitors how your readers are rating your posts!
Bună seara,
Am realizat actualizarea la versiunea 8 a temei și aș avea câteva întrebări să vă adresez:
- Reclama de sub articol (Article buttom) nu apare dacă fereastra browserului este îngustă (suficient încât să fie interpretat ca mobil), chiar dacă nu am dezactivat afișarea ei nici pe desktop, nici pe tabletă, nici pe mobil. Menționez că nu este reclamă AdSense, ci un script personalizat, iar această problemă a apărut și în versiunea precedentă a temei. Articol exemplu: https://itutorial.ro/2017/05/youtube-activitate/ (de fapt, nu am găsit vreun articol în care să apară reclama respectivă pe fereastra îngustă); sistem de operare macOS 10.12.5, browser Safari 10.1.1 și/sau Chrome 58. https://www.screencast.com/t/8w6NyTaa
- Cum fac să scap de acest loc liber pe pagina principală? Menționez că atunci când selectez „Block Header 13” (și nu doar), apare automat un câmp de text intitulat „Insert Your HTML Code Here…” de care nu reușesc să scap decât dacă introduc ceva (în cazul de față o line orizontală). Deci, se poate face ceva să nu mai am câmpul acela ori să scot spațiul gol?
- În tagDIV Composer există posibilitatea de a adăuga meniuri care se extind la clic. Mai precis, în celălalt Visual Composer aveam o opțiune de genul
[vc_accordion collapsible="yes" disable_keyboard="" active_tab="false"][vc_accordion_tab title=x], dar aici nu găsesc nimic similar. - Cele trei elemente din subsol se pot modifica la stilul 1, astfel încât să nu mai apară Alegerile Editorului, Articole & Categorii Populare?
- În pagina de sursă s-au efectuat modificări importante, sau pot adăuga liniștit codul pentru sursa 2 pe care mi l-ați furnizat mai demult?
- Titlul „Ultimele Articole” de pe pagina principală poate fi personalizat că nu se potrivește deloc cu celelalte? Nu știu dacă are relevanță, dar eu am păstrat pagina principală de dinainte; am șters din ea toate elementele WPBackery Visual Composer și am creat unele noi în noul Composer.
- Cum fac ca întreg conținutul modificat cu tagDIV Composer să fie afișat corect și pe mobil. L-am copiat în Mobile Editor, dar pagina arată așa…: https://www.screencast.com/t/4OfCmdvxfK
- Block-ul Text with Title din Visual Composer nu respectă rândurile libere lăsate în WP Editor decât la inserarea unui alt format de paragraf. Astfel, dacă în WP Editor am aranjat textul cu rânduri libere, în pagina actualizată de pe site nu îl voi vedea sub această formă, toate rândurile fiind puse unul în continuarea celuilalt până la întreruperea de un text H3, de exemplu. Exemplu concret
- News Ticker-ul nu respectă culoarea de fundal / text pe care o specific în Visual Composer.
Aștept cu interes răspunsul vostru. Până atunci, felicitări pentru această actualizare și, în special, pentru tagDIV Composer!
Mulțumesc!
Block slide suddenly stopped working and I can’t figure out why even after a rollback was done to an earlier working state. What could be the likely issue? http://www.mediavibe.ng/
Hello Catalin, thanks for the reply.
Nothing happens. All plugin off, only TD Visual Composer in active state.
But when i try to get a block still loading infinite. Also i can’t drop element.
At the moment i have tested it in a clear wordpress istallation, without any cache. Also Cloudflare is off.
Here my system status:
This happens because you changed the line height on the block titles from the theme panel.
A minimum of 35 px is required for the elements to display properly in this font size.
You now have iot set to 22 px.
Thank you!
Hi,
If you mean the block titles these can be changed by clicking on the block like this
– https://www.screencast.com/t/iu80Fd3Teyb
More information here – https://forum.tagdiv.com/block-settings-tutorial/
For the Latest articles section you can change the text in Theme panel->Translations
– https://www.screencast.com/t/DnxDpqCQAz
If you have tried it like this and the changes are not saving properly, please check the theme system status and make modifications if needed to the parameters mentioned in this guide – https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
Those pagination styles are not available for the search and author page. They are only available for blocks, category pages etc. There are no options to change the pagination in this cases. Maybe more options will be added in future theme updates, but I could not say when this will happen.
Thanks
Hi,
The category pages are not available for edit at the moment. The category templates can only be customized through the theme panel. These templates can be found in the theme folder here – https://www.screencast.com/t/kitUM93y
If you would like to add content to a category page you could enter it directly in the category template file. You can find multiple solutions here on the forum. Here are a few
– https://forum.tagdiv.com/topic/how-can-i-use-shortcodes-in-category-descriptions/
– https://forum.tagdiv.com/topic/trending-now-on-category/
– https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/
I have no solution if that particular plugin does not work with the theme. Some plugins are simply not compatible. Not all themes and plugins offer the same level of compatibility unfortunately.
Maybe in future updates the category pages may offer options for more advanced customization, but I could not say for sure when this will happen.
Thanks
Now we are building sites in tagdivcomposer, but some features that we used before aren’t here anymore. Like search box, rss, more page layouts, accordion, raw javascript? Will this be added to the tagcomposer or not? Yes we inserted text with title, but when we opened – edit content – as you can see from the photo from my last post, you can’t do anything, so you still have to switch back to visualcompsoer to add content. This is what i’m trying to say, that you still have to use some features of visual composer, like text block, because it isn’t functioning yet in tagdivcomposer. By months i meant that we came to the desire look of page – me moved, wrote, added, new content over the time, the page was built with visual composer quite fast, i meant the whole process of building the webpage. We got used to visualcomposer, and now, all over again. Its problem, because some functions aren’t available in tagdiv anymore, that’s the whole problem. So i’m asking once more, will this missing features be in tagdiv composer or not? Otherwise its ok the new builder, just some little extra features. 🙂
Thank you.
-
This reply was modified 9 years by
slolink.
Now we are building sites in tagdivcomposer, but some features that we used before aren’t here anymore. Like search box, rss, more page layouts? Will this be added to the tagcomposer or not? Yes we inserted text with title, but when we opened – edit content – as you can see from the photo from my last post, you can’t do anything, so you still have to switch back to visualcompsoer to add content. This is what i’m trying to say, that you still have to use some features of visual composer, like text block, because it isn’t functioning yet in tagdivcomposer. By months i meant that we came to the desire look of page – me moved, wrote, added, new content over the time, the page was built with visual composer quite fast, i meant the whole process of building the webpage. We got used to visualcomposer, and now, all over again. Its problem, because some functions aren’t available in tagdiv anymore, that’s the whole problem. So i’m asking once more, will this missing features be in tagdiv composer or not? Otherwise its ok the new builder, just some little extra features. 🙂
Thank you.
Hello,
The new big grid full blocks do not have font options yet. We plan to add them in the future but until such time you can use a bit of css to change the font sizes.
.td_block_big_grid_fl_4 .td-module-title a, .td_block_big_grid_fl_8 .td-module-title a{
font-size:25px;
}
The images however cannot be adjusted as the thumbnails and css are created for this specific dimension. The blocks in our grid are not editable in width and height. They are predefined in size. Different blocks have different sizes and aspect ratios.
Thank you!
Hello,
Our modules and blocks are compatible with custom post types and you can show a cpt directly in the block by using the post type setting like mentioned here: https://forum.tagdiv.com/block-settings-guide/
https://www.screencast.com/t/6ZhE2jmbaYTf
Thank you!