content-management-system

Yoast SEO Plugin not recognising content from the Wordpress Template

倾然丶 夕夏残阳落幕 提交于 2019-12-10 18:21:46
问题 I have developed a Wordpress website recently and used all the contents in the template itself. And all the pages and posts fields of WP admin is empty lacking content. So my content is present in my template and not in the post and pages field. I used Yoast SEO for this website and when checking with pages in WPadmin. No content is recognized and thus my SEO score is very low. But my content is present in the template which will be displayed in live also. Example: I want to optimize home

How to develop middle/large size project with Umbraco?

∥☆過路亽.° 提交于 2019-12-10 17:52:22
问题 I`m currently investigating how can Umbraco be used in our future projects. I watched Umbraco.tv and read different "Getting started" guides - its strong sides are pretty obvious and its abilities as a CMS are great. What is not obvious is how to work with Umbraco when you want a bit more than just CMS written site. Of cause no one would write large business application using CMS. But if you have just a bit of complex logic where would you settle it in Umbraco environment? If you need some

CMS editing scheme

﹥>﹥吖頭↗ 提交于 2019-12-10 16:05:21
问题 I'm just wondering if there is some scheme that is a proper way, proper steps of editing CMS like Wordpress, Joomla etc. By editing I mean css, javascript. The way I've been doing it so far is by creating files like custom.css and custom.js and then including them at the end of the head tags. Now I'm sure that my files has priority and would overwrite all existing rules. In my case it's obvious that we could deal with duplicate of code. Is this better way of thinking rather than editing

importing CSV to MYSQL via PHP

我怕爱的太早我们不能终老 提交于 2019-12-10 15:46:14
问题 I am importing a CSV file to my admin area and I want to add files to my database. My PHP code for import.php is: <?php include_once('../include/connection.php'); if ($_FILES[csv][size] > 0) { //get the csv file $file = $_FILES[csv][tmp_name]; $handle = fopen($file,"r"); //loop through the csv file and insert into database do { if ($data[0]) { mysql_query("INSERT INTO mobi(promo_title, promo_content, promo_image, promo_link, promo_cat, promo_name) VALUES ( '".addslashes($data[0])."', '"

Creating a multilingual site in Umbraco

随声附和 提交于 2019-12-10 15:24:56
问题 I am rather new to umbraco and currently building a web site for my employer. This site will need to support multiple languages. My question is how this should be implemented with umbraco. I am looking at the following approaches: Create the site structure once and entering different translations for each page. This is described here, although I am not exactly sure to what extent this applies to umbraco 4.5.2. Create different file trees for every language and fill in the pages with

Can we automate migrating to SDL Tridion?

醉酒当歌 提交于 2019-12-10 15:23:14
问题 We are done migrating a website from old CMS to SDL Tridion. We have thousands of clients out of which fewer than five are migrated. Now let's say we need to automate migrating the rest of the thousands clients, obviously we can not use manual effort. Is there a way to develop automated solution against SDL using any APIs it may provide? If yes where can we find documentation for APIs? Any Books or online tutorials for the same? 回答1: Regardless of the CMS, the complexity of a migration can be

Context-aware AJAX call in a modular site

核能气质少年 提交于 2019-12-10 15:04:25
问题 Edit: I thought about a possible solution, but I made another question as it is very specific: see AJAX proxy with PHP, is it possible? A couple of times I've encountered this problem... I create sites that have a certain degree of modularity. So, it is possible that there are "components" (think of a rough CMS) which carry their own PHP code, CSS, and JavaScript, all dynamically included. Think about a structure like: {siteroot}/component/datagrid/datagrid.php {siteroot}/component/datagrid

Ajax - best practice/approach for loading tertiary data

孤人 提交于 2019-12-10 12:23:53
问题 I'm having some difficulty on settling on an approach for loading additional data in an application that I am building. The app is a CMS in which a single page consists of many fragments--some reusable, others exclusive. An example of an exclusive fragment might be a description/author meta tag, whereas a reusable fragment might be a list of links. My current approach is to load the essential data that makes up the bulk of the page, e.g. Main body content, title,slug, dates (publish

Halogy dashboard is not displaying graph

柔情痞子 提交于 2019-12-10 12:14:48
问题 I am using halogy cms built on Codeigniter. i have installed it successfully. its working in the sub folder but i am having a problem because i see dashboard statistics are not displayed. I configured it couple of months ago and the dashboard was being displayed but i can't remember how i did it. Any help? Here is what i have modified config/site_config.php $config['uploadsPath'] = 'static/uploads'; $config['staticPath'] = '/halogy/static'; 回答1: I have made a little fix to this problem. Here

Codeigniter Halogy cms installation setup

只谈情不闲聊 提交于 2019-12-10 11:25:39
问题 i have downloaded a halogy and after extracting i put the extract folder into my htdocs folder in my localhost ..i successfully setup the database but i am getting the error after visiting the url from the browser this is the error Slight problem... This domain has not been configured properly. my folder name after extracting jesseorndorff-Halogy-35c4050 url localhost/jesseorndorff-Halogy-35c4050 回答1: Here is a step by step solution First rename your folder name with some thing else just for