Search Results for 'ftp'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Please provide more details about the issue, what exactly is happening with the widgets. Maybe the theme did not install properly. You could try a fresh theme install
https://forum.tagdiv.com/install-via-ftp/
Use only theme provided plugins, and no custom code. Check the theme system status as well
https://forum.tagdiv.com/system-status-parameters-guide/
Please also check with your hosting provider if the mbstring extension for PHP is installed on the server (this can cause blank widget page)
http://php.net/manual/en/mbstring.installation.php

Thanks

Catalin
tagDiv Staff

Hi,

Please check our changelog from Theme Forest because there you will found all of the information regarding on theme update to 8.1 version and there you can see which exact files have been changed. Look at this -> https://www.screencast.com/t/2rLsaXwt -> https://themeforest.net/item/newspaper/5489609
Also, notice that our recommended way of theme installing is doing it via FTP way because this is the best and surest way in this case. Check here -> https://forum.tagdiv.com/install-via-ftp/ The latest theme update was deeply tested and it should work as expected, without any problems.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Hevila,

First of all, please ensure that you are using the latest theme version, installed via FTP way and also, make sure that you are using only the plugins that come bundled with the theme’s packet. If you use any other untested plugins, you should remove all of these because many unknown issues might be caused by these. If the problem persists after this, you should provide your website URL so I can take a closer look at it.

Thanks for your understanding!

simchris
tagDiv Member

Might not be best solution, but what we did on one website was actually upload supplemental images via FTP then only did featured image via the WP media manager.

In theory you could likely ‘hack’ the theme function with an ‘if featured image, then make thumbs’ element. Might be useful “suggestion” for future update, actually.

Catalin
tagDiv Staff

Hello bformhals,

You should not follow this way, sorry! Check the real theme core file from the root of theme, change it and then, upload it via FTP way.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Joel Perez,

Please try to make a new clean install via FTP way according to our documentation here -> https://forum.tagdiv.com/install-via-ftp/ Clear all the caches and check the results.

Thanks for your understanding!

Nicholas Gibbs
Participant
#0

I need some guidance on what is/is not affected by updating. The help documentation and videos are ambiguous, imo good examples of information being provided by people who already know the answers and find it difficult to put themselves in the mindset of people who don’t. My points may seems obvious to tech people, but are not to me, and judging by the number of post-update-panic-posts in the forums, they are not to many other users too.
For me, upgrading to 8.0 went from the quick and easily hour set aside indicated by the video, to a weekend of my life I will never see again. I want to avoid the same again. By example in your docs it says “Once you activate a different theme, delete the Newspaper theme. Don’t worry, your content will not be lost.” The documentation also mentions code. But nowhere does it mention the effect on the hugely important and time consuming settings?

So i would appreciate it if you could clarify which of these headings will be affected by updating (and ideally any steps to be taken post update). I’ve started with the two I think I am clear on …

EFFECT OF UPDATING
Bespoke Code (including, but not necessarily limited to, anything entered into theme panel/custom code and theme panel/mobile theme/custom code): All will be overwritten. Must be copied out and re-applied.
Content (posts and pages): No effect, all will be retained.
Theme Panel Settings (all under header, footer, ads, layout and misc): ??? (if they are affected can the export/import settings tool be used – it states ‘to copy to another server’, and does not specify whether it would work between different theme versions. Is there anything not included in that settings export?
Mobile Theme: ???
Visual and TagDiv Pagebuilder elements used on posts & pages: ???
Demo Theme: ???
Licence key/activation: ???

METHOD OF UPDATING
in the documentation it gives alternative methods of updating, without any indication any are better than others. However i have noticed that in the forum when problems occur it is often stated that people should re-upgrade using the ftp method. does this indicate that the ftp method is more stable/reliable way of updating? I expect many of us will go for what appears the easiest method (wordpress) but if we knew ftp was a better way would jump through the extra hoops to do it that way.

I hope you can see that armed with that information I can see whether the benefits of an upgrade are worth the potential hassle, and also get a better idea of the realistic time it will take.

Thank you.

awoodhams
Participant
#0

Hello! I am using Homepage Post on the homepage of my website. It looks great on a laptop screen, but on phone screens, the featured image jumps. When it loads, it is too small and there is a grey space at the bottom. But as soon as you scroll the page, the featured image zooms to the correct place. You can see that on a phone here: http://e50.4da.myftpupload.com/. I have tried using many different background images…high resolution, lower resolution, and different dimensions. They all look great on a laptop screen, but have this jumping zoom on a phone. How can this be fixed? Thanks so much!

awoodhams
tagDiv Member

I just was able to copy code from another button that works. Apparently, the link code was wrong, although I don’t understand why the link needs to be so convoluted. At any rate, the code that works is here:

<div style=”border: 1px solid Lightgray; padding: 20px;”>
<h6></h6>
<h6 style=”text-align: center;”><span style=”font-size: 16pt; font-family: avenir-light;”>A Thousand Different Colors</span>
<span style=”font-family: avenir-light;”> is the creative community for everyone.</span></h6>
<p style=”text-align: center;”><span style=”font-family: avenir-light;”>This is the place to show your creative work, get connected, and discover ways to make a lasting difference in the world.
</span></p>
[vc_btn title="Learn more" style="custom" custom_background="rgba(64,110,135,0.9)" custom_text="#ffffff" shape="square" size="xs" align="center" i_icon_fontawesome="fa fa-lightbulb-o" add_icon="true" link="url:http%3A%2F%2Fe50.4da.myftpupload.com%2Fabout%2F||target:%20_blank|"]

</div>

awoodhams
tagDiv Member

The link to the site, once again, is: http://e50.4da.myftpupload.com/

awoodhams
tagDiv Member

Again, the code is here…

<div style=”border: 1px solid Lightgray; padding: 20px;”>
<h6></h6>
<h6 style=”text-align: center;”><span style=”font-size: 16pt; font-family: avenir-light;”>A Thousand Different Colors</span>
<span style=”font-family: avenir-light;”> is the creative community for everyone.</span></h6>
<p style=”text-align: center;”><span style=”font-family: avenir-light;”>This is the place to show your creative work, get connected, and discover ways to make a lasting difference in the world.
</span></p>
[vc_btn title="Learn more" style="custom" custom_background="rgba(64,110,135,0.9)" custom_text="#ffffff" shape="square" size="xs" align="center" i_icon_fontawesome="fa fa-lightbulb-o" add_icon="true" btn_link="http://audreywoodhams.com/"]

</div>

awoodhams
Participant
#0

Hello! I’ve been trouble-shooting this, and can’t find out why the link for this button in the widget won’t work. Is there a reason that the button code works in a page or a blog post, but not in a widget? Could you help, and provide the code that will work? Thanks so much. Here is the code I have, and the link: http://e50.4da.myftpupload.com/tim-carr-captures-breathtaking-views-in-the-appenzell-region-of-the-swiss-alps/

The button is in the block on the top of the right column. It reads “Learn More” with a light bulb. Here is the code in the widget:

<div style=”border: 1px solid Lightgray; padding: 20px;”>
<h6></h6>
<h6 style=”text-align: center;”><span style=”font-size: 16pt; font-family: avenir-light;”>A Thousand Different Colors</span>
<span style=”font-family: avenir-light;”> is the creative community for everyone.</span></h6>
<p style=”text-align: center;”><span style=”font-family: avenir-light;”>This is the place to show your creative work, get connected, and discover ways to make a lasting difference in the world.
</span></p>
[vc_btn title="Learn more" style="custom" custom_background="rgba(64,110,135,0.9)" custom_text="#ffffff" shape="square" size="xs" align="center" i_icon_fontawesome="fa fa-lightbulb-o" add_icon="true" btn_link="http://audreywoodhams.com/"]

</div>

Catalin
tagDiv Staff

Hi monicacortes,

Most likely, this behaviour happens due to a bad theme install, sorry! I have checked your error log and I saw that most of the files do not come with our theme, as you can see here -> https://www.screencast.com/t/ITNIced4Kt Please remove all of the untested plugins and use only the plugins that come bundled with the theme core files and which are tested and rule out any conflicting plugins. Also, if you have some additional customizations which can cause this issues, notice that you should revert the theme to the default state, clear all the caches and check the results. Make sure that your theme installing was made via FTP way because this is the surest theme method.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Fenix
tagDiv Member

No, its not a crawl error, as i said the url (https://gamesquare.it/wp-content/themes/Newspaper/) is not accessible even from the browser. Yesterday I have done a fresh install of the template and a fresh install of wordpress files on FTP, all files permissions are 644 and folder permissions 755.

IanRenaud
tagDiv Member

EDIT: I fixed my problem — for some reason, the file page.php was deleted (or not installed) during installation of the theme — by replacing this file via ftp, the TagDiv Composer works fine now!

Simion C.
tagDiv Staff

Hi,

Please use these guides to install the theme, the recommended method is by FTP
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/install-via-wordpress/
Follow the steps as they are described, and there should not be any problem installing the theme.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please try to upload the plugin manually as you would add a new plugin from the WordPress repository and press the add new button and then hit the upload button. You will find the td-composer.zip in the main theme archive downloaded from envato .
If you still cannot install it try to install the plugin via ftp:
https://codex.wordpress.org/Managing_Plugins

Thank you!

Simion C.
tagDiv Staff

Hi,

There was an issue with the mobile theme functionality in the previous update, please follow this topic for more information
https://forum.tagdiv.com/topic/mobile-tabs-not-loading/
You could try a fresh theme install by FTP using the latest theme package
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

awoodhams
Participant
#0

Hello! My website has a Header Menu (main) and also a Top Header Menu…http://e50.4da.myftpupload.com/. However, only my Header Menu (main) is displayed on mobile devices. I would like for BOTH the Top Header Menu and the Header Menu (main) to display on mobile devices. Is this possible?

hartleym
Participant
#0

Can you please tell me how to fix the bug where the mobile menu is unresponsive for 20-30 seconds when every page loads? This issue makes the theme essentially useless.
Note:
* I have already disabled all plugins and cleared the cache and this did NOT fix the issue.
* I have re-downloaded V8.1 of the theme from Envato and re-installed it via FTP and this did NOT fix the issue.
* I have not made any code or functionality changes to the theme.

The site with the issue is: http://skunkology.com/
Many thanks.

Catalin
tagDiv Staff

Hello janamtrup,

Make sure that your update has been right made via FTP way and also if you are using more untested plugins, please remove all of these and leave just required and use only tested plugins with the theme and rule out any conflicting plugins.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

First of all, please check your plugins list and if you are using some untested plugins, you should remove all of these and use only the plugins which come bundled with the theme core files and which are tested with our theme. Also, if the problem is still there after this steps, you should make a full backup to your database and try reinstalling the theme via FTP way and check the results.

Hope this helps and let us know how it goes!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Try manually uploading the plugin by FTP. Unzip the plugin and upload it in the WordPress plugins folder (it should be wp-content\plugins) Then go to the plugins section and activate the composer.
More information about this method here
http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/

Thanks

Catalin
tagDiv Staff

Hello jornk,

First of all, please ensure that you have right installed the theme via FTP way, then check the system status parameters to be right increased according to our documentation, clear all caches and check the results. Also, if you are using some untested plugins, you should remove all of these and try using only the required and tested plugins to rule out any conflicting plugins.
If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link to this topic so we can quickly identify you.

Thanks for the message!

simchris
tagDiv Member

likely an issue with your server’s cURL setup.

FTP best way to install.

Viewing 25 results - 4,751 through 4,775 (of 7,814 total)