- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello ricWhittakerJr,
Unfortunately, I do not exactly understand what you want to achieve. Provide your website URL and also, more useful screenshots where you want to explain what you want to do. If you want to edit/or add some classes into the style CSS for mobile theme, you should edit the style.css from mobile section, like this -> https://www.screencast.com/t/CCshI8zmL
Hope this helps!
Thanks for your understanding!
Hi,
This is a strange issue, I suggest you disable all your plugins except Visual composer, clear the cache (very important) and try again to enter some code in the custom css section. Maybe some plugin is interfering with this field in your case. What about the other custom fields, is the same problem present? If nothing works you could try to make a fresh theme install by FTP – https://forum.tagdiv.com/install-via-ftp/ Please let us know how it goes.
Thanks
Hi,
I have mentioned that this customization can affect other elements in the header structure, or the page layout. If you can fix this problem, the solution could interfere with other elements and so on and it could lead to many problems, not to mention the css code needed. Please have a little more patience, as I already mentioned what you are trying to achieve will be a one click option in the theme panel in the next update.
Thanks
It is working but you did not add it properly maybe. I do not know what css to provide as I cannot tell where exactly you are trying to add a shadow to. Please provide an example so i can provide an example code.
Thank you!
Hi,
I just tested a post , made it a draft and changed the settings like so: https://www.screencast.com/t/LiDbgBK9AE5
The result: https://www.screencast.com/t/HuaUlXkQb
Works exactly as expected. You may have another css affecting you quotes that interferes with the theme functionality. Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate this issue.
Please also include a link to this topic so we can identify you.
Thank you!
Hello WakeUpCallProject,
If you want to change this color, you should use the code below and place it in Theme panel->Custom CSS Area.
The code is ->
.td-sub-footer-container, .td-sub-footer-container a{
color:#EC8003!important;
}
The result is here -> https://www.screencast.com/t/TCWhjs2a
Thanks for your understanding!
Hello,
The underline for the tob bar can be added using a custom css. Try this code in the theme panel->custom css box:
.td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid #e0e0e0;
margin-bottom: 20px;}
Thank you!
Hi,
If you want to do achieve something like this , you could do it using a code like this one – https://www.screencast.com/t/foMyVlUGxf and change the color how you want. This is the code used in the example, and it must be entered in Theme panel->Custom Css. Please let me know if this is what you wanted or you need something else.
.td-ajax-prev-page,
.td-ajax-next-page {
background-color: yellow;
}
As for the icon and link, I do not understand exactly where you want to insert them, if you could provide more details, I’ll try to give you a solution.
Thanks
For example, in the following list you can see 15 pages and these look like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT
here is the link: http://leveltoday.com/15-times-dragon-ball-z-crossed-series/12042/
To the page I added the buttons PREVIOUS and NEXT, there is some way to hide the numbering and leave only these Buttons Preview NEXT.
Any css code for this?
Look at this article from this site: http://whatculture.com/gaming/mass-effect-andromeda-10-hilarious-animations-you-need-to-see
This is how I would like to see the PREVIOUS and NEXT buttons.
Note: I do not use smart list because I like to use inline ad and I better place the ads thanks to this one.
Hello sir!
I was added the css code what you give. But nothing change.
Im added it in custom css section, and in advanced section too.
But, doesn’t works.
hello
i cannot write/type in to the box code, the cursor did not change to type mode
so i cannot create my own custom css
hope you have understand
thanks
False alarm. I realized that in the CSS I did not put the “.” for selecting a class. Sorry, not sure if I can just delete this as this was not really an issue?
Thanks,
I have added an image and gave it a custom Class “eww_profileImage”. I then added the following custom CSS in the Mobile Theme settings in the Theme Panel.
eww_profileImage {
border-radius: 150px;
}
To be clear this is the custom code in the Mobile Theme tab not the Custom code for the site which I am aware there is a difference.
I click save from the Theme Panel, I cleared my cache, I reloaded the page on my mobile phone and nothing changed… I loaded this on my desktop browser and made turned on the mobile option in the dev tools so that the mobile site would load. I then confirmed that the image did have the class showing but the custom CSS is nowhere to be found. Could you please let me know if I am not doing something correctly?
Thanks,
Hi, I create a custom RSS feed for my website. I have to add to this feed the TagDiv Slide Gallery as Media Attachment (like the primary image code in the RSS feed). Actually, when an article has this type of gallery all the images are hidden (as you can see from the feed, you can only see the thumbs CSS code). For article like this i need to add a function to call your slide element?
What’s the fastest way to call via ‘PHP’ slide 1 + slide 2 etc. image URL?
Thanks
Nicolò
Hi, I already added custom fields.
I just want know if there is a workaround to avoid quotes from shortcode [acf field=”bundle”] breaking the block code of newspaper theme when passed as post parameter
:
[td_block_13 separator=”” post_ids=”[acf field=”bundle”]” tdc_css=””]
Thanks,
Francesco
Hi,
Please provide more details about what difficulties you are experiencing with the custom css section in the theme panel, so we can provide a more accurate response.
Thanks
Not working. Please give .css code
Hello vortihk,
1)I suppose that you want to change the module layout for your module used, right? Please notice that we do not recommend doing this because you can break the theme design.It is not a simple task and requires to make some additional customizations though the code which involves custom work, and we cannot provide at the moment, sorry! You should find another module which satisfies your desire and uses it on your website and checks the results.
2)Here is talking about the category siblings which can be hidden with a bit of CSS code. Try the code below and place it in Theme panel->Custom CSS Area.
The code is ->
@media(max-width:767px){
.td-category-siblings{
display:none;
}
}
Hope this helps!
Thanks for your understanding!
Hello jyoti,
If you want to change the font style of these sections, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-pulldown-syle-default a{
font-size:20px!important;
}
.td-excerpt{
font-size:15px!important;
}
.td-module-title a{
font-size:20px!important;
}
The result is here -> https://www.screencast.com/t/SweZSTML
Thanks for your understanding!
Hello,
You can add shadows using css. There are shadow creation tools you can use to create the css code like for example: http://www.cssmatic.com/box-shadow
I hope this helps.
Thank you!
Good afternoon.
Very interested in how to change the color of the paging buttons in all the blocks throughout the site. I use the following settings: block settings-pagination-next prev ajax.
I’m sure that this can be solved using CSS.
Just interested in how I can insert an icon and a link to the social red https://ok.ru/?
Thanks!
@Simion C. You misunderstand. I think the built review is great! But it is geared towards the author, not the visitors. There’s always two sides of the review, mine as author, and visitor as reader.
The built in review should stay, but could be a bit refined with extra features for me as author (like rating templates, so I don’t have to enter my options in all my posts).
There’s two plugins on WordPress that is worthy of mentioning, Site Reviews and Comment Rating Field Plugin. I’ve integrated the latter into my sites comment system, adjusted the CSS, so now I have Author rating and Visitors rating.
Many customers/readers are looking for both the authors, and the existing customers reviews when shopping online.
So, the existing review should stay…just need some extra features. 🙂
Hi, I need to insert a shortcode to define post_ids for a block from an adavanced custom field value.
Something like this:
[td_block_13 separator=”” post_ids=”[acf field=”bundle”]” tdc_css=””]
But this breaks the syntax.
How can I solve this?
Thanks,
Francesco
hello, we have trouble to write css code in theme panel > custom code > custom css
i have
wp 4.7.3
newspaper : version: 7
any idea about this issue ? i already deactive all plugin but the problem still remain
capture attach : http://prnt.sc/em5jqb
Hi,
You can remove or modify that text in Theme panel->Translations – https://www.screencast.com/t/dNGccypg – https://www.screencast.com/t/NNwualBdDi7A there is no need to use css for this.
Thanks