- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Hi,
That is the Craft ideas demo that you have installed. This demo has some design and styling placed on the Read more button, most demos have unique custom design for theme elements.
This design for the Read more button could be removed directly in the demo stylesheet
– https://www.screencast.com/t/m4yOsatBG83W
That would cause the button to look like this
– https://www.screencast.com/t/jGKjA4OR5nP
Or I could give you a code to override the current styling with something like you mention. Something like this for example
– https://www.screencast.com/t/XX9nP2k833U
This is the code used in the example, if you choose to use it enter in in Theme panel->Custom CSS section
.td-craft-ideas .td-read-more a {
background-image: none;
color: black!important;
border: 1px solid black;
}
Please let me know if you would lie the button to be different, and I will provide you with a solution.
Thanks
The counter is updated with each page load.
For example: press F5 (reload page in browser) = +1 Post Counter.
https://forum.tagdiv.com/topic/post-views-not-working-correctly-very-strange/
https://forum.tagdiv.com/topic/post-views-7/
I checked the source of page and it’s showing me this:
<div class="td-pb-span8 td-post-featured-video">
<div class="wpb_video_wrapper"><div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.10";
fjs.parentNode.insertBefore(js, fjs);
}
We can see the /it_IT/
Hi Support,
In my website, i want to show an unregistered user as an author of the post and also want to show that author page along with author information. I know that for registered user it’s possible, but i want it for unregistered user. so can u provide us help on it.
Hi,
It seems the counter is not configured properly, you must enter the user IDs in the required fields, not the whole links (these will be added automatically)
– https://www.screencast.com/t/kSWD3OCR7
– https://www.screencast.com/t/C0u4rVuxKoK
– https://www.screencast.com/t/6XRL36XSF1
This is an example for Instagram and Twitter
– https://www.screencast.com/t/jr6iLnNi
For Facebook just enter the ID as shown, and the rest of the necessary information.
Thanks
Hi there.
I have edited the code as it is in example above, I did get the Social login icons displayed in modal, but now when i press password recovery button or Create an account button, the modal does not show anything. It shows only the primary log in modal window, but nothing else. Any ideas here?
Also the URL of the code for mobile integration does not work. Could you please repost it?
Thanks!
Hi there,
We use WP Advertising Pro to run our advertising system. The plugin uses shortcodes, which we place within an adzone, for example the header, or the sidebar. This shortcode allows ads to rotate.
Unfortunately, when we place the shortcode in the theme panel for each ad section, it work for every space except the header. When the shortcode is placed in the header, it will quickly flash the ad, but then the ad will disappear, never to come back.
Right now we are using an iFrame to run the ad in the header, but this has other problems related to tracking, so we cannot use the iFrame.
Please help, thanks so much!
can’t uninstall Buddy Press plugin without it throwing me a white screen (while logged in). I already disabled buddypress dependent plugins and buddypress custom code. Can I delete it through the cpanel & mysql? Any issues with the theme & buddypress as far uninstalling BP? thanks.
In order to emebd anything from Facebook, the theme must import the Facebook snippet. Where is that stored (probably in the DB) ? Cause I am pretty sure is used by the feature to embed Facebook url as featured video on a post.
The problem I am facing is that Facebook is using the wrong localization on my website (currently using uk_uA). There’s no reason for that to happen, especially since my website/facebook/anything else has nothing to do with Ukraine.
Such an example: https://esportsmedia.ro/highlights/hearthstone-highlights/golakka-winning-move-angeloshaggy/
I am trying to replace uk_UA with en_US, but there’s nothing in the src nor could I find anything in the DB.
A similar problem had this guy, but he could fix it with a snippet in the functions.php. Same hack didn’t work for me on Newspaper
I am having the same issue.
When I open Chrome’s Dev Tools and view the console panel, I can see a 403 Error—see below:
load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.2:4 POST http://70.32.90.114/wp-json/td-composer/do_job?tmp_jobId=0&tmp_blockUid=undefined&uuid=b987a889-324b-08d4-1ae8-a3d616068158&post_id=5 403 (Forbidden)
tdcJobManager.addJob – Error callback – textStatus: error errorThrown: Forbidden
I don’t think that’s the problem. I’ve been reading about it and they say it’s a theme problem. I misinstalled the theme with sample pages and posts and then I deleted everything. It seems the problem is with that. What can I do?!
I’m getting the errors on Redirect Plugin. It says it’s coming from the site.
How can I edit texts on the homepage?
example Text:
Newspaper is your news, entertainment, music fashion website. We provide you with the latest breaking news and videos straight from the entertainment industry.
Kontaktieren Sie uns: contact@yoursite.com
Hi,
I believe there are plugins that you ca use to split the page titles, like this one for example in this tutorial
– http://www.wpbeginner.com/plugins/how-to-split-post-or-page-title-in-wordpress/
The heading is set as a whole for the page title in this file, I believe it is according to SEO rules in the page template file
– https://www.screencast.com/t/OQ5ItojMV
Thanks
Hi,
Inspecting the website you mention, it can be seen that there are different conditions that apply when the width is lower, like mobile devices
– https://www.screencast.com/t/TjUC88fUqO
This would the same code for smart list 2 for example
– https://www.screencast.com/t/wQL0tmoY
– https://www.screencast.com/t/60DSkdnPQUNP
You could modify it and experiment with different values, or use it as it is
@media screen and (max-width: 991px) and (min-width: 320px) {
.td-sml-current-item-nr {
top: -55px !important;
left: 0px !important;
right: 0px !important;
width: 60px !important;
height: 60px !important;
line-height: 55px !important;
margin: 0 auto;
}}
Thanks
Hello JummyH,
Please keep in mind that the Google AdSense should provide you a verification code which has to be added in header.php file, between head tags, like here -> https://www.screencast.com/t/g131l4iVi8x We cannot provide this code because it is not related to our theme and we have not aware to do this. You should request it from Google AdSense. For more information about this case, please check the following useful manual here -> https://support.google.com/adsense/answer/7036617?hl=en&utm_source=aso&utm_medium=link&utm_campaign=ww-ww-et-asfe_
Hope this helps!
Thanks for your understanding!
Hi,
You can use each block type to customize the category tag color as you like, not the actual category name, those are treated the same. This is an example for three different blocks on a page
– https://www.screencast.com/t/icai3arR3E
Then color of the tag can be changed by adding it in the code, for each block
– https://www.screencast.com/t/Ze1l3dq65
This can be done by module used, some blocks contain multiple module types
– https://www.screencast.com/t/C9l5l3dUA6Wl
Here you can see which modules each block contain, based on the layout
– https://forum.tagdiv.com/theme-blocks-modules/
If you have multiple blocks of the same type, these can be differentiated by setting an unique class for each of them
– https://www.screencast.com/t/1PkqRb4O
This is the code used in the example
.td_block_1 .td-post-category {
background-color: red;
color: yellow;
}
Please let us know if you have further questions.
Thanks
Hi,
Clicking on the logo will direct to the homepage of the website. If you would like to chnage this functionality, it will have to be modified in the code. Change the link in these files
– https://www.screencast.com/t/noEguPuaEUp
– https://www.screencast.com/t/yFGLFy3LCi
This is an example where the logo will direct to Google
– https://www.screencast.com/t/a2dqzWcwZ
Thanks
Hello there
In my site named imhnews.com ,I want to make a video and photo directory for all my user,so they can able to see all the video or photo which was uploaded ,one after one.Can you please help me with some good advice?
For example -facebook new version of video directory.
Hi,
I am using a SSL Zertifikat and it seems that this leads to a problem when trying to use the tagdiv Composer.
When e.g. clicking in the backend the link “Edit with TD Composer” (https://picload.org/view/dglpgida/bildschirmfoto2017-10-04um01.1.png.html) for a page the composer is opened, but the content is not displayed (https://picload.org/view/dglpgidr/bildschirmfoto2017-10-04um01.1.png.html).
When using the developer Tools to check if there are any errors a security error is displayed with:
Mixed Content: The page at ‘https://www.mudradar.de/wp-admin/post.php?post_id=23&td_action=tdc’ was loaded over HTTPS, but requested an insecure resource ‘http://www.mudradar.de/?td_action=tdc_edit&post_id=23’. This request has been blocked; the content must be served over HTTPS.
The Url of the page I tried to edit is no longer https but http. When trying to copy the URL from the console and just add a “s” behind http manually and open it up in the browser only the frontend (without tag div composer) is shown.
How can I resolve this?
Best regards, Dinah
Hi, but I don’t see the counter. It’s a problem, because I don’t change the slug and the permalink. The problem is, for example: if I change a word in the article and I update, it quit every visit from the top of my news, so the people doesn’t see the real number of the visits, but he see the number from the last update…
I don’t see the counter at the bottom.
Thank you if you can solve this problem!
Hi there, i am having a issue on inserting two inline article ads. Been finding high and low, but unable to get any answer from this….
Example: First inline article ads is placed after 2nd paragraph and i want to placed another inline ads on the 5th paragraph, is there anyway to do it?
I know there are customs ads, but its only for placing at the page and widget.
I need to placed on the post.
Hope to get an answer from you guys, Thanks alot
Hi,
is possible to add a fields that use custom taxonomy and not tag?
Also is possible to limit post that are show to a data range? Example: my blog (is a news blog, cause i use Newspaper) show post from 10 years ago that are non interesting for users.
Thank you Simion.
I know where the “Related Articles” section shows up. I meant to say, i wanna know how to configure it, like changing the tab color for example. It dont show up anywhere (widget section of composer) like any other block.
Thank you Simion. That worked, only the arrow stays behind, its didnt became black, but stays grey. How come?
Hi,
It would be helpful if you could provide some examples of what exactly is happening with the block, if there is a problem. The theme width is fixed, and all the elements on the page are dependent on this width.
This is how block 7 looks in different row settings
– https://demo.tagdiv.com/newspaper/block-7/
When editing the page with the composer rows in pages can be stretched, block 7 would look like this when the row is stretched
– https://www.screencast.com/t/f8sAX6kAy
More information about using the tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Please let us know if you are still having problems, or have any other questions.
Thanks
Is there a way to manually add Social Networks?
Could we get Telegram & Slack added to the existing list in the Theme Panel?