How to remove #…# from Joomla - html

My Joomla website automatically shows &helllip; in the article. How to remove? Error Screenshot Click Here Actually the article name is "Current Advances In non-surgical Cosmetic & Therapies". But in the front end of Joomla it has automatically translated to Current "Advances In non-surgical Cosmeti…". I have checked the back end, everything is fine there.

Related

Updating a Drupal Site and all I have is a HostGator login

As a favor for a friend, I'm trying to add a quick Valentine's Ad for an article that is supposed to be appended to the top of their existing site starting... tomorrow. They have an existing site made by somebody they are no longer in contact with back in 2010 built with Drupal.
I don't know Drupal. The only information I have is a HostGator login that I'm currently using to send a backup zip to my email.
HostGator's File menu doesn't even show search results for the text I'm searching for on the main page where I'd put this.
I have no idea what I'm doing, basically. I'm comfortable as a web developer in general and figured "yeah I can add a thing to the top of your pages, sure." I can write that HTML quickly, but everything else... do I need Drupal installed, etc, and will that run with the backup that HostGator is gonna send me?
Any advice? I realize I'm an idiot for signing up for a favor like this last minute.
Ultimately I just need to add some pictures and some text.
Easiest way to achieve this would be creating custom block. Not sure what version of Drupal you use, but let's assume it's D7 (similar for other versions):
Go to Structure -> Blocks -> Add block
Enter your static content into "Block body" field. Change that field format to "full html" so drupal won't filter out some of your tags.
If you don't want Drupal's block title to appear in Block title field enter < none > (without space signs in between! - SO can't show it without spaces).
Save your block
Now go to Structure -> Blocks...your block should be visible in block list. You can find and edit it from there.
Theme site uses has "Regions" (something like sidebars). If want your block to appear with main content find your block and select "Content" region. Or any other you want.
At top of that page should be a link "Demonstrate block regions" - click it to see which region is where..
After selecting region you can click "configure" link for your block to precise in what conditions block should appear on page. Click it.
Scroll down and in right sidebar at bottom of configure page you'll see "Pages", "Content types"... it for selecting on what pages, on what content types...your block should be visible. Default is everywhere, so if you need this - use it.
Save block. If you didn't save on Structure -> Block after selecting region select region again and Save.
You can embed your CSS there, but you can also go to (usually): /sites/all/themes/your_theme/styles/style.css or something like that.
If you can't find CSS turn the caching off for a moment: Configuration -> Development -> Performance and inspect location of loaded CSS file(s) (use browser inspection tool).
Good luck!

XCart page showing random code at the top of the page

I'm building a website using x-cart and all of a sudden I'm getting this line of code appearing at the top of the page.
class="area-c skin-customer skin-XC_ColorSchemes-customer skin-theme_tweaker-customer authorized target-main no-sidebars">
While navigating through the webmaster mode theme tweaker, it appears this line shows up outside what I would expect in the content (that is, when I click on regular page content the relevant file in theme tweaker is highlighted yet nothing happens when I click the code).
Any advice on clearing this away would be greatly appreciated, thanks!
So it turns out in one of my template files there was an if condition followed by a class without an opening bracket.
I think the reason I hadn't spotted this is that rather than matched the text above, the code read along the lines of
case="{function.doThis()}>

How to edit WordPress page's html code

I can't get editable html code behind the page. I want to make some changes to the page. Web site is hosted in the remote server. Someone assigned this task. There is empty editor when open edit page as below image.
Also I added plugin and actived it but can't get the result.
The picture you posted is of the WYSIWYG editor, which is only for adding content to the page.
If you want to edit the layout of the page itself you have 2 options -
Minor page edits to appear across all pages on the site - Go to Appearance -> editor -> page.php and then edit the code to suite your needs.
Large page edits to appear on one or two pages -
Get access to the files
Duplicate page.php with a different name
Edit code
When you go to add a new page you should have an option to pick a page template. Choose the page template you just created.
If you know exactly what you are doing, you can use Chrome "Inspect" feature, and change the HTML of the content inside the WordPress WYSIWYG Editor. After injecting your HTML, click Preview or Publish and your changes will be saved correctly.
In WordPress 5.5.3, you should be able to click the three dots on the top right, then select Code editor. Alternatively, press Ctrl+Shift+Alt+M.

page jumps with <a href> adding websites randomly to links

I'm trying to make page jumps on a page in blogger, using:
Test
for the source and
<a name="Test"></a>
for the target.
And this is all fine and dandy except when I switch from html mode to compose mode...and then back to html mode. When this happens it triggers the above lines to all of a sudden turn in to these two lines:
Test
Where the blogID site is a login for blogger.com and the null site just gives an error message.
It's quite annoying and, while I could just manually delete these added web addresses each time, I am hoping someone out there has a solution that will stop this from happening as i have a lot of jumps and will constantly be updating the page.
Does anyone know why this addition happens and how to stop it?!
Actually sometimes This problem occurs because this link https://www.blogger.com/null generated automatically and cause re-routing of the error page.
To solve this problem, enter the Html tab for the post and then look for this link and then remove it from the code, then publish your post immediately in Html Tab.
and you should not return to compose tab to avoid automatic generation of this link again.
you can see Demo
I had a similar proplem when working with this blog Workscheduling. the solution is to edit the link separately and then test it before pasting.

Netsuite How do you link sub-tab on home page to page/category?

I am editing a previously set up company web site with Netsuite. I would appreciate any assistance provided on how to link a presentation sub-tab to the appropriate category/page. The problem is this: The categories were set up and working great until the previous designer deleted a category. I have since recreated this category (named the same as before) but the presentation sub-tab (side navigation on the home page) does not link to it. The sub-tab currently says the category is no longer available. I have made sure that the category is set up like all of the other functioning categories-this leads me to believe it is something to do with defining the path from the sub-tab to the new category, but I cannot find anywhere to change this. I see where to link the main tabs, but not the sub-tabs coming off them. Any suggestions welcomed.
have you checked the common.css? Is it just the image that is being shown there because the css is shown? I have seen an issue with our homepage slider where even though the record is set to inactive, it is still invoked unless commented out on the homepage template. If you cannot find the category image being listed in the CSS nor in the template, then check the custom tabs on your customization setup - it could be hidden there. Is your category an image/button or a linked text css property?