Search Results for 'install'

Results from the Forum
kehilanews
Participant
#0

I want to add custom title for block with <span> tags just as

<span class=’red’>My Favorite</span><span class=’blue’>Category</span>

On my local WP installation, this works fine and the <span> tags show up.

However, on my host, it strips everything and just uses the Category name that I’m filtering by.

Is this a setting in Newspaper, WP, or outside of WP where it doesn’t allow HTML tags in theme settings?

xfokalx
Participant
#0

Just bought Newspaper 6 version. Can I incorporate Sign-up Landing Page and include Newsletter function into the template?
What sort of plug-in do I need to install for those function? Please advice.

Whenever audience type my domain name, it will redirect to Sign-up page/ Login page. and there will be a checkbox for them to subscribe Newsletter.

If new user, they have to sign-up and if it is existing user (cache/ cookies to store credential), they will be redirected to Newspaper 6 landing page.

Please assist me. Tqvm.

Radu
tagDiv Staff

Hi,

please try this latest version of social counter. https://forum.tagdiv.com/files_for_users/td-social-counter.zip
if the 0 number is cached, after installing the plugin try to switch to a different instagram id (like cocacola) -> refresh the front page and -> then back to your id.

Radu
tagDiv Staff

Hi,

I’ve tested the code on my local WordPress install and it seems that the code is not good. Are you sure is the complete code? It looks like it’s missing the actual button / html.

Let me know if you find the full code,
Radu O.

Radu
tagDiv Staff

Hi,

I tried to load the ads on my local WordPress install but it seems that they are tied to the domain name. But here is a list of steps:

– the code for the head section http://screencast.com/t/UMGU1juR87I can be added here: http://screencast.com/t/uAwJEfJ8J
– paste the ad code here http://screencast.com/t/tVRWVnnw5Yp (please note that this will add the ad to single template 7, if you want to use another single template, edit the appropriate loop file.)

cristiandark
Participant
#0

Hi there, i have installed the new newspaper version (6.1) to make some test first.

Here is where 6.1 version is running http://traxsourcemusic.com/juliet-sikora-larrys-garage-ep-kitt093/
and here the version 4.6.2 http://house-language.me/juliet-sikora-larrys-garage-ep-kitt093/

As you can see the version 6.1 is putting a lot of space between lines. All the plugins are disabled. Why is happening that?

Jazzie
Participant
#0

Hello I have a main important question.
After using two seo plugins (1. wp-meta seo and 2.Yoast) they killed my site after install, cause all RSS functions where off, I am on the search for an alternative option. Even in having 3000 Blog posts it is nearly unpossible to work out the description by hand

How can I bring a description to SERP snippts by using post excerpt (used in many articles before) without any seo tool- and without leading RSS output, cause there are some site using my Feeds

In my old WP Theme i used:
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :: ‘; } ?><?php bloginfo(‘name’); if(is_home()) { echo ‘ :: ‘; bloginfo(‘description’); } ?></title>

what allways workes fine for my Google Ranking. Meanwhile i have lost about 20 Ranking places.

So what do you think, will ther be any solution?
THX for a fantasic Template
Best reguards Jazzie

simchris
tagDiv Member

Always delete/clear cache before updates.

Always delete old theme folder and child theme folder for new theme; upload new folders to completely replace old ones. Delete old plugins completely, install new folders. NEVER OVER-WRITE UPDATES.

Always clear cache after making changes to core files when they are working; otherwise you are loading mix of old/new from server and things break.

If you’re unable to do anything — try switching to default theme, try disabling all plugins entirely; try resetting the plugins folder (see my “how to move to new theme” for a best practice way to update/upgrade and recover from fail).

Only put stuff at end of your functions.php in MAIN folder, NOT child theme. Only add things you know what they are — most being self-evident. If site crashes when loading edited functions.php, then roll back to your backup. If site won’t recover from that, then it’s 100% a caching problem.

Often for testing via FTP, I do

a) all caching and mod_pagespeed disabled
b) rename functions.php to xfunctions.php
c) drag over new functions.php
d) test site
e) if site won’t load; via ftp with window still open, just rename xfunctions.php to functions.php and it replaces the bad functions.php — total time 20-30 seconds.

Not sure any of that helps, but maybe some pointers in some direction.

simchris
tagDiv Member

Likely good time to talk to your hosting provider to check your “ownership permissions” for your setup of your account, folders, etc. — you can also do this via FTP. If you have a mis-match on who “owns” the files being uploaded via WP, if they are not in a publicly visible folder, they won’t load for the public.

I have seen odd things happen when WordPress installed from the hosting panel vs manual install, where some directories and upload folders end up “owned” by the server, or apache, or whatever and not the ftpuser.

You might also do a clean install of WP if your folders and permissions are just completely messed up; the theme doesn’t set write permissions on your WP setup.

You can can also try updating your permalinks; check your wp-config.php file for errors; try resetting your plugin folder by renaming it via FTP, etc.

Right now your style sheet isn’t even loading for your page.

Obviously you should have all caching, mod_pagespeed and similar things turned off. Use the main theme and not child theme, make sure you can even login properly, create new post, upload images, set featured images, upload file, check URL and make sure it can be loaded via browser alone, etc.

  • This reply was modified 11 years by simchris.
Alin [tagDiv]
tagDiv Staff

Hi,

1. The qoutes used shortcodes in previous version, in version 6 they were changed to html you can find them now in format – http://screencast.com/t/lG9jyFANm or center quote – http://screencast.com/t/2KDLLCgy
2. Do you refer to the social counter? It is still available just upload it from the theme files, you can find it in the /plugins folder. Just install and activate it from here – http://screencast.com/t/Nan7C5WT242
Or do you refer to the Social Icons widget? Unfortunately it is not available anymore like a widget you can add your links to Social Networks – http://screencast.com/t/pIGrTOZv and enable social icons for top menu – http://screencast.com/t/oBU33YWx and footer – http://screencast.com/t/zRyu65Nol

Result: http://screencast.com/t/jGqLT8dqVYrhttp://screencast.com/t/cr2P7jGRU

Thanks!

Emil G
tagDiv Staff

Hi,

You have to modify the theme code and unfortunately it’s not an easy task.
The easy solution would be to install a plugin which adds captcha for the default wordpress login area, the registration bots are targeting this area.
The theme popup registration/login feature was custom made and it shouldn’t be targeted by the registration bots.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Alin [tagDiv]
tagDiv Staff

Hi,

Please install the theme like Christopher suggested via FTP and always make a backup before updating the theme. Please check this guide (A. FTP method) – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

kevinvp
Participant
#0

Hi,

I installed v6.1 on a test subdomain, and I encounter an error when opening some articles. Only part of the article is loaded. The console shows following error: “Failed to load resource: the server responded with a status of 500 (Internal Server Error)” http://screencast.com/t/mIvnm0ZbJ on following article http://v6beta.ja.be/lifestyle/huis-tuin-keuken/de-5-lekkerste-combinaties-van-gin-en-tonic.html

I hoped this issue would be gone with updating from 6 to 6.1 but this isn’t the case. Any idea where it comes from and how to resolve this?

Thanks,

Kevin

Alin [tagDiv]
tagDiv Staff

Hi,

The script is included please take a look in the Welcome panel – http://screencast.com/t/eZxxuqvsTir it will import old settings from database like I said above. Make a full backup of your current installation before update.

Thanks!

simchris
tagDiv Member

To get pictures to fit modules

a) try ‘regenerate thumbnails’ plugin

b) if featured block images size larger than what you’re uploading, try ‘thumbnail upscale’ plugin.

Both super lightweight. And you can disable the regen plugin when you don’t need it. If you need to make stuff bigger; be sure to install b) before doing a) 🙂

simchris
tagDiv Member

Well, if it’s working right on 5 sites, and theme not working right on one; them likely you might want to try reinstalling the theme.

Remember to DELETE old theme folder, not over-write.

I don’t see the author byline and date on your page here under the headline where it should be:
http://welketonic.be/whitley-neill-dry-gin/

So, if it’s printing on page likely an HTML bug with the inline ads in your story breaking something, or some other issue on page.

Your page has a whole bunch of errors when checking in Chrome/Console (press F12 to see your errors!). Likely want to fix those first before doing anything else.

Ing Geek
tagDiv Member

@modernmavens Are you serious? You get white page after install? Check your sistem LOG and send it to developers team. I never have issues whit wp-optimize and i use for a loong time.

regards

BruceFischer
tagDiv Member

Thanks Chris,

I am a novice,as I am sure you can see. I was using the wrong term with line break. My editor won’t wrap. I may try installing a fresh copy of wordpress. I will also try your suggestions. If I cannot fix this today, I will make the site public so it can be seen on Monday. I can also provide login info privately.

simchris
tagDiv Member

Yes; when you install new theme
a) DELETE old theme folder (make back-up of course)
b) upload NEW folder

Never ‘over-write” theme or plugin folders.

simchris
tagDiv Member

I’ve got 25,000 pages with no problem; so something funky going on obviously!

If you’re using the visual editor it may stay on one line, if you’re using the text editor it should wrap; it’s a function of WordPress.

You may need to clear all your caches on server; and reinstall the theme, making sure you upload via FTP and your FTP software set to properly encode text and binary files; turn off all plugins except visual composer, etc. to debug your issue.

Without a link those of use who offer to help on forum can’t be of any help.

But tagdiv support back on Monday 🙂

miknik
Participant
#0

Hello, i have installed the NewsPaper 6, but the image on post is cutted, why?
cutted image

modernmavens
tagDiv Member

Okay. Wp-Optimize wiped out my site haha. I have to reinstall the backup to recover everything

Bmusiq
tagDiv Member

Hi,

first of, great theme. I´m looking forward…

I´m brand-new with you guys and have the same exact problem, can´t install demos! Problem already resolved? and if not, what is the temprarily solution for me and others enthusiast who just bought it and need to use the weekend before day job on Monday?

Thanks,
Bmusiq

simchris
tagDiv Member

1) try disabling all plugins except visual composer
2) don’t use child theme; activate main theme
3) turn off/clear caching if using before doing anything; if using caching turn off all minification settings
4) turn off mod_pagespeed if using to clear caching
5) if using CDN server; you need to “retire/refresh” cache
6) if installing via FTP, make sure your FTP software set to automatically upload files properly (e.g., as text or binary depending on type of file)
7) make sure you have enough memory allocated; you may need to edit your wp-config.php file in your root WP folder to increase default memory from 40MB to at least 96MB (128MB recommended)
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

TRY #7 FIRST 🙂

Ing Geek
tagDiv Member

@thomas Another thing, Wordfence isnt a god option 🙁 Its better to use jetpack and activate bruteforce. Wordfence + falcon only works well on Nginx and you need at least 4gb ram and 4 cores or your site will turns slower.

If you uninstall wordfence then you need to enter on phpmyadmin and detale manually around 10tables related to wordfence!!! Its a really a bad plugin xD

Viewing 25 results - 33,376 through 33,400 (of 35,820 total)