- 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
Simion, I’m going to give you examples so maybe I can be a little less confusing.
This is the front page I would like to have: https://www.cripto-italia.com/home1/
I can’t set it as front page because if I do, it will just disappear and the live website will just show this outdated thing instead, as it does with anything that I try to set as front page: https://www.cripto-italia.com
Also you’ll notice that I called it “……/home1”. That’s because if I don’t put a number at the end of the permalink, the page gets stuck and doesn’t get updates on the live website.
Could I perhaps give you my WP login info so that you could have a quick look into it? I seriously don’t know what to look for anymore.
I need adding post from a external php page.
Are there any sample php cpode or documentation about this
Hi,
You could try this AMP plugin, this should work with the theme
– http://www.wpbeginner.com/wp-tutorials/how-to-properly-setup-google-amp-on-your-wordpress-site/
If you have identified that plugin to be the cause of the issue, then you could try a different plugin.
Thanks
Hi
The background settings in the theme panel is general, it will apply to all the pages. You could set a white background color for example to make the website boxed first. Then using CSS code set background images for each page by page ID. Like this for example
– https://www.screencast.com/t/2hujvjnLqy1M
The result is that you can set different backgrounds by page ID. This could be useful if you should consider it a solution
.page-id-XXX {
background-image:url("");
background-repeat: no-repeat;
background-attachment: fixed;
}
When building pages with the composer there are options to set background colors, images or videos for rows, thought I mentioned that as well.
Thanks
Thanks for the reply, but it’s stuck, it doesn’t work. Whatever I do, the front page keeps being stuck on an outdated page that I already deleted but still keeps showing up.
I can’t have a front page AT ALL. Also any page or post gets stuck like that unless I put a number at the end of the permalink…??
Example: new post, permalink is “https://www.mysite.com/post”, it gets stuck and doesn’t get updated; permalink changed to “https://www.mywebsite.com/post1”, it works and it actually goes live.
This only happens from desktop. Mobiles can see pages and posts properly, UNLESS they try and go on the front page (“https://www.myswebsite.com”), in which case they also see this old stuck outdated page that was supposed to be in the trash.
This makes no sense to me and I’ve spent more than ten hours trying to figure out what could be causing this but to no avail.
Please help.
-
This reply was modified 8 years by
soulfede.
I Want Change Bottoms < 1 – 2 – 3 – 4 > to bottoms ( Next & Back)
See Photos To understand
I Want This
http://a.up-00.com/2017/12/151255754133281.jpg
Not This
http://a.up-00.com/2017/12/151255754140712.jpg
How Do It ?
Hello, I would like to post some comic strips, they are rectangular images, the original files are 2.900 x 1.000 px so a ratio of 2,9 and it can be scaled down. As with comic strip the comic twist is at the end and a top center crop spoils the surprise effect. Is there a way to have a left crop?
Here you say it should be possible, but the example you give is too technical for me.
Thank you in advance.
I made all modifications suggested in the “System Status” section of the “Themes Panel”. I also installed a fresh install of WordPress and Newspaper 8.5 on MAMP. And still none of the buttons are available under “Elements” when I try to edit and build the page with tagDiv Composer. See screen capture here.
Also strange, Notice when the “tagDiv Multi-Purpose” plugin is active, the Admin Themes Panel color scheme converts to flat gray. The Admin Themes Panel color scheme is blue in Newspaper 8.5 (same as it was in 8.2) when the “tagDiv Multi-Purpose” plugin is disabled. I noticed in the Newspaper 8 tutorial videos, no such “gray theme” appears when the plugin is active.
this is very useful (especially when changing the url of pages, for example), it allows to significantly increase the depth of view of the site, which has a positive effect on SEO.
Can we add these new “Elements” like Call to action, icon box, image info box, etc WITHIN the post? For example, I have a review site and I want to make the post more user friendly by adding image info box, call to action and other elements so the post will look more beautiful. This is something that is available on ThriveThemes for years. Can we add these Elements within the normal post or not?
Thanks!
Hello websitehelper,
If you want the code to get dynamically your authors you should add the following code to your modules template. Below, I gave you an example for td_module_2.php like this -> https://www.screencast.com/t/jvaI8mGnHfwc and the code should have to be added should look like this ->
<?php echo get_avatar( get_the_author_meta('ID',$this->post->post_author), 30); ?>
Hope this helps!
Thanks for the message!
Hello,
This is not a sloppy implementation. These images are placeholders for the multi-purpose elements. Why would this be sloppy? You can see the images in your media library. It is not a parasitic exploit. They are just a few images that help the tagdiv composer show certain elements. Why sloppy? why parasitic? They are just a few sample images that come with the plugin.
Thank you!
Hello,
The theme has different options for headings that have a different implementation of the ajax filter. Please select a different header style. Header 8 for example will only show the dropdown: https://www.screencast.com/t/C7t5zI9Zq
Than kyou!
https://codex.wordpress.org/Settings_General_Screen
E-mail Address
Enter the e-mail address to which you want WordPress to send messages regarding the administration and maintenance of your WordPress site. For example, if you allow new users to register as a member of your site (see Membership below), then a notification will be sent through e-mail to this address.
In addition, if the option, An administrator must always approve the comment, is set in Administration > Settings > Discussion, this e-mail address will receive notification that the comment is being held for moderation.
Please note this is different than the address you supplied for the admin user account; the admin account e-mail address is sent an e-mail only when someone submits a comment to a post by admin. The address you enter here will never be displayed on the site. You can send messages to multiple admins by using an email address which forwards email to multiple recipients.
Hi,
I could give you a solution, please provide a link to your website for a more accurate solution. Maybe something like this is what you want to do (style 2 is used)
– https://www.screencast.com/t/7JrPADPU
Style 1 may need more modifications to look properly with this code
– https://www.screencast.com/t/nM6RPB9J7
This is the code used in the example, if you decide to use it enter it in Theme panel->Custom CSS section
.td_block_trending_now {
background-color:red;
}
.td-trending-now-title {
background-color:blue!important;
color: yellow;
}
Thanks
Hello bragavieirabraga,
I suppose that you want to create your own block header template, right? Notice that is not a simple task to do this. So, if you want to do this, first of all, you should register your block template in td_config.php like this -> https://www.screencast.com/t/Enwv63wPQw4 (example for block template 7) and then, after this was created here, you should start to customize it in style.css with your desired style, like this -> https://www.screencast.com/t/LjTP5xiq Itțs not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you becasue we cannot provide custom services at the moment, sorry! Another alternative, in this case, would be to target the whole class for block title, which is td-block-title -: https://www.screencast.com/t/jumM7zpo and then, using a custom CSS code you should start to customize it by your desire.
Thanks for your understanding!
Hi!
Please tell me whether it is possible to make settings in the subject to be the same as in example (https://www.vedomosti.ru/business/news/2017/12/05/744233-sud-udovletvoril-isk-sberbanka-k-yulmartu-na-1-mlrd-rub)?
To articles and news items to scroll endlessly within 1 or more categories.
What do you mean about “untested plugins”? I use some plugins that work good for example “ad injection” “seo yoast”, must I remove them?
I tried to inactivated all the plugins before installation but the error with td-composer is the same: Fatal error: Call to undefined function rest_url() in /home/xxxx/domains/sitename.it/public_html/wp-content/plugins/td-composer/includes/tdc_main.php on line 84
I don’t find the right way to use this theme and it’s a pity!
Hi,
That would be the name of registered the custom post type. I see that the custom post type name you use is ‘label’ => ‘Giocatori’ so that will be the sub-menu name as well. You could try the example solution provided here
– https://wordpress.stackexchange.com/questions/66102/custom-post-type-menu-namee
Modify your code accordingly, I have tried it like this
– https://www.screencast.com/t/OzzxyYjMW
– https://www.screencast.com/t/s7vuOlf3gv
Thanks
Hi,
The big grid styles can be seen here in the demo
– https://demo.tagdiv.com/newspaper/big-grid-1/
On hover there is only a zoom effect, the gradient you mention is always present. This gradient color could be changed with some CSS. Like this for example, for the default big grid style
– https://www.screencast.com/t/hvAEtKIY
This is the code used, enter it in Theme panel->Custom CSS if you decide to use it
– https://pastebin.com/WUJi7twf
Thanks
Hello idazamp,
Please keep in mind that before that the latest version of the theme to be released, it has been fully tested and we have not encountered this kind of error, sorry! Most likely, this errors happened due to a bad installing of the theme, sorry! Try again to re-install the theme via FTP way, remove all of the untested plugins, clear all the caches, purge all CDN files if you are using something like this and check the results.
Hope this helps!
Thanks for your understanding!
I can follow some of them but not at all. I hope you can give us specific turn around to get the plugins work with the most plugins out there. Because for example, the Akismet? This is very crucial for security and it’s conflict with the Speed Booster.
Hi Simion,
The problem is that I use Tagdiv Composer for pages, not the WP editor…
You can have a look at this page for example: https://www.coupdepoker.com/mentions-legales-cgu/
There’s a link under the word “Adictel”
Thanks for your help
Hi,
You could try a plugin, like this one for example
– https://woocommerce.com/products/woocommerce-menu-cart/
I believe this will offer the possibility to choose the menu where the cart will be displayed and also many other settings. Give it a try.
Thanks
On the home page using the pinterest insert box from the WP Bakery Page Builder. I drag and drop to side bar on the home page. It reads like this. I copied and paste it below.
pinterest_id/board_name
Enter the pinterest board ID as it appears after the pinterest.com url ( ex. http://www.pinterest.com/ username/board and your board id will be username/board )
I enter this: https://www.pinterest.com/naturalhairblog/natural-hair-care-and-hairstyles-group/
It does note generate my pinterest board. I even tried https://www.pinterest.com/naturalhairblog/11111111111 with my board ID number as an example, after my username (naturalhairblog). It still does not show board visible. Just error on homepage.
Pinterest header